summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-20 16:25:00 +0200
committerJim Meyering <meyering@redhat.com>2007-10-20 16:25:00 +0200
commit6c1eb9f212baf1259dc6495a24847a46a425e433 (patch)
treeabd01b27dc935d59aa1686cd9a366640dc7e86c8
parent3d45e2853ce7ba93f0c2a84f88a200aa3fb4392c (diff)
downloadgnulib-6c1eb9f212baf1259dc6495a24847a46a425e433.tar.gz
Change xprintf's license to GPL.
* modules/xprintf (License): s/LGPL/GPL/, since this module depends on modules (exit and exitfail) which are GPL. Suggestion from Bruno Haible.
-rw-r--r--ChangeLog5
-rw-r--r--modules/xprintf2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 159f69efbf..139a2f6c63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-10-20 Jim Meyering <meyering@redhat.com>
+ Change xprintf's license to GPL.
+ * modules/xprintf (License): s/LGPL/GPL/, since this module
+ depends on modules (exit and exitfail) which are GPL.
+ Suggestion from Bruno Haible.
+
xprintf fixes.
* lib/xprintf.c (xprintf, xfprintf): Use va_end.
Use a clearer diagnostic.
diff --git a/modules/xprintf b/modules/xprintf
index 6459f233f8..b21252f702 100644
--- a/modules/xprintf
+++ b/modules/xprintf
@@ -21,7 +21,7 @@ Include:
"xprintf.h"
License:
-LGPL
+GPL
Maintainer:
Jim Meyering