]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
calloc-gnu: now LGPLv2+
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Apr 2021 03:52:29 +0000 (20:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Apr 2021 03:59:52 +0000 (20:59 -0700)
* modules/calloc-gnu (License): Change from GPL to LGPLv2+.
The old value was evidently a longstanding typo, and calloc
will be needed by LGPLv2+ modules that will want to rely
on GNU behavior.

ChangeLog
modules/calloc-gnu

index 76d7141279e8476919107420b97947b4f9e75e46..ede998670368bb583a98777468aa01203bc97f46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2021-04-18  Paul Eggert  <eggert@cs.ucla.edu>
 
+       calloc-gnu: now LGPLv2+
+       * modules/calloc-gnu (License): Change from GPL to LGPLv2+.
+       The old value was evidently a longstanding typo, and calloc
+       will be needed by LGPLv2+ modules that will want to rely
+       on GNU behavior.
+
        safe-alloc: simplify via reallocarray
        * lib/safe-alloc.c: Do not include xalloc-oversized.h.
        (safe_alloc_alloc_n, safe_alloc_realloc_n):
index 2aa2dd1c00666416dc82cbfcd77c998b9ea48267..bbd2a493304cad2bd4476cd839bde75c78f72fc4 100644 (file)
@@ -20,7 +20,7 @@ Include:
 <stdlib.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering