]> Savannah Git Hosting - gnulib.git/commitdiff
Fix COPYING.EXCEPTION license notices
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 6 Sep 2024 01:31:29 +0000 (18:31 -0700)
committerBruno Haible <bruno@clisp.org>
Tue, 17 Sep 2024 14:05:47 +0000 (16:05 +0200)
Problem reported by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2024-08/msg00227.html
* m4/std-gnu11.m4: Fix license notice to use COPYING.EXCEPTION
correctly.

ChangeLog
m4/std-gnu11.m4

index c37edcf497c1dcb2619c1b39cd6a3e77cbd275c3..fa48d7a5bdbe4b9cd221989535fee84f35641e4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2024-09-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix COPYING.EXCEPTION license notices
+       Problem reported by Bruno Haible in:
+       https://lists.gnu.org/r/bug-gnulib/2024-08/msg00227.html
+       * m4/std-gnu11.m4: Fix license notice to use COPYING.EXCEPTION
+       correctly.
+
 2024-09-04  Bruno Haible  <bruno@clisp.org>
 
        Resolve conflicts for functions introduced in Android API level 35.
index 59998c17cf75690ffdb3dfc04dcdeb8ee137ee57..9fcb6c6e52d6568f2d36938a3e9210cc209c2833 100644 (file)
@@ -3,6 +3,7 @@
 # This implementation is taken from GNU Autoconf lib/autoconf/c.m4
 # commit 017d5ddd82854911f0119691d91ea8a1438824d6
 # dated Sun Apr 3 13:57:17 2016 -0700
+# with minor changes to commentary.
 # This implementation will be obsolete once we can assume Autoconf 2.70
 # or later is installed everywhere a Gnulib program might be developed.
 
@@ -11,9 +12,10 @@ m4_version_prereq([2.70], [], [
 
 # Copyright (C) 2001-2024 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
+# This file is part of Autoconf.  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 program is distributed in the hope that it will be useful,
@@ -21,8 +23,15 @@ m4_version_prereq([2.70], [], [
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
+# Under Section 7 of GPL version 3, you are granted additional
+# permissions described in the Autoconf Configure Script Exception,
+# version 3.0, as published by the Free Software Foundation.
+#
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+# and a copy of the Autoconf Configure Script Exception along with
+# this program; see the files COPYINGv3 and COPYING.EXCEPTION
+# respectively.  If not, see <https://www.gnu.org/licenses/> and
+# <https://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=blob_plain;f=COPYING.EXCEPTION>.
 
 # Written by David MacKenzie, with help from
 # Akim Demaille, Paul Eggert,