]> Savannah Git Hosting - gnulib.git/commitdiff
xalloc-oversized: relax license to LGPLv2+
authorEric Blake <eblake@redhat.com>
Wed, 3 Jul 2013 21:38:07 +0000 (15:38 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 3 Jul 2013 21:38:07 +0000 (15:38 -0600)
Unlike the bulk of xalloc* which calls exit() on allocation failure,
and thus is unacceptable in a library, the xalloc-oversized.h header
is a mere macro that makes checks for allocation overflow possible in
all sorts of portable code.  In fact, the LGPLv2+ module malloca
already has a copy of this check, arguing that this header is more
useful under a permissive license.  See also this thread.
https://lists.gnu.org/archive/html/bug-gnulib/2013-05/msg00092.html

* modules/xalloc-oversized (License): Change from GPLv3+.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
modules/xalloc-oversized

index 49e71c711a82f959f177c431792d0cf9abfabfb1..60a61c5e66bfb508e882b70365f0c42ca463632c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-07-03  Eric Blake  <eblake@redhat.com>
 
+       xalloc-oversized: relax license to LGPLv2+
+       * modules/xalloc-oversized (License): Change from GPLv3+.
+
        nproc: relax license to LGPLv2+
        * modules/nproc (License): Change from LGPLv3+.
 
index 708c621f309461c1f0c80b5bf4f9fa9efe61f4d2..7f9bd18f17cd59c6999abb9e47174e0be58b3361 100644 (file)
@@ -14,7 +14,7 @@ Include:
 "xalloc-oversized.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 all