xalloc-oversized: relax license to LGPLv2+
authorEric Blake <eblake@redhat.com>
Wed, 3 Jul 2013 21:38:07 +0000 (15:38 -0600)
committerIan Beckwith <ianb@erislabs.net>
Mon, 5 Aug 2013 02:13:37 +0000 (03:13 +0100)
commit121180e118b501b7c3356c39fad47f50ae269694
tree1ec70141cb01108e40bb1d13bcfa7fd752569da1
parentdbe7a054c923973d4b48c768e9096ef509ceff26
xalloc-oversized: relax license to LGPLv2+

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>
(cherry picked from commit 33758ba748480b6e85c34894deb4e6aed15b4bd2)
ChangeLog
modules/xalloc-oversized