From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: MIME-Version: 1.0 References: <20191112095115.v3ya4sdcibxvpojr@pengutronix.de> <20191112115103.9265-1-guille.rodriguez@gmail.com> <20191113093624.wqssgtvjmhueu3ei@pengutronix.de> <20191114095605.hhfgwkogkoc3xyfj@pengutronix.de> <20191114111851.le2iduanpxr2abke@pengutronix.de> In-Reply-To: <20191114111851.le2iduanpxr2abke@pengutronix.de> From: Guillermo Rodriguez Garcia Date: Thu, 14 Nov 2019 12:40:43 +0100 Message-ID: Subject: Re: [ptxdist] [PATCH v3] python3-numpy: New package List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: multipart/mixed; boundary="===============1581063714==" Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: Roland Hieber Cc: ptxdist@pengutronix.de --===============1581063714== Content-Type: multipart/alternative; boundary="0000000000007135d205974cf4c0" --0000000000007135d205974cf4c0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable El jue., 14 nov. 2019 a las 12:18, Roland Hieber () escribi=C3=B3: > On Thu, Nov 14, 2019 at 11:07:16AM +0100, Guillermo Rodriguez Garcia wrot= e: > > El jue., 14 nov. 2019 a las 10:56, Roland Hieber () > > escribi=C3=B3: > > > > > > > numpy/core/src/multiarray/dragon4.c seems to be a license found > nowhere > > > > > else, so I would also add "AND UNKNOWN" to PYTHON3_NUMPY_LICENSE > and > > > add > > > > > its verbatim license text with startline and endline parameters i= n > > > > > PYTHON3_NUMPY_LICENSE_FILES. PTXdist extracts all those license > > > > > texts mentioned in that variable and adds them to the license > report, > > > > > so it doesn't get lost too :) > > > > > > > On re-reading this: The license in dragon4.c is just MIT. So while it i= s > OK > > to add it to LICENSE_FILES I think we should not add the "AND unknown" > bit. > > Oh. I just blindly believed LICENSE.txt. But now that you say it, my > license matcher identifies it as "Zlib", not as "MIT". > Uhm, doesn't look like Zlib to me; here's the license text extracted from dragon4.c: /* * Copyright (c) 2014 Ryan Juckett * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. */ And here are the MIT and Zlib licenses: https://spdx.org/licenses/MIT.html https://spdx.org/licenses/Zlib.html I would say that the license is indeed MIT, which is what LICENSE.txt says: Name: dragon4 Files: numpy/core/src/multiarray/dragon4.c License: MIT For license text, see numpy/core/src/multiarray/dragon4.c BR, Guillermo Rodriguez Garcia guille.rodriguez@gmail.com --0000000000007135d205974cf4c0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


El jue., 14 nov. 2019 a las= 12:18, Roland Hieber (<rhi@pengut= ronix.de>) escribi=C3=B3:
On Thu, Nov 14, 2019 at 11:07:16AM +0100, Guillermo Rodrig= uez Garcia wrote:
> El jue., 14 nov. 2019 a las 10:56, Roland Hieber (<rhi@pengutronix.de>)
> escribi=C3=B3:
>
> > > > numpy/core/src/multiarray/dragon4.c seems to be a licen= se found nowhere
> > > > else, so I would also add "AND UNKNOWN" to PY= THON3_NUMPY_LICENSE and
> > add
> > > > its verbatim license text with startline and endline pa= rameters in
> > > > PYTHON3_NUMPY_LICENSE_FILES. PTXdist extracts all those= license
> > > > texts mentioned in that variable and adds them to the l= icense report,
> > > > so it doesn't get lost too :)
> >
>
> On re-reading this: The license in dragon4.c is just MIT. So while it = is OK
> to add it to LICENSE_FILES I think we should not add the "AND unk= nown" bit.

Oh. I just blindly believed LICENSE.txt. But now that you say it, my
license matcher identifies it as "Zlib", not as "MIT".<= br>

Uhm, doesn't look like Zlib to me; = here's the license text extracted from dragon4.c:

<= div>
/*
=C2=A0* Copyright (c) 2014 Ryan Juckett
=C2= =A0*
=C2=A0* Permission is hereby granted, free of charge, to any= person obtaining a copy
=C2=A0* of this software and associated = documentation files (the "Software"), to
=C2=A0* deal i= n the Software without restriction, including without limitation the
<= div>=C2=A0* rights to use, copy, modify, merge, publish, distribute, sublic= ense, and/or
=C2=A0* sell copies of the Software, and to permit p= ersons to whom the Software is
=C2=A0* furnished to do so, subjec= t to the following conditions:
=C2=A0*
=C2=A0* The abov= e copyright notice and this permission notice shall be included in
=C2=A0* all copies or substantial portions of the Software.
=C2= =A0*
=C2=A0* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT = WARRANTY OF ANY KIND, EXPRESS OR
=C2=A0* IMPLIED, INCLUDING BUT N= OT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
=C2=A0* FITNESS = FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
=C2=A0* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR= OTHER
=C2=A0* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT = OR OTHERWISE, ARISING
=C2=A0* FROM, OUT OF OR IN CONNECTION WITH = THE SOFTWARE OR THE USE OR OTHER DEALINGS
=C2=A0* IN THE SOFTWARE= .
=C2=A0*/

And here are the MIT an= d Zlib licenses:


I would say that the license is indeed MIT, w= hich is what LICENSE.txt says:

Name: dragon4<= /div>
Files: numpy/core/src/multiarray/dragon4.c
License: MIT=
=C2=A0 For license text, see numpy/core/src/multiarray/dragon4.c=


BR,
=C2=A0
Guillermo Rodriguez Garc= ia
guill= e.rodriguez@gmail.com
--0000000000007135d205974cf4c0-- --===============1581063714== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de --===============1581063714==--