]> Savannah Git Hosting - gnulib.git/commitdiff
alignalloc: Fix license header.
authorBruno Haible <bruno@clisp.org>
Sat, 2 Sep 2023 12:56:31 +0000 (14:56 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 14 Sep 2023 10:06:30 +0000 (12:06 +0200)
Suggested by Paul Eggert in
<https://lists.gnu.org/archive/html/bug-gnulib/2023-08/msg00170.html>.

* lib/alignalloc.h: Make license header consistent with module
description.
* lib/alignalloc.c: Likewise.

ChangeLog
lib/alignalloc.c
lib/alignalloc.h

index b10e1dd94b3220b4eb14a31ad6337dd1fa81ef06..1621abc590e8a0691568786366060921cfbda4fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-09-02  Bruno Haible  <bruno@clisp.org>
+
+       alignalloc: Fix license header.
+       Suggested by Paul Eggert in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2023-08/msg00170.html>.
+       * lib/alignalloc.h: Make license header consistent with module
+       description.
+       * lib/alignalloc.c: Likewise.
+
 2023-08-30  Paul Eggert  <eggert@cs.ucla.edu>
 
        wchar-single: fix module broken since 2021
index 7d94ce2ca9539f51a6cc32ea71928e1501785eb1..57524cf1bbf79d712ca0c3a4078fe5c85714d787 100644 (file)
@@ -2,17 +2,17 @@
 
    Copyright 2022-2023 Free Software Foundation, Inc.
 
-   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/>.  */
 
 /* Written by Paul Eggert.  */
index eacf47880a4282b724fe58635ea8962df51e2a42..ed063b9b198fa6df6271bacd1d12b4cfe2f016e4 100644 (file)
@@ -2,17 +2,17 @@
 
    Copyright 2022-2023 Free Software Foundation, Inc.
 
-   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/>.  */
 
 /* Written by Paul Eggert.  */