From: Paul Eggert Date: Mon, 19 Apr 2021 03:52:29 +0000 (-0700) Subject: calloc-gnu: now LGPLv2+ X-Git-Tag: v1.0~2930 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=751b5840a02cd42c42d3aaf90640d4636c4271d2;p=thirdparty%2Fgnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 76d7141279..ede9986703 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2021-04-18 Paul Eggert + 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: License: -GPL +LGPLv2+ Maintainer: Jim Meyering