bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The "regex" module brings in GPLv3 code even with --lgpl


From: Bruno Haible
Subject: Re: The "regex" module brings in GPLv3 code even with --lgpl
Date: Mon, 08 May 2017 20:22:24 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-75-generic; KDE/5.18.0; x86_64; ; )

Hi Ævar,

> The regex.c module depends on regex_internal.h, which depends on
> intprops.h, which depends on verify.h, which is GPLv3, not LGPL like
> the rest of the regex module.

verify.h is under LGPLv2+. As described in
  <https://www.gnu.org/software/gnulib/manual/html_node/Copyright.html>
the license for gnulib modules is written in the module description file,
'modules/verify' in this case.

When you use the --lgpl option to gnulib-tool, it should replace the
copyright headers of the files accordingly. If not, that's a bug in gnulib-tool.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]