strtok_r: relax license to LGPLv2+
authorIan Beckwith <ianb@erislabs.net>
Mon, 19 Apr 2010 16:13:50 +0000 (17:13 +0100)
committerIan Beckwith <ianb@erislabs.net>
Mon, 19 Apr 2010 16:13:50 +0000 (17:13 +0100)
strtok_r borrows from glibc, which is LGPLv2+; besides, the
only major changes since 2007-10, when LGPLv3 became the default,
were in commit 5985805, to work around a glibc header bug.

* modules/strtok_r (License): Relax license.
Reported by Matthias Bolte.

Signed-off-by: Eric Blake <eblake@redhat.com>
(cherry picked from commit 7c1b995a7041ea366acafeb8632e1080f349f03f)

ChangeLog
modules/strtok_r

index d68f2f6..5496513 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-14  Eric Blake  <eblake@redhat.com>
+
+       strtok_r: relax license to LGPLv2+
+       * modules/strtok_r (License): Relax license.
+       Reported by Matthias Bolte.
+
 2010-04-13  Eric Blake  <eblake@redhat.com>
 
        getopt-gnu: match recent glibc fixes and posix ruling
index f638baa..08afb43 100644 (file)
@@ -19,7 +19,7 @@ Include:
 <string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all, glibc