summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-04-18 20:52:29 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-04-18 20:59:52 -0700
commit751b5840a02cd42c42d3aaf90640d4636c4271d2 (patch)
tree8f93264a7dff9d6682ccdf90d7e6e5ecc7a06007
parentd4e52e5e3c25942710cab4d5a3e78a761f1fa77c (diff)
downloadgnulib-751b5840a02cd42c42d3aaf90640d4636c4271d2.tar.gz
gnulib-751b5840a02cd42c42d3aaf90640d4636c4271d2.tar.bz2
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.
-rw-r--r--ChangeLog6
-rw-r--r--modules/calloc-gnu2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 76d7141279..ede9986703 100644
--- 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):
diff --git a/modules/calloc-gnu b/modules/calloc-gnu
index 2aa2dd1c00..bbd2a49330 100644
--- a/modules/calloc-gnu
+++ b/modules/calloc-gnu
@@ -20,7 +20,7 @@ Include:
<stdlib.h>
License:
-GPL
+LGPLv2+
Maintainer:
Jim Meyering

Return to:

Send suggestions and report system problems to the System administrator.