]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
maint: update copyrights across project.
authorAlex Ameen <alex.ameen.tx@gmail.com>
Tue, 8 Feb 2022 18:11:10 +0000 (12:11 -0600)
committerAlex Ameen <alex.ameen.tx@gmail.com>
Tue, 8 Feb 2022 18:11:10 +0000 (12:11 -0600)
127 files changed:
AUTHORS
HACKING
Makefile.am
NEWS
README.md
TODO
bootstrap.conf
build-aux/edit-readme-alpha
build-aux/git-hooks/commit-msg
build-aux/ltmain.in
build-aux/no-bogus-m4-defines
cfg.mk
configure.ac
doc/libtool.texi
libltdl/README
libltdl/configure.ac
libltdl/libltdl/lt__alloc.h
libltdl/libltdl/lt__argz_.h
libltdl/libltdl/lt__dirent.h
libltdl/libltdl/lt__glibc.h
libltdl/libltdl/lt__private.h
libltdl/libltdl/lt__strl.h
libltdl/libltdl/lt_dlloader.h
libltdl/libltdl/lt_error.h
libltdl/libltdl/lt_system.h
libltdl/libltdl/slist.h
libltdl/loaders/dld_link.c
libltdl/loaders/dlopen.c
libltdl/loaders/dyld.c
libltdl/loaders/load_add_on.c
libltdl/loaders/loadlibrary.c
libltdl/loaders/preopen.c
libltdl/loaders/shl_load.c
libltdl/lt__alloc.c
libltdl/lt__argz.c
libltdl/lt__dirent.c
libltdl/lt__strl.c
libltdl/lt_dlloader.c
libltdl/lt_error.c
libltdl/ltdl.c
libltdl/ltdl.h
libltdl/ltdl.mk
libltdl/slist.c
libtoolize.in
m4/autobuild.m4
m4/libtool.m4
m4/ltargz.m4
m4/ltdl.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.in
m4/lt~obsolete.m4
m4/m4.m4
tests/am-subdir.at
tests/archive-in-archive.at
tests/bindir.at
tests/cdemo.at
tests/cmdline_wrap.at
tests/configure-funcs.at
tests/configure-iface.at
tests/convenience.at
tests/ctor.at
tests/cwrapper.at
tests/darwin.at
tests/demo.at
tests/depdemo.at
tests/deplib-in-subdir.at
tests/deplibs-ident.at
tests/deplibs-mingw.at
tests/destdir.at
tests/dlloader-api.at
tests/dumpbin-symbols.at
tests/duplicate_conv.at
tests/duplicate_deps.at
tests/duplicate_members.at
tests/early-libtool.at
tests/exceptions.at
tests/execute-mode.at
tests/exeext.at
tests/export-def.at
tests/export.at
tests/f77demo.at
tests/fail.at
tests/fcdemo.at
tests/flags.at
tests/help.at
tests/indirect_deps.at
tests/infer-tag.at
tests/inherited_flags.at
tests/install.at
tests/lalib-syntax.at
tests/libtool.at
tests/libtoolize.at
tests/link-order.at
tests/link-order2.at
tests/loadlibrary.at
tests/localization.at
tests/lt_dladvise.at
tests/lt_dlexit.at
tests/lt_dlopen.at
tests/lt_dlopen_a.at
tests/lt_dlopenext.at
tests/ltdl-api.at
tests/ltdl-libdir.at
tests/mdemo.at
tests/need_lib_prefix.at
tests/no-executables.at
tests/nocase.at
tests/nonrecursive.at
tests/old-m4-iface.at
tests/pic_flag.at
tests/recursive.at
tests/resident.at
tests/runpath-in-lalib.at
tests/search-path.at
tests/shlibpath.at
tests/slist.at
tests/standalone.at
tests/static.at
tests/stresstest.at
tests/subproject.at
tests/sysroot.at
tests/tagdemo.at
tests/template.at
tests/testsuite.at
tests/versioning.at
tests/with-pic.at

diff --git a/AUTHORS b/AUTHORS
index 35b4429241d75c24586c05fc4b85d3383e70aa25..4e4904e871f0dd4b88a4a81b40697e75c9d9122f 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -28,7 +28,8 @@
 
     Alex Ameen    alex.ameen.tx@gmail.com
 -- 
-  Copyright (C) 1996, 1998-2019, 2021 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2019, 2021-2022 Free Software Foundation,
+  Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/HACKING b/HACKING
index 252c340852a259a117686d122a5d03bcf5a94f0f..dd6ff2739843f00f27a14c6cd38a41cb84c20545 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -444,8 +444,8 @@ or obtained by writing to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 -- 
-  Copyright (C) 2004-2008, 2010-2019, 2021 Free Software Foundation,
-  Inc.
+  Copyright (C) 2004-2008, 2010-2019, 2021-2022 Free Software
+  Foundation, Inc.
   Written by Gary V. Vaughan, 2004
 
   This file is part of GNU Libtool.
index 5b9ec8822c0a5ef09c1491a0325bd9bf8ebb5855..7bd7f728fca6a8b5460154aeb6fd763d5545446a 100644 (file)
@@ -1,6 +1,6 @@
 ## Makefile.am -- Process this file with automake to produce Makefile.in
 ##
-##   Copyright (C) 2003-2019, 2021 Free Software Foundation, Inc.
+##   Copyright (C) 2003-2019, 2021-2022 Free Software Foundation, Inc.
 ##   Written by Gary V. Vaughan, 2003
 ##
 ##   This file is part of GNU Libtool.
diff --git a/NEWS b/NEWS
index 5a92fea29c38d743a445bb1451e386f239af291d..59f17d990a7bb334b7f39c940907d615c9010026 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1216,7 +1216,7 @@ New in 0.1:
 * Support for: *-*-freebsd*, *-*-netbsd*, *-*-sunos4*, *-*-ultrix4*
 -- 
 
-Copyright (C) 1996, 1998-2019, 2021 Free Software Foundation, Inc.
+Copyright (C) 1996, 1998-2019, 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Libtool.
 
index 1c8b162fcb971e97d4ecf4915ff2c610c984ca51..0f25db205ce961cdda006a8da59a1082ea5055d5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -241,8 +241,8 @@ revision hash string in hexadecimal appended to all of that:
     2.4.2.418.3-30eaa
 
 --
-  Copyright (C) 2004-2010, 2015-2019, 2021 Free Software Foundation,
-  Inc.
+  Copyright (C) 2004-2010, 2015-2019, 2021-2022 Free Software
+  Foundation, Inc.
 
   Written by Gary V. Vaughan, 2004
 
diff --git a/TODO b/TODO
index ab48bf6117bb6c5e7599b359d3faac1c003d17bc..e915ac9709ea28276def75c4ff91251963fb8d93 100644 (file)
--- a/TODO
+++ b/TODO
@@ -329,7 +329,7 @@ GNU Libtool
   it easier to add new platforms.
 
 -- 
-  Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021 Free Software
+  Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free Software
   Foundation, Inc.
   Written by Gary V. Vaughan, 2004
 
index fcf671fd7b3b152ddefce7c206a0236fac60635e..e7086324f941d437c0c839c0f20cec6c3d20ea37 100644 (file)
@@ -1,6 +1,6 @@
 # bootstrap.conf (GNU Libtool) version 2014-11-18
 #
-# Copyright (C) 2010-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
 # Written by Gary V. Vaughan, 2010
 
 # This is free software; see the source for copying conditions.  There is NO
index cb04a9d57b9175aba779f8074c412430bfcfb3d1..7e5329b277d50ae4e019f8be5c008b09aa1c08b0 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 #   edit-readme-alpha - edit README file for alpha releases
-#   Copyright (C) 2010-2019, 2021 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2010
 #
 #   This file is part of GNU Libtool.
index f9072789cd29c29ae5eb28056a159564399f559d..5ee225cac573ea8f1377d5c19cd6101b16703538 100755 (executable)
@@ -4,7 +4,7 @@
 # or Copyright-paperwork-exempt lines in the commit message.
 # Written by Gary V. Vaughan <gary@gnu.org>, 2011
 
-# Copyright (C) 2011-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2011-2019, 2021-2022 Free Software Foundation, Inc.
 # This is free software; see the source for copying conditions.  There is NO
 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
index b33a0ff9027ce6747206a9b184d38695859621cf..a5f21a1db0548eebb2773e8a415c7d959e5d714f 100644 (file)
@@ -4,7 +4,7 @@
 # Provide generalized library-building support services.
 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 
-# Copyright (C) 1996-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc.
 # This is free software; see the source for copying conditions.  There is NO
 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
index 05faa0deb028fd29fddf532b2d1a02c32f9f491a..873be29c9814a724847f548fb51dd35641b3c987 100755 (executable)
@@ -7,7 +7,7 @@
 #   current package 'aclocal.m4'.  Currently used by 'make dist'
 #   and by ./bootstrap (bootstrap.conf).
 #
-#   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/cfg.mk b/cfg.mk
index 9df0b0bca7e8a84204708712e9be34ca0bc33a57..a4153e60e015fcad74d6d4d5a6a39ffaa396f68d 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,6 +1,6 @@
 # cfg.mk -- Configuration for maintainer-makefile
 #
-#   Copyright (c) 2011-2019, 2021 Free Software Foundation, Inc.
+#   Copyright (c) 2011-2019, 2021-2022 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2011
 #
 #   This file is part of GNU Libtool.
index d60ad7c018be24d8309c9eb0360c9f7c053fab0a..73eaa5cdce5e4a6db85d597bbcdf35069f504d67 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to create configure. -*- autoconf -*-
 
-#   Copyright (C) 2001, 2004-2005, 2008, 2010-2019, 2021 Free Software
-#   Foundation, Inc.
+#   Copyright (C) 2001, 2004-2005, 2008, 2010-2019, 2021-2022 Free
+#   Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2001
 #
 #   This file is part of GNU Libtool.
index 6971f4afd1d04d147d19c671e944784f3969e928..9158927cabe89a447597cb5a9ffe7c454cdb3f14 100644 (file)
@@ -20,7 +20,8 @@
 @copying
 This manual is for GNU Libtool (version @value{VERSION}, @value{UPDATED}).
 
-Copyright @copyright{} 1996-2019, 2021 Free Software Foundation, Inc.
+Copyright @copyright{} 1996-2019, 2021-2022 Free Software Foundation,
+Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3
index 47d7de58782d9d2a09b19bdb7e70859cac62ed65..fd80bbde7055c4b41ac9d6b9a0ba470b4bb6112c 100644 (file)
@@ -9,8 +9,8 @@ It supports the following dlopen interfaces:
 * dyld (darwin/Mac OS X)
 * libtool's dlpreopen
 --
-   Copyright (C) 1999, 2003, 2011-2019, 2021 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2003, 2011-2019, 2021-2022 Free Software
+   Foundation, Inc.
    Written by Thomas Tanner, 1999
 
    This file is part of GNU Libtool.
index e87bcafd45476b40141c16104e29da3a5176d29e..bb519d944f19c4a72b1a12e4b3153e088821d980 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to create configure. -*- autoconf -*-
 #
-#    Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021 Free Software
-#    Foundation, Inc.
+#    Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free
+#    Software Foundation, Inc.
 #    Written by Gary V. Vaughan, 2004
 #
 #    NOTE: The canonical source of this file is maintained with the
index 1abd98d5337b7919c0bd79e2d60b5992059c8099..6a59d49c4370fbff18aa101076f70ba6a86d36cc 100644 (file)
@@ -1,6 +1,7 @@
 /* lt__alloc.h -- internal memory management interface
 
-   Copyright (C) 2004, 2011-2019, 2021 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation,
+   Inc.
    Written by Gary V. Vaughan, 2004
 
    NOTE: The canonical source of this file is maintained with the
index 7fb1cc16a20c058227149cf203dc5c11643058bd..40ea81d8a8acb27189df20ae347088f4ac4e5976 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__argz.h -- internal argz interface for non-glibc systems
 
-   Copyright (C) 2004, 2007-2008, 2011-2019, 2021 Free Software
+   Copyright (C) 2004, 2007-2008, 2011-2019, 2021-2022 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
index db3de3ff319febf15dd1de4b7a8dd109717f6ac3..760a3362c872ef9cb7f5032d1fded6c0f3e52323 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__dirent.h -- internal directory entry scanning interface
 
-   Copyright (C) 2001, 2004, 2006, 2011-2019, 2021 Free Software
+   Copyright (C) 2001, 2004, 2006, 2011-2019, 2021-2022 Free Software
    Foundation, Inc.
    Written by Bob Friesenhahn, 2001
 
index c8d4844edab8977556e2cdaf1afe58533ff00763..fff2a5cc050a19d159d2c6c9cd321883ffc9d041 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__glibc.h -- support for non glibc environments
 
-   Copyright (C) 2004, 2006-2007, 2011-2019, 2021 Free Software
+   Copyright (C) 2004, 2006-2007, 2011-2019, 2021-2022 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
index b6a8f296af57dac021c3bc36c34f1e25c7fc947e..cf1ec4be8f8269e28f6696228d1704d0e9052abd 100644 (file)
@@ -1,7 +1,7 @@
 /* lt__private.h -- internal apis for libltdl
 
-   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
 
    NOTE: The canonical source of this file is maintained with the
index c86ea651c7aa803c628e63d20bf372b4b933fb2c..be1cd06d76883f66cf3177cacc8213b1d7f8fde4 100644 (file)
@@ -1,7 +1,7 @@
 /* lt__strl.h -- size-bounded string copying and concatenation
 
-   Copyright (C) 2004, 2006, 2011-2019, 2021 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2006, 2011-2019, 2021-2022 Free Software
+   Foundation, Inc.
    Written by Bob Friesenhahn, 2004
 
    NOTE: The canonical source of this file is maintained with the
index ab86f916c0151fb91ffc80865ca91e084bae45e7..7701ffebc92c701dccb515c4abea506b446208f9 100644 (file)
@@ -1,6 +1,6 @@
 /* lt_dlloader.h -- dynamic library loader interface
 
-   Copyright (C) 2004, 2007-2008, 2011-2019, 2021 Free Software
+   Copyright (C) 2004, 2007-2008, 2011-2019, 2021-2022 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
index c615db61b0854b0d77c8fb6f6285eea607ecc44c..ab3acd8db8a90f9243fab6cd55fffc1a81272cac 100644 (file)
@@ -1,7 +1,7 @@
 /* lt_error.h -- error propagation interface
 
-   Copyright (C) 1999-2001, 2004, 2007, 2011-2019, 2021 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999-2001, 2004, 2007, 2011-2019, 2021-2022 Free
+   Software Foundation, Inc.
    Written by Thomas Tanner, 1999
 
    NOTE: The canonical source of this file is maintained with the
index 377efb0b600a6bc0fe98cebdd0cfe5f64e0fb3fe..2ac204ccde9743809542d8adb193538c6580cd90 100644 (file)
@@ -1,7 +1,7 @@
 /* lt_system.h -- system portability abstraction layer
 
-   Copyright (C) 2004, 2007, 2010-2019, 2021 Free Software Foundation,
-   Inc.
+   Copyright (C) 2004, 2007, 2010-2019, 2021-2022 Free Software
+   Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
    NOTE: The canonical source of this file is maintained with the
index fbcb5e65c7a6fd5a389640ec0065bffaa3b6dcac..8427244b2d72fad52411122e24a9326c4162e0ae 100644 (file)
@@ -1,6 +1,6 @@
 /* slist.h -- generalised singly linked lists
 
-   Copyright (C) 2000, 2004, 2009, 2011-2019, 2021 Free Software
+   Copyright (C) 2000, 2004, 2009, 2011-2019, 2021-2022 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2000
 
index 291bc259b51779d8fff9bb05082bde9cf37e4394..18c78ac42d960d4d0a42f5448f2b2866cfc974d3 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-dld_link.c -- dynamic linking with dld
 
-   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021 Free
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021-2022 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 9f3a37bd38633e505b5dde6b3520c9dcd8084879..bce7a05c3a2057fb875a162574c3be133549e097 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-dlopen.c --  dynamic linking with dlopen/dlsym
 
-   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021 Free
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021-2022 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index ef7019517bcfed80cc844945471dae17a14c4eab..3100f5425aec69e20c8ae02e71ab3c79faaf3162 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-dyld.c -- dynamic linking on darwin and OS X
 
-   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021 Free
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021-2022 Free
    Software Foundation, Inc.
    Written by Peter O'Gorman, 1998
 
index 6ae5e09e5f9b1cb63656148d7b740afd391730b9..f0a675bc5afeacb380f42bf972b54a59a7ba951c 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-load_add_on.c --  dynamic linking for BeOS
 
-   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021 Free
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021-2022 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 964e186466ca1c24dbb367e8459e1c37fb4b364d..8f0829f900740d32469f2802c82bed244b2624f9 100644 (file)
@@ -1,7 +1,7 @@
 /* loader-loadlibrary.c --  dynamic linking for Win32
 
-   Copyright (C) 1998-2000, 2004-2008, 2010-2019, 2021 Free Software
-   Foundation, Inc.
+   Copyright (C) 1998-2000, 2004-2008, 2010-2019, 2021-2022 Free
+   Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
    NOTE: The canonical source of this file is maintained with the
index 2f1e826e65674c9b9b7fcf6c0dd4e577f06e603c..232106fe0c4689f1c962c832e1a6bac01242104a 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-preopen.c -- emulate dynamic linking using preloaded_symbols
 
-   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021 Free
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021-2022 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 411d3131450e9960e6f069c3cd36711084cce599..43933b0a6408a243a32f919ca46c3b26ec83cacb 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-shl_load.c --  dynamic linking with shl_load (HP-UX)
 
-   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021 Free
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021-2022 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 9ba0c16a163daf1f464c7910a77989bcd13dbb1b..6e69b2a99b74f3fb9ad0a541bbf02cd12570a778 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__alloc.c -- internal memory management interface
 
-   Copyright (C) 2004, 2006-2007, 2011-2019, 2021 Free Software
+   Copyright (C) 2004, 2006-2007, 2011-2019, 2021-2022 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
index d91ea4c683deca8714e435ec862947c0b925db83..acbc29a7d4d2a37de1589a1a4dd0eb3fe9cd3acf 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__argz.c -- argz implementation for non-glibc systems
 
-   Copyright (C) 2004, 2006-2008, 2011-2019, 2021 Free Software
+   Copyright (C) 2004, 2006-2008, 2011-2019, 2021-2022 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
index 5a1f2c0e8e9ae99a7f3aae5acb562b5033382467..bb5a180da6e611784a8e0d8460292bda3c1713dd 100644 (file)
@@ -1,7 +1,7 @@
 /* lt__dirent.c -- internal directory entry scanning interface
 
-   Copyright (C) 2001, 2004, 2011-2019, 2021 Free Software Foundation,
-   Inc.
+   Copyright (C) 2001, 2004, 2011-2019, 2021-2022 Free Software
+   Foundation, Inc.
    Written by Bob Friesenhahn, 2001
 
    NOTE: The canonical source of this file is maintained with the
index 5f7889e01ef27d94783a3600375fe53b1591ee53..0170169d5351ce4efc8724affe8487709fbf087d 100644 (file)
@@ -1,6 +1,7 @@
 /* lt__strl.c -- size-bounded string copying and concatenation
 
-   Copyright (C) 2004, 2011-2019, 2021 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation,
+   Inc.
    Written by Bob Friesenhahn, 2004
 
    NOTE: The canonical source of this file is maintained with the
index 46979c93fd33ad8be33a7bb8325656f434fec7d6..6f6fcfefdf17b510fb9501bb92932f8c68d7ff01 100644 (file)
@@ -1,6 +1,6 @@
 /* lt_dlloader.c -- dynamic library loader interface
 
-   Copyright (C) 2004, 2007-2008, 2011-2019, 2021 Free Software
+   Copyright (C) 2004, 2007-2008, 2011-2019, 2021-2022 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
index fd9b04fcd854a27c1c6539e12d5a2b618064fe25..23ac77e968adb3989375ffbf4b62be1b5e9f92f5 100644 (file)
@@ -1,6 +1,6 @@
 /* lt_error.c -- error propagation interface
 
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2011-2019, 2021 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2011-2019, 2021-2022 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1999
 
index 46933ca8e8be88d274156879e8a0a51ded65e8d4..607c6b7e68dc0089f3f299103f1fd62f4ef92450 100644 (file)
@@ -1,7 +1,7 @@
 /* ltdl.c -- system independent dlopen wrapper
 
-   Copyright (C) 1998-2000, 2004-2008, 2011-2019, 2021 Free Software
-   Foundation, Inc.
+   Copyright (C) 1998-2000, 2004-2008, 2011-2019, 2021-2022 Free
+   Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
    NOTE: The canonical source of this file is maintained with the
index 96e77a0ce4480ce32a79f896a7ae4bd2a6534359..c72209ec67692051beea6fe8507837fe9c9bef7f 100644 (file)
@@ -1,7 +1,7 @@
 /* ltdl.h -- generic dlopen functions
 
-   Copyright (C) 1998-2000, 2004-2005, 2007-2008, 2011-2019, 2021 Free
-   Software Foundation, Inc.
+   Copyright (C) 1998-2000, 2004-2005, 2007-2008, 2011-2019, 2021-2022
+   Free Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
    NOTE: The canonical source of this file is maintained with the
index 0032fb49022fde97198e43a682f07e4c425cb8fd..2584b0b23e35785aa0076caa0a594f0af045820d 100644 (file)
@@ -1,6 +1,6 @@
 ## ltdl.mk -- includable Makefile snippet
 ##
-##   Copyright (C) 2003-2005, 2007, 2011-2019, 2021 Free Software
+##   Copyright (C) 2003-2005, 2007, 2011-2019, 2021-2022 Free Software
 ##   Foundation, Inc.
 ##   Written by Gary V. Vaughan, 2003
 ##
index ae65cf2232a2f19b66c9d327a6d28874e62abc84..7820f087a86970ce7e7415bfae5ee6615f13b197 100644 (file)
@@ -1,7 +1,7 @@
 /* slist.c -- generalised singly linked lists
 
-   Copyright (C) 2000, 2004, 2007-2009, 2011-2019, 2021 Free Software
-   Foundation, Inc.
+   Copyright (C) 2000, 2004, 2007-2009, 2011-2019, 2021-2022 Free
+   Software Foundation, Inc.
    Written by Gary V. Vaughan, 2000
 
    NOTE: The canonical source of this file is maintained with the
index dbd67e81531203a57306ecac22de7f1d214c834d..0c40fed5660767235081dc5a4fdad8609997bc13 100644 (file)
@@ -3,7 +3,7 @@
 # Prepare a package to use libtool.
 # Written by Gary V. Vaughan <gary@gnu.org>, 2003
 
-# Copyright (C) 2003-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2003-2019, 2021-2022 Free Software Foundation, Inc.
 # This is free software; see the source for copying conditions.  There is NO
 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
index c1e9fbd3e5dcc58b75c32575a18066217f4cf6fb..2d54154fdf5cfe08420f643b673335e78f76be48 100644 (file)
@@ -1,5 +1,6 @@
 # autobuild.m4 serial 7
-dnl Copyright (C) 2004, 2006-2019, 2021 Free Software Foundation, Inc.
+dnl Copyright (C) 2004, 2006-2019, 2021-2022 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 20e645b8a554561d68dbe8ed5d9a7df80595e5fa..cddd1d415f160df3c59dded89ed479b1408c6ca0 100644 (file)
@@ -1,7 +1,7 @@
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 #
-#   Copyright (C) 1996-2001, 2003-2019, 2021 Free Software Foundation,
-#   Inc.
+#   Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software
+#   Foundation, Inc.
 #   Written by Gordon Matzigkeit, 1996
 #
 # This file is free software; the Free Software Foundation gives
index 6c8a22dd3ae03af23fbd597b1f603f1140d7fd79..57d3fb138ef90a2d35ef65c3e8ee6472e31056f8 100644 (file)
@@ -1,7 +1,7 @@
 # Portability macros for glibc argz.                    -*- Autoconf -*-
 #
-#   Copyright (C) 2004-2007, 2011-2019, 2021 Free Software Foundation,
-#   Inc.
+#   Copyright (C) 2004-2007, 2011-2019, 2021-2022 Free Software
+#   Foundation, Inc.
 #   Written by Gary V. Vaughan <gary@gnu.org>
 #
 # This file is free software; the Free Software Foundation gives
index 6362f58f79b0e04d76cbfecb8b2d45493648ffff..772c1502dcc9aaccad155a2c1191b98ddd483994 100644 (file)
@@ -1,7 +1,7 @@
 # ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*-
 #
-#   Copyright (C) 1999-2008, 2011-2019, 2021 Free Software Foundation,
-#   Inc.
+#   Copyright (C) 1999-2008, 2011-2019, 2021-2022 Free Software
+#   Foundation, Inc.
 #   Written by Thomas Tanner, 1999
 #
 # This file is free software; the Free Software Foundation gives
index 196ff33a95b793d206bafb90ffd9287dabb00682..b0b5e9c21260626dbace09fdb80b1fddb5a90db8 100644 (file)
@@ -1,7 +1,7 @@
 # Helper functions for option handling.                    -*- Autoconf -*-
 #
-#   Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021 Free Software
-#   Foundation, Inc.
+#   Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021-2022 Free
+#   Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2004
 #
 # This file is free software; the Free Software Foundation gives
index 665af38db041d51634e17e1ab2cd54c1970887e4..902508bd93aec6b21aa65636f69eaeb7c9b67329 100644 (file)
@@ -1,6 +1,6 @@
 # ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
 #
-# Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021 Free Software
+# Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free Software
 # Foundation, Inc.
 # Written by Gary V. Vaughan, 2004
 #
index 6b1a9600952660142774ad3b86edd8822306e035..52976c583f5ad7570fa804ee3e32ca4155aacd49 100644 (file)
@@ -1,6 +1,7 @@
 # ltversion.m4 -- version numbers                      -*- Autoconf -*-
 #
-#   Copyright (C) 2004, 2011-2019, 2021 Free Software Foundation, Inc.
+#   Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation,
+#   Inc.
 #   Written by Scott James Remnant, 2004
 #
 # This file is free software; the Free Software Foundation gives
index cb15d089002cfaa09f231cf911eb3047c5b2ff0d..0f7a8759da8d46df4a9996141d7138ca680cce6b 100644 (file)
@@ -1,7 +1,7 @@
 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
 #
-#   Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021 Free Software
-#   Foundation, Inc.
+#   Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021-2022 Free
+#   Software Foundation, Inc.
 #   Written by Scott James Remnant, 2004.
 #
 # This file is free software; the Free Software Foundation gives
index 75998e914fc544c8e0c8a24a250511127f678bf2..c2263dd50d8e2c13765d2a7a584e8e93cc0ac464 100644 (file)
--- a/m4/m4.m4
+++ b/m4/m4.m4
@@ -1,6 +1,7 @@
 # m4.m4 serial 12
 
-# Copyright (C) 2000, 2006-2019, 2021 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2006-2019, 2021-2022 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 b65266631c0edf26558dc161483c1749b28b6871..dd20128fda71ce33065f1229b13b6e293d533466 100644 (file)
@@ -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.
index d36a6a31ce50d312dc8ae4095bc45812fa30e956..caffceed411912c04f1c2a321f08f00a8e486f9f 100644 (file)
@@ -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.
index fe76e1cfaaaa12fa60ed7af5543aae9e2b2a620b..38f3eb1506c4b1f96520610858b0c09143ac855e 100644 (file)
@@ -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.
index a372c09c8a375daabf336370e8e9a241d7f5a244..a131aef6584768853b6f31819a2b0847881b63ed 100644 (file)
@@ -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.
index 9b4d2f42d161a2e2be265014c90caf09b4b2c2f9..53eadf176df1628328616bc3a0d34fec7f8e1a3e 100644 (file)
@@ -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.
index 99624e30b673a2314fea4a3189d737ff79b5dc0d..6feee706422e40d4239ff74bb14a0691f915df08 100644 (file)
@@ -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.
 #
index 3e3ed7a7f503ef507e9dddea0cef27f4a757d5e7..229ac34f51cf06d21a1c77698feaff36e3877ffc 100644 (file)
@@ -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.
index b5017026ed5df41396896b8d60ceb5754ba817b4..65e7522de12051b7b0b3a9e437cde5d8a1d0b2f8 100644 (file)
@@ -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.
index 97ed9cd0c4b81ef9c3a0d136b9457b13bedeb0bd..34e8841b945a58c3ccd3e1336a2cbb06b2d70491 100644 (file)
@@ -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.
index ec4253a1c5fb93259cc68fbf09c52bbbaee8d79f..fe3a00e83634415a2d9bd03680c139308dc4b0aa 100644 (file)
@@ -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.
index 402f6621e848ef07f17eb34878c3749170054590..1c5622bea371571b316b497ad9fdf34aedb37e0f 100644 (file)
@@ -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.
index 0190e880f81f52994761cd137dcb1dc937a4577c..28b2d1f0cfbccdeba2f5aea1cf250d88316b8be5 100644 (file)
@@ -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.
index 1489dd7a837780af06e2022b318027f8def2dde1..7794cf2303ed5d706b840e8ffb47e8811a93516c 100644 (file)
@@ -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.
index 133fc0b279dfb05d0fc77379d760c9752a1ba760..56e329269a57d92a71e3ed9de823902c47148762 100644 (file)
@@ -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.
 #
index 968d2659ea3f629a2982d97fcd9c116a0370abcd..d56343bc51018156ca76b5f6590e2198750a132a 100644 (file)
@@ -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
 #
index 068c876401a0300c0097808d4c9aeddf03bd24c0..50ba209ad028cf0bea7dbc92d5d8c3c977f424e6 100644 (file)
@@ -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.
 #
index 0cd9825948241aabbcd0e50932c7b530d3fd9dfe..398b008ddc9efc3199299bbf0a730a20dc9e672c 100644 (file)
@@ -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.
index ab575546709da84057af0ee4c9881032ef347011..a87704fd5f4ab832da0de7e5f48361f67b1f4db1 100644 (file)
@@ -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
index c609385f7538c3f51d29d2c9d539e85e14021221..f4bd0fea4050e8bdaa07cc032a330069dda9c705 100644 (file)
@@ -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.
 #
index cc4bac2b076772c5a4781ce437b906f0a1121476..d672d16a505916073d75a5c90052bc556ebcf9c0 100644 (file)
@@ -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.
index 654b3bbb8d4a14066c0a5dddd072d14d30cf7256..afeba08a88a54cfbe0ca822272f9b27a6ea103c5 100644 (file)
@@ -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.
index 2417fe883cca0f5a693b0807d436e7b216f3b383..82ceaed7eadb868b4ac15924514f77d1c0ffc415 100755 (executable)
@@ -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
 #
index 0a4b577ef3fc4e4e16c2e9314f8f12b86c244cef..2cbf415daf935fd30eaa34529ceeb732958c3b07 100644 (file)
@@ -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.
index 13ce2259440437e924ed067e279f15453561046e..28b17877ebf5adacbf6e1bd5aa325e5028fca0ad 100644 (file)
@@ -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.
 #
index eea2cf18673778dcddfd09dbf324aa13bc8a6607..7f4ad39a7660424fda16200fef8ee125c7cf3a7f 100644 (file)
@@ -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.
index 41bf5a8f63aad887703394b145b9f1a17e9e68c9..2efb5f3bd1ce51684779549b6cc32fc11afed1f1 100644 (file)
@@ -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.
index c564cdabe9cccc5c836cb0fa1f0f19c77a73be42..57720a7f1a718f75846ee3b31c2827ab90f65648 100755 (executable)
@@ -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.
index c6626178d5fb044921a2e3670fe57d4c06d1283c..cf8fb3f5bf81a0ab43a9cb4afd2ba4e4652b9789 100644 (file)
@@ -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.
index 6f0c139e2d5aab09874f9d0810610afe4c096f8b..7b1ba4d46e6aefc631343aa89c527c22e36f4347 100644 (file)
@@ -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
index 0afe994a72c69263b2c82c18ff9e53ff88bd8972..8f8c96006a46bbdba9dc92771483d66d96e6508f 100644 (file)
@@ -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
 #
index 9cf1484d8517423c25e917b8e127b9593f6e47eb..ef05d941cab2cc79821c3fb9c84c493fd5d5a7be 100644 (file)
@@ -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
index 43bc2f7178bb9981cb3baa64dfbf6960cb7aa7f3..706ea9ff3d408e408b2ddc64fd948b8a6a74d26b 100644 (file)
@@ -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.
 #
index 0c29e5899b509775e52f15c6d48305bbbc50db4c..ae0e7a78f95320c47b94e13914e4bc55675c3761 100644 (file)
@@ -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.
 #
index 6bbceb9957fe5eeef3c777386d5424ba9d785973..2af75acb57ff6ee2434618f582f043e28e6be0d5 100644 (file)
@@ -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.
index 2078557874662d87e0268f1bc8366c311592d3d5..6708f618c1c36d04526be20d342e9569dc20d403 100644 (file)
@@ -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.
 #
index 3d38fb11d3dcb28c9220a5ec9f76028a442151b3..8cc5a20ce8ba2f496c3a1effcf2e398944165eae 100644 (file)
@@ -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.
index ea653a1cd3a2bee73b1c487ec2db94c36588a138..9417b153a6dfe7fbf1150a6c2bdb99db3e56da38 100644 (file)
@@ -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.
index 6d1991377dc190bf9376d73d9a489f6a0c537127..4922a86d73f3792adc8472c587ba04c850264fb7 100644 (file)
@@ -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.
 #
index abf8d38f9d8328b8da928e39509850323b154850..fd412ab079849324eeacfbd4c7a542dd2fdf279d 100755 (executable)
@@ -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
 #
index 901e7b453774e7a610441269349733542642dc1c..44ca2ebddbeadd6f4eb79eae58c3ade9c28b700d 100644 (file)
@@ -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
 #
index 270589f5f665f05ec7ca022f79600832d8108ff2..3f01a00d6c6514fc8559c9a9383f471baef44f78 100644 (file)
@@ -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
 #
index 9173529e02712f278d96d88c6abd390d9a1ece69..e9efca9738897a6cbcb5740414ea7877a2c3c06e 100644 (file)
@@ -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.
index d71933903e032973f973dc4d13592cbcd8752c6f..b709f67f82658f5245d947fb85d5c1cc2ff278c7 100644 (file)
@@ -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
index 43d3c1220f161f8855e681866e60f6782d69406f..695d7621a3c72efc4ec099013cdcbf50e5e961e7 100644 (file)
@@ -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.
 #
index 169d83b9650f17d2b09d78c9b8647153d5facd7b..76f7e7a37236cf4bfc042ce6f6ca4109e818b5e8 100644 (file)
@@ -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.
index 73640282340e29340bb4612e9c43ae02706527ce..e9a2c2a409363efb1a14e70ed70fd1bb03c9c034 100644 (file)
@@ -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.
index 9f29bd2ec792f704a668732811f62bc9432ea625..1987e95f9fcdcbfea86e4a378d8f44c43a6d60c4 100644 (file)
@@ -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
index 26a6ebe979f9d2f1d3929441fb14125b555e597c..95f18a0df165d41d100e5ef33c98a6486d6db939 100644 (file)
@@ -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
index 850fb67e3918bc0aeeb8779e02b6b759be7073ff..4d4ad3dbb4b3f09425c7325b27be69cc9a025e00 100644 (file)
@@ -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
index c0365821d288174b61bd6525af312419b1b62bde..eca6d9bd1980bcb001da07334f4e3cce50283803 100644 (file)
@@ -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.
index 75dc29ba1f3f8148b30615379326f025c03fa11b..7ec91bc70627e4a757cc9753121fc58dec125d95 100644 (file)
@@ -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
index d1580a24b5de0649362f01644fe2de4e0d45851e..7a76286da8464129fb1fe654bb2ab191440f76d5 100644 (file)
@@ -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
index e0de11700d33b1d9b9a60fd9368c526f021a1cc7..358586c00fdeea8b45e7bd7c244f0939121e93ed 100644 (file)
@@ -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.
index aad3558004eac136e0f4ba1dfe76ce1301adfc23..68c5c3206b05ea3d2bced5d10653b129fb9377ac 100644 (file)
@@ -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.
 #
index 1542da5c75e9a832ef3e86e8aeb6f84f7e770dff..f96257541b4fc719748aa184a45aa69ce89147d4 100644 (file)
@@ -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.
index b1d311735ee0ff10d18cf559fdff50e8e270c533..854edcff1d7c0c11f1097e4fc0490f8ae118d8ab 100644 (file)
@@ -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
 #
index 14ab3bbb37da8454b259510067ad04325bd96ba9..39b35bd2df486d55c4ebf866ea1979085ff9e8ac 100644 (file)
@@ -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
 #
index f4313316ea2d23eb3fc97fe01093511b8b8dc5cd..87620f5d7f59f64333b502b291e6870554c407e9 100644 (file)
@@ -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.
 #
index d0c630d2ae82b52ad1f48385d3c74d374734f32d..832beea5ff53e6a8b21041bc6f4c201ef0b9c8a6 100644 (file)
@@ -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.
index fd356900850a732a1f06b1651f1307602f412f12..8e395c052afd14103a5f790a8f9c56de813ad802 100644 (file)
@@ -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.
 #
index b30f02ab39288cdde203a78117d9f1dec451e411..b7837c34fd6a4d3b198ccd501d57bc679d567491 100644 (file)
@@ -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.
index b1cfa7536a4ce2ff28149d79fec6f3b603e2b79b..58e6f89b5319567fcb02ad413b0cc680fd978526 100644 (file)
@@ -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.
 #
index 32e4fb6e3e2393cb5ba5c1e65f8daea1a42c5676..4898dc4018faa11debe770ad0cba2a8181910e31 100644 (file)
@@ -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.
index 2b0103cf3845e08be5873aa78b16f6f5a1170bb8..e267525cbaafa0d87a1cdabb8e1e41188846de82 100644 (file)
@@ -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.
 #
index bde846fd8af77f8b54d058ffc87677a6f184c9e7..d7aac1ef0651963a2d016421ee7468d37ebc52a2 100644 (file)
@@ -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.
index 09436cdfc4d3bd6e478608425e3353e2bcf11a8f..aee3c0a5eb644b4e6cad632588e74bfeb7ec2259 100644 (file)
@@ -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.
index 10549b710ad80627572aefd9611feabae2fa3d1e..c59007a8d4734c694438c6712c30cf8d33f58feb 100644 (file)
@@ -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.
index 81578a7aad93fb94043c8ef50f55137db8170ff7..67b1a31b266523e15807a3875552f66c5f139fe2 100644 (file)
@@ -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.
index b6d60abec790be45308869b1c2d8d07420ea9306..540edde91f75809af18fe632fa56b4d67bdff0c4 100644 (file)
@@ -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.
index 550e38c2883abbf23fe1aa310c4e1532f7bfc552..995bdd45ce380806ad8f78d7b8d1d2a67545c8e4 100644 (file)
@@ -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.
index 94fe1e8e051e3941262c34bddc5f5b1f138b32da..1d41eadfb6f93fc3760c7ac6f447869ed2a5d386 100644 (file)
@@ -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
 #
index 73decf3a096a35114349113e50a7c39750e7d512..f24c2dc9900dea214384e8bf5ab30a382a10d71b 100644 (file)
@@ -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.
index ec620774c464ceb769e6c5d0707aac0fe8806db7..1e5594d337df6db587c562c647845526d9f62539 100644 (file)
@@ -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.
 #
index b7a7c7d29b219c32c95776669ebfe1de5994d204..76421bb6b6d20c874b4ac05484b6870016c585b5 100644 (file)
@@ -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.
 #