* 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 | 6 ++++++ modules/calloc-gnu | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog index 76d714127..ede998670 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2021-04-18 Paul Eggert <egg...@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 2aa2dd1c0..bbd2a4933 100644 --- a/modules/calloc-gnu +++ b/modules/calloc-gnu @@ -20,7 +20,7 @@ Include: <stdlib.h> License: -GPL +LGPLv2+ Maintainer: Jim Meyering -- 2.27.0