Change xprintf's license to GPL.
authorJim Meyering <meyering@redhat.com>
Sat, 20 Oct 2007 14:25:00 +0000 (16:25 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 20 Oct 2007 14:25:00 +0000 (16:25 +0200)
* modules/xprintf (License): s/LGPL/GPL/, since this module
depends on modules (exit and exitfail) which are GPL.
Suggestion from Bruno Haible.

ChangeLog
modules/xprintf

index 159f69e..139a2f6 100644 (file)
--- 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.
index 6459f23..b21252f 100644 (file)
@@ -21,7 +21,7 @@ Include:
 "xprintf.h"
 
 License:
-LGPL
+GPL
 
 Maintainer:
 Jim Meyering