]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
maint: update all copyright dates via "make update-copyright"
authorJim Meyering <meyering@meta.com>
Fri, 5 Jan 2024 17:11:48 +0000 (09:11 -0800)
committerJim Meyering <meyering@meta.com>
Fri, 5 Jan 2024 17:11:48 +0000 (09:11 -0800)
86 files changed:
AUTHORS
BUGS
HACKING
Makefile.am
NEWS
README
README-alpha
README-hacking
THANKS
TODO
bin/autoconf.in
bin/autoheader.in
bin/autom4te.in
bin/autoreconf.in
bin/autoscan.in
bin/autoupdate.in
bin/ifnames.in
bin/local.mk
bootstrap
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
lib/version.in
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

diff --git a/AUTHORS b/AUTHORS
index f716da6467affebdd3309a2825c7f172ed9d9ea3..a55936506e6fed4b6e3654a5624db97d914ff323 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-2023 Free Software
+Copyright (C) 1996, 2000-2001, 2005, 2007-2017, 2020-2024 Free Software
 Foundation, Inc.
 
 This program is free software: you can redistribute it and/or modify
diff --git a/BUGS b/BUGS
index be966607d5742be5a89e86cb744518774d39a52f..6cc8adbb46000ddc69992131e8cef52e07de4f40 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-2023 Free Software
+       Copyright (C) 2000-2002, 2006-2017, 2020-2024 Free Software
        Foundation, Inc.
 
        Copying and distribution of this file, with or without
diff --git a/HACKING b/HACKING
index 0750d084b16982ba5b161468159e67261e1de3e2..c5c1a66795eb0728b5b60bfc62d593cd5f8bc850 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -155,7 +155,7 @@ that needs to be updated.
 
 -----
 
-Copyright (C) 2002, 2008-2017, 2020-2023 Free Software Foundation, Inc.
+Copyright (C) 2002, 2008-2017, 2020-2024 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 1db714bf74e1f2ef66982ed8c3901d36e43a9696..dadd2caf3d9bf9baf753df9e3d237b309e16bf36 100644 (file)
@@ -1,6 +1,6 @@
 # Make Autoconf.
 
-# Copyright (C) 1999-2004, 2006-2017, 2020-2023 Free Software
+# Copyright (C) 1999-2004, 2006-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
diff --git a/NEWS b/NEWS
index 2c75928dd30058f0aa1c278edf1b36df2df00fa4..01a058aa7a99065957b4f60a36c9f8fe60e11582 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2800,7 +2800,7 @@ Various bug fixes.
 
 -----
 
-Copyright (C) 1993-1996, 1998-2017, 2020-2023 Free Software Foundation,
+Copyright (C) 1993-1996, 1998-2017, 2020-2024 Free Software Foundation,
 Inc.
 
 Copying and distribution of this file, with or without modification,
diff --git a/README b/README
index 35527e55a9105359e2e2c11f51b5018b7d2df4bb..11245981a5a3a4d013abd0189b140e92d481c71e 100644 (file)
--- a/README
+++ b/README
@@ -76,7 +76,7 @@ We are looking forward to hacking with you!
 
 -----
 
-Copyright (C) 1992-1994, 1998, 2000-2017, 2020-2023 Free Software
+Copyright (C) 1992-1994, 1998, 2000-2017, 2020-2024 Free Software
 Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
index 557ef71ed646dd19677a1108ddae32e2d1d9cd4f..741c172d27587f18e26ed776242c44cbbb699ddb 100644 (file)
@@ -22,7 +22,7 @@ users.
 
 -----
 
-Copyright (C) 2000-2003, 2009-2017, 2020-2023 Free Software Foundation,
+Copyright (C) 2000-2003, 2009-2017, 2020-2024 Free Software Foundation,
 Inc.
 
 Copying and distribution of this file, with or without modification,
index fc8d481a8dfdaf31b9ae47784f05fa86b09a25ea..24dbbd8673ac132c540f9e753bccb7ef3d457851 100644 (file)
@@ -137,7 +137,7 @@ Enjoy!
 
 -----
 
-Copyright (C) 2002-2017, 2020-2023 Free Software Foundation, Inc.
+Copyright (C) 2002-2017, 2020-2024 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 d1e3ec49bd2df6bbef0fd302a3b1b288e0d624f1..bc127f2405c9d64c08447c0fd11c5c72a5f5adee 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -459,7 +459,7 @@ mode: text
 coding: utf-8
 End:
 
-Copyright (C) 1999-2017, 2020-2023 Free Software Foundation, Inc.
+Copyright (C) 1999-2017, 2020-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
diff --git a/TODO b/TODO
index cd98426ea1c950cb1f6efa04f3ab8b8857eeb050..0f9af98b6d4d4aff8d47ac20c774f13ba51e37c1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -591,7 +591,7 @@ with autoconf scripts.
 
 ------------------------------------------------------------------------------
 
-Copyright (C) 1994-1996, 1999-2002, 2007-2017, 2020-2023 Free Software
+Copyright (C) 1994-1996, 1999-2002, 2007-2017, 2020-2024 Free Software
 Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
index 421154aec072ec9ad8adaa7a993f95063138a599..52d6450ae0984b48e75c4659ccf4951f01f8ddc5 100644 (file)
@@ -7,7 +7,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
 
 # autoconf -- create 'configure' using m4 macros.
 
-# Copyright (C) 1992-1994, 1996, 1999-2017, 2020-2023 Free Software
+# Copyright (C) 1992-1994, 1996, 1999-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 6ca60488a4bf17f836245558eed813cf69e710b0..a4709f7a6f73544258add38800ee8e123e3702ff 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-2023 Free Software
+# Copyright (C) 1992-1994, 1996, 1998-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 475221ac187cd35fc7cdee6eceb16f82c88820f4..2e5209b674868e6999bb80f85aa8b5094c7a9004 100644 (file)
@@ -6,7 +6,7 @@ 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-2023 Free Software
+# Copyright (C) 2001-2003, 2005-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 98ebab64a3aaecf6a5e787a045e1579eda781b66..5807b7c34911078e459e2af83273d49cc700b964 100644 (file)
@@ -6,7 +6,7 @@ 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-2023 Free Software Foundation,
+# Copyright (C) 1994, 1999-2017, 2020-2024 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 779b7d2d7aaf7de0eae39c731e1aebda62dca7bf..5072f80c6577a5b160535de6905017631cb1301f 100644 (file)
@@ -3,7 +3,7 @@
 # @configure_input@
 
 # autoscan - Create configure.scan (a preliminary configure.ac) for a package.
-# Copyright (C) 1994, 1999-2017, 2020-2023 Free Software Foundation,
+# Copyright (C) 1994, 1999-2017, 2020-2024 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 1ec84f7268ae8f6f55aae380be9e57bb310ba165..c16f53d4a9f07a350a1ec77bc1790a0b55de9c9f 100644 (file)
@@ -3,7 +3,7 @@
 # @configure_input@
 
 # autoupdate - modernize an Autoconf file.
-# Copyright (C) 1994, 1999-2017, 2020-2023 Free Software Foundation,
+# Copyright (C) 1994, 1999-2017, 2020-2024 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 1d6e36330e59ca9bd772eef7a6e134a1c263a667..c0c5f61159cc3471e5439bd3ad7db3dbf5ec4880 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-2023 Free Software
+# Copyright (C) 1994-1995, 1999-2003, 2005-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 0edfa65c3c5c0ab66a4d55fd806c2ad5f010a36f..91838ef23933e56772464f740d178491db2a851c 100644 (file)
@@ -1,6 +1,6 @@
 # Make Autoconf commands.
 
-# Copyright (C) 1999-2007, 2009-2017, 2020-2023 Free Software
+# Copyright (C) 1999-2007, 2009-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 46e7662e8dffd06853c7df6a65a3b1a3552c2ba4..2b17d7ddedcae1143ab2a0653489d43c917c27ff 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -2,7 +2,7 @@
 
 # This script helps bootstrap autoconf, when checked out from git.
 #
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-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
index f391dcf6e0079ec8b43e300d15434da7c86e9290..1c675ffd7b3896a9960bd92f31de4076f7070d1b 100755 (executable)
@@ -1,5 +1,5 @@
 #! /usr/bin/perl
-# Copyright (C) 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2020-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
index 83f79da9df5a6f6701136b295b47404f40aeb0fa..30cc4a35b8fd6fdf0f8a184b11cd1dd038c2299b 100644 (file)
@@ -1,5 +1,5 @@
 # help-extract -- extract --help and --version output from a script.
-# Copyright (C) 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2020-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
diff --git a/cfg.mk b/cfg.mk
index 697f8be125d86cce9e68ee85a5dcc7aa58c39719..c5e9d6e36c91bbc1006a0a4cb94369189db2c6ba 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-2023 Free Software
+# Copyright (C) 2003-2004, 2006, 2008-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 5805d7438ace78d591e97ce194b4d4465fa62204..ec65f3c7c06250c99fa169fa99d5e5c1b9b1139e 100644 (file)
@@ -1,7 +1,7 @@
 #                                                       -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-# Copyright (C) 1992-1995, 1999-2017, 2020-2023 Free Software
+# Copyright (C) 1992-1995, 1999-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
@@ -38,7 +38,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=2023
+RELEASE_YEAR=2024
 AC_SUBST([RELEASE_YEAR])
 
 AB_INIT
index b59423654ab0e44d0ae0af1a2ffb09802cec232a..f3ef59e2ccf207ac71b159da68d8287eb8cc881a 100644 (file)
@@ -210,7 +210,7 @@ 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--2023 Free Software
+Copyright @copyright{} 1992--1996, 1998--2017, 2020--2024 Free Software
 Foundation, Inc.
 
 @quotation
index f06ab17b8313e303947910fe6f1bbb203803b175..254522bd4e355f8868b52b69a70233ad327cae31 100644 (file)
@@ -458,7 +458,7 @@ Run @samp{configure --help} for more details.
 @node Copyright notice
 @section Copyright notice
 
-Copyright @copyright{} 1994--1996, 1999--2002, 2004--2017, 2020--2023
+Copyright @copyright{} 1994--1996, 1999--2002, 2004--2017, 2020--2024
 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification, are
index cbb360c97f69bc9e26336ed06a90092de766d39a..4be44c772139a32296f33c4948be0aa9dcda8320 100644 (file)
@@ -1,6 +1,6 @@
 # Make Autoconf documentation.
 
-# Copyright (C) 2000-2003, 2007-2017, 2020-2023 Free Software
+# Copyright (C) 2000-2003, 2007-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 029138d1e993e7803a95e7692e3c67ced0138d84..71cbbd91b2c9014c0d1f7b59e219d49c1551d06d 100644 (file)
@@ -1,5 +1,5 @@
 # autoconf -- create 'configure' using m4 macros
-# Copyright (C) 2003, 2006, 2009-2017, 2020-2023 Free Software
+# Copyright (C) 2003, 2006, 2009-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 941905d176217fbf5347c993d2bdf60e5fd86eb9..b4fb641018f80f70944db9b4928e53b6908ac34d 100644 (file)
@@ -1,5 +1,5 @@
 #  -*- Perl -*-
-# Copyright (C) 2003-2023 Free Software Foundation, Inc.
+# Copyright (C) 2003-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
index ba79eff59a7508a3ac12fbaf8f6f9df2621218b2..5ea85ddcbc52464dbf0341aae563ba8264cb31f9 100644 (file)
@@ -1,5 +1,5 @@
 # autoconf -- create 'configure' using m4 macros
-# Copyright (C) 2001-2004, 2006-2007, 2009-2017, 2020-2023 Free Software
+# Copyright (C) 2001-2004, 2006-2007, 2009-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index f4ede8dfb03e4a461d44f35559bebd24dc42d077..4114e5edc8409f71aa9bdc9b81650a779957f5b9 100644 (file)
@@ -1,5 +1,5 @@
 # autoconf -- create 'configure' using m4 macros
-# Copyright (C) 2001-2003, 2009-2017, 2020-2023 Free Software
+# Copyright (C) 2001-2003, 2009-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 57ffa45bbd411cce5254cf49e1421acbf03ef2a9..e871348656c612b7e6f411e43f14157b79fe7e10 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                -*- Autoconf -*-
 # Driver that loads the Autoconf macro files.
 #
-# Copyright (C) 1994, 1999-2002, 2006, 2008-2017, 2020-2023 Free
+# Copyright (C) 1994, 1999-2002, 2006, 2008-2017, 2020-2024 Free
 # Software Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index 4af5851ea94cfa28505ec4d459070eb7b8dca0ef..99c0cf5e6db26d99dd3278c88df0d4d1864fe230 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-2023 Free Software
+# Copyright (C) 1992-1996, 1998-2002, 2008-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index 114d4e8e6a03f2f0a1b2d42dec37bd924718bdc2..b17d56313e7335bd11ce3f72f0a541c61fc8adeb 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with autoscan.
 
-# Copyright (C) 2002, 2009-2017, 2020-2023 Free Software Foundation,
+# Copyright (C) 2002, 2009-2017, 2020-2024 Free Software Foundation,
 # Inc.
 
 # This file is part of Autoconf.  This program is free
index 3fc9c41f1115a6408dc9f602cd46d565cae210b4..67f7002a1d1e01a7260bdfadfae9181059564b4b 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-2023 Free Software
+# Copyright (C) 1992-1996, 1998-2005, 2009-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index 6bd2bd88b119c8161c8693fe1044649ba6073db7..220a3e6e23fc9fba7b0f13a869e33854f93e9605 100644 (file)
@@ -2,7 +2,7 @@
 # Interface with autoupdate.
 
 # Copyright (C) 1992-1996, 1998-2001, 2003-2004, 2006, 2009-2017,
-# 2020-2023 Free Software Foundation, Inc.
+# 2020-2024 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 d4f7fbe6350f71e296e8d73e8318031344973522..d8eab7bbd6775b89c06b1ba19349ba3946cd7095 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Programming languages support.
-# Copyright (C) 2001-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017, 2020-2024 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 4bfdb8aa97f6e72a1ada668ec97a80d54afcdd3e..0c9e390f7e28aeab2da841990a81d02d60692312 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Erlang/OTP language support.
-# Copyright (C) 2006, 2008-2017, 2020-2023 Free Software Foundation,
+# Copyright (C) 2006, 2008-2017, 2020-2024 Free Software Foundation,
 # Inc.
 
 # This file is part of Autoconf.  This program is free
index cdc197bd67f4abab036cfe6a3a59d16aa712a386..5f2390df33c5068055cfacd9b2b0f50d39b83202 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Fortran languages support.
-# Copyright (C) 2001, 2003-2017, 2020-2023 Free Software Foundation,
+# Copyright (C) 2001, 2003-2017, 2020-2024 Free Software Foundation,
 # Inc.
 
 # This file is part of Autoconf.  This program is free
index 9b3f3c0207f567bd1500e6e85a423f776b59ee2d..ca41de8b4d11d3cf977e0949478be913663dbea0 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for functions.
-# Copyright (C) 2000-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-2024 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 47d896d5410e8752a1b7361f7e1c0dd0923afc4d..4f64186e539cf9c0a2a453efea2f380bc020c652 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Parameterized macros.
 m4_define([_AC_COPYRIGHT_YEARS], [
-Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
+Copyright (C) 1992-1996, 1998-2017, 2020-2024 Free Software Foundation,
 Inc.
 ])
 
index df80e6dbd05bcbd031cb24a7349fe06e068cafc9..d2313d6c97bb9df360faac9c4a790055cd3bbff4 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Go language support.
-# Copyright (C) 2011-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2011-2017, 2020-2024 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 19c124cc32a5aca199dd27c0a2cbde90ff51426f..dec8538b3dfd9edcc1c984226a023805af56d1fa 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for headers.
 #
-# Copyright (C) 1988, 1999-2004, 2006, 2008-2017, 2020-2023 Free
+# Copyright (C) 1988, 1999-2004, 2006, 2008-2017, 2020-2024 Free
 # Software Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index c28afa072ab39e4e6b253e1499e965b2484ea329..d7824603b84567fd98068b96d79ac1c1ac2188a4 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Programming languages support.
-# Copyright (C) 2000-2002, 2004-2017, 2020-2023 Free Software
+# Copyright (C) 2000-2002, 2004-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index dafe91243af2a8bc8df85a36397029c624d78ef6..924d82d4d4b8436c1b1236d79114c397da50ed33 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-2023 Free Software
+# Copyright (C) 1992-1996, 1998-2006, 2008-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index 0bb72fe30db08244eff9896eacd946cdba3919ea..087efc90cd3795dffecece5c959ac8230c404208 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                           -*- Autoconf -*-
 # Support old macros, and provide automated updates.
-# Copyright (C) 1994, 1999-2001, 2003, 2009-2017, 2020-2023 Free
+# Copyright (C) 1994, 1999-2001, 2003, 2009-2017, 2020-2024 Free
 # Software Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index 8226a7c786e3a225c2fe36352df5fe23ca99075c..24a4677cb59069c4675e0f307b9872f8d9a99a7a 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for programs.
 
-# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software
+# Copyright (C) 1992-1996, 1998-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index 97b6a5a3d941cd300587ccd3773ef91420aa84c9..a0e1fa8d3bda288e729fce58987e14208257319f 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Macros that test for specific, unclassified, features.
 #
-# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software
+# Copyright (C) 1992-1996, 1998-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index 2bfaf32bccd0a72773e5fd7d87c37b3835a559a2..938602a663e43d761de7bbb04ed8f1e2abe825b7 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Parameterizing and creating config.status.
-# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software
+# Copyright (C) 1992-1996, 1998-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index af3872b2fa9636381f4f29c103a6a4fb543a51b8..205b6562385383aa345a7d7facd04a11cf744a89 100644 (file)
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Type related macros: existence, sizeof, and structure members.
 #
-# Copyright (C) 2000-2002, 2004-2017, 2020-2023 Free Software
+# Copyright (C) 2000-2002, 2004-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index ae8bfb6c180ef2e7840197a9691a22dae77b9e7a..80755be36727b1f99a255a3d97562b7f91fb3082 100644 (file)
@@ -1,6 +1,6 @@
 # Definition of Autom4te option sets.                     -*- Makefile -*-
 #
-# Copyright (C) 2001-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017, 2020-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
index f76b5d7ce83f9759ee4c7ae30a29f2cb6d8423f2..1fc45bcef5c09178e443e4b733e3715492ec9c52 100644 (file)
@@ -1,5 +1,5 @@
 # autoscan's mapping to Autoconf macros      -*- Makefile -*-
-# Copyright (C) 1992-1994, 1996, 1999-2002, 2009-2017, 2020-2023 Free
+# Copyright (C) 1992-1994, 1996, 1999-2002, 2009-2017, 2020-2024 Free
 # Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 6b3e648b4285a0aea39f2063b6a61815f7654767..576ca7921f28e803bfacaed3e8a97f4e30fd5fe6 100644 (file)
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # M4 macros used in building test suites.
-# Copyright (C) 2000-2002, 2009-2017, 2020-2023 Free Software
+# Copyright (C) 2000-2002, 2009-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This file is part of Autoconf.  This program is free
index bf18866e8f17a9314dc2a0a27b2fbc453b977915..a0668dde22abe5c37fd9e7728c99ded332412b81 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-2023 Free Software Foundation, Inc.
+Copyright (C) 2000-2017, 2020-2024 Free Software Foundation, Inc.
 ])
 
 # This file is part of Autoconf.  This program is free
index 8955adadc5e9547d75836068adfce3dbd1cf1c5d..78cc26db444a8069daecb88332a0f8d56e44df04 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-2023 Free Software Foundation, Inc.])
+[Copyright (C) 2009-2017, 2020-2024 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 0d79e305300da67a841b1b908c682da7593c1ad2..86e0bbb96992b397919502fce94e5b78617c0772 100644 (file)
@@ -6,7 +6,7 @@
 
 ;; This file is part of Autoconf
 
-;; Copyright (C) 2001, 2006, 2009-2017, 2020-2023 Free Software
+;; Copyright (C) 2001, 2006, 2009-2017, 2020-2024 Free Software
 ;; Foundation, Inc.
 ;;
 ;; This program is free software: you can redistribute it and/or modify
index 84860df6f818e8eedf22ba1b6df9424e86418fe5..99393916d8ca9b0180c5b5787ba1d8681991a529 100644 (file)
@@ -5,7 +5,7 @@
 
 ;; This file is part of Autoconf
 
-;; Copyright (C) 2001, 2009-2017, 2020-2023 Free Software Foundation,
+;; Copyright (C) 2001, 2009-2017, 2020-2024 Free Software Foundation,
 ;; Inc.
 ;;
 ;; This program is free software: you can redistribute it and/or modify
index 12ed4f9d1c83ce38526759559d92c7e69b53f948..90e6503c98483923ab3de1cbbeaf169d5bb8fbc6 100644 (file)
@@ -1,6 +1,6 @@
 # Freeze M4 files.
 
-# Copyright (C) 2002, 2004, 2006-2017, 2020-2023 Free Software
+# Copyright (C) 2002, 2004, 2006-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 000cbf39c70ea669c53275661ea2da69106f7a44..3ae9fc2a877d1a565736c4075c6339c4f5bfaee8 100644 (file)
@@ -1,6 +1,6 @@
 # Make Autoconf-related libraries.
 
-# Copyright (C) 2001-2005, 2009-2017, 2020-2023 Free Software
+# Copyright (C) 2001-2005, 2009-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 753554f6b29879914b4b06c6253e8d347abd3622..c5f26d133dbeeb867a486b105ee503af78c938b5 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-2023 Free Software Foundation, Inc.
+# Copyright (C) 2008-2017, 2020-2024 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 368487fa002e386b263f0629a5b74adf57c6c310..f6580d07055339c351adc3884144e0e2d841ae99 100644 (file)
@@ -2,7 +2,7 @@
 # M4 sugar for common shell constructs.
 # Requires GNU M4 and M4sugar.
 #
-# Copyright (C) 2000-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-2024 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 729fc8441d5ba1aeeacdfed607d79ee46c08b847..67b3105571fea88c90b98837940ea2e66948e1b1 100644 (file)
@@ -3,7 +3,7 @@ divert(-1)#                                                  -*- Autoconf -*-
 # Base M4 layer.
 # Requires GNU M4.
 #
-# Copyright (C) 1999-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017, 2020-2024 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 ad69b981af06c1c6c581e7870f55274ca3231d5a..968a6e31340ef5b7ecde22d2f28b2885c81c5958 100644 (file)
@@ -1,6 +1,6 @@
 # Version information for -*- Autoconf -*-.
 # @configure_input@
-# Copyright (C) 1999-2002, 2006-2007, 2009, 2021-2023 Free Software
+# Copyright (C) 1999-2002, 2006-2007, 2009, 2021-2024 Free Software
 # Foundation, Inc.
 
 m4_define([m4_PACKAGE_NAME],      [@PACKAGE_NAME@])
index 919dbf4a737eb587b7ecd502557aaacfb2f12565..35e0207bc4da948590ba044c7267d5b84cf3061e 100644 (file)
--- a/m4/m4.m4
+++ b/m4/m4.m4
@@ -1,6 +1,6 @@
 # m4.m4 serial 13
 
-# Copyright (C) 2000, 2006-2017, 2020-2023 Free Software Foundation,
+# Copyright (C) 2000, 2006-2017, 2020-2024 Free Software Foundation,
 # Inc.
 
 # Copying and distribution of this file, with or without modification,
index c4af37e7483cee042ec85e3d3d18a6791770568a..f75bf44555f50df46bc354c3e3e91a413081ff7e 100644 (file)
@@ -1,6 +1,6 @@
 # make-case.m4 serial 1
 
-# Copyright (C) 2008-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2008-2017, 2020-2024 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 775c131956e5df13f658f567172f4db7ba33c97d..33e1597175bf608a893e32bca4f87498a9b1e854 100644 (file)
@@ -1,6 +1,6 @@
 # Make Autoconf man pages.
 
-# Copyright (C) 2001, 2004-2017, 2020-2023 Free Software Foundation,
+# Copyright (C) 2001, 2004-2017, 2020-2024 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 591da53a2bbca4ea0eabf30c78d034e84305ca8a..4e13b38c4f2766558d48f12322d92565618407a6 100644 (file)
@@ -2,7 +2,7 @@
 # @configure_input@
 # Configurable variable values for Autoconf test suite.
 
-# Copyright (C) 2000-2001, 2005, 2008-2017, 2020-2023 Free Software
+# Copyright (C) 2000-2001, 2005, 2008-2017, 2020-2024 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 8303ccc117eeba4ed5f90d5c8d2777161187aec9..65bdc6324f4f99f42ed5b775e1e2741683f425e0 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Autoscan.])
 
-# Copyright (C) 2005, 2009-2017, 2020-2023 Free Software Foundation,
+# Copyright (C) 2005, 2009-2017, 2020-2024 Free Software Foundation,
 # Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 008153efd69517a8e5077104319a7fb37ec8b693..71cfe544c745f031eef325d4ee2bfa75526aa10b 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Autotest.])
 
-# Copyright (C) 2004-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2004-2017, 2020-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
index 1806aee794f48b3e009da6132bf1700bafc1f7dd..b0b188f313dfad2ae967c5d8f7a335fac8583df3 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Autoconf base layer.])
 
-# Copyright (C) 2000-2001, 2003, 2005-2017, 2020-2023 Free Software
+# Copyright (C) 2000-2001, 2003, 2005-2017, 2020-2024 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index fad54760f58e6f373cb6e9baa8e4e28e9f29b393..0c88490e717c4c8e85ccdbab6b83e8256278b5ca 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([C low level compiling/preprocessing macros.])
 
-# Copyright (C) 2000-2006, 2008-2017, 2020-2023 Free Software
+# Copyright (C) 2000-2006, 2008-2017, 2020-2024 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 186330a2082cbc2525cf8ad26216e413cbec0178..2d235bcd8704de4df8320ca467322e95263e831b 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Low level compiling/preprocessing macros.])
 
-# Copyright (C) 2000-2001, 2003, 2005-2017, 2020-2023 Free Software
+# Copyright (C) 2000-2001, 2003, 2005-2017, 2020-2024 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index e914b5d4c09a40387ae92e1a36f906dafc4e6384..398881fcae1e38b4b489d4f2a871aa16012fa63e 100644 (file)
@@ -8,7 +8,7 @@
 
 AT_BANNER([Erlang low level compiling and utility macros.])
 
-# Copyright (C) 2009-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017, 2020-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
index 6a1eb1b572515448d1042a7d4ff343848e57484c..95cc89a599d8e0bf93c276aca71a24a8b40a19fb 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Compatibility with external tools and macros.])
 
-# Copyright (C) 2000-2007, 2009-2017, 2020-2023 Free Software
+# Copyright (C) 2000-2007, 2009-2017, 2020-2024 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 7c98171bf7a32c0fa95bf3dc347096d6571fbea2..8574300e65fc1d071751c9ed2b098a124788cd1c 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Fortran low level compiling/preprocessing macros.])
 
-# Copyright (C) 2000-2001, 2003, 2008-2017, 2020-2023 Free Software
+# Copyright (C) 2000-2001, 2003, 2008-2017, 2020-2024 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 5a6a55c7fe139529c548ed88e1c8a585a09ede58..aba82cd1c40ad90ab70cee830ca38671ffc34b9a 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Go low level compiling and utility macros.])
 
-# Copyright (C) 2011-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2011-2017, 2020-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
index 95b5f155eca2c904a8f8fe569dfac40f932804a2..4d3d4533ac8ddce88fa29eac11db84b0f7e7c1fd 100644 (file)
@@ -1,6 +1,6 @@
 # M4 macros used in building Autoconf test suites.        -*- Autotest -*-
 
-# Copyright (C) 2000-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-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
index c100f0c12c2c57e8c7b0b6362ebe997ce8c4eef0..35eb3a3a36fb1ffca5faabd6126142d2610be34c 100644 (file)
@@ -1,6 +1,6 @@
 ## Make Autoconf tests.
 
-# Copyright (C) 2000-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-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
index 66a8159962241cd12e4e9a3c4e2257111073eab6..8bf0c8966fa07a0fa0da9b1360b996b2f4940402 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([M4sh.])
 
-# Copyright (C) 2000-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-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
index c7e87228e4087ffb8b470af0d6a095a385fbd8cb..a83d08a7b89e1216ec7fca97817432ff59edbfd5 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([M4sugar.])
 
-# Copyright (C) 2000-2002, 2005-2017, 2020-2023 Free Software
+# Copyright (C) 2000-2002, 2005-2017, 2020-2024 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 8992b99bac9048e8d5461192c3b7403a963f7f8b..573ae5aea1f0270ac1b29ef2bb68f8810c9fb7e4 100644 (file)
@@ -2,7 +2,7 @@
 
 # Build some of the Autoconf test files.
 
-# Copyright (C) 2000-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-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
index d21caa4913e2d038eb1dff4a7cee414dc33a36c2..d7c80bc8a5a1cc83778719542ad851094221301b 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Semantics.])
 
-# Copyright (C) 2000-2002, 2004-2007, 2009-2017, 2020-2023 Free Software
+# Copyright (C) 2000-2002, 2004-2007, 2009-2017, 2020-2024 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index fc4b0fb265bf63ae5709050c29ef4e2174966f0b..9c341085c443eb1080ca27348d2a443104c02ca3 100644 (file)
@@ -1,6 +1,6 @@
 # statesave.m4 serial 2
 
-# Copyright (C) 2000-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-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
index ff4abac69abe67af979d9f945434e17e233dd35b..bc34cf6503078bc31adf3fdfc1fcf334881a0160 100644 (file)
@@ -1,6 +1,6 @@
 # Validation suite for Autoconf                           -*- Autotest -*-
 
-# Copyright (C) 2000-2001, 2003-2005, 2009-2017, 2020-2023 Free Software
+# Copyright (C) 2000-2001, 2003-2005, 2009-2017, 2020-2024 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 8359e77af76137abeed0ce291eeac88de6853561..c42f1ea9e1859d0f4f92cc5990b054c3a659993b 100644 (file)
@@ -2,7 +2,7 @@
 
 AT_BANNER([Executables (autoheader, autoupdate...).])
 
-# Copyright (C) 2000-2001, 2003-2004, 2006-2017, 2020-2023 Free Software
+# Copyright (C) 2000-2001, 2003-2004, 2006-2017, 2020-2024 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index d98b92c02d2d21d58f52dc9bf881aa31c2076eab..594299ef6d54b23523833850dda39317a138065a 100644 (file)
@@ -1,6 +1,6 @@
 #                                                      -*- Autotest -*-
 
-# Copyright (C) 2000-2017, 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020-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
index 4ffbc43621ca864994deb6b7f18cf25ae47402d1..bd7951e705d3b197dd0eb59895ce5f96fde39a6c 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-2023 Free Software
+# Copyright (C) 2003-2004, 2007, 2009-2017, 2020-2024 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify