On Tue, May 28, 2019 at 11:07:25PM +0200, Roland Hieber wrote:
> On Fri, May 10, 2019 at 11:24:08AM +0200, Alexander Dahl wrote:
> > The license text neither matches BSD-2-Clause nor BSD-3-Clause exactly.
> > However it actually contains the third clause, but without leading
> > numbering.
> > 
> > Fixes: 1c799fcdc126d9e81da7944809e9da2a6d96466d
> > Cc: Juergen Borleis <j...@pengutronix.de>
> > Signed-off-by: Alexander Dahl <a...@thorsis.com>
> > ---
> >  rules/flex.make | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > diff --git a/rules/flex.make b/rules/flex.make
> > index 803e25897..bcf628d44 100644
> > --- a/rules/flex.make
> > +++ b/rules/flex.make
> > @@ -23,7 +23,8 @@ FLEX_SUFFIX       := tar.xz
> >  FLEX_URL   := $(call ptx/mirror, SF, flex/$(FLEX).$(FLEX_SUFFIX))
> >  FLEX_SOURCE        := $(SRCDIR)/$(FLEX).$(FLEX_SUFFIX)
> >  FLEX_DIR   := $(BUILDDIR)/$(FLEX)
> > -FLEX_LICENSE       := BSD-2-Clause
> > +FLEX_LICENSE       := BSD-3-Clause
> > +FLEX_LICENSE_FILES := file://COPYING;md5=e4742cf92e89040b39486a6219b68067
> 
> COPYING contains a BSD-3-Clause-y license (the differences to the
> BSD-3-Clause template are negligible), but there are other files in the
> tree:
> 
> parse.c - GPL-3.0-or-later WITH bison-exception

That's the code generated by bison, right? I don't think we've added the
license anywhere.

> flex.skl - according to COPYING, this seems to be Public Domain

That's the template for the generated code. I think we can leave this out.

So this is ok, as is.

Michael

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to