strtok_r: relax license to LGPLv2+
authorEric Blake <eblake@redhat.com>
Wed, 14 Apr 2010 19:03:38 +0000 (13:03 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 14 Apr 2010 19:03:38 +0000 (13:03 -0600)
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>
ChangeLog
modules/strtok_r

index 1151f35..94e49f9 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-14  Simon Josefsson  <simon@josefsson.org>
 
        * lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to
index f638baa..08afb43 100644 (file)
@@ -19,7 +19,7 @@ Include:
 <string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all, glibc