From: Bruno Haible Date: Fri, 30 Aug 2024 11:41:14 +0000 (+0200) Subject: sigsegv: Clarify license of the *.m4 files. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=6d9f6ddb5b8e3f80394a2489abdcdb3bbead01a8;p=gnulib.git sigsegv: Clarify license of the *.m4 files. * m4/sigaltstack.m4: In the license notice, clarify which version of the GPL is meant. * m4/stack-direction.m4: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 4c090b5786..f79e82729b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2024-08-30 Bruno Haible + + sigsegv: Clarify license of the *.m4 files. + * m4/sigaltstack.m4: In the license notice, clarify which version of the + GPL is meant. + * m4/stack-direction.m4: Likewise. + 2024-08-29 Bruno Haible gnulib-tool: Fix description of --lgpl option (missed on 2021-06-04). diff --git a/m4/sigaltstack.m4 b/m4/sigaltstack.m4 index 7684c860fc..956e323e6c 100644 --- a/m4/sigaltstack.m4 +++ b/m4/sigaltstack.m4 @@ -1,10 +1,12 @@ -# sigaltstack.m4 serial 15 +# sigaltstack.m4 serial 16 dnl Copyright (C) 2002-2024 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. +dnl General Public License as published by the Free Software Foundation; +dnl either version 2 of the License, or (at your option) any later version. +dnl As a special exception to the GNU General Public License, this file +dnl may be distributed as part of a program that contains a configuration +dnl script generated by Autoconf, under the same distribution terms as +dnl the rest of that program. dnl Written by Bruno Haible and Eric Blake. diff --git a/m4/stack-direction.m4 b/m4/stack-direction.m4 index 69bafe150a..9ffce79554 100644 --- a/m4/stack-direction.m4 +++ b/m4/stack-direction.m4 @@ -1,10 +1,12 @@ -# stack-direction.m4 serial 11 +# stack-direction.m4 serial 12 dnl Copyright (C) 2002-2024 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU -dnl General Public License. As a special exception to the GNU General -dnl Public License, this file may be distributed as part of a program -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. +dnl General Public License as published by the Free Software Foundation; +dnl either version 2 of the License, or (at your option) any later version. +dnl As a special exception to the GNU General Public License, this file +dnl may be distributed as part of a program that contains a configuration +dnl script generated by Autoconf, under the same distribution terms as +dnl the rest of that program. dnl Written by Bruno Haible.