]> Savannah Git Hosting - gnulib.git/commitdiff
eealloc: Relicense under LGPLv2+.
authorBruno Haible <bruno@clisp.org>
Fri, 25 Oct 2024 19:59:45 +0000 (21:59 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 25 Oct 2024 19:59:45 +0000 (21:59 +0200)
Jim Meyering's approval is in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-10/msg00192.html>.

* modules/eealloc (License): Change to LGPLv2+.
* lib/eealloc.h: Update license notice.
* lib/eealloc.c: Likewise.

ChangeLog
lib/eealloc.c
lib/eealloc.h
modules/eealloc

index d39354df1f911885c3b771c95f31101caa130704..c033c89f6ddc540045917eb6f97d5c13660f9d74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2024-10-25  Bruno Haible  <bruno@clisp.org>
+
+       eealloc: Relicense under LGPLv2+.
+       Jim Meyering's approval is in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2024-10/msg00192.html>.
+       * modules/eealloc (License): Change to LGPLv2+.
+       * lib/eealloc.h: Update license notice.
+       * lib/eealloc.c: Likewise.
+
 2024-10-25  Bruno Haible  <bruno@clisp.org>
 
        xalloc: Adjust dependencies after last change.
index c4f74591fe159b4d4b7fb919835a2b881474ae6d..d575d9e2b6e48e63cb37a4bec4b19b34f0987e17 100644 (file)
@@ -3,16 +3,16 @@
    Copyright (C) 2012-2024 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published
-   by the Free Software Foundation, either version 3 of the License,
-   or (at your option) any later version.
+   it under the terms of the GNU Lesser General Public License as
+   published by the Free Software Foundation; either version 2.1 of the
+   License, or (at your option) any later version.
 
    This file is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
+   GNU Lesser General Public License for more details.
 
-   You should have received a copy of the GNU General Public License
+   You should have received a copy of the GNU Lesser General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
 #include <config.h>
index 8bfcf599bd317681ee690ef561ba1139ca808c70..522da0f86bb47824ce2fe3c606dc8a93b0d32684 100644 (file)
@@ -3,17 +3,17 @@
    Written by Bruno Haible <bruno@clisp.org>, 2003,
    based on prior work by Jim Meyering.
 
-   This program is free software: you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation, either version 3 of the License, or
-   (at your option) any later version.
+   This file is free software: you can redistribute it and/or modify
+   it under the terms of the GNU Lesser General Public License as
+   published by the Free Software Foundation; either version 2.1 of the
+   License, or (at your option) any later version.
 
-   This program is distributed in the hope that it will be useful,
+   This file is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
+   GNU Lesser General Public License for more details.
 
-   You should have received a copy of the GNU General Public License
+   You should have received a copy of the GNU Lesser General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef _EEALLOC_H
index 54d915fee9f91625f1606854232873ae716a6526..8f4c279a388c25fb61a9d06a8d27d1608c7932eb 100644 (file)
@@ -21,7 +21,7 @@ Include:
 <eealloc.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 all