]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
make update-copyright
authorZack Weinberg <zackw@panix.com>
Thu, 28 Jan 2021 20:19:21 +0000 (15:19 -0500)
committerZack Weinberg <zackw@panix.com>
Thu, 28 Jan 2021 20:19:21 +0000 (15:19 -0500)
85 files changed:
.x-update-copyright
AUTHORS
BUGS
HACKING
Makefile.am
NEWS
README
README-alpha
README-hacking
THANKS
TODO
bin/autoconf.as
bin/autoheader.in
bin/autom4te.in
bin/autoreconf.in
bin/autoscan.in
bin/autoupdate.in
bin/ifnames.in
bin/local.mk
build-aux/fetch.pl
build-aux/help-extract.pl
cfg.mk
configure.ac
doc/autoconf.texi
doc/install.texi
doc/local.mk
lib/Autom4te/C4che.pm
lib/Autom4te/Config.pm
lib/Autom4te/General.pm
lib/Autom4te/Request.pm
lib/autoconf/autoconf.m4
lib/autoconf/autoheader.m4
lib/autoconf/autoscan.m4
lib/autoconf/autotest.m4
lib/autoconf/autoupdate.m4
lib/autoconf/c.m4
lib/autoconf/erlang.m4
lib/autoconf/fortran.m4
lib/autoconf/functions.m4
lib/autoconf/general.m4
lib/autoconf/go.m4
lib/autoconf/headers.m4
lib/autoconf/lang.m4
lib/autoconf/libs.m4
lib/autoconf/oldnames.m4
lib/autoconf/programs.m4
lib/autoconf/specific.m4
lib/autoconf/status.m4
lib/autoconf/types.m4
lib/autom4te.in
lib/autoscan/autoscan.pre
lib/autotest/autotest.m4
lib/autotest/general.m4
lib/autotest/specific.m4
lib/emacs/autoconf-mode.el
lib/emacs/autotest-mode.el
lib/freeze.mk
lib/local.mk
lib/m4sugar/foreach.m4
lib/m4sugar/m4sh.m4
lib/m4sugar/m4sugar.m4
m4/m4.m4
m4/make-case.m4
man/local.mk
tests/atlocal.in
tests/autoscan.at
tests/autotest.at
tests/base.at
tests/c.at
tests/compile.at
tests/erlang.at
tests/foreign.at
tests/fortran.at
tests/go.at
tests/local.at
tests/local.mk
tests/m4sh.at
tests/m4sugar.at
tests/mktests.pl
tests/semantics.at
tests/statesave.m4
tests/suite.at
tests/tools.at
tests/torture.at
tests/wrapper.as

index d396f4bf6fd3ff0c817ca60c695697e457ec9484..616328c66db728d9b1ac553f3b78a04211b95e29 100644 (file)
@@ -1,17 +1,33 @@
 # Prior year changelogs don't need update.
 ChangeLog..*
+# Test data should not be changed.
+tests/data/.*
 # Upstream files that should not have copyright updated here.
 COPYING.*
 GNUmakefile
-build-aux/.*
-lib/Autom4te/Configure_ac.pm
-lib/Autom4te/Channels.pm
-lib/Autom4te/FileUtils.pm
-lib/Autom4te/Struct.pm
-lib/Autom4te/XFile.pm
-doc/fdl.*
+maint.mk
+build-aux/announce-gen
+build-aux/config.guess
+build-aux/config.sub
+build-aux/gendocs.sh
+build-aux/git-version-gen
+build-aux/gitlog-to-changelog
+build-aux/gnupload
+build-aux/install-sh
+build-aux/move-if-change
+build-aux/update-copyright
+build-aux/useless-if-before-free
+build-aux/texinfo.tex
+build-aux/vc-list-files
+doc/fdl.texi
 doc/gendocs_template
 doc/gnu-oids.texi
 doc/make-stds.texi
 doc/standards.texi
+lib/Autom4te/ChannelDefs.pm
+lib/Autom4te/Channels.pm
+lib/Autom4te/Configure_ac.pm
+lib/Autom4te/FileUtils.pm
+lib/Autom4te/Getopt.pm
+lib/Autom4te/XFile.pm
 m4/autobuild.m4
diff --git a/AUTHORS b/AUTHORS
index b1f5bce12b359e363fef30b41fe287a93eea531a..b6a63f217f44a7c667ad054ea2ab2a792b972bd5 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -111,7 +111,7 @@ mode: text
 coding: utf-8
 End:
 
-Copyright (C) 1996, 2000-2001, 2005, 2007-2017, 2020 Free Software
+Copyright (C) 1996, 2000-2001, 2005, 2007-2017, 2020-2021 Free Software
 Foundation, Inc.
 
 This program is free software: you can redistribute it and/or modify
diff --git a/BUGS b/BUGS
index 6229c20b61666d560947aa5d0dc3b9b852beaa60..7a19bf580ae4996a089badfa43c2a28b4c376f31 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -3,7 +3,7 @@
 This file lists the bugs you must be aware of.  Be sure to check this
 file before using Autoconf, and especially git versions of Autoconf.
 
-       Copyright (C) 2000-2002, 2006-2017, 2020 Free Software
+       Copyright (C) 2000-2002, 2006-2017, 2020-2021 Free Software
        Foundation, Inc.
 
        Copying and distribution of this file, with or without
diff --git a/HACKING b/HACKING
index 1bd30ac5a085abb81142cd9695a64c70830b5064..f7c54d034c39dec79aedd172bd00dba8fc772db9 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -155,7 +155,7 @@ that needs to be updated.
 
 -----
 
-Copyright (C) 2002, 2008-2017, 2020 Free Software Foundation, Inc.
+Copyright (C) 2002, 2008-2017, 2020-2021 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
index ecc9cb35433bedd973db613cc1da09c2907ebb6a..17e1f8f49507f38feeede48802b8321dd1638f91 100644 (file)
@@ -1,7 +1,7 @@
 # Make Autoconf.
 
-# Copyright (C) 1999-2004, 2006-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 1999-2004, 2006-2017, 2020-2021 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
diff --git a/NEWS b/NEWS
index 9006933b6cf1902cd2826b8f668a95ec4aba6b16..e6f5d8c35a3830ea99a1f4a841165d5d9d6979b3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2584,7 +2584,8 @@ Various bug fixes.
 
 -----
 
-Copyright (C) 1993-1996, 1998-2017, 2020 Free Software Foundation, Inc.
+Copyright (C) 1993-1996, 1998-2017, 2020-2021 Free Software Foundation,
+Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
diff --git a/README b/README
index c725589495dfd115879e6b56bf65b5344cea16ef..fd16df7cf62eac86a564a7f473555df9f86c1ee0 100644 (file)
--- a/README
+++ b/README
@@ -57,8 +57,8 @@ note that the range specifies every single year in that closed interval.
 
 -----
 
-Copyright (C) 1992-1994, 1998, 2000-2017, 2020 Free Software Foundation,
-Inc.
+Copyright (C) 1992-1994, 1998, 2000-2017, 2020-2021 Free Software
+Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
index 2e068c61261f968a561690d6899ac8d76fdb8d7e..574f6e032491faab33b7e83b40b433c9c49450db 100644 (file)
@@ -22,7 +22,8 @@ users.
 
 -----
 
-Copyright (C) 2000-2003, 2009-2017, 2020 Free Software Foundation, Inc.
+Copyright (C) 2000-2003, 2009-2017, 2020-2021 Free Software Foundation,
+Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
index fb48d4d68b6a49df2d4686700ce86690242ea452..1743dd376db8e5d566a91befe7e7025e2575ad17 100644 (file)
@@ -133,7 +133,7 @@ Enjoy!
 
 -----
 
-Copyright (C) 2002-2017, 2020 Free Software Foundation, Inc.
+Copyright (C) 2002-2017, 2020-2021 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
diff --git a/THANKS b/THANKS
index 3e10d7a0b2ee55a2ed34ecb3878f2baff1acc116..a32903164a5cc19afa38d90fa54d7e825ed11a22 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -453,7 +453,7 @@ mode: text
 coding: utf-8
 End:
 
-Copyright (C) 1999-2017, 2020 Free Software Foundation, Inc.
+Copyright (C) 1999-2017, 2020-2021 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
diff --git a/TODO b/TODO
index 62619219241f52745c6955c6c0a8839e883b8b66..2359f8ea23b86898768cceb10b690c421fc47ca6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -591,7 +591,7 @@ with autoconf scripts.
 
 ------------------------------------------------------------------------------
 
-Copyright (C) 1994-1996, 1999-2002, 2007-2017, 2020 Free Software
+Copyright (C) 1994-1996, 1999-2002, 2007-2017, 2020-2021 Free Software
 Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
index 93563c9767d18d54b1bea4a0b4fce5a4023a01a8..1407739d4ac76adc912dc290c664a7d98cacf9c3 100644 (file)
@@ -3,7 +3,7 @@ m4_divert_push([HEADER-COPYRIGHT])dnl
 # @configure_input@
 # autoconf -- create 'configure' using m4 macros.
 
-# Copyright (C) 1992-1994, 1996, 1999-2017, 2020 Free Software
+# Copyright (C) 1992-1994, 1996, 1999-2017, 2020-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 1f3af9f10afddc732e45882495fdaf90a099cd3e..1cbf5091ca0d931429527a197cffee794f5dfe5c 100644 (file)
@@ -7,7 +7,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 
 # autoheader -- create 'config.h.in' from 'configure.ac'.
 
-# Copyright (C) 1992-1994, 1996, 1998-2017, 2020 Free Software
+# Copyright (C) 1992-1994, 1996, 1998-2017, 2020-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 64653a44c175c782472411ce5e4ec7406d8f67ee..7ebe419c2f0179155d1cf0d3ea68ee7ec49c755b 100644 (file)
@@ -6,8 +6,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
     if 0;
 
 # autom4te - Wrapper around M4 libraries.
-# Copyright (C) 2001-2003, 2005-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 2001-2003, 2005-2017, 2020-2021 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
index 9855efbe9fb3ec6df90dbdf8eb12d4e28df22e7b..ec391a6d3109052ee4bd9a0958219dbe89b4a31a 100644 (file)
@@ -6,7 +6,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
     if 0;
 
 # autoreconf - install the GNU Build System in a directory tree
-# Copyright (C) 1994, 1999-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1999-2017, 2020-2021 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
index 658a79807cbea9f791b2441fb08e8bdbaacaf39b..b89fd1a6553b9cd8486f2c30e215f2c1104ed82a 100644 (file)
@@ -3,7 +3,8 @@
 # @configure_input@
 
 # autoscan - Create configure.scan (a preliminary configure.ac) for a package.
-# Copyright (C) 1994, 1999-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1999-2017, 2020-2021 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
index 047f8e0ed8b4d6ed4c033e39d86fa711aa62c68b..c86203a41be71f067fde2787f301a64695c5705c 100644 (file)
@@ -3,7 +3,8 @@
 # @configure_input@
 
 # autoupdate - modernize an Autoconf file.
-# Copyright (C) 1994, 1999-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1999-2017, 2020-2021 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
index 075ff3eb71dab4345428cb90c0962d36f0679e4c..b04947f22fbe266e32570bcc67601866958074b4 100644 (file)
@@ -7,7 +7,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 
 # ifnames - print the identifiers used in C preprocessor conditionals
 
-# Copyright (C) 1994-1995, 1999-2003, 2005-2017, 2020 Free Software
+# Copyright (C) 1994-1995, 1999-2003, 2005-2017, 2020-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 93eb73769f4267d9437dc8418235cc0009d47d83..e923707f27cdefd908f70989f247ac8ce569ea15 100644 (file)
@@ -1,7 +1,7 @@
 # Make Autoconf commands.
 
-# Copyright (C) 1999-2007, 2009-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 1999-2007, 2009-2017, 2020-2021 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
index d97a9f20a2fa25874a77c0775b7a48f0e08af70c..e41b5f1d84390d1e61233faa86dfb2c4da6ec181 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/perl
-# Copyright (C) 2020 Free Software Foundation, Inc.
+# Copyright (C) 2020-2021 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
index 0edc793a684e36f68d158fc8b63499053b619ad5..bb104253b0b9362d9f0d3f167fcab1b915074306 100644 (file)
@@ -1,5 +1,5 @@
 # help-extract -- extract --help and --version output from a script.
-# Copyright (C) 2020 Free Software Foundation, Inc.
+# Copyright (C) 2020-2021 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
diff --git a/cfg.mk b/cfg.mk
index a15974bf164f5022adedcf8b9a1e7c8fbc4e1b86..ce6edfdb21e8fbd26cb3b8530afb080ab335031a 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk for Autoconf.            -*- Makefile -*-
-# Copyright (C) 2003-2004, 2006, 2008-2017, 2020 Free Software
+# Copyright (C) 2003-2004, 2006, 2008-2017, 2020-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 56d275491327695031009c02d9ea85c15da6eef0..e67504730a53d099f343abb47568325a572a5451 100644 (file)
@@ -1,8 +1,8 @@
 #                                                       -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-# Copyright (C) 1992-1995, 1999-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 1992-1995, 1999-2017, 2020-2021 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
@@ -30,7 +30,7 @@ AM_INIT_AUTOMAKE([1.11 dist-xz readme-alpha no-texinfo.tex std-options])
 
 # Keep this on a line of its own, since it must be found and processed
 # by the 'update-release-year' rule in our Makefile.
-RELEASE_YEAR=2020
+RELEASE_YEAR=2021
 AC_SUBST([RELEASE_YEAR])
 
 AB_INIT
index b65d698eed05b61963ed2fb0467fb623195811d2..7b42dd6a879fb7ba748a327b5aefb8d9a7ba7365 100644 (file)
@@ -210,8 +210,8 @@ This manual (@value{UPDATED}) is for GNU Autoconf
 a package for creating scripts to configure source code packages using
 templates and an M4 macro package.
 
-Copyright @copyright{} 1992--1996, 1998--2017, 2020
-Free Software Foundation, Inc.
+Copyright @copyright{} 1992--1996, 1998--2017, 2020--2021 Free Software
+Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
index 875b8ebdf2653b94a7f9fc754393b9a4597ec153..3bedb4efcee4cea83e88486d576c19131d00e104 100644 (file)
@@ -5,8 +5,8 @@
 
 @unnumbered Installation Instructions
 
-Copyright @copyright{} 1994-1996, 1999-2002, 2004-2017, 2020 Free
-Software Foundation, Inc.
+Copyright @copyright{} 1994--1996, 1999--2002, 2004--2017, 2020--2021
+Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification, are
 permitted in any medium without royalty provided the copyright notice
index 8a0b15381164f5dc526086123dca9127ff462da9..e3e69f230d27822fe7751b3d0e2d69d83920ae38 100644 (file)
@@ -1,7 +1,7 @@
 # Make Autoconf documentation.
 
-# Copyright (C) 2000-2003, 2007-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000-2003, 2007-2017, 2020-2021 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
index 5e3bea37dd34b5f6f450780784c372bddbc830d2..f516481109b2d2a76433cec173979e1bf8f6a1a7 100644 (file)
@@ -1,6 +1,6 @@
 # autoconf -- create `configure' using m4 macros
-# Copyright (C) 2003, 2006, 2009-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 2003, 2006, 2009-2017, 2020-2021 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
index 23c5ac1418284e9934e8af2dd01790f364b89920..afb4f8f2ffd8af0cad1edac8233a1d2ff2bc9b9a 100644 (file)
@@ -1,5 +1,5 @@
 #  -*- Perl -*-
-# Copyright (C) 2003-2020 Free Software Foundation, Inc.
+# Copyright (C) 2003-2021 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
index e07e7e0f2f4253b04b61ae7e9084b9de797e4a8b..fac67ab1a101a00423e846d317dff6977fecdf8b 100644 (file)
@@ -1,5 +1,5 @@
 # autoconf -- create `configure' using m4 macros
-# Copyright (C) 2001-2004, 2006-2007, 2009-2017, 2020 Free Software
+# Copyright (C) 2001-2004, 2006-2007, 2009-2017, 2020-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index b3be33c7bb94ed362d16e3a94dda20c32274c252..67a600745115bea438a6d80ed25475c14070411e 100644 (file)
@@ -1,6 +1,6 @@
 # autoconf -- create `configure' using m4 macros
-# Copyright (C) 2001-2003, 2009-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 2001-2003, 2009-2017, 2020-2021 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
index 934ef1842a390b6e8e76084ef8b8e356e1807a3f..c1c2c789eaceb624c5a76fbd8f0e9dbeb26d2ef7 100644 (file)
@@ -1,8 +1,8 @@
 # This file is part of Autoconf.                -*- Autoconf -*-
 # Driver that loads the Autoconf macro files.
 #
-# Copyright (C) 1994, 1999-2002, 2006, 2008-2017, 2020 Free Software
-# Foundation, Inc.
+# Copyright (C) 1994, 1999-2002, 2006, 2008-2017, 2020-2021 Free
+# Software Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index f5764e5e7898157cdb3afe0f35a80cbff49de03f..0611e4bf5ca450fb1cbd292da641a05607b22f3a 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with autoheader.
 
-# Copyright (C) 1992-1996, 1998-2002, 2008-2017, 2020 Free Software
+# Copyright (C) 1992-1996, 1998-2002, 2008-2017, 2020-2021 Free Software
 # Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index 332e9ebec5a25709d4585d26d8e58c43b0bfca2a..450a6d58f65c399236c368d25fd292d5d8841601 100644 (file)
@@ -1,7 +1,8 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with autoscan.
 
-# Copyright (C) 2002, 2009-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2009-2017, 2020-2021 Free Software Foundation,
+# Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index 141bbbe00ce8dca10c9a1e503ef5b6a8bca07127..0ffb9ec7dc4ea8660e01672e76f7ed10e4ee15d2 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with Autotest.
-# Copyright (C) 1992-1996, 1998-2005, 2009-2017, 2020 Free Software
+# Copyright (C) 1992-1996, 1998-2005, 2009-2017, 2020-2021 Free Software
 # Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index a3e13a69a83014fab9843ff981a0a0febf964de6..2b495d30e9d9611e3470151de6695571b2c5534f 100644 (file)
@@ -1,8 +1,8 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with autoupdate.
 
-# Copyright (C) 1992-1996, 1998-2001, 2003-2004, 2006, 2009-2017, 2020
-# Free Software Foundation, Inc.
+# Copyright (C) 1992-1996, 1998-2001, 2003-2004, 2006, 2009-2017,
+# 2020-2021 Free Software Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index 7ad6b4f72bc9e677293f1f18a9e3e224caa44000..9f881f0bc10ce07a386bca83905019b81ba7d18a 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Programming languages support.
-# Copyright (C) 2001-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017, 2020-2021 Free Software Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index b1d3ab1f6473573ac7a133d68817db06af34b9fa..50bc93138efcad2844552b4e4030823b50f4a2d8 100644 (file)
@@ -1,6 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Erlang/OTP language support.
-# Copyright (C) 2006, 2008-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008-2017, 2020-2021 Free Software Foundation,
+# Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index 16bd9cb0ee81329bd573ae19c37f2116183f6fca..641c5fb67b9033d54b043d6d06772bb33a1370a3 100644 (file)
@@ -1,6 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Fortran languages support.
-# Copyright (C) 2001, 2003-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003-2017, 2020-2021 Free Software Foundation,
+# Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index 12f60b99f618a4fdc0adf0fc0958a94dfc809681..c5add9f815da6f282eefe7317c6cf7f411b9751b 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for functions.
-# Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-2021 Free Software Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index 47f7ee4272c1e17445b812298cd0a187f8f122ce..053130b3d0ba7af8b9177da6ff850d8c20ac6cbe 100644 (file)
@@ -1,7 +1,8 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Parameterized macros.
 m4_define([_AC_COPYRIGHT_YEARS], [
-Copyright (C) 1992-1996, 1998-2017, 2020 Free Software Foundation, Inc.
+Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
+Inc.
 ])
 
 # This file is part of Autoconf.  This program is free
index e86700a659b505bc7ca2aad15534bd3a3aa25b83..ac91cddfeff02fb7b82506de5cb7fe0609d264b1 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Go language support.
-# Copyright (C) 2011-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2011-2017, 2020-2021 Free Software Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index 802eec2fdbd294d61f7cfebff1e929ce8fdd42fd..548f056234733cb98ce1ad6ee6c53da293357105 100644 (file)
@@ -1,8 +1,8 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for headers.
 #
-# Copyright (C) 1988, 1999-2004, 2006, 2008-2017, 2020 Free Software
-# Foundation, Inc.
+# Copyright (C) 1988, 1999-2004, 2006, 2008-2017, 2020-2021 Free
+# Software Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index b1e730a26ed453217eb1cefc7a279734ab13d595..daa8841893238e959d0e7aa22a7300691200c062 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Programming languages support.
-# Copyright (C) 2000-2002, 2004-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000-2002, 2004-2017, 2020-2021 Free Software
+# Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index f2343bcc842f19ff588d842a218640bb2f4c49ec..901c973317a8df59000dd144389620b314926cb2 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for libraries.
-# Copyright (C) 1992-1996, 1998-2006, 2008-2017, 2020 Free Software
+# Copyright (C) 1992-1996, 1998-2006, 2008-2017, 2020-2021 Free Software
 # Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index 843d60d9b00ea406e18b11867f17f8be41836b41..671b523fe470e1aeaa37586ff3d504dc624be0ed 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                           -*- Autoconf -*-
 # Support old macros, and provide automated updates.
-# Copyright (C) 1994, 1999-2001, 2003, 2009-2017, 2020 Free Software
-# Foundation, Inc.
+# Copyright (C) 1994, 1999-2001, 2003, 2009-2017, 2020-2021 Free
+# Software Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index 63e0704395df4dd4827478dc0408902f05e5c414..588a7bdc6213c5a5c1414af2a870bd55454228e5 100644 (file)
@@ -1,8 +1,8 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for programs.
 
-# Copyright (C) 1992-1996, 1998-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software
+# Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index 853276bbc03a8a4022c3377dca3487fa20d5336f..2752e05d633e4a9cdae59eecc9f63e6ed85c5d1f 100644 (file)
@@ -1,8 +1,8 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Macros that test for specific, unclassified, features.
 #
-# Copyright (C) 1992-1996, 1998-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software
+# Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index d11a221c74dc04fe027f2669fcdc0058e0ad74a5..ca8cb692e0d7fc33a95d5b516b2eb70dcea23dba 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Parameterizing and creating config.status.
-# Copyright (C) 1992-1996, 1998-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software
+# Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index fff850acdbc6edbb148151096000b1cc86c5da08..6d17091842316e737f13ee13ed63c17f6ffdabba 100644 (file)
@@ -1,8 +1,8 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Type related macros: existence, sizeof, and structure members.
 #
-# Copyright (C) 2000-2002, 2004-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000-2002, 2004-2017, 2020-2021 Free Software
+# Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index 566c5dcaf6cb76e2aaf08082ee04fd496f7fface..9e86c9ff1578da8c4482907713182a12121b7c97 100644 (file)
@@ -1,6 +1,6 @@
 # Definition of Autom4te option sets.                     -*- Makefile -*-
 #
-# Copyright (C) 2001-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017, 2020-2021 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
index effd915c46687628b432b840203cf65da4c3a153..85797e65851688b9988c600d899a6f0e2573ec99 100644 (file)
@@ -1,5 +1,5 @@
 # autoscan's mapping to Autoconf macros      -*- Makefile -*-
-# Copyright (C) 1992-1994, 1996, 1999-2002, 2009-2017, 2020 Free
+# Copyright (C) 1992-1994, 1996, 1999-2002, 2009-2017, 2020-2021 Free
 # Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 0f02b52fe358fe372bf14a8a7b19460707efad24..76d410bede8854b4bc841f7fc4a36ce03c9d8c85 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # M4 macros used in building test suites.
-# Copyright (C) 2000-2002, 2009-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000-2002, 2009-2017, 2020-2021 Free Software
+# Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index 0c0e3c5b772946014d75cc6849d25bc73731bd72..40c92d93fb2617c7b15de6790690be8dad5d8c8e 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                          -*- Autoconf -*-
 # M4 macros used in building test suites.
 m4_define([_AT_COPYRIGHT_YEARS], [
-Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
+Copyright (C) 2000-2017, 2020-2021 Free Software Foundation, Inc.
 ])
 
 # This file is part of Autoconf.  This program is free
index 9d628598a27077d6732b1214a436fca54cc3c4b6..3558205af6fe2f2d6581ed9746ebe4f3cbd90eef 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                          -*- Autoconf -*-
 # M4 macros used in running tests using third-party testing tools.
 m4_define([_AT_COPYRIGHT_YEARS],
-[Copyright (C) 2009-2017, 2020 Free Software Foundation, Inc.])
+[Copyright (C) 2009-2017, 2020-2021 Free Software Foundation, Inc.])
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index b22cbd1e4ff9bad41810f17022731f64f4d154bb..509502c712f5e2e3787ca5891c33f81c5ac6fc35 100644 (file)
@@ -6,8 +6,8 @@
 
 ;; This file is part of Autoconf
 
-;; Copyright (C) 2001, 2006, 2009-2017, 2020 Free Software Foundation,
-;; Inc.
+;; Copyright (C) 2001, 2006, 2009-2017, 2020-2021 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
index 1b131745ea0c79f85a520250963198f9d441139e..f34941ea2bac000a06c65063823b31cb78bfb92a 100644 (file)
@@ -5,7 +5,8 @@
 
 ;; This file is part of Autoconf
 
-;; Copyright (C) 2001, 2009-2017, 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2009-2017, 2020-2021 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
index ee1d6fcd3735e5096651da3c659c5c67ea31513e..b7d4bdc1ffdb0bd5fc48227029f1f44022749d3c 100644 (file)
@@ -1,7 +1,7 @@
 # Freeze M4 files.
 
-# Copyright (C) 2002, 2004, 2006-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 2002, 2004, 2006-2017, 2020-2021 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
index e380403ff70696c1a07f33869296ce01d0a997f8..affe946bd989f1bb354ff8f1ff7c1b02f1c190f9 100644 (file)
@@ -1,7 +1,7 @@
 # Make Autoconf-related libraries.
 
-# Copyright (C) 2001-2005, 2009-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 2001-2005, 2009-2017, 2020-2021 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
index 2052d44c2a759e9540fc08dd452c8d4f80b302d9..29d07a1b9ae6247afeaf30bbb87c64a12bb994ab 100644 (file)
@@ -4,7 +4,7 @@
 # Speeds up GNU M4 1.4.x by avoiding quadratic $@ recursion, but penalizes
 # GNU M4 1.6 by requiring more memory and macro expansions.
 #
-# Copyright (C) 2008-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2008-2017, 2020-2021 Free Software Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index 9d543952b4ac893c110160334803f8581f804be4..ce5315201f7eba1c8265477bfa3c9925a8c8012b 100644 (file)
@@ -2,7 +2,7 @@
 # M4 sugar for common shell constructs.
 # Requires GNU M4 and M4sugar.
 #
-# Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-2021 Free Software Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index b42fc1a6de0b816b3e972e544950810b975dfa82..0ea671d705b82ce15e30b8f6691fcf5dcf9d52ca 100644 (file)
@@ -3,7 +3,7 @@ divert(-1)#                                                  -*- Autoconf -*-
 # Base M4 layer.
 # Requires GNU M4.
 #
-# Copyright (C) 1999-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017, 2020-2021 Free Software Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
index 5146230ae05fa3e8ab6c3b06fabbde3acaea1a1b..c0dd884dc366e4a5ca636ee1d2690b71bfc4cb64 100644 (file)
--- a/m4/m4.m4
+++ b/m4/m4.m4
@@ -1,6 +1,7 @@
 # m4.m4 serial 12
 
-# Copyright (C) 2000, 2006-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2006-2017, 2020-2021 Free Software Foundation,
+# Inc.
 
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
index 56fae0b4e1f15773eb63109a773f64feb6155cfd..2aae340a81fd3bbc75f6d12c7255c4a4756a3f36 100644 (file)
@@ -1,6 +1,6 @@
 # make-case.m4 serial 1
 
-# Copyright (C) 2008-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2008-2017, 2020-2021 Free Software Foundation, Inc.
 
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the notice and
index d594448d90f050168f26a8a1fc32e3b00105175c..6e785790ce673c36f40f03e02ea9c33755353950 100644 (file)
@@ -1,6 +1,7 @@
 # Make Autoconf man pages.
 
-# Copyright (C) 2001, 2004-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2004-2017, 2020-2021 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
index 241e3030f80eca56cb1c4038f552f26891fbced4..d9258dfbc9737c160a2efb7b174d85d7f9aab4f9 100644 (file)
@@ -2,7 +2,7 @@
 # @configure_input@
 # Configurable variable values for Autoconf test suite.
 
-# Copyright (C) 2000-2001, 2005, 2008-2017, 2020 Free Software
+# Copyright (C) 2000-2001, 2005, 2008-2017, 2020-2021 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 4763774da264657be98e5a08a5d8b7ce30c7b062..3e1d2fd61e7bf642ba3551376f775965203c2dd1 100644 (file)
@@ -2,7 +2,8 @@
 
 AT_BANNER([Autoscan.])
 
-# Copyright (C) 2005, 2009-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2009-2017, 2020-2021 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
index b5a9c4065a9b2bd3990b331320db0ac6ea3496cd..71230df7c5f9cc8ffca0a061cb7fa024e2021648 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Autotest.])
 
-# Copyright (C) 2004-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2004-2017, 2020-2021 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
index 4e29efa28f048e24634cf6e89a9e8eccb0235932..caf70ffa295c30d493a6c0345a73cfa9ebed79a8 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Autoconf base layer.])
 
-# Copyright (C) 2000-2001, 2003, 2005-2017, 2020 Free Software
+# Copyright (C) 2000-2001, 2003, 2005-2017, 2020-2021 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index c617c76f9de8b94f2ecd793559cde1cd7e16191a..247774e21d496c59fa2c149f32dac75106ce4534 100644 (file)
@@ -2,8 +2,8 @@
 
 AT_BANNER([C low level compiling/preprocessing macros.])
 
-# Copyright (C) 2000-2006, 2008-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000-2006, 2008-2017, 2020-2021 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
index 4847f11102a877836118eaa9230870198daf2dc1..798be241bbc3e3556eca6468b765e070b603f95f 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Low level compiling/preprocessing macros.])
 
-# Copyright (C) 2000-2001, 2003, 2005-2017, 2020 Free Software
+# Copyright (C) 2000-2001, 2003, 2005-2017, 2020-2021 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 93a0e478a76f3b864746452324d8b7451d086ff6..fab471f4fafe46c850461288046b623cfb563fcb 100644 (file)
@@ -8,7 +8,7 @@
 
 AT_BANNER([Erlang low level compiling and utility macros.])
 
-# Copyright (C) 2009-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017, 2020-2021 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
index 50e49efc6bf826ebe6bac54b34a622fe62efed38..e32351b323a0cc877606d24c6ec4d028398200bd 100644 (file)
@@ -2,8 +2,8 @@
 
 AT_BANNER([Compatibility with external tools and macros.])
 
-# Copyright (C) 2000-2007, 2009-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000-2007, 2009-2017, 2020-2021 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
index ed48c78ed95514515432ad4bf524b3ea37e334b9..6f8fa683fe9054044d4b0472c3c8923c425b9df8 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Fortran low level compiling/preprocessing macros.])
 
-# Copyright (C) 2000-2001, 2003, 2008-2017, 2020 Free Software
+# Copyright (C) 2000-2001, 2003, 2008-2017, 2020-2021 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 2290b5d31b43de2cb13b38489ef852fd2775170e..0b14d79ce4cf980a553044b425e5584e23136008 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Go low level compiling and utility macros.])
 
-# Copyright (C) 2011-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2011-2017, 2020-2021 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
index 9ab903be4ed061f7f86ab4eae4752b70f3853f7f..b5e68d37a2f977e0c6cb11fc8a1bab211a090eec 100644 (file)
@@ -1,6 +1,6 @@
 # M4 macros used in building Autoconf test suites.        -*- Autotest -*-
 
-# Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-2021 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
index a1efbd1f17f6f24d3f2e1b8d215f66a1406d741a..0b66cf1abb3b4cb29052aae3b6c5ad1c33084d97 100644 (file)
@@ -1,6 +1,6 @@
 ## Make Autoconf tests.
 
-# Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-2021 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
index 98e612aed284e5e64922c624808862f836268a9e..63bdd396931b777ad9dd7a4e059a375fbfb51c1e 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([M4sh.])
 
-# Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-2021 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
index aff83cfaf344e60c6c4a615193f2e19bc3694248..c38d9dded76d3f726d8d34557aa8c037566fc04d 100644 (file)
@@ -2,8 +2,8 @@
 
 AT_BANNER([M4sugar.])
 
-# Copyright (C) 2000-2002, 2005-2017, 2020 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000-2002, 2005-2017, 2020-2021 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
index 63920897ef0bcb6e3be46fe4684f134c52c21856..8be1a3c95fe178e87c2ad731fae3e8ea3fb2468c 100644 (file)
@@ -2,7 +2,7 @@
 
 # Build some of the Autoconf test files.
 
-# Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-2021 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
index d449ce004c99aaf95ff2f710701bd619fce341c2..7a5f83a85d43c5275a1e53fa3d96cb5d05d45453 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Semantics.])
 
-# Copyright (C) 2000-2002, 2004-2007, 2009-2017, 2020 Free Software
+# Copyright (C) 2000-2002, 2004-2007, 2009-2017, 2020-2021 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index e329f3ac59ef9e0097236767e094e7959357fa19..d2e72c6ae4d2a5edfe48c52f839e50d897b594d1 100644 (file)
@@ -1,6 +1,6 @@
 # statesave.m4 serial 2
 
-# Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-2021 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
index a068d6e06100806b07a8d3aedf0bc64a6798001e..3976478ed99d2395767588a90f36a5bfb6ff5174 100644 (file)
@@ -1,6 +1,6 @@
 # Validation suite for Autoconf                           -*- Autotest -*-
 
-# Copyright (C) 2000-2001, 2003-2005, 2009-2017, 2020 Free Software
+# Copyright (C) 2000-2001, 2003-2005, 2009-2017, 2020-2021 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 89b8b63bd5867d7d93834ecc854271e314d41fc0..08f6b42e74e5e129431e48c5eb446ce1905e1524 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Executables (autoheader, autoupdate...).])
 
-# Copyright (C) 2000-2001, 2003-2004, 2006-2017, 2020 Free Software
+# Copyright (C) 2000-2001, 2003-2004, 2006-2017, 2020-2021 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 56fac648643ee3d253978c73b8b1a362f111e0c0..03f3d04fb6baef262ddf2bfe26ee743a571dbc18 100644 (file)
@@ -1,6 +1,6 @@
 #                                                      -*- Autotest -*-
 
-# Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-2021 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
index f310166c99fd63640b790f78b4bef0889c32a89e..e01bcb2c3b3b03a70d7e9375d8a33a6f1addf6b6 100644 (file)
@@ -1,7 +1,7 @@
 AS_INIT[]dnl                                            -*- shell-script -*-
 # wrapper.as -- running `@wrap_program@' as if it were installed.
 # @configure_input@
-# Copyright (C) 2003-2004, 2007, 2009-2017, 2020 Free Software
+# Copyright (C) 2003-2004, 2007, 2009-2017, 2020-2021 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify