summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Ameen <alex.ameen.tx@gmail.com>2022-02-08 12:11:10 -0600
committerAlex Ameen <alex.ameen.tx@gmail.com>2022-02-08 12:11:10 -0600
commit2dc7dad7706b7a43900ff4539375fd2dca2740af (patch)
treeda62b324383e325ff2b81ce31f003cedc7674e0b /tests
parentb55b1cc8419b544b5cc3e1c204b2ce85112ed762 (diff)
downloadlibtool-2dc7dad7706b7a43900ff4539375fd2dca2740af.tar.gz
maint: update copyrights across project.
Diffstat (limited to 'tests')
-rw-r--r--tests/am-subdir.at4
-rw-r--r--tests/archive-in-archive.at4
-rw-r--r--tests/bindir.at2
-rw-r--r--tests/cdemo.at4
-rw-r--r--tests/cmdline_wrap.at4
-rw-r--r--tests/configure-funcs.at2
-rw-r--r--tests/configure-iface.at4
-rw-r--r--tests/convenience.at3
-rw-r--r--tests/ctor.at4
-rw-r--r--tests/cwrapper.at2
-rw-r--r--tests/darwin.at4
-rw-r--r--tests/demo.at4
-rw-r--r--tests/depdemo.at4
-rw-r--r--tests/deplib-in-subdir.at2
-rw-r--r--tests/deplibs-ident.at2
-rw-r--r--tests/deplibs-mingw.at2
-rw-r--r--tests/destdir.at4
-rw-r--r--tests/dlloader-api.at2
-rw-r--r--tests/dumpbin-symbols.at2
-rw-r--r--tests/duplicate_conv.at4
-rw-r--r--tests/duplicate_deps.at4
-rwxr-xr-xtests/duplicate_members.at2
-rw-r--r--tests/early-libtool.at4
-rw-r--r--tests/exceptions.at2
-rw-r--r--tests/execute-mode.at2
-rw-r--r--tests/exeext.at2
-rwxr-xr-xtests/export-def.at2
-rw-r--r--tests/export.at4
-rw-r--r--tests/f77demo.at2
-rw-r--r--tests/fail.at2
-rw-r--r--tests/fcdemo.at2
-rw-r--r--tests/flags.at2
-rw-r--r--tests/help.at2
-rw-r--r--tests/indirect_deps.at4
-rw-r--r--tests/infer-tag.at3
-rw-r--r--tests/inherited_flags.at4
-rw-r--r--tests/install.at4
-rw-r--r--tests/lalib-syntax.at2
-rwxr-xr-xtests/libtool.at2
-rw-r--r--tests/libtoolize.at2
-rw-r--r--tests/link-order.at2
-rw-r--r--tests/link-order2.at4
-rw-r--r--tests/loadlibrary.at2
-rw-r--r--tests/localization.at2
-rw-r--r--tests/lt_dladvise.at4
-rw-r--r--tests/lt_dlexit.at4
-rw-r--r--tests/lt_dlopen.at3
-rw-r--r--tests/lt_dlopen_a.at3
-rw-r--r--tests/lt_dlopenext.at2
-rw-r--r--tests/ltdl-api.at3
-rw-r--r--tests/ltdl-libdir.at2
-rw-r--r--tests/mdemo.at2
-rw-r--r--tests/need_lib_prefix.at4
-rw-r--r--tests/no-executables.at3
-rw-r--r--tests/nocase.at2
-rw-r--r--tests/nonrecursive.at2
-rw-r--r--tests/old-m4-iface.at2
-rw-r--r--tests/pic_flag.at2
-rw-r--r--tests/recursive.at4
-rw-r--r--tests/resident.at2
-rw-r--r--tests/runpath-in-lalib.at4
-rw-r--r--tests/search-path.at4
-rw-r--r--tests/shlibpath.at4
-rw-r--r--tests/slist.at3
-rw-r--r--tests/standalone.at4
-rw-r--r--tests/static.at4
-rw-r--r--tests/stresstest.at4
-rw-r--r--tests/subproject.at4
-rw-r--r--tests/sysroot.at3
-rw-r--r--tests/tagdemo.at4
-rw-r--r--tests/template.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/versioning.at2
-rw-r--r--tests/with-pic.at2
74 files changed, 112 insertions, 104 deletions
diff --git a/tests/am-subdir.at b/tests/am-subdir.at
index b6526663..dd20128f 100644
--- a/tests/am-subdir.at
+++ b/tests/am-subdir.at
@@ -1,7 +1,7 @@
# am-subdir.at -- libtool subdir-objects support -*- Autotest -*-
-# Copyright (C) 2004, 2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2004, 2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Gary V. Vaughan, 2004
#
# This file is part of GNU Libtool.
diff --git a/tests/archive-in-archive.at b/tests/archive-in-archive.at
index d36a6a31..caffceed 100644
--- a/tests/archive-in-archive.at
+++ b/tests/archive-in-archive.at
@@ -1,7 +1,7 @@
# dmacks.at -- test for dmacks bug -*- Autotest -*-
#
-# Copyright (C) 2007-2008, 2010-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2007-2008, 2010-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Peter O'Gorman, 2007
#
# This file is part of GNU Libtool.
diff --git a/tests/bindir.at b/tests/bindir.at
index fe76e1cf..38f3eb15 100644
--- a/tests/bindir.at
+++ b/tests/bindir.at
@@ -1,6 +1,6 @@
# bindir.at - Test the -bindir option
#
-# Copyright (C) 2009-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2009-2019, 2021-2022 Free Software Foundation, Inc.
# Written by Dave Korn, 2009
#
# This file is part of GNU Libtool.
diff --git a/tests/cdemo.at b/tests/cdemo.at
index a372c09c..a131aef6 100644
--- a/tests/cdemo.at
+++ b/tests/cdemo.at
@@ -1,7 +1,7 @@
# cdemo.at -- Using Automake to build a program and library -*- Autotest -*-
#
-# Copyright (C) 2003-2004, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2003-2004, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Gary V. Vaughan, 2003
#
# This file is part of GNU Libtool.
diff --git a/tests/cmdline_wrap.at b/tests/cmdline_wrap.at
index 9b4d2f42..53eadf17 100644
--- a/tests/cmdline_wrap.at
+++ b/tests/cmdline_wrap.at
@@ -1,7 +1,7 @@
# cmdline_wrap.at -- run tests with low max_cmd_len -*- Autotest -*-
-# Copyright (C) 2007, 2009, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2007, 2009, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Ralf Wildenhues, 2007
#
# This file is part of GNU Libtool.
diff --git a/tests/configure-funcs.at b/tests/configure-funcs.at
index 99624e30..6feee706 100644
--- a/tests/configure-funcs.at
+++ b/tests/configure-funcs.at
@@ -1,6 +1,6 @@
# configure-functions.at -- shared shell functions. -*- Autotest -*-
#
-# Copyright (C) 2015-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2015-2019, 2021-2022 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/configure-iface.at b/tests/configure-iface.at
index 3e3ed7a7..229ac34f 100644
--- a/tests/configure-iface.at
+++ b/tests/configure-iface.at
@@ -1,7 +1,7 @@
# configure-iface.at -- test ltdl configure interface -*- Autotest -*-
#
-# Copyright (C) 2007-2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2007-2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Gary V. Vaughan, 2007
#
# This file is part of GNU Libtool.
diff --git a/tests/convenience.at b/tests/convenience.at
index b5017026..65e7522d 100644
--- a/tests/convenience.at
+++ b/tests/convenience.at
@@ -1,6 +1,7 @@
# convenience.at -- testing C convenience archives -*- Autotest -*-
-# Copyright (C) 2005, 2007-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2007-2019, 2021-2022 Free Software Foundation,
+# Inc.
# Written by Ralf Wildenhues, 2005
#
# This file is part of GNU Libtool.
diff --git a/tests/ctor.at b/tests/ctor.at
index 97ed9cd0..34e8841b 100644
--- a/tests/ctor.at
+++ b/tests/ctor.at
@@ -1,7 +1,7 @@
# ctor.at -- Test constructors via C++ -*- Autotest -*-
#
-# Copyright (C) 2007-2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2007-2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Noah Misch, 2007
#
# This file is part of GNU Libtool.
diff --git a/tests/cwrapper.at b/tests/cwrapper.at
index ec4253a1..fe3a00e8 100644
--- a/tests/cwrapper.at
+++ b/tests/cwrapper.at
@@ -1,6 +1,6 @@
# cwrapper.at -- test cwrapper compliance with standards -*- Autotest -*-
-# Copyright (C) 2009-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2009-2019, 2021-2022 Free Software Foundation, Inc.
# Written by Charles Wilson, 2009
#
# This file is part of GNU Libtool.
diff --git a/tests/darwin.at b/tests/darwin.at
index 402f6621..1c5622be 100644
--- a/tests/darwin.at
+++ b/tests/darwin.at
@@ -1,7 +1,7 @@
# darwin.at - tests specific to Mac OS X
#
-# Copyright (C) 2008-2009, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2008-2009, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Peter O'Gorman, 2008
#
# This file is part of GNU Libtool.
diff --git a/tests/demo.at b/tests/demo.at
index 0190e880..28b2d1f0 100644
--- a/tests/demo.at
+++ b/tests/demo.at
@@ -1,7 +1,7 @@
# demo.at -- Linking and loading. -*- Autotest -*-
#
-# Copyright (C) 2003-2004, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2003-2004, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Gary V. Vaughan, 2003
#
# This file is part of GNU Libtool.
diff --git a/tests/depdemo.at b/tests/depdemo.at
index 1489dd7a..7794cf23 100644
--- a/tests/depdemo.at
+++ b/tests/depdemo.at
@@ -1,7 +1,7 @@
# depdemo.at -- Library interdependencies -*- Autotest -*-
#
-# Copyright (C) 2003-2004, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2003-2004, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Gary V. Vaughan, 2003
#
# This file is part of GNU Libtool.
diff --git a/tests/deplib-in-subdir.at b/tests/deplib-in-subdir.at
index 133fc0b2..56e32926 100644
--- a/tests/deplib-in-subdir.at
+++ b/tests/deplib-in-subdir.at
@@ -1,6 +1,6 @@
# deplib-in-subdir.at -- -*- Autotest -*-
-# Copyright (C) 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/deplibs-ident.at b/tests/deplibs-ident.at
index 968d2659..d56343bc 100644
--- a/tests/deplibs-ident.at
+++ b/tests/deplibs-ident.at
@@ -1,6 +1,6 @@
# deplibs-ident.at -- detecting identical deplibs -*- Autotest -*-
-# Copyright (C) 2005, 2007-2008, 2011-2019, 2021 Free Software
+# Copyright (C) 2005, 2007-2008, 2011-2019, 2021-2022 Free Software
# Foundation, Inc.
# Written by Ralf Wildenhues, 2005
#
diff --git a/tests/deplibs-mingw.at b/tests/deplibs-mingw.at
index 068c8764..50ba209a 100644
--- a/tests/deplibs-mingw.at
+++ b/tests/deplibs-mingw.at
@@ -1,6 +1,6 @@
# deplibs-mingw.at -- -*- Autotest -*-
-# Copyright (C) 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/destdir.at b/tests/destdir.at
index 0cd98259..398b008d 100644
--- a/tests/destdir.at
+++ b/tests/destdir.at
@@ -1,7 +1,7 @@
# destdir.at -- test various DESTDIR issues -*- Autotest -*-
-# Copyright (C) 2006-2007, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2006-2007, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Ralf Wildenhues, 2006
#
# This file is part of GNU Libtool.
diff --git a/tests/dlloader-api.at b/tests/dlloader-api.at
index ab575546..a87704fd 100644
--- a/tests/dlloader-api.at
+++ b/tests/dlloader-api.at
@@ -1,6 +1,6 @@
# dlloader.at -- test dlloader functionality -*- Autotest -*-
#
-# Copyright (C) 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
# This file is part of GNU Libtool.
#
# GNU Libtool is free software; you can redistribute it and/or
diff --git a/tests/dumpbin-symbols.at b/tests/dumpbin-symbols.at
index c609385f..f4bd0fea 100644
--- a/tests/dumpbin-symbols.at
+++ b/tests/dumpbin-symbols.at
@@ -1,6 +1,6 @@
# dumpbin-symbols.at -- libtool "dumpbin -symbols" support -*- Autotest -*-
-# Copyright (C) 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/duplicate_conv.at b/tests/duplicate_conv.at
index cc4bac2b..d672d16a 100644
--- a/tests/duplicate_conv.at
+++ b/tests/duplicate_conv.at
@@ -1,7 +1,7 @@
# duplicate_conv.at -- duplicate convenience archive names -*- Autotest -*-
-# Copyright (C) 2006, 2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2006, 2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Ralf Wildenhues, 2006
#
# This file is part of GNU Libtool.
diff --git a/tests/duplicate_deps.at b/tests/duplicate_deps.at
index 654b3bbb..afeba08a 100644
--- a/tests/duplicate_deps.at
+++ b/tests/duplicate_deps.at
@@ -1,7 +1,7 @@
# duplicate_deps.at -- preserve duplicate convenience deps -*- Autotest -*-
-# Copyright (C) 2006-2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2006-2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Ralf Wildenhues, 2006
$
# This file is part of GNU Libtool.
diff --git a/tests/duplicate_members.at b/tests/duplicate_members.at
index 2417fe88..82ceaed7 100755
--- a/tests/duplicate_members.at
+++ b/tests/duplicate_members.at
@@ -1,6 +1,6 @@
# duplicate_members.at -- duplicate members in archive tests -*- Autotest -*-
-# Copyright (C) 2005, 2007-2009, 2011-2019, 2021 Free Software
+# Copyright (C) 2005, 2007-2009, 2011-2019, 2021-2022 Free Software
# Foundation, Inc.
# Written by Alexandre Oliva & Peter O'Gorman, 2005
#
diff --git a/tests/early-libtool.at b/tests/early-libtool.at
index 0a4b577e..2cbf415d 100644
--- a/tests/early-libtool.at
+++ b/tests/early-libtool.at
@@ -1,7 +1,7 @@
# early-libtool.at -- early libtool script generation -*- Autotest -*-
-# Copyright (C) 2005-2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2005-2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Gary V. Vaughan, 2005
#
# This file is part of GNU Libtool.
diff --git a/tests/exceptions.at b/tests/exceptions.at
index 13ce2259..28b17877 100644
--- a/tests/exceptions.at
+++ b/tests/exceptions.at
@@ -1,6 +1,6 @@
# exception.at -- test C++ exception handling with libtool -*- Autotest -*-
#
-# Copyright (C) 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/execute-mode.at b/tests/execute-mode.at
index eea2cf18..7f4ad39a 100644
--- a/tests/execute-mode.at
+++ b/tests/execute-mode.at
@@ -1,6 +1,6 @@
# execute-mode.at -- libtool --mode=execute -*- Autotest -*-
#
-# Copyright (C) 2008-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2008-2019, 2021-2022 Free Software Foundation, Inc.
# Written by Ralf Wildenhues, 2008
#
# This file is part of GNU Libtool.
diff --git a/tests/exeext.at b/tests/exeext.at
index 41bf5a8f..2efb5f3b 100644
--- a/tests/exeext.at
+++ b/tests/exeext.at
@@ -1,6 +1,6 @@
# exeext.at -- ensure that exeext handling works -*- Autotest -*-
#
-# Copyright (C) 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
# Written by Peter Rosin
#
# This file is part of GNU Libtool.
diff --git a/tests/export-def.at b/tests/export-def.at
index c564cdab..57720a7f 100755
--- a/tests/export-def.at
+++ b/tests/export-def.at
@@ -1,6 +1,6 @@
# export-def.at -- test module-definition files -*- Autotest -*-
-# Copyright (C) 2013-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2013-2019, 2021-2022 Free Software Foundation, Inc.
# Written by Peter Rosin, 2013
#
# This file is part of GNU Libtool.
diff --git a/tests/export.at b/tests/export.at
index c6626178..cf8fb3f5 100644
--- a/tests/export.at
+++ b/tests/export.at
@@ -1,7 +1,7 @@
# export.at -- test symbol exports -*- Autotest -*-
-# Copyright (C) 2007-2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2007-2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Ralf Wildenhues, 2007
#
# This file is part of GNU Libtool.
diff --git a/tests/f77demo.at b/tests/f77demo.at
index 6f0c139e..7b1ba4d4 100644
--- a/tests/f77demo.at
+++ b/tests/f77demo.at
@@ -1,6 +1,6 @@
# f77demo.at -- Fortran 77 language support. -*- Autotest -*-
#
-# Copyright (C) 2003, 2005-2006, 2011-2019, 2021 Free Software
+# Copyright (C) 2003, 2005-2006, 2011-2019, 2021-2022 Free Software
# Foundation, Inc.
# Written by Eric Lindahl, 2002
# Written by Gary V. Vaughan, 2003
diff --git a/tests/fail.at b/tests/fail.at
index 0afe994a..8f8c9600 100644
--- a/tests/fail.at
+++ b/tests/fail.at
@@ -1,6 +1,6 @@
# fail.at -- test that libtool really fail when it should -*- Autotest -*-
#
-# Copyright (C) 2005, 2008-2009, 2011-2019, 2021 Free Software
+# Copyright (C) 2005, 2008-2009, 2011-2019, 2021-2022 Free Software
# Foundation, Inc.
# Written by Ralf Wildenhues, 2005
#
diff --git a/tests/fcdemo.at b/tests/fcdemo.at
index 9cf1484d..ef05d941 100644
--- a/tests/fcdemo.at
+++ b/tests/fcdemo.at
@@ -1,6 +1,6 @@
# fcdemo.at -- Fortran 90/95 language support. -*- Autotest -*-
#
-# Copyright (C) 2003, 2005-2006, 2011-2019, 2021 Free Software
+# Copyright (C) 2003, 2005-2006, 2011-2019, 2021-2022 Free Software
# Foundation, Inc.
# Written by Eric Lindahl, 2002
# Written by Gary V. Vaughan, 2003
diff --git a/tests/flags.at b/tests/flags.at
index 43bc2f71..706ea9ff 100644
--- a/tests/flags.at
+++ b/tests/flags.at
@@ -1,6 +1,6 @@
# flags.at -- libtool passing of flags -*- Autotest -*-
#
-# Copyright (C) 2009-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2009-2019, 2021-2022 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/help.at b/tests/help.at
index 0c29e589..ae0e7a78 100644
--- a/tests/help.at
+++ b/tests/help.at
@@ -1,6 +1,6 @@
# help.at -- standard command line options -*- Autotest -*-
#
-# Copyright (C) 2009-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2009-2019, 2021-2022 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/indirect_deps.at b/tests/indirect_deps.at
index 6bbceb99..2af75acb 100644
--- a/tests/indirect_deps.at
+++ b/tests/indirect_deps.at
@@ -1,7 +1,7 @@
# indirect_deps.at -- support for link_all_deplibs=no -*- Autotest -*-
-# Copyright (C) 2007-2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2007-2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Ralf Wildenhues, 2007.
#
# This file is part of GNU Libtool.
diff --git a/tests/infer-tag.at b/tests/infer-tag.at
index 20785578..6708f618 100644
--- a/tests/infer-tag.at
+++ b/tests/infer-tag.at
@@ -1,6 +1,7 @@
# infer-tag.at -- libtool without --tag -*- Autotest -*-
#
-# Copyright (C) 2008, 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2010-2019, 2021-2022 Free Software Foundation,
+# Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/inherited_flags.at b/tests/inherited_flags.at
index 3d38fb11..8cc5a20c 100644
--- a/tests/inherited_flags.at
+++ b/tests/inherited_flags.at
@@ -1,7 +1,7 @@
# inherited_flags.at -- test inherited_linker_flags -*- Autotest -*-
#
-# Copyright (C) 2005-2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2005-2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Peter O'Garman, 2005
#
# This file is part of GNU Libtool.
diff --git a/tests/install.at b/tests/install.at
index ea653a1c..9417b153 100644
--- a/tests/install.at
+++ b/tests/install.at
@@ -1,7 +1,7 @@
# install.at -- install mode tests -*- Autotest -*-
#
-# Copyright (C) 2008-2009, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2008-2009, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Ralf Wildenhues, 2008
#
# This file is part of GNU Libtool.
diff --git a/tests/lalib-syntax.at b/tests/lalib-syntax.at
index 6d199137..4922a86d 100644
--- a/tests/lalib-syntax.at
+++ b/tests/lalib-syntax.at
@@ -1,6 +1,6 @@
# lalib-syntax.at -- parsing .la files robustly -*- Autotest -*-
#
-# Copyright (C) 2009-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2009-2019, 2021-2022 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/libtool.at b/tests/libtool.at
index abf8d38f..fd412ab0 100755
--- a/tests/libtool.at
+++ b/tests/libtool.at
@@ -1,6 +1,6 @@
# libtool.at -- basic libtool operation tests -*- Autotest -*-
#
-# Copyright (C) 2003-2005, 2008, 2011-2019, 2021 Free Software
+# Copyright (C) 2003-2005, 2008, 2011-2019, 2021-2022 Free Software
# Foundation, Inc.
# Written by Gary V. Vaughan, 2003
#
diff --git a/tests/libtoolize.at b/tests/libtoolize.at
index 901e7b45..44ca2ebd 100644
--- a/tests/libtoolize.at
+++ b/tests/libtoolize.at
@@ -1,6 +1,6 @@
# libtoolize.at -- test libtoolize operation -*- Autotest -*-
#
-# Copyright (C) 2005, 2007-2008, 2011-2019, 2021 Free Software
+# Copyright (C) 2005, 2007-2008, 2011-2019, 2021-2022 Free Software
# Foundation, Inc.
# Written by Gary V. Vaughan, 2005
#
diff --git a/tests/link-order.at b/tests/link-order.at
index 270589f5..3f01a00d 100644
--- a/tests/link-order.at
+++ b/tests/link-order.at
@@ -1,6 +1,6 @@
# link-order.at -- ensure that library linking order matches -*- Autotest -*-
#
-# Copyright (C) 2005, 2007-2008, 2011-2019, 2021 Free Software
+# Copyright (C) 2005, 2007-2008, 2011-2019, 2021-2022 Free Software
# Foundation, Inc.
# Written by Alexandre Oliva & Ralf Wildenhues, 2005
#
diff --git a/tests/link-order2.at b/tests/link-order2.at
index 9173529e..e9efca97 100644
--- a/tests/link-order2.at
+++ b/tests/link-order2.at
@@ -1,7 +1,7 @@
# link-order2.at -- test link order of deplibs -*- Autotest -*-
#
-# Copyright (C) 2006-2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2006-2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Ralf Wildenhues, 2006
#
# This file is part of GNU Libtool.
diff --git a/tests/loadlibrary.at b/tests/loadlibrary.at
index d7193390..b709f67f 100644
--- a/tests/loadlibrary.at
+++ b/tests/loadlibrary.at
@@ -1,6 +1,6 @@
# loadlibrary.at -- test loadlibrary functionality -*- Autotest -*-
#
-# Copyright (C) 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
# This file is part of GNU Libtool.
#
# GNU Libtool is free software; you can redistribute it and/or
diff --git a/tests/localization.at b/tests/localization.at
index 43d3c122..695d7621 100644
--- a/tests/localization.at
+++ b/tests/localization.at
@@ -1,6 +1,6 @@
# localization.at -- libtool and locales -*- Autotest -*-
#
-# Copyright (C) 2008-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2008-2019, 2021-2022 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/lt_dladvise.at b/tests/lt_dladvise.at
index 169d83b9..76f7e7a3 100644
--- a/tests/lt_dladvise.at
+++ b/tests/lt_dladvise.at
@@ -1,7 +1,7 @@
# lt_dladvise.at -- test libltdl functionality -*- Autotest -*-
#
-# Copyright (C) 2007-2009, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2007-2009, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Gary V. Vaughan, 2007
#
# This file is part of GNU Libtool.
diff --git a/tests/lt_dlexit.at b/tests/lt_dlexit.at
index 73640282..e9a2c2a4 100644
--- a/tests/lt_dlexit.at
+++ b/tests/lt_dlexit.at
@@ -1,7 +1,7 @@
# lt_dlexit.at -- test libltdl functionality -*- Autotest -*-
#
-# Copyright (C) 2007-2008, 2010-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2007-2008, 2010-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Dave Brolley & Ralf Wildenhues, 2007
#
# This file is part of GNU Libtool.
diff --git a/tests/lt_dlopen.at b/tests/lt_dlopen.at
index 9f29bd2e..1987e95f 100644
--- a/tests/lt_dlopen.at
+++ b/tests/lt_dlopen.at
@@ -1,6 +1,7 @@
# lt_dlopen.at -- test libltdl functionality -*- Autotest -*-
#
-# Copyright (C) 2009, 2011-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011-2019, 2021-2022 Free Software Foundation,
+# Inc.
# This file is part of GNU Libtool.
#
# GNU Libtool is free software; you can redistribute it and/or
diff --git a/tests/lt_dlopen_a.at b/tests/lt_dlopen_a.at
index 26a6ebe9..95f18a0d 100644
--- a/tests/lt_dlopen_a.at
+++ b/tests/lt_dlopen_a.at
@@ -1,6 +1,7 @@
# lt_dlopen_a.at -- test libltdl functionality -*- Autotest -*-
#
-# Copyright (C) 2009, 2011-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011-2019, 2021-2022 Free Software Foundation,
+# Inc.
# This file is part of GNU Libtool.
#
# GNU Libtool is free software; you can redistribute it and/or
diff --git a/tests/lt_dlopenext.at b/tests/lt_dlopenext.at
index 850fb67e..4d4ad3db 100644
--- a/tests/lt_dlopenext.at
+++ b/tests/lt_dlopenext.at
@@ -1,6 +1,6 @@
# lt_dlopenext.at -- test libltdl functionality -*- Autotest -*-
#
-# Copyright (C) 2009-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2009-2019, 2021-2022 Free Software Foundation, Inc.
# This file is part of GNU Libtool.
#
# GNU Libtool is free software; you can redistribute it and/or
diff --git a/tests/ltdl-api.at b/tests/ltdl-api.at
index c0365821..eca6d9bd 100644
--- a/tests/ltdl-api.at
+++ b/tests/ltdl-api.at
@@ -1,6 +1,7 @@
# ltdl-api.at -- test libltdl API -*- Autotest -*-
#
-# Copyright (C) 2008, 2011-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2011-2019, 2021-2022 Free Software Foundation,
+# Inc.
# Written by Ralf Wildenhues, 2008.
#
# This file is part of GNU Libtool.
diff --git a/tests/ltdl-libdir.at b/tests/ltdl-libdir.at
index 75dc29ba..7ec91bc7 100644
--- a/tests/ltdl-libdir.at
+++ b/tests/ltdl-libdir.at
@@ -1,6 +1,6 @@
# ltdl-libdir.at -- test libltdl functionality -*- Autotest -*-
#
-# Copyright (C) 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
# This file is part of GNU Libtool.
#
# GNU Libtool is free software; you can redistribute it and/or
diff --git a/tests/mdemo.at b/tests/mdemo.at
index d1580a24..7a76286d 100644
--- a/tests/mdemo.at
+++ b/tests/mdemo.at
@@ -1,6 +1,6 @@
# demo.at -- Dynamic ltdl runtime loading -*- Autotest -*-
#
-# Copyright (C) 1998, 2002-2004, 2011-2019, 2021 Free Software
+# Copyright (C) 1998, 2002-2004, 2011-2019, 2021-2022 Free Software
# Foundation, Inc.
# Written by Thomas Tanner, 1998
# Written by Greg Eisenhauer, 2002
diff --git a/tests/need_lib_prefix.at b/tests/need_lib_prefix.at
index e0de1170..358586c0 100644
--- a/tests/need_lib_prefix.at
+++ b/tests/need_lib_prefix.at
@@ -1,7 +1,7 @@
# need-lib-prefix.at -- test libltdl functionality -*- Autotest -*-
#
-# Copyright (C) 2007-2008, 2010-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2007-2008, 2010-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Gary V. Vaughan, 2007
#
# This file is part of GNU Libtool.
diff --git a/tests/no-executables.at b/tests/no-executables.at
index aad35580..68c5c320 100644
--- a/tests/no-executables.at
+++ b/tests/no-executables.at
@@ -1,6 +1,7 @@
# no-executables.at -- Libtool usage in GCC -*- Autotest -*-
-# Copyright (C) 2008, 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2010-2019, 2021-2022 Free Software Foundation,
+# Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/nocase.at b/tests/nocase.at
index 1542da5c..f9625754 100644
--- a/tests/nocase.at
+++ b/tests/nocase.at
@@ -1,6 +1,6 @@
# nocase.at -- test for nocase lib search -*- Autotest -*-
#
-# Copyright (C) 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
# Written by Peter Rosin, 2007
#
# This file is part of GNU Libtool.
diff --git a/tests/nonrecursive.at b/tests/nonrecursive.at
index b1d31173..854edcff 100644
--- a/tests/nonrecursive.at
+++ b/tests/nonrecursive.at
@@ -1,6 +1,6 @@
# nonrecursive.at -- test nonrecursive Automake Libltdl -*- Autotest -*-
#
-# Copyright (C) 2005, 2008-2009, 2011-2019, 2021 Free Software
+# Copyright (C) 2005, 2008-2009, 2011-2019, 2021-2022 Free Software
# Foundation, Inc.
# Written by Gary V. Vaughan, 2005
#
diff --git a/tests/old-m4-iface.at b/tests/old-m4-iface.at
index 14ab3bbb..39b35bd2 100644
--- a/tests/old-m4-iface.at
+++ b/tests/old-m4-iface.at
@@ -1,6 +1,6 @@
# old-m4-iface.at -- exercise old m4 interface to libtool -*- Autotest -*-
#
-# Copyright (C) 2005, 2008-2009, 2011-2019, 2021 Free Software
+# Copyright (C) 2005, 2008-2009, 2011-2019, 2021-2022 Free Software
# Foundation, Inc.
# Written by Gary V. Vaughan, 2005
#
diff --git a/tests/pic_flag.at b/tests/pic_flag.at
index f4313316..87620f5d 100644
--- a/tests/pic_flag.at
+++ b/tests/pic_flag.at
@@ -1,6 +1,6 @@
# pic_flag.at -- override the pic_flag at configure time -*- Autotest -*-
-# Copyright (C) 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/recursive.at b/tests/recursive.at
index d0c630d2..832beea5 100644
--- a/tests/recursive.at
+++ b/tests/recursive.at
@@ -1,7 +1,7 @@
# recursive.at -- test recursive Automake libltdl build -*- Autotest -*-
#
-# Copyright (C) 2005, 2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2005, 2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Gary V. Vaughan, 2005
#
# This file is part of GNU Libtool.
diff --git a/tests/resident.at b/tests/resident.at
index fd356900..8e395c05 100644
--- a/tests/resident.at
+++ b/tests/resident.at
@@ -1,6 +1,6 @@
# resident.at -- test resident modules -*- Autotest -*-
-# Copyright (C) 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/runpath-in-lalib.at b/tests/runpath-in-lalib.at
index b30f02ab..b7837c34 100644
--- a/tests/runpath-in-lalib.at
+++ b/tests/runpath-in-lalib.at
@@ -1,7 +1,7 @@
# runpath-in-lalib.at -- -*- Autotest -*-
-# Copyright (C) 2007-2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2007-2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Ralf Wildenhues, 2007
#
# This file is part of GNU Libtool.
diff --git a/tests/search-path.at b/tests/search-path.at
index b1cfa753..58e6f89b 100644
--- a/tests/search-path.at
+++ b/tests/search-path.at
@@ -1,7 +1,7 @@
# search-path.at -- test sys_lib_search_path_spec -*- Autotest -*-
#
-# Copyright (C) 2006, 2008, 2010-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2006, 2008, 2010-2019, 2021-2022 Free Software
+# Foundation, Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/shlibpath.at b/tests/shlibpath.at
index 32e4fb6e..4898dc40 100644
--- a/tests/shlibpath.at
+++ b/tests/shlibpath.at
@@ -1,7 +1,7 @@
# shlibpath.at -- Test shlibpath settings -*- Autotest -*-
#
-# Copyright (C) 2006, 2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2006, 2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Ralf Wildenhues, 2006
#
# This file is part of GNU Libtool.
diff --git a/tests/slist.at b/tests/slist.at
index 2b0103cf..e267525c 100644
--- a/tests/slist.at
+++ b/tests/slist.at
@@ -1,6 +1,7 @@
# slist.at -- test slist.c -*- Autotest -*-
#
-# Copyright (C) 2009, 2011-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011-2019, 2021-2022 Free Software Foundation,
+# Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/standalone.at b/tests/standalone.at
index bde846fd..d7aac1ef 100644
--- a/tests/standalone.at
+++ b/tests/standalone.at
@@ -1,7 +1,7 @@
# standalone.at -- test standalone libltdl builds -*- Autotest -*-
#
-# Copyright (C) 2005, 2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2005, 2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Gary V. Vaughan, 2006
#
# This file is part of GNU Libtool.
diff --git a/tests/static.at b/tests/static.at
index 09436cdf..aee3c0a5 100644
--- a/tests/static.at
+++ b/tests/static.at
@@ -1,7 +1,7 @@
# static.at -- test flags for static/dynamic linking -*- Autotest -*-
#
-# Copyright (C) 2006-2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2006-2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Ralf Wildenhues, 2006
#
# This file is part of GNU Libtool.
diff --git a/tests/stresstest.at b/tests/stresstest.at
index 10549b71..c59007a8 100644
--- a/tests/stresstest.at
+++ b/tests/stresstest.at
@@ -1,7 +1,7 @@
# stresstest.at -- Libtool stress test -*- Autotest -*-
#
-# Copyright (C) 2005-2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2005-2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Ralf Wildenhues, 2005
#
# This file is part of GNU Libtool.
diff --git a/tests/subproject.at b/tests/subproject.at
index 81578a7a..67b1a31b 100644
--- a/tests/subproject.at
+++ b/tests/subproject.at
@@ -1,7 +1,7 @@
# subproject.at -- test subproject Libltdl builds -*- Autotest -*-
#
-# Copyright (C) 2005, 2008, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2005, 2008, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Gary V. Vaughan, 2005
#
# This file is part of GNU Libtool.
diff --git a/tests/sysroot.at b/tests/sysroot.at
index b6d60abe..540edde9 100644
--- a/tests/sysroot.at
+++ b/tests/sysroot.at
@@ -1,6 +1,7 @@
# static.at -- test flags for sysrooting -*- Autotest -*-
#
-# Copyright (C) 2009, 2011-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011-2019, 2021-2022 Free Software Foundation,
+# Inc.
# Written by Paolo Bonzini, 2009
#
# This file is part of GNU Libtool.
diff --git a/tests/tagdemo.at b/tests/tagdemo.at
index 550e38c2..995bdd45 100644
--- a/tests/tagdemo.at
+++ b/tests/tagdemo.at
@@ -1,7 +1,7 @@
# tagdemo.at -- C++ Language support. -*- Autotest -*-
#
-# Copyright (C) 2003-2005, 2011-2019, 2021 Free Software Foundation,
-# Inc.
+# Copyright (C) 2003-2005, 2011-2019, 2021-2022 Free Software
+# Foundation, Inc.
# Written by Gary V. Vaughan, 2003
#
# This file is part of GNU Libtool.
diff --git a/tests/template.at b/tests/template.at
index 94fe1e8e..1d41eadf 100644
--- a/tests/template.at
+++ b/tests/template.at
@@ -1,6 +1,6 @@
# template.at -- test C++ templates with libtool -*- Autotest -*-
#
-# Copyright (C) 2005, 2007-2008, 2011-2019, 2021 Free Software
+# Copyright (C) 2005, 2007-2008, 2011-2019, 2021-2022 Free Software
# Foundation, Inc.
# Written by Markus Christen, 2005
#
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 73decf3a..f24c2dc9 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,6 +1,6 @@
# Process with autom4te to create an -*- Autotest -*- test suite.
#
-# Copyright (C) 2004-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2004-2019, 2021-2022 Free Software Foundation, Inc.
# Written by Gary V. Vaughan, 2004
#
# This file is part of GNU Libtool.
diff --git a/tests/versioning.at b/tests/versioning.at
index ec620774..1e5594d3 100644
--- a/tests/versioning.at
+++ b/tests/versioning.at
@@ -1,6 +1,6 @@
# versioning.at -- test libtool versioning -*- Autotest -*-
#
-# Copyright (C) 2009-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2009-2019, 2021-2022 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#
diff --git a/tests/with-pic.at b/tests/with-pic.at
index b7a7c7d2..76421bb6 100644
--- a/tests/with-pic.at
+++ b/tests/with-pic.at
@@ -1,6 +1,6 @@
# with-pic.at -- test the --with-pic flag -*- Autotest -*-
-# Copyright (C) 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
#
# This file is part of GNU Libtool.
#