changeset 6354:ec955d9e0ccd

* modules/mempcpy (License): GPL -> LGPL. * modules/strchrnul (License): Likewise. * modules/sysexits (License): Likewise.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 11 Oct 2005 06:53:48 +0000
parents a440219f430e
children bbcddcd96f1f
files ChangeLog modules/mempcpy modules/strchrnul modules/sysexits
diffstat 4 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* modules/mempcpy (License): GPL -> LGPL.
+	* modules/strchrnul (License): Likewise.
+	* modules/sysexits (License): Likewise.
+
 2005-10-06  Simon Josefsson  <jas@extundo.com>
 
 	* tests/test-hmac-md5.c: New file.
--- a/modules/mempcpy
+++ b/modules/mempcpy
@@ -17,7 +17,7 @@
 "mempcpy.h"
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Simon Josefsson
--- a/modules/strchrnul
+++ b/modules/strchrnul
@@ -18,7 +18,7 @@
 "strchrnul.h"
 
 License:
-GPL
+LGPL
 
 Maintainer:
 FSF
--- a/modules/sysexits
+++ b/modules/sysexits
@@ -25,7 +25,7 @@
 #include <sysexits.h>
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Simon Josefsson