* 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.
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):
<stdlib.h>
License:
-GPL
+LGPLv2+
Maintainer:
Jim Meyering