changeset 14694:bee5156af6aa

strtoimax, strtoumax: Relicense under LGPL. * modules/strtoimax (License): Change to LGPL. * modules/strtoumax (License): Likewise. With permission from Jim Meyering, Paul Eggert: <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00124.html> <http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00109.html>
author Bruno Haible <bruno@clisp.org>
date Thu, 05 May 2011 19:31:30 +0200
parents 86fe81f6d5df
children 8c3c2e0677f6
files ChangeLog modules/strtoimax modules/strtoumax
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-05-05  Bruno Haible  <bruno@clisp.org>
 
+	strtoimax, strtoumax: Relicense under LGPL.
+	* modules/strtoimax (License): Change to LGPL.
+	* modules/strtoumax (License): Likewise.
+	With permission from Jim Meyering, Paul Eggert:
+	<http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00124.html>
+	<http://lists.gnu.org/archive/html/bug-gnulib/2011-05/msg00109.html>
+
 	getgroups: Relicense under LGPL.
 	* modules/getgroups (License): Change to LGPL.
 	With permission from Jim Meyering, Paul Eggert, Eric Blake:
--- a/modules/strtoimax
+++ b/modules/strtoimax
@@ -22,7 +22,7 @@
 <inttypes.h>
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Paul Eggert
--- a/modules/strtoumax
+++ b/modules/strtoumax
@@ -23,7 +23,7 @@
 <inttypes.h>
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Paul Eggert