]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
maint: update copyrights across project
authorMike Frysinger <vapier@gentoo.org>
Fri, 12 Jan 2024 06:35:32 +0000 (01:35 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 12 Jan 2024 06:35:32 +0000 (01:35 -0500)
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 4e4904e871f0dd4b88a4a81b40697e75c9d9122f..07af901e67f93f22f0b31e0b90d03b15322a6411 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -28,7 +28,7 @@
 
     Alex Ameen    alex.ameen.tx@gmail.com
 -- 
-  Copyright (C) 1996, 1998-2019, 2021-2022 Free Software Foundation,
+  Copyright (C) 1996, 1998-2019, 2021-2024 Free Software Foundation,
   Inc.
 
   This file is part of GNU Libtool.
diff --git a/HACKING b/HACKING
index dd6ff2739843f00f27a14c6cd38a41cb84c20545..c653893d2dc7fed19fb8905a1a41ce120afc47ed 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -444,7 +444,7 @@ 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-2022 Free Software
+  Copyright (C) 2004-2008, 2010-2019, 2021-2024 Free Software
   Foundation, Inc.
   Written by Gary V. Vaughan, 2004
 
index 7bd7f728fca6a8b5460154aeb6fd763d5545446a..74e1e28fe0f071f9af6bf8bf0d0a7ddf9445ed0a 100644 (file)
@@ -1,6 +1,6 @@
 ## Makefile.am -- Process this file with automake to produce Makefile.in
 ##
-##   Copyright (C) 2003-2019, 2021-2022 Free Software Foundation, Inc.
+##   Copyright (C) 2003-2019, 2021-2024 Free Software Foundation, Inc.
 ##   Written by Gary V. Vaughan, 2003
 ##
 ##   This file is part of GNU Libtool.
diff --git a/NEWS b/NEWS
index c853d7db85aa2e42d27f6068e2a5e5e9daec31b8..93ade4df6a4e4f6936f7464a5264d2cfba91c42c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1244,7 +1244,7 @@ New in 0.1:
 * Support for: *-*-freebsd*, *-*-netbsd*, *-*-sunos4*, *-*-ultrix4*
 -- 
 
-Copyright (C) 1996, 1998-2019, 2021-2022 Free Software Foundation, Inc.
+Copyright (C) 1996, 1998-2019, 2021-2024 Free Software Foundation, Inc.
 
 This file is part of GNU Libtool.
 
index 0984306c415bfabedd129173948117b778cfaffc..9760bd68c3504e51a815f15a88d112847758dcb6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -241,7 +241,7 @@ revision hash string in hexadecimal appended to all of that:
     2.4.2.418.3-30eaa
 
 --
-  Copyright (C) 2004-2010, 2015-2019, 2021-2022 Free Software
+  Copyright (C) 2004-2010, 2015-2019, 2021-2024 Free Software
   Foundation, Inc.
 
   Written by Gary V. Vaughan, 2004
diff --git a/TODO b/TODO
index e915ac9709ea28276def75c4ff91251963fb8d93..2c50fece3ca8e567c081f0275452799a2de4f752 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-2022 Free Software
+  Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2024 Free Software
   Foundation, Inc.
   Written by Gary V. Vaughan, 2004
 
index e7086324f941d437c0c839c0f20cec6c3d20ea37..68295f640e90f8a339a03c23cede382b2207f6e5 100644 (file)
@@ -1,6 +1,6 @@
 # bootstrap.conf (GNU Libtool) version 2014-11-18
 #
-# Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
+# Copyright (C) 2010-2019, 2021-2024 Free Software Foundation, Inc.
 # Written by Gary V. Vaughan, 2010
 
 # This is free software; see the source for copying conditions.  There is NO
index 7e5329b277d50ae4e019f8be5c008b09aa1c08b0..0ea883aabcc5e9a5f9639c5c9d21ff4c530eab87 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 #   edit-readme-alpha - edit README file for alpha releases
-#   Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019, 2021-2024 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2010
 #
 #   This file is part of GNU Libtool.
index 5ee225cac573ea8f1377d5c19cd6101b16703538..c675661b36f51608b20de14612e843350151a260 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-2022 Free Software Foundation, Inc.
+# Copyright (C) 2011-2019, 2021-2024 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 3b76bd08e8b4efe08f9a0a787fc773849dbcc658..fc83f338ec499a7f42ce425f3dfb92454c859213 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-2022 Free Software Foundation, Inc.
+# Copyright (C) 1996-2019, 2021-2024 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 873be29c9814a724847f548fb51dd35641b3c987..11b24f8a81913c88271f5fd7f38ce5ecf49c3952 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-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2015-2019, 2021-2024 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/cfg.mk b/cfg.mk
index 6af8f43a61beb5cb821cad9d42dbdfdbbdad2d9d..03ada1c11d54f191517d569b724aa95fe3bb60bf 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,6 +1,6 @@
 # cfg.mk -- Configuration for maintainer-makefile
 #
-#   Copyright (c) 2011-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (c) 2011-2019, 2021-2024 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2011
 #
 #   This file is part of GNU Libtool.
index 64c764260fc4031c958c104ee89be75d7eb5a416..cc8113154d54908142a2107e29a7149b4001b03c 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to create configure. -*- autoconf -*-
 
-#   Copyright (C) 2001, 2004-2005, 2008, 2010-2019, 2021-2022 Free
+#   Copyright (C) 2001, 2004-2005, 2008, 2010-2019, 2021-2024 Free
 #   Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2001
 #
index 9158927cabe89a447597cb5a9ffe7c454cdb3f14..5973bac0e8f15c07111769d8c6d837089e6b4f2f 100644 (file)
@@ -20,7 +20,7 @@
 @copying
 This manual is for GNU Libtool (version @value{VERSION}, @value{UPDATED}).
 
-Copyright @copyright{} 1996-2019, 2021-2022 Free Software Foundation,
+Copyright @copyright{} 1996--2019, 2021--2024 Free Software Foundation,
 Inc.
 
 Permission is granted to copy, distribute and/or modify this document
index fd80bbde7055c4b41ac9d6b9a0ba470b4bb6112c..aed7ec1ad6ff55052bd316938ad8619339531f2b 100644 (file)
@@ -9,7 +9,7 @@ It supports the following dlopen interfaces:
 * dyld (darwin/Mac OS X)
 * libtool's dlpreopen
 --
-   Copyright (C) 1999, 2003, 2011-2019, 2021-2022 Free Software
+   Copyright (C) 1999, 2003, 2011-2019, 2021-2024 Free Software
    Foundation, Inc.
    Written by Thomas Tanner, 1999
 
index bb519d944f19c4a72b1a12e4b3153e088821d980..8f737363e8d1c51f952f4262a4a23b4739cdc4af 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to create configure. -*- autoconf -*-
 #
-#    Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free
+#    Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2024 Free
 #    Software Foundation, Inc.
 #    Written by Gary V. Vaughan, 2004
 #
index 6a59d49c4370fbff18aa101076f70ba6a86d36cc..610dc047567414027857b4aa1a243880de4ed8d0 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__alloc.h -- internal memory management interface
 
-   Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation,
+   Copyright (C) 2004, 2011-2019, 2021-2024 Free Software Foundation,
    Inc.
    Written by Gary V. Vaughan, 2004
 
index 40ea81d8a8acb27189df20ae347088f4ac4e5976..02a82ddbe3325bc2804f30db14d90abd9169a577 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__argz.h -- internal argz interface for non-glibc systems
 
-   Copyright (C) 2004, 2007-2008, 2011-2019, 2021-2022 Free Software
+   Copyright (C) 2004, 2007-2008, 2011-2019, 2021-2024 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
index 760a3362c872ef9cb7f5032d1fded6c0f3e52323..60115893b02c41259f23f8f3d36e878c8062f3e4 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__dirent.h -- internal directory entry scanning interface
 
-   Copyright (C) 2001, 2004, 2006, 2011-2019, 2021-2022 Free Software
+   Copyright (C) 2001, 2004, 2006, 2011-2019, 2021-2024 Free Software
    Foundation, Inc.
    Written by Bob Friesenhahn, 2001
 
index fff2a5cc050a19d159d2c6c9cd321883ffc9d041..d446516a2739c78a682b3d1822e3692392897b26 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__glibc.h -- support for non glibc environments
 
-   Copyright (C) 2004, 2006-2007, 2011-2019, 2021-2022 Free Software
+   Copyright (C) 2004, 2006-2007, 2011-2019, 2021-2024 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
index cf1ec4be8f8269e28f6696228d1704d0e9052abd..a5bad88c35515385cd6fee1bdf40c639d60bea88 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__private.h -- internal apis for libltdl
 
-   Copyright (C) 2004-2008, 2011-2019, 2021-2022 Free Software
+   Copyright (C) 2004-2008, 2011-2019, 2021-2024 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
index be1cd06d76883f66cf3177cacc8213b1d7f8fde4..8f74b16b15a9ad3ede239896870e268a5362ce52 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__strl.h -- size-bounded string copying and concatenation
 
-   Copyright (C) 2004, 2006, 2011-2019, 2021-2022 Free Software
+   Copyright (C) 2004, 2006, 2011-2019, 2021-2024 Free Software
    Foundation, Inc.
    Written by Bob Friesenhahn, 2004
 
index 7701ffebc92c701dccb515c4abea506b446208f9..d5d8f702ec9fd0daacac2bb6dfe8416e826394d8 100644 (file)
@@ -1,6 +1,6 @@
 /* lt_dlloader.h -- dynamic library loader interface
 
-   Copyright (C) 2004, 2007-2008, 2011-2019, 2021-2022 Free Software
+   Copyright (C) 2004, 2007-2008, 2011-2019, 2021-2024 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
index ab3acd8db8a90f9243fab6cd55fffc1a81272cac..2521b9b0b9d88c4aacf748710b415256d00817a9 100644 (file)
@@ -1,6 +1,6 @@
 /* lt_error.h -- error propagation interface
 
-   Copyright (C) 1999-2001, 2004, 2007, 2011-2019, 2021-2022 Free
+   Copyright (C) 1999-2001, 2004, 2007, 2011-2019, 2021-2024 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1999
 
index 2ac204ccde9743809542d8adb193538c6580cd90..d96a160bc38f40522357fd58185d31cb742b1196 100644 (file)
@@ -1,6 +1,6 @@
 /* lt_system.h -- system portability abstraction layer
 
-   Copyright (C) 2004, 2007, 2010-2019, 2021-2022 Free Software
+   Copyright (C) 2004, 2007, 2010-2019, 2021-2024 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
index 8427244b2d72fad52411122e24a9326c4162e0ae..a17684342ed9566ec809fc36af05ef1e1479f1c3 100644 (file)
@@ -1,6 +1,6 @@
 /* slist.h -- generalised singly linked lists
 
-   Copyright (C) 2000, 2004, 2009, 2011-2019, 2021-2022 Free Software
+   Copyright (C) 2000, 2004, 2009, 2011-2019, 2021-2024 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2000
 
index 18c78ac42d960d4d0a42f5448f2b2866cfc974d3..3a9f345e53aec636b8329c8c279ff943d5f77566 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-dld_link.c -- dynamic linking with dld
 
-   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021-2022 Free
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021-2024 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index bce7a05c3a2057fb875a162574c3be133549e097..66a129c9a4725afd1c5a66eb3a0cb751792d2743 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-dlopen.c --  dynamic linking with dlopen/dlsym
 
-   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021-2022 Free
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021-2024 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 3100f5425aec69e20c8ae02e71ab3c79faaf3162..3889b6aa57a0f3ef49a4ca8b0eaf9f8067884543 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-2022 Free
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021-2024 Free
    Software Foundation, Inc.
    Written by Peter O'Gorman, 1998
 
index f0a675bc5afeacb380f42bf972b54a59a7ba951c..97b4fcb689c03273e3f98a2e3c32f4673005a339 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-2022 Free
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021-2024 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 8f0829f900740d32469f2802c82bed244b2624f9..13fd2fb9c72c92618630d35525da59edce7a001d 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-loadlibrary.c --  dynamic linking for Win32
 
-   Copyright (C) 1998-2000, 2004-2008, 2010-2019, 2021-2022 Free
+   Copyright (C) 1998-2000, 2004-2008, 2010-2019, 2021-2024 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 232106fe0c4689f1c962c832e1a6bac01242104a..f1ed0aa3e306cd69d24c0406adba0f865c89c930 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-2022 Free
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021-2024 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 43933b0a6408a243a32f919ca46c3b26ec83cacb..af6adcef0702448d7e62ddb7fdbfa3d0c482748c 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-2022 Free
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2019, 2021-2024 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 6e69b2a99b74f3fb9ad0a541bbf02cd12570a778..c70c19961760ef059b515e52eae801e41518e511 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__alloc.c -- internal memory management interface
 
-   Copyright (C) 2004, 2006-2007, 2011-2019, 2021-2022 Free Software
+   Copyright (C) 2004, 2006-2007, 2011-2019, 2021-2024 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
index acbc29a7d4d2a37de1589a1a4dd0eb3fe9cd3acf..8aea222339dd02f195d4efbcf58a25bd04d984a6 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__argz.c -- argz implementation for non-glibc systems
 
-   Copyright (C) 2004, 2006-2008, 2011-2019, 2021-2022 Free Software
+   Copyright (C) 2004, 2006-2008, 2011-2019, 2021-2024 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
index bb5a180da6e611784a8e0d8460292bda3c1713dd..ef275e6ed108bcde6603e157e60a4d56fa1c89eb 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__dirent.c -- internal directory entry scanning interface
 
-   Copyright (C) 2001, 2004, 2011-2019, 2021-2022 Free Software
+   Copyright (C) 2001, 2004, 2011-2019, 2021-2024 Free Software
    Foundation, Inc.
    Written by Bob Friesenhahn, 2001
 
index 0170169d5351ce4efc8724affe8487709fbf087d..c53a6718553705ebb72c778abceb24d0d0378ff4 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__strl.c -- size-bounded string copying and concatenation
 
-   Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation,
+   Copyright (C) 2004, 2011-2019, 2021-2024 Free Software Foundation,
    Inc.
    Written by Bob Friesenhahn, 2004
 
index 6f6fcfefdf17b510fb9501bb92932f8c68d7ff01..befad46e7752641e869cb9b00c712a463ad859f7 100644 (file)
@@ -1,6 +1,6 @@
 /* lt_dlloader.c -- dynamic library loader interface
 
-   Copyright (C) 2004, 2007-2008, 2011-2019, 2021-2022 Free Software
+   Copyright (C) 2004, 2007-2008, 2011-2019, 2021-2024 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
index 23ac77e968adb3989375ffbf4b62be1b5e9f92f5..d2c92ba3155860bfde1b003b355a6ce6bd7602d8 100644 (file)
@@ -1,6 +1,6 @@
 /* lt_error.c -- error propagation interface
 
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2011-2019, 2021-2022 Free
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2011-2019, 2021-2024 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1999
 
index 607c6b7e68dc0089f3f299103f1fd62f4ef92450..2cbe9a9cb9e61f8caa18bf7b871379628af4d481 100644 (file)
@@ -1,6 +1,6 @@
 /* ltdl.c -- system independent dlopen wrapper
 
-   Copyright (C) 1998-2000, 2004-2008, 2011-2019, 2021-2022 Free
+   Copyright (C) 1998-2000, 2004-2008, 2011-2019, 2021-2024 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index c72209ec67692051beea6fe8507837fe9c9bef7f..67c9af9a277a6048165959e348ee7eedbae038b6 100644 (file)
@@ -1,6 +1,6 @@
 /* ltdl.h -- generic dlopen functions
 
-   Copyright (C) 1998-2000, 2004-2005, 2007-2008, 2011-2019, 2021-2022
+   Copyright (C) 1998-2000, 2004-2005, 2007-2008, 2011-2019, 2021-2024
    Free Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 01203532e68e8a37a4586949c367ee30dc8313af..bebbfefd201fd214ea27d9b7e8b9029df0528917 100644 (file)
@@ -1,6 +1,6 @@
 ## ltdl.mk -- includable Makefile snippet
 ##
-##   Copyright (C) 2003-2005, 2007, 2011-2019, 2021-2022 Free Software
+##   Copyright (C) 2003-2005, 2007, 2011-2019, 2021-2024 Free Software
 ##   Foundation, Inc.
 ##   Written by Gary V. Vaughan, 2003
 ##
index 7820f087a86970ce7e7415bfae5ee6615f13b197..3696394e545af9f7e15cf2356e8551c4a67ac699 100644 (file)
@@ -1,6 +1,6 @@
 /* slist.c -- generalised singly linked lists
 
-   Copyright (C) 2000, 2004, 2007-2009, 2011-2019, 2021-2022 Free
+   Copyright (C) 2000, 2004, 2007-2009, 2011-2019, 2021-2024 Free
    Software Foundation, Inc.
    Written by Gary V. Vaughan, 2000
 
index 0c40fed5660767235081dc5a4fdad8609997bc13..ecdf07f8af63897efb536dd5b4a0f76738e5466d 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-2022 Free Software Foundation, Inc.
+# Copyright (C) 2003-2019, 2021-2024 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 2d54154fdf5cfe08420f643b673335e78f76be48..9092d2bebacb1d2c4b6841d6a4b68128c24a2679 100644 (file)
@@ -1,5 +1,5 @@
 # autobuild.m4 serial 7
-dnl Copyright (C) 2004, 2006-2019, 2021-2022 Free Software Foundation,
+dnl Copyright (C) 2004, 2006-2019, 2021-2024 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,
index 79a2451ef520f20ca43211f03a28a05b241a773e..02ab14505e38a5d117bf4ffcf6ad331592657832 100644 (file)
@@ -1,6 +1,6 @@
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 #
-#   Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software
+#   Copyright (C) 1996-2001, 2003-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gordon Matzigkeit, 1996
 #
index c54408252c90cb3fe49cd0dc4317687749557fc9..b93c28240d178f473bf34f0867437c89dcde0a27 100644 (file)
@@ -1,6 +1,6 @@
 # Portability macros for glibc argz.                    -*- Autoconf -*-
 #
-#   Copyright (C) 2004-2007, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2004-2007, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan <gary@gnu.org>
 #
index 772c1502dcc9aaccad155a2c1191b98ddd483994..bed87b3aaecfe5be7ec0ce5198b0b7b9f86454cf 100644 (file)
@@ -1,6 +1,6 @@
 # ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*-
 #
-#   Copyright (C) 1999-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 1999-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Thomas Tanner, 1999
 #
index b0b5e9c21260626dbace09fdb80b1fddb5a90db8..16e901d6660333397e5f27f000abc5c368f3b1ee 100644 (file)
@@ -1,6 +1,6 @@
 # Helper functions for option handling.                    -*- Autoconf -*-
 #
-#   Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021-2022 Free
+#   Copyright (C) 2004-2005, 2007-2009, 2011-2019, 2021-2024 Free
 #   Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2004
 #
index 902508bd93aec6b21aa65636f69eaeb7c9b67329..5b5c80a3ad78a1c33104908a40e3f3f12e920df2 100644 (file)
@@ -1,6 +1,6 @@
 # ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
 #
-# Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2022 Free Software
+# Copyright (C) 2004-2005, 2007-2008, 2011-2019, 2021-2024 Free Software
 # Foundation, Inc.
 # Written by Gary V. Vaughan, 2004
 #
index 52976c583f5ad7570fa804ee3e32ca4155aacd49..c984bcd80a00d9e107d768ceb837f9ecbad4ba0e 100644 (file)
@@ -1,6 +1,6 @@
 # ltversion.m4 -- version numbers                      -*- Autoconf -*-
 #
-#   Copyright (C) 2004, 2011-2019, 2021-2022 Free Software Foundation,
+#   Copyright (C) 2004, 2011-2019, 2021-2024 Free Software Foundation,
 #   Inc.
 #   Written by Scott James Remnant, 2004
 #
index 0f7a8759da8d46df4a9996141d7138ca680cce6b..22b5346973571a78d046a0ce77bae488d4e43280 100644 (file)
@@ -1,6 +1,6 @@
 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
 #
-#   Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021-2022 Free
+#   Copyright (C) 2004-2005, 2007, 2009, 2011-2019, 2021-2024 Free
 #   Software Foundation, Inc.
 #   Written by Scott James Remnant, 2004.
 #
index c2263dd50d8e2c13765d2a7a584e8e93cc0ac464..d4a3ad9ef85ed02f150a6b8e94253e9788ea6846 100644 (file)
--- a/m4/m4.m4
+++ b/m4/m4.m4
@@ -1,6 +1,6 @@
 # m4.m4 serial 12
 
-# Copyright (C) 2000, 2006-2019, 2021-2022 Free Software Foundation,
+# Copyright (C) 2000, 2006-2019, 2021-2024 Free Software Foundation,
 # Inc.
 
 # Copying and distribution of this file, with or without modification,
index dd20128fda71ce33065f1229b13b6e293d533466..3a9ef6347ef2475ff69c674381803cd9e5605727 100644 (file)
@@ -1,6 +1,6 @@
 # am-subdir.at -- libtool subdir-objects support              -*- Autotest -*-
 
-#   Copyright (C) 2004, 2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2004, 2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2004
 #
index caffceed411912c04f1c2a321f08f00a8e486f9f..288888f3f28e22ef569a34356c428a54e017a4c2 100644 (file)
@@ -1,6 +1,6 @@
 # dmacks.at --  test for dmacks bug  -*- Autotest -*-
 #
-#   Copyright (C) 2007-2008, 2010-2019, 2021-2022 Free Software
+#   Copyright (C) 2007-2008, 2010-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Peter O'Gorman, 2007
 #
index 38f3eb1506c4b1f96520610858b0c09143ac855e..ac257022b8fe0c23bc1826b2b2534a90955a3cdf 100644 (file)
@@ -1,6 +1,6 @@
 # bindir.at -  Test the -bindir option
 #
-#   Copyright (C) 2009-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2019, 2021-2024 Free Software Foundation, Inc.
 #   Written by Dave Korn, 2009
 #
 #   This file is part of GNU Libtool.
index a131aef6584768853b6f31819a2b0847881b63ed..cc6d976562baf984859dd82b489b02f7080b5986 100644 (file)
@@ -1,6 +1,6 @@
 # cdemo.at -- Using Automake to build a program and library -*- Autotest -*-
 #
-#   Copyright (C) 2003-2004, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2003-2004, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
index 53eadf176df1628328616bc3a0d34fec7f8e1a3e..df7eb5a464d2ae1694232dc972ef0de9f9745f19 100644 (file)
@@ -1,6 +1,6 @@
 # cmdline_wrap.at -- run tests with low max_cmd_len           -*- Autotest -*-
 
-#   Copyright (C) 2007, 2009, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2007, 2009, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Ralf Wildenhues, 2007
 #
index 6feee706422e40d4239ff74bb14a0691f915df08..ae973fba2321b9abe74503f174cfa5050a204201 100644 (file)
@@ -1,6 +1,6 @@
 # configure-functions.at -- shared shell functions. -*- Autotest -*-
 #
-#   Copyright (C) 2015-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2015-2019, 2021-2024 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 229ac34f51cf06d21a1c77698feaff36e3877ffc..4fd71df724798ccd3ed13a043d7fa35b0da8de4d 100644 (file)
@@ -1,6 +1,6 @@
 # configure-iface.at -- test ltdl configure interface         -*- Autotest -*-
 #
-#   Copyright (C) 2007-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2007-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2007
 #
index 65e7522de12051b7b0b3a9e437cde5d8a1d0b2f8..bf45cddab3197be0e25429a7858e95034497073a 100644 (file)
@@ -1,6 +1,6 @@
 # convenience.at -- testing C convenience archives            -*- Autotest -*-
 
-#   Copyright (C) 2005, 2007-2019, 2021-2022 Free Software Foundation,
+#   Copyright (C) 2005, 2007-2019, 2021-2024 Free Software Foundation,
 #   Inc.
 #   Written by Ralf Wildenhues, 2005
 #
index 34e8841b945a58c3ccd3e1336a2cbb06b2d70491..a9c2d007f554de147783ae1e3f6808c7f2e324f6 100644 (file)
@@ -1,6 +1,6 @@
 # ctor.at -- Test constructors via C++                        -*- Autotest -*-
 #
-#   Copyright (C) 2007-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2007-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Noah Misch, 2007
 #
index fe3a00e83634415a2d9bd03680c139308dc4b0aa..c1d9c18a1cb98d2727535499a03c6e1e2669df39 100644 (file)
@@ -1,6 +1,6 @@
 # cwrapper.at -- test cwrapper compliance with standards -*- Autotest -*-
 
-#   Copyright (C) 2009-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2019, 2021-2024 Free Software Foundation, Inc.
 #   Written by Charles Wilson, 2009
 #
 #   This file is part of GNU Libtool.
index 1c5622bea371571b316b497ad9fdf34aedb37e0f..5e6e22d69ba5773c12ba4329dce5f6ab802283bf 100644 (file)
@@ -1,6 +1,6 @@
 # darwin.at - tests specific to Mac OS X
 #
-#   Copyright (C) 2008-2009, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2008-2009, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Peter O'Gorman, 2008
 #
index 28b2d1f0cfbccdeba2f5aea1cf250d88316b8be5..970d3966620b367346b367b3aaa063e98c4adfe7 100644 (file)
@@ -1,6 +1,6 @@
 # demo.at -- Linking and loading. -*- Autotest -*-
 #
-#   Copyright (C) 2003-2004, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2003-2004, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
index 7794cf2303ed5d706b840e8ffb47e8811a93516c..af0fad33e0209ea20743a416c64cc77065803b8b 100644 (file)
@@ -1,6 +1,6 @@
 # depdemo.at -- Library interdependencies               -*- Autotest -*-
 #
-#   Copyright (C) 2003-2004, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2003-2004, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
index 56e329269a57d92a71e3ed9de823902c47148762..cc8ef4650d20f85d5bc440761045b27703ffb0a8 100644 (file)
@@ -1,6 +1,6 @@
 # deplib-in-subdir.at --                         -*- Autotest -*-
 
-#   Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019, 2021-2024 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index d56343bc51018156ca76b5f6590e2198750a132a..01662e358783cb41b033d053bb95143dc5892f21 100644 (file)
@@ -1,6 +1,6 @@
 # deplibs-ident.at -- detecting identical deplibs              -*- Autotest -*-
 
-#   Copyright (C) 2005, 2007-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2005, 2007-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Ralf Wildenhues, 2005
 #
index 50ba209ad028cf0bea7dbc92d5d8c3c977f424e6..5fb982da23c8f16777f8ece80fb374259b50a4f4 100644 (file)
@@ -1,6 +1,6 @@
 # deplibs-mingw.at --                         -*- Autotest -*-
 
-#   Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019, 2021-2024 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 398b008ddc9efc3199299bbf0a730a20dc9e672c..38093218995b58bbcf23000ad0622dcee6d2c0ad 100644 (file)
@@ -1,6 +1,6 @@
 # destdir.at -- test various DESTDIR issues                   -*- Autotest -*-
 
-#   Copyright (C) 2006-2007, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2006-2007, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
index a87704fd5f4ab832da0de7e5f48361f67b1f4db1..13147fa8f85cf5218aaca715cf0bfa26a6885651 100644 (file)
@@ -1,6 +1,6 @@
 # dlloader.at -- test dlloader functionality                -*- Autotest -*-
 #
-#   Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019, 2021-2024 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
index f4bd0fea4050e8bdaa07cc032a330069dda9c705..cc288753c7a45c066ea2ec404b7be2b1c3d75f17 100644 (file)
@@ -1,6 +1,6 @@
 # dumpbin-symbols.at -- libtool "dumpbin -symbols" support    -*- Autotest -*-
 
-#   Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019, 2021-2024 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index d672d16a505916073d75a5c90052bc556ebcf9c0..10cf93912bcabb9856eca9b3e132de6134fcf0d7 100644 (file)
@@ -1,6 +1,6 @@
 # duplicate_conv.at -- duplicate convenience archive names   -*- Autotest -*-
 
-#   Copyright (C) 2006, 2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2006, 2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
index afeba08a88a54cfbe0ca822272f9b27a6ea103c5..f2e9f667292c636732df224388192c6a9a87f6a9 100644 (file)
@@ -1,6 +1,6 @@
 # duplicate_deps.at -- preserve duplicate convenience deps    -*- Autotest -*-
 
-#   Copyright (C) 2006-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2006-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 $
index 82ceaed7eadb868b4ac15924514f77d1c0ffc415..206aadf584453c43405dfdc92e732f19aa6346b0 100755 (executable)
@@ -1,6 +1,6 @@
 # duplicate_members.at -- duplicate members in archive tests  -*- Autotest -*-
 
-#   Copyright (C) 2005, 2007-2009, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2005, 2007-2009, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Alexandre Oliva & Peter O'Gorman, 2005
 #
index 2cbf415daf935fd30eaa34529ceeb732958c3b07..3bbe5a9bc2443d7825213d53af60f33122485583 100644 (file)
@@ -1,6 +1,6 @@
 # early-libtool.at -- early libtool script generation         -*- Autotest -*-
 
-#   Copyright (C) 2005-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2005-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2005
 #
index 28b17877ebf5adacbf6e1bd5aa325e5028fca0ad..845ccff26f59d066868089dfe16593fed41b8536 100644 (file)
@@ -1,6 +1,6 @@
 # exception.at -- test C++ exception handling with libtool  -*- Autotest -*-
 #
-#   Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019, 2021-2024 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 7f4ad39a7660424fda16200fef8ee125c7cf3a7f..571b7974c9b69bdd14a9ce138b06e8b059c8bb19 100644 (file)
@@ -1,6 +1,6 @@
 # execute-mode.at -- libtool --mode=execute             -*- Autotest -*-
 #
-#   Copyright (C) 2008-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2008-2019, 2021-2024 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2008
 #
 #   This file is part of GNU Libtool.
index 2efb5f3bd1ce51684779549b6cc32fc11afed1f1..8c519541e16d9b9b313ff076779473034f76e532 100644 (file)
@@ -1,6 +1,6 @@
 # exeext.at -- ensure that exeext handling works  -*- Autotest -*-
 #
-#   Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019, 2021-2024 Free Software Foundation, Inc.
 #   Written by Peter Rosin
 #
 #   This file is part of GNU Libtool.
index 57720a7f1a718f75846ee3b31c2827ab90f65648..1007c88ffcf7fe5faefa2e3c370bb8ab2a24c65e 100755 (executable)
@@ -1,6 +1,6 @@
 # export-def.at -- test module-definition files              -*- Autotest -*-
 
-#   Copyright (C) 2013-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2013-2019, 2021-2024 Free Software Foundation, Inc.
 #   Written by Peter Rosin, 2013
 #
 #   This file is part of GNU Libtool.
index cf8fb3f5bf81a0ab43a9cb4afd2ba4e4652b9789..feda7f77ac9e223c3d6afb8e2de03bad72dcf36c 100644 (file)
@@ -1,6 +1,6 @@
 # export.at -- test symbol exports                           -*- Autotest -*-
 
-#   Copyright (C) 2007-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2007-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Ralf Wildenhues, 2007
 #
index 7b1ba4d46e6aefc631343aa89c527c22e36f4347..1026a468eb207b7689f158a29ec12af81823141b 100644 (file)
@@ -1,6 +1,6 @@
 # f77demo.at -- Fortran 77 language support.           -*- Autotest -*-
 #
-#   Copyright (C) 2003, 2005-2006, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2003, 2005-2006, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Eric Lindahl, 2002
 #   Written by Gary V. Vaughan, 2003
index 8f8c96006a46bbdba9dc92771483d66d96e6508f..2972c74b6cccdc75ffde8c2079cdfeb5f33d8a3f 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-2022 Free Software
+#   Copyright (C) 2005, 2008-2009, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Ralf Wildenhues, 2005
 #
index ef05d941cab2cc79821c3fb9c84c493fd5d5a7be..48ff13ac7619ca20202fcb1ea3b7add6a4b485a4 100644 (file)
@@ -1,6 +1,6 @@
 # fcdemo.at -- Fortran 90/95 language support.         -*- Autotest -*-
 #
-#   Copyright (C) 2003, 2005-2006, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2003, 2005-2006, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Eric Lindahl, 2002
 #   Written by Gary V. Vaughan, 2003
index 706ea9ff3d408e408b2ddc64fd948b8a6a74d26b..fb4109dbb4ecfcefcd319f1488c2b877167863a9 100644 (file)
@@ -1,6 +1,6 @@
 # flags.at -- libtool passing of flags             -*- Autotest -*-
 #
-#   Copyright (C) 2009-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2019, 2021-2024 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index ae0e7a78f95320c47b94e13914e4bc55675c3761..482ebbca90ded6c104402b54410637ec38d81ffc 100644 (file)
@@ -1,6 +1,6 @@
 # help.at -- standard command line options          -*- Autotest -*-
 #
-#   Copyright (C) 2009-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2019, 2021-2024 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 2af75acb57ff6ee2434618f582f043e28e6be0d5..cc2200201cc6b37024858ebb2cdc865f95965e1f 100644 (file)
@@ -1,6 +1,6 @@
 # indirect_deps.at -- support for link_all_deplibs=no   -*- Autotest -*-
 
-#   Copyright (C) 2007-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2007-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Ralf Wildenhues, 2007.
 #
index 6708f618c1c36d04526be20d342e9569dc20d403..8b4daec1001ca2734a6f1024c77facebdcb3584d 100644 (file)
@@ -1,6 +1,6 @@
 # infer-tag.at -- libtool without --tag             -*- Autotest -*-
 #
-#   Copyright (C) 2008, 2010-2019, 2021-2022 Free Software Foundation,
+#   Copyright (C) 2008, 2010-2019, 2021-2024 Free Software Foundation,
 #   Inc.
 #
 #   This file is part of GNU Libtool.
index 8cc5a20ce8ba2f496c3a1effcf2e398944165eae..ca432be40949fd277efa8167383a313135e44222 100644 (file)
@@ -1,6 +1,6 @@
 # inherited_flags.at -- test inherited_linker_flags          -*- Autotest -*-
 #
-#   Copyright (C) 2005-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2005-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Peter O'Garman, 2005
 #
index 9417b153a6dfe7fbf1150a6c2bdb99db3e56da38..023aa1efad35d7ec3947963ff5b15f470d80db5c 100644 (file)
@@ -1,6 +1,6 @@
 # install.at -- install mode tests             -*- Autotest -*-
 #
-#   Copyright (C) 2008-2009, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2008-2009, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Ralf Wildenhues, 2008
 #
index 4922a86d73f3792adc8472c587ba04c850264fb7..582b040c198f09c19755667d7bbafe4f5f37c410 100644 (file)
@@ -1,6 +1,6 @@
 # lalib-syntax.at -- parsing .la files robustly  -*- Autotest -*-
 #
-#   Copyright (C) 2009-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2019, 2021-2024 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index fd412ab079849324eeacfbd4c7a542dd2fdf279d..a03812a472264c1bf6bb22f73048b53ceb57f88c 100755 (executable)
@@ -1,6 +1,6 @@
 # libtool.at -- basic libtool operation tests -*- Autotest -*-
 #
-#   Copyright (C) 2003-2005, 2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2003-2005, 2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
index 44ca2ebddbeadd6f4eb79eae58c3ade9c28b700d..fec51c61c5e6dfd690de8905a4f7bc952d72995a 100644 (file)
@@ -1,6 +1,6 @@
 # libtoolize.at -- test libtoolize operation                  -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2007-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2005, 2007-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2005
 #
index 3f01a00d6c6514fc8559c9a9383f471baef44f78..4c88f9b5aeeb778ee4722e1af0c41dd5419850ac 100644 (file)
@@ -1,6 +1,6 @@
 # link-order.at -- ensure that library linking order matches  -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2007-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2005, 2007-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Alexandre Oliva & Ralf Wildenhues, 2005
 #
index e9efca9738897a6cbcb5740414ea7877a2c3c06e..d55bb61fd35c8c64bfe36ca0da8a1bf5141142f5 100644 (file)
@@ -1,6 +1,6 @@
 # link-order2.at -- test link order of deplibs                -*- Autotest -*-
 #
-#   Copyright (C) 2006-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2006-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
index b709f67f82658f5245d947fb85d5c1cc2ff278c7..24ed03ba9c5c1d0261e2f45a6e0263a950a6d3cd 100644 (file)
@@ -1,6 +1,6 @@
 # loadlibrary.at -- test loadlibrary functionality          -*- Autotest -*-
 #
-#   Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019, 2021-2024 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
index 695d7621a3c72efc4ec099013cdcbf50e5e961e7..544ab9113a88621916e24c3addd877b162300f0a 100644 (file)
@@ -1,6 +1,6 @@
 # localization.at -- libtool and locales                -*- Autotest -*-
 #
-#   Copyright (C) 2008-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2008-2019, 2021-2024 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 76f7e7a37236cf4bfc042ce6f6ca4109e818b5e8..78497281a27e12b689a3a7f992c4bb52cb5eed17 100644 (file)
@@ -1,6 +1,6 @@
 # lt_dladvise.at -- test libltdl functionality                -*- Autotest -*-
 #
-#   Copyright (C) 2007-2009, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2007-2009, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2007
 #
index e9a2c2a409363efb1a14e70ed70fd1bb03c9c034..72ff6b8307e2a59080d73e0b8f28fa00642ea61e 100644 (file)
@@ -1,6 +1,6 @@
 # lt_dlexit.at -- test libltdl functionality                  -*- Autotest -*-
 #
-#   Copyright (C) 2007-2008, 2010-2019, 2021-2022 Free Software
+#   Copyright (C) 2007-2008, 2010-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Dave Brolley & Ralf Wildenhues, 2007
 #
index 1987e95f9fcdcbfea86e4a378d8f44c43a6d60c4..cfe653608d8534a08429bdb1a8aeb872eec528fc 100644 (file)
@@ -1,6 +1,6 @@
 # lt_dlopen.at -- test libltdl functionality                -*- Autotest -*-
 #
-#   Copyright (C) 2009, 2011-2019, 2021-2022 Free Software Foundation,
+#   Copyright (C) 2009, 2011-2019, 2021-2024 Free Software Foundation,
 #   Inc.
 #   This file is part of GNU Libtool.
 #
index 95f18a0df165d41d100e5ef33c98a6486d6db939..83623cff0a224417d038f0354b0cada95c8eadef 100644 (file)
@@ -1,6 +1,6 @@
 # lt_dlopen_a.at -- test libltdl functionality                -*- Autotest -*-
 #
-#   Copyright (C) 2009, 2011-2019, 2021-2022 Free Software Foundation,
+#   Copyright (C) 2009, 2011-2019, 2021-2024 Free Software Foundation,
 #   Inc.
 #   This file is part of GNU Libtool.
 #
index 4d4ad3dbb4b3f09425c7325b27be69cc9a025e00..820be8a06c7ba246bd1b00b29cc0713e7af4ad86 100644 (file)
@@ -1,6 +1,6 @@
 # lt_dlopenext.at -- test libltdl functionality             -*- Autotest -*-
 #
-#   Copyright (C) 2009-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2019, 2021-2024 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
index eca6d9bd1980bcb001da07334f4e3cce50283803..d252b04f9e7d537d96b881fe2fca88f15cd5b8fc 100644 (file)
@@ -1,6 +1,6 @@
 # ltdl-api.at -- test libltdl API                -*- Autotest -*-
 #
-#   Copyright (C) 2008, 2011-2019, 2021-2022 Free Software Foundation,
+#   Copyright (C) 2008, 2011-2019, 2021-2024 Free Software Foundation,
 #   Inc.
 #   Written by Ralf Wildenhues, 2008.
 #
index 7ec91bc70627e4a757cc9753121fc58dec125d95..ca1337306591e0a041b20910c5564cb34f69589e 100644 (file)
@@ -1,6 +1,6 @@
 # ltdl-libdir.at -- test libltdl functionality             -*- Autotest -*-
 #
-#   Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019, 2021-2024 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
index 7a76286da8464129fb1fe654bb2ab191440f76d5..7dfd0cd293ef83710b6cbb60d7438b9951409aa4 100644 (file)
@@ -1,6 +1,6 @@
 # demo.at -- Dynamic ltdl runtime loading -*- Autotest -*-
 #
-#   Copyright (C) 1998, 2002-2004, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 1998, 2002-2004, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Thomas Tanner, 1998
 #   Written by Greg Eisenhauer, 2002
index 358586c00fdeea8b45e7bd7c244f0939121e93ed..db3e1cca34f1befe6cfe2276dfacf179c0ca1f31 100644 (file)
@@ -1,6 +1,6 @@
 # need-lib-prefix.at -- test libltdl functionality            -*- Autotest -*-
 #
-#   Copyright (C) 2007-2008, 2010-2019, 2021-2022 Free Software
+#   Copyright (C) 2007-2008, 2010-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2007
 #
index 68c5c3206b05ea3d2bced5d10653b129fb9377ac..46225a6f6efdb62e7d0e34c11da45b2b32ecc959 100644 (file)
@@ -1,6 +1,6 @@
 # no-executables.at -- Libtool usage in GCC        -*- Autotest -*-
 
-#   Copyright (C) 2008, 2010-2019, 2021-2022 Free Software Foundation,
+#   Copyright (C) 2008, 2010-2019, 2021-2024 Free Software Foundation,
 #   Inc.
 #
 #   This file is part of GNU Libtool.
index f96257541b4fc719748aa184a45aa69ce89147d4..088dd0b4514d49b882ac7a05a204f14175398321 100644 (file)
@@ -1,6 +1,6 @@
 # nocase.at --  test for nocase lib search  -*- Autotest -*-
 #
-#   Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019, 2021-2024 Free Software Foundation, Inc.
 #   Written by Peter Rosin, 2007
 #
 #   This file is part of GNU Libtool.
index 854edcff1d7c0c11f1097e4fc0490f8ae118d8ab..89b4d879406e5cdc6da737decba40372f2c9c9df 100644 (file)
@@ -1,6 +1,6 @@
 # nonrecursive.at -- test nonrecursive Automake Libltdl       -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008-2009, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2005, 2008-2009, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2005
 #
index 39b35bd2df486d55c4ebf866ea1979085ff9e8ac..f7ff69c1985ebefb5147e36a77f241612f654a92 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-2022 Free Software
+#   Copyright (C) 2005, 2008-2009, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2005
 #
index 87620f5d7f59f64333b502b291e6870554c407e9..6d27a1675516ebe22c499a39e9414211d4469d60 100644 (file)
@@ -1,6 +1,6 @@
 # pic_flag.at -- override the pic_flag at configure time   -*- Autotest -*-
 
-#   Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019, 2021-2024 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 832beea5ff53e6a8b21041bc6f4c201ef0b9c8a6..062d64bb4303a0e8a54c1878c4b87000147080a8 100644 (file)
@@ -1,6 +1,6 @@
 # recursive.at -- test recursive Automake libltdl build       -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2005, 2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2005
 #
index 8e395c052afd14103a5f790a8f9c56de813ad802..392bb4578772268a7707734fb82cc80e402ec897 100644 (file)
@@ -1,6 +1,6 @@
 # resident.at -- test resident modules              -*- Autotest -*-
 
-#   Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019, 2021-2024 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index b7837c34fd6a4d3b198ccd501d57bc679d567491..b6aa4d60cc22b1ea23afb6c9ebc661206bf975f5 100644 (file)
@@ -1,6 +1,6 @@
 # runpath-in-lalib.at --                         -*- Autotest -*-
 
-#   Copyright (C) 2007-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2007-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Ralf Wildenhues, 2007
 #
index 58e6f89b5319567fcb02ad413b0cc680fd978526..087146d42d1f245d4f805389752926f7a38e7445 100644 (file)
@@ -1,6 +1,6 @@
 # search-path.at -- test sys_lib_search_path_spec             -*- Autotest -*-
 #
-#   Copyright (C) 2006, 2008, 2010-2019, 2021-2022 Free Software
+#   Copyright (C) 2006, 2008, 2010-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
index 4898dc4018faa11debe770ad0cba2a8181910e31..47c694941a47cd1fafbbc3ad718176859a156b9b 100644 (file)
@@ -1,6 +1,6 @@
 # shlibpath.at -- Test shlibpath settings                     -*- Autotest -*-
 #
-#   Copyright (C) 2006, 2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2006, 2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
index e267525cbaafa0d87a1cdabb8e1e41188846de82..adecfa94087955ee826e95ec1c58c9812d596f17 100644 (file)
@@ -1,6 +1,6 @@
 # slist.at -- test slist.c                   -*- Autotest -*-
 #
-#   Copyright (C) 2009, 2011-2019, 2021-2022 Free Software Foundation,
+#   Copyright (C) 2009, 2011-2019, 2021-2024 Free Software Foundation,
 #   Inc.
 #
 #   This file is part of GNU Libtool.
index d7aac1ef0651963a2d016421ee7468d37ebc52a2..9b350e7c1ef511a52a7046ff6b0d23c3f2dc208e 100644 (file)
@@ -1,6 +1,6 @@
 # standalone.at -- test standalone libltdl builds             -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2005, 2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2006
 #
index aee3c0a5eb644b4e6cad632588e74bfeb7ec2259..69043a574000f4d630d82982b5aff98326ed39b1 100644 (file)
@@ -1,6 +1,6 @@
 # static.at -- test flags for static/dynamic linking          -*- Autotest -*-
 #
-#   Copyright (C) 2006-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2006-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
index c59007a8d4734c694438c6712c30cf8d33f58feb..6fa7fbbcc8db0db90a0b38117185400d63288a0a 100644 (file)
@@ -1,6 +1,6 @@
 # stresstest.at -- Libtool stress test                       -*- Autotest -*-
 #
-#   Copyright (C) 2005-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2005-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Ralf Wildenhues, 2005
 #
index 67b1a31b266523e15807a3875552f66c5f139fe2..45e9b8ffdb83f15aeee26569cdea8d5bcb9f4d8b 100644 (file)
@@ -1,6 +1,6 @@
 # subproject.at -- test subproject Libltdl builds             -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2005, 2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2005
 #
index 540edde91f75809af18fe632fa56b4d67bdff0c4..cf97873f6f9e73d78bdc470a46648ac44ead4314 100644 (file)
@@ -1,6 +1,6 @@
 # static.at -- test flags for sysrooting          -*- Autotest -*-
 #
-#   Copyright (C) 2009, 2011-2019, 2021-2022 Free Software Foundation,
+#   Copyright (C) 2009, 2011-2019, 2021-2024 Free Software Foundation,
 #   Inc.
 #   Written by Paolo Bonzini, 2009
 #
index 995bdd45ce380806ad8f78d7b8d1d2a67545c8e4..4f0055a5373b0a00098068eb0f98c351f8daaacc 100644 (file)
@@ -1,6 +1,6 @@
 # tagdemo.at -- C++ Language support.                   -*- Autotest -*-
 #
-#   Copyright (C) 2003-2005, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2003-2005, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
index 1d41eadfb6f93fc3760c7ac6f447869ed2a5d386..209b15d935469f0b3953bf106cdda192ebc689f6 100644 (file)
@@ -1,6 +1,6 @@
 # template.at -- test C++ templates with libtool              -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2007-2008, 2011-2019, 2021-2022 Free Software
+#   Copyright (C) 2005, 2007-2008, 2011-2019, 2021-2024 Free Software
 #   Foundation, Inc.
 #   Written by Markus Christen, 2005
 #
index f24c2dc9900dea214384e8bf5ab30a382a10d71b..863f56a5b02187657f1c426a1bc3c6cd538efaf7 100644 (file)
@@ -1,6 +1,6 @@
 # Process with autom4te to create an -*- Autotest -*- test suite.
 #
-#   Copyright (C) 2004-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2004-2019, 2021-2024 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2004
 #
 #   This file is part of GNU Libtool.
index 1e5594d337df6db587c562c647845526d9f62539..cd6356e40dc1fea9f769865321cdfb3904a694a6 100644 (file)
@@ -1,6 +1,6 @@
 # versioning.at -- test libtool versioning           -*- Autotest -*-
 #
-#   Copyright (C) 2009-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2019, 2021-2024 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 76421bb6b6d20c874b4ac05484b6870016c585b5..e63d84212382f2b4c3b2eb7be180bfed2a39dd90 100644 (file)
@@ -1,6 +1,6 @@
 # with-pic.at -- test the --with-pic flag -*- Autotest -*-
 
-#   Copyright (C) 2010-2019, 2021-2022 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2019, 2021-2024 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #