From: Eric Blake Date: Tue, 8 Sep 2009 11:59:53 +0000 (-0600) Subject: strchrnul: relax license X-Git-Tag: v0.1~5513 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=909779fb1d18b409eae92eb09c2dcc563ce50181;p=gnulib.git strchrnul: relax license * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is okay. Reported by Jim Meyering. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 7df922663..d0e039654 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2009-09-08 Eric Blake + strchrnul: relax license + * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is + okay. + Reported by Jim Meyering. + +2009-09-08 Eric Blake + fstatat: fix compilation on Solaris * lib/fstatat.c (includes): Add fcntl.h. Reported by Pádraig Brady. diff --git a/modules/strchrnul b/modules/strchrnul index 2f7545060..8ae3ea6fb 100644 --- a/modules/strchrnul +++ b/modules/strchrnul @@ -22,7 +22,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Eric Blake, glibc