]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
maint: update copyright years
authorPavel Raiskup <praiskup@redhat.com>
Mon, 15 Feb 2016 23:28:33 +0000 (00:28 +0100)
committerPavel Raiskup <praiskup@redhat.com>
Mon, 15 Feb 2016 23:33:51 +0000 (00:33 +0100)
Also update gnulib submodule as it contains updated copyright
years too.

* gnulib: Latest greatest git hash.
* all files: Run 'make update-copyright'.

139 files changed:
AUTHORS
HACKING
Makefile.am
NEWS
README.md
TODO
bootstrap
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
gl/build-aux/bootstrap.in
gl/build-aux/extract-trace
gl/build-aux/funclib.sh
gl/build-aux/inline-source
gl/build-aux/options-parser
gl/tests/test-all-shells.sh
gl/tests/test-funclib-quote.sh
gl/tests/test-option-parser-helper
gl/tests/test-option-parser.sh
gnulib
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-ltdl-iface.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 45423e2653259e3cf0767607ca154de9ae42c214..b03f513d38d1407bd93c151530bf1cbcc471f555 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -30,7 +30,7 @@
     Charles Wilson             libtool@cwilson.fastmail.fm
     Brooks Moses               bmoses@google.com
 -- 
-  Copyright (C) 1996, 1998-2015 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2016 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
diff --git a/HACKING b/HACKING
index 824f42eaeb745d53590130de145a1cedcfe0a9b0..f056dbdb37719f697093be40e5c6cd6499133b62 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-2015 Free Software Foundation, Inc.
+  Copyright (C) 2004-2008, 2010-2016 Free Software Foundation, Inc.
   Written by Gary V. Vaughan, 2004
 
   This file is part of GNU Libtool.
index 1a1d10d4c6b160a0b37cc8599f86db47deef29d1..5a4a802f252400f2e9060a4761fd55f509096dba 100644 (file)
@@ -1,6 +1,6 @@
 ## Makefile.am -- Process this file with automake to produce Makefile.in
 ##
-##   Copyright (C) 2003-2015 Free Software Foundation, Inc.
+##   Copyright (C) 2003-2016 Free Software Foundation, Inc.
 ##   Written by Gary V. Vaughan, 2003
 ##
 ##   This file is part of GNU Libtool.
diff --git a/NEWS b/NEWS
index bca041c5161583753283bb35ea6c977df976fbd5..722a20ede62e099c5e608b279c6af6c0c37cc22b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1212,7 +1212,7 @@ New in 0.1:
 * First release of libtool
 * Support for: *-*-freebsd*, *-*-netbsd*, *-*-sunos4*, *-*-ultrix4*
 -- 
-  Copyright (C) 1996, 1998-2015 Free Software Foundation, Inc.
+  Copyright (C) 1996, 1998-2016 Free Software Foundation, Inc.
 
   This file is part of GNU Libtool.
 
index 8ba4443fa29da509a4fbd497e6d3d28e646094ff..53efce130f128f18a34aa62304a9142ce4dcbc36 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 Free Software Foundation, Inc.
+  Copyright (C) 2004-2010, 2015-2016 Free Software Foundation, Inc.
 
   Written by Gary V. Vaughan, 2004
 
diff --git a/TODO b/TODO
index 22748e2424a3490e97c975eddc083d85a20d5d2d..62dc0bc82485d1956c482beb9acea5a0921e9cc3 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-2015 Free Software
+  Copyright (C) 2004-2005, 2007-2008, 2011-2016 Free Software
   Foundation, Inc.
   Written by Gary V. Vaughan, 2004
 
index 41b8a7518c1bb53244cce1c204f680d7a63953fa..932ee2d634033be03756e55d2807557e9969a4a6 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -5,7 +5,7 @@
 # Bootstrap an Autotooled package from checked-out sources.
 # Written by Gary V. Vaughan, 2010
 
-# Copyright (C) 2010-2015 Free Software Foundation, Inc.
+# Copyright (C) 2010-2016 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.
 
@@ -235,7 +235,7 @@ scriptversion=2015-11-01.21; # UTC
 # General shell script boiler plate, and helper functions.
 # Written by Gary V. Vaughan, 2004
 
-# Copyright (C) 2004-2015 Free Software Foundation, Inc.
+# Copyright (C) 2004-2016 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.
 
@@ -1654,7 +1654,7 @@ scriptversion=2015-10-12.13; # UTC
 # A portable, pluggable option parser for Bourne shell.
 # Written by Gary V. Vaughan, 2010
 
-# Copyright (C) 2010-2015 Free Software Foundation, Inc.
+# Copyright (C) 2010-2016 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.
 
@@ -2332,7 +2332,7 @@ func_version ()
 # Extract macro arguments from autotools input with GNU M4.
 # Written by Gary V. Vaughan, 2010
 #
-# Copyright (C) 2010-2015 Free Software Foundation, Inc.
+# Copyright (C) 2010-2016 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 9bc13426a88201ffb048668e69c2e65027efac6a..530c721a9c6c749638a8da4c0acc6a7bb2604a04 100644 (file)
@@ -1,6 +1,6 @@
 # bootstrap.conf (GNU Libtool) version 2014-11-18
 #
-# Copyright (C) 2010-2015 Free Software Foundation, Inc.
+# Copyright (C) 2010-2016 Free Software Foundation, Inc.
 # Written by Gary V. Vaughan, 2010
 
 # This is free software; see the source for copying conditions.  There is NO
index 4b4d395d8b63cd7bf185fbc99535dc73c179687d..3291fd0442f87b7205de1658a499cecea443d99e 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 #   edit-readme-alpha - edit README file for alpha releases
-#   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2010
 #
 #   This file is part of GNU Libtool.
index 400f42c41c804435e6abb076ef798d6808d6fe93..2b75ba8443a09f6f38a3ec930979ecfeb9fa69a4 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2011-2016 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 2a5aaadd68c0cf5db021e84d150085c998e20206..40eb0297f37ddda3b7482bc84d48f291e0b471e1 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 1996-2016 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 d66aef4716dfdeed414a4f63e15e463ccbf43c57..6767e6103ba61c10c6c69032102bde36621ecb90 100755 (executable)
@@ -7,7 +7,7 @@
 #   current package 'aclocal.m4'.  Currently used by 'make dist'
 #   and by ./bootstrap (bootstrap.conf).
 #
-#   Copyright (C) 2015 Free Software Foundation, Inc.
+#   Copyright (C) 2015-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
diff --git a/cfg.mk b/cfg.mk
index 42eea189f916012fb4bd4967cf1e39591ef5b4e2..769e90b492c2b01d607ddcb9425ec8052191290d 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,6 +1,6 @@
 # cfg.mk -- Configuration for maintainer-makefile
 #
-#   Copyright (c) 2011-2015 Free Software Foundation, Inc.
+#   Copyright (c) 2011-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2011
 #
 #   This file is part of GNU Libtool.
index 5647be407098d347509aa1d182788dc87ba9e38e..5622651d7f571c3b39d7ee06609da3c115925f92 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to create configure. -*- autoconf -*-
 
-#   Copyright (C) 2001, 2004-2005, 2008, 2010-2015 Free Software
+#   Copyright (C) 2001, 2004-2005, 2008, 2010-2016 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2001
 #
index 4c664bb2ab05bbf9a3f6a1a60ce3e75fd2dd2f66..04eca98fcec46c943f24fb5f1f66734e8323d513 100644 (file)
@@ -20,7 +20,7 @@
 @copying
 This manual is for GNU Libtool (version @value{VERSION}, @value{UPDATED}).
 
-Copyright @copyright{} 1996-2015 Free Software Foundation, Inc.
+Copyright @copyright{} 1996-2016 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 6da21d94f022cd83fb760214e1371bf28cfe4c56..bc0fcde1053894e09ec5b5dfb48c6e6bbd996ba6 100755 (executable)
@@ -3,7 +3,7 @@
 # Bootstrap an Autotooled package from checked-out sources.
 # Written by Gary V. Vaughan, 2010
 
-# Copyright (C) 2010-2015 Free Software Foundation, Inc.
+# Copyright (C) 2010-2016 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 e66bf20dbc603c5a93b9aef4c6489660a51690c5..4df358bd14c3496c51616c078eac31345e3c78d4 100755 (executable)
@@ -3,7 +3,7 @@
 # Extract macro arguments from autotools input with GNU M4.
 # Written by Gary V. Vaughan, 2010
 #
-# Copyright (C) 2010-2015 Free Software Foundation, Inc.
+# Copyright (C) 2010-2016 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 d95ac2d78fa178f3905e0e9fec31413a23630bda..e58a7e39fde66d7461e931fb181ed1055eeb91f5 100644 (file)
@@ -4,7 +4,7 @@ scriptversion=2015-11-01.21; # UTC
 # General shell script boiler plate, and helper functions.
 # Written by Gary V. Vaughan, 2004
 
-# Copyright (C) 2004-2015 Free Software Foundation, Inc.
+# Copyright (C) 2004-2016 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 4070ae76edae066052b77c56ea959e61e04bec45..d04aaf0f529f8f522026066596f741549317fc86 100755 (executable)
@@ -3,7 +3,7 @@
 # Output the contents of a shell script with sourced files inlined.
 # Written by Gary V. Vaughan, 2012
 
-# Copyright (C) 2012-2015 Free Software Foundation, Inc.
+# Copyright (C) 2012-2016 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 2fecae96543b5c479c26667fc80c1f6081047289..ef61c3a48ff22e0122ed07443f97059326608313 100644 (file)
@@ -6,7 +6,7 @@ scriptversion=2015-10-12.13; # UTC
 # A portable, pluggable option parser for Bourne shell.
 # Written by Gary V. Vaughan, 2010
 
-# Copyright (C) 2010-2015 Free Software Foundation, Inc.
+# Copyright (C) 2010-2016 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 d56c305b45998e236ac7138e000ceea76ce31cc1..4906de7a190c88ec10e1abef0db80e93b81c12cf 100644 (file)
@@ -2,7 +2,7 @@
 
 # Unit test helper.
 #
-# Copyright (C) 2015 Free Software Foundation, Inc.
+# Copyright (C) 2015-2016 Free Software Foundation, Inc.
 # This file is part of the GNUlib Library.
 #
 # This program is free software: you can redistribute it and/or modify
index 60be1523ad656a42f09c86dd1e9892e6b884bee9..98358aa19dbfc4bbc481dbc38f14a5a7dccaf351 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Unit tests for funclib.sh
 #
-# Copyright (C) 2015 Free Software Foundation, Inc.
+# Copyright (C) 2015-2016 Free Software Foundation, Inc.
 # This file is part of the GNUlib Library.
 #
 # This program is free software: you can redistribute it and/or modify
index 52ba6689ac39f9a9d1b4442d443c3bf7b205e28f..be140958aa87674264f224710051064d658b8e8f 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Unit tests for funclib.sh
 #
-# Copyright (C) 2015 Free Software Foundation, Inc.
+# Copyright (C) 2015-2016 Free Software Foundation, Inc.
 # This file is part of the GNUlib Library.
 #
 # This program is free software: you can redistribute it and/or modify
index 43bef64ddf89bba11a121bb7c9144737d0af3b94..47a2b937ed267e25f461d685b3f4584c5d7ab058 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Unit tests for funclib.sh
 #
-# Copyright (C) 2015 Free Software Foundation, Inc.
+# Copyright (C) 2015-2016 Free Software Foundation, Inc.
 # This file is part of the GNUlib Library.
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/gnulib b/gnulib
index 82d514b0645efd10b2b68b911372ae84e1a54da4..5be7728cf7c0fb61be1ccbfbd302764ef7e6b72d 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 82d514b0645efd10b2b68b911372ae84e1a54da4
+Subproject commit 5be7728cf7c0fb61be1ccbfbd302764ef7e6b72d
index c9629ed3954436321228b53db291f4c70839924d..1da03e36fedcb695659de3dd6aafa01b37bdbd67 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-2015 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003, 2011-2016 Free Software Foundation, Inc.
    Written by Thomas Tanner, 1999
 
    This file is part of GNU Libtool.
index 33ca077191248927b67656820b965aca68124a49..6c262e220b9b4394f993e19e46419ff28154e8e9 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to create configure. -*- autoconf -*-
 #
-#    Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
+#    Copyright (C) 2004-2005, 2007-2008, 2011-2016 Free Software
 #    Foundation, Inc.
 #    Written by Gary V. Vaughan, 2004
 #
index db1a989edd20ab317540bc288ce84f03d4493046..c80256abe10bfdc569cad0f52c13a27fdbd73c21 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__alloc.h -- internal memory management interface
 
-   Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2011-2016 Free Software Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
    NOTE: The canonical source of this file is maintained with the
index e0d3b18ee699b27f765731665f3eb5d32ca7f05f..ff0b6e65f1468c15f3c41d743a15fe64924729ee 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__argz.h -- internal argz interface for non-glibc systems
 
-   Copyright (C) 2004, 2007-2008, 2011-2015 Free Software Foundation,
+   Copyright (C) 2004, 2007-2008, 2011-2016 Free Software Foundation,
    Inc.
    Written by Gary V. Vaughan, 2004
 
index 9b6aaeaed55dfae8cf8a0512c1415f2a6657fecf..ecfca8e747b892e5e139170344633745f06066c7 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__dirent.h -- internal directory entry scanning interface
 
-   Copyright (C) 2001, 2004, 2006, 2011-2015 Free Software Foundation,
+   Copyright (C) 2001, 2004, 2006, 2011-2016 Free Software Foundation,
    Inc.
    Written by Bob Friesenhahn, 2001
 
index 80ee450603c8168a91c515b9baa0ee47aa8f13ca..21211a4bc992ecb90eb9bd6b43234542b8fba6d7 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__glibc.h -- support for non glibc environments
 
-   Copyright (C) 2004, 2006-2007, 2011-2015 Free Software Foundation,
+   Copyright (C) 2004, 2006-2007, 2011-2016 Free Software Foundation,
    Inc.
    Written by Gary V. Vaughan, 2004
 
index a91849b61e9d7cfc718665256192345ce0a6e83c..2c554cefeb4bb45292c112ade67105454fa05875 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__private.h -- internal apis for libltdl
 
-   Copyright (C) 2004-2008, 2011-2015 Free Software Foundation, Inc.
+   Copyright (C) 2004-2008, 2011-2016 Free Software Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
    NOTE: The canonical source of this file is maintained with the
index a1db2e6cb843a7c8cd942cf3dda689e5a31b8a41..1d8be2055fa5017f026fb69a66c9c3b314ca389a 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__strl.h -- size-bounded string copying and concatenation
 
-   Copyright (C) 2004, 2006, 2011-2015 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2006, 2011-2016 Free Software Foundation, Inc.
    Written by Bob Friesenhahn, 2004
 
    NOTE: The canonical source of this file is maintained with the
index 66cf04752b8656b6ca04f1db0c48d8b860356af3..5bc979f9b1a25167d4685d1b06f53a8b89f987cc 100644 (file)
@@ -1,6 +1,6 @@
 /* lt_dlloader.h -- dynamic library loader interface
 
-   Copyright (C) 2004, 2007-2008, 2011-2015 Free Software Foundation,
+   Copyright (C) 2004, 2007-2008, 2011-2016 Free Software Foundation,
    Inc.
    Written by Gary V. Vaughan, 2004
 
index 367c36b5b6af50d50a6983f7707e4d6b35146fd9..6c06c6b066a1452d022438f770c2ff19d70f900c 100644 (file)
@@ -1,6 +1,6 @@
 /* lt_error.h -- error propagation interface
 
-   Copyright (C) 1999-2001, 2004, 2007, 2011-2015 Free Software
+   Copyright (C) 1999-2001, 2004, 2007, 2011-2016 Free Software
    Foundation, Inc.
    Written by Thomas Tanner, 1999
 
index a9bc7ecbcfefbc40f6d649c06cfaaf2563889310..1f2aa47b2d0477fcead0568114102e68217f4792 100644 (file)
@@ -1,6 +1,6 @@
 /* lt_system.h -- system portability abstraction layer
 
-   Copyright (C) 2004, 2007, 2010-2015 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2010-2016 Free Software Foundation, Inc.
    Written by Gary V. Vaughan, 2004
 
    NOTE: The canonical source of this file is maintained with the
index ba54736ccfae08b9c9a189bc502b589ca1940257..6e9ac56ed295aab6b04ae5604de035f2e9ed9f77 100644 (file)
@@ -1,6 +1,6 @@
 /* slist.h -- generalised singly linked lists
 
-   Copyright (C) 2000, 2004, 2009, 2011-2015 Free Software Foundation,
+   Copyright (C) 2000, 2004, 2009, 2011-2016 Free Software Foundation,
    Inc.
    Written by Gary V. Vaughan, 2000
 
index 0edf0df68833ce54596ce59e18751211572aad88..3642a02869ff87db058fb7ffcc48f707d4503d84 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-dld_link.c -- dynamic linking with dld
 
-   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2015 Free Software
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2016 Free Software
    Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 0bc562c2feccf55b666ac771e4508b9828331014..49b7a59571ab6aa3d306ffbeccf4c5e0e6210d90 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-dlopen.c --  dynamic linking with dlopen/dlsym
 
-   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2015 Free Software
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2016 Free Software
    Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 6c099e0eb9d668fdcf6c63a720f33d3ccbdf691b..bfd58696b0c26994c59b0e8d3d1a1cc8b1b53a66 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-dyld.c -- dynamic linking on darwin and OS X
 
-   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2015 Free Software
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2016 Free Software
    Foundation, Inc.
    Written by Peter O'Gorman, 1998
 
index b0709068aa5bc31969c048c0992ec4312ef173d4..57d441d213d32c3b5c8ac4e24d452764b2c8b552 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-load_add_on.c --  dynamic linking for BeOS
 
-   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2015 Free Software
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2016 Free Software
    Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 0891f6d94f9a088f29f4645c45b969ef9c13bf54..b8e16e0c78042772e52fb49aa96df1f818e63aa2 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-loadlibrary.c --  dynamic linking for Win32
 
-   Copyright (C) 1998-2000, 2004-2008, 2010-2015 Free Software
+   Copyright (C) 1998-2000, 2004-2008, 2010-2016 Free Software
    Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 139e373c6e66538024212d70d7ad868d7c3c7c8a..f94461da4fd9fd21377d12eb2af6c5b5acdc7708 100644 (file)
@@ -1,6 +1,6 @@
 /* loader-preopen.c -- emulate dynamic linking using preloaded_symbols
 
-   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2015 Free Software
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2016 Free Software
    Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 960386bdc9d92b219138a5b4f2cc9c14171d850c..78c1c80e533eec7afdebe6f1c34c9e2ec60461c7 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-2015 Free Software
+   Copyright (C) 1998-2000, 2004, 2006-2008, 2011-2016 Free Software
    Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index d24bf8f3dfa151f3f1706229710e1fecd92cc3d9..3d66b5ee8f927606e154ba692ee696a8e43a620a 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__alloc.c -- internal memory management interface
 
-   Copyright (C) 2004, 2006-2007, 2011-2015 Free Software Foundation,
+   Copyright (C) 2004, 2006-2007, 2011-2016 Free Software Foundation,
    Inc.
    Written by Gary V. Vaughan, 2004
 
index 75f7af8000f95e44ff80a34edfd626c8539ae191..ac81c4b6d3eba1e169fc372f84d8110945c9eeda 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__argz.c -- argz implementation for non-glibc systems
 
-   Copyright (C) 2004, 2006-2008, 2011-2015 Free Software Foundation,
+   Copyright (C) 2004, 2006-2008, 2011-2016 Free Software Foundation,
    Inc.
    Written by Gary V. Vaughan, 2004
 
index 596aa2bc2ad40eb138885ed5ea72f5145c6844a2..8ab1e1732213ab33237eedcd41f02d2954b8a246 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__dirent.c -- internal directory entry scanning interface
 
-   Copyright (C) 2001, 2004, 2011-2015 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2004, 2011-2016 Free Software Foundation, Inc.
    Written by Bob Friesenhahn, 2001
 
    NOTE: The canonical source of this file is maintained with the
index 65be904e5ab059de4083f6f71b7f0d8108166c06..1e42184a99d57b9c84c31b6a0f7f96ae46aa11f1 100644 (file)
@@ -1,6 +1,6 @@
 /* lt__strl.c -- size-bounded string copying and concatenation
 
-   Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2011-2016 Free Software Foundation, Inc.
    Written by Bob Friesenhahn, 2004
 
    NOTE: The canonical source of this file is maintained with the
index b81cfa950b6b17812d145bfbc289847879ad4a9d..ba103c037a46b82e5a2caa7db19446fea9d15f2a 100644 (file)
@@ -1,6 +1,6 @@
 /* lt_dlloader.c -- dynamic library loader interface
 
-   Copyright (C) 2004, 2007-2008, 2011-2015 Free Software Foundation,
+   Copyright (C) 2004, 2007-2008, 2011-2016 Free Software Foundation,
    Inc.
    Written by Gary V. Vaughan, 2004
 
index 7be92c6fcfa5c4730ccafbde42f946d44a912515..79cc196f0396ef9ad1d70cb8346e9c3c11a61113 100644 (file)
@@ -1,6 +1,6 @@
 /* lt_error.c -- error propagation interface
 
-   Copyright (C) 1999-2001, 2004-2005, 2007, 2011-2015 Free Software
+   Copyright (C) 1999-2001, 2004-2005, 2007, 2011-2016 Free Software
    Foundation, Inc.
    Written by Thomas Tanner, 1999
 
index 6013f2ac27fdea0c4d0d571f7ef0e3fb14f53456..dcdcf350611ad3cc764049cc3b7b2493d754b08d 100644 (file)
@@ -1,6 +1,6 @@
 /* ltdl.c -- system independent dlopen wrapper
 
-   Copyright (C) 1998-2000, 2004-2008, 2011-2015 Free Software
+   Copyright (C) 1998-2000, 2004-2008, 2011-2016 Free Software
    Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index f8113990e2e3a1e8789629ec08aefcb2707acab4..f3266c1e8818cc7f1cc98afc03131ae85cc24409 100644 (file)
@@ -1,6 +1,6 @@
 /* ltdl.h -- generic dlopen functions
 
-   Copyright (C) 1998-2000, 2004-2005, 2007-2008, 2011-2015 Free
+   Copyright (C) 1998-2000, 2004-2005, 2007-2008, 2011-2016 Free
    Software Foundation, Inc.
    Written by Thomas Tanner, 1998
 
index 96bd0b6db4650cd2890fdba4787f846816091902..7729d02d26d7ddd33636e2210042f773911445a4 100644 (file)
@@ -1,6 +1,6 @@
 ## ltdl.mk -- includable Makefile snippet
 ##
-##   Copyright (C) 2003-2005, 2007, 2011-2015 Free Software Foundation,
+##   Copyright (C) 2003-2005, 2007, 2011-2016 Free Software Foundation,
 ##   Inc.
 ##   Written by Gary V. Vaughan, 2003
 ##
index 4c8f20cbc3d94854079064ea6431517c10a86148..8eecd2fc4ef4cad514e9e3f5f55d7f11a6ce8109 100644 (file)
@@ -1,6 +1,6 @@
 /* slist.c -- generalised singly linked lists
 
-   Copyright (C) 2000, 2004, 2007-2009, 2011-2015 Free Software
+   Copyright (C) 2000, 2004, 2007-2009, 2011-2016 Free Software
    Foundation, Inc.
    Written by Gary V. Vaughan, 2000
 
index 3fe61cef8966411caa17c8db42c57545e6bc826c..c9e524756a9759e7797032ba86decfa012cabdc0 100644 (file)
@@ -3,7 +3,7 @@
 # Prepare a package to use libtool.
 # Written by Gary V. Vaughan <gary@gnu.org>, 2003
 
-# Copyright (C) 2003-2015 Free Software Foundation, Inc.
+# Copyright (C) 2003-2016 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 239809cd5a71fe1c333bc03d36b9b84c028a034c..66b183b23b90933b368cd534e303b25c1e82d4d0 100644 (file)
@@ -1,5 +1,5 @@
 # autobuild.m4 serial 7
-dnl Copyright (C) 2004, 2006-2015 Free Software Foundation, Inc.
+dnl Copyright (C) 2004, 2006-2016 Free Software Foundation, 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 2e8c3cf5c860d76330b2530fcc5ad7182560f7b2..53b404f51159069089b9de06a193f32b4d4a023c 100644 (file)
@@ -1,6 +1,6 @@
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 #
-#   Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
+#   Copyright (C) 1996-2001, 2003-2016 Free Software Foundation, Inc.
 #   Written by Gordon Matzigkeit, 1996
 #
 # This file is free software; the Free Software Foundation gives
index 0908d90b9425e25c8e3fc509ea38b65be051f176..b64673749876cff982cfe227d95d3c4fb26f4ef6 100644 (file)
@@ -1,6 +1,6 @@
 # Portability macros for glibc argz.                    -*- Autoconf -*-
 #
-#   Copyright (C) 2004-2007, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2004-2007, 2011-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan <gary@gnu.org>
 #
 # This file is free software; the Free Software Foundation gives
index bde587a168e3020524ca9a3d5e74d0062d251b39..86bd8e6eb1a5bb9918591f55285687c0a3e5a7be 100644 (file)
@@ -1,6 +1,6 @@
 # ltdl.m4 - Configure ltdl for the target system. -*-Autoconf-*-
 #
-#   Copyright (C) 1999-2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 1999-2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Thomas Tanner, 1999
 #
 # This file is free software; the Free Software Foundation gives
index 94b082976667c0c9edf2e9ff7a668c1fd7d997bf..b34dd2ffc9ab75b0931bb1ca4efd4981f4fd5da7 100644 (file)
@@ -1,6 +1,6 @@
 # Helper functions for option handling.                    -*- Autoconf -*-
 #
-#   Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
+#   Copyright (C) 2004-2005, 2007-2009, 2011-2016 Free Software
 #   Foundation, Inc.
 #   Written by Gary V. Vaughan, 2004
 #
index 48bc9344a4d661e116be1483d5520753875b2bd1..bbd6fafbdb9773536bd2753e2e8e4f9e40a958ab 100644 (file)
@@ -1,6 +1,6 @@
 # ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
 #
-# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
+# Copyright (C) 2004-2005, 2007-2008, 2011-2016 Free Software
 # Foundation, Inc.
 # Written by Gary V. Vaughan, 2004
 #
index 497ab4d6e46ef08dfc0cb5d6e766f45dcfc4fc96..c9dcaa2c2a3638ee13e91fa371d17fa250a55fde 100644 (file)
@@ -1,6 +1,6 @@
 # ltversion.m4 -- version numbers                      -*- Autoconf -*-
 #
-#   Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2004, 2011-2016 Free Software Foundation, Inc.
 #   Written by Scott James Remnant, 2004
 #
 # This file is free software; the Free Software Foundation gives
index c6b26f88f6c3c1a052afa6314ba2adf832d785ee..6eb9dbce699ac4e8b39b9b0af1a76d0543c0fa2f 100644 (file)
@@ -1,6 +1,6 @@
 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
 #
-#   Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
+#   Copyright (C) 2004-2005, 2007, 2009, 2011-2016 Free Software
 #   Foundation, Inc.
 #   Written by Scott James Remnant, 2004.
 #
index 0c13ff26f58381289f6c66448b98defee029f5e1..80b63ac0c92bb93c947cbdb9b6f1c20a58d48b52 100644 (file)
--- a/m4/m4.m4
+++ b/m4/m4.m4
@@ -1,6 +1,6 @@
 # m4.m4 serial 12
 
-# Copyright (C) 2000, 2006-2015 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2006-2016 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 5d5dfcd20114009f11452c8155c4f131b49b198d..367c54a298ec1af2f0398894c5f4055d4c40bbe2 100644 (file)
@@ -1,6 +1,6 @@
 # am-subdir.at -- libtool subdir-objects support              -*- Autotest -*-
 
-#   Copyright (C) 2004, 2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2004, 2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2004
 #
 #   This file is part of GNU Libtool.
index 9d068054813881568764b57d79285e7635b5694a..415b656aff6d017a6b24b939a9d1d0486a79124e 100644 (file)
@@ -1,6 +1,6 @@
 # dmacks.at --  test for dmacks bug  -*- Autotest -*-
 #
-#   Copyright (C) 2007-2008, 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2010-2016 Free Software Foundation, Inc.
 #   Written by Peter O'Gorman, 2007
 #
 #   This file is part of GNU Libtool.
index 7e4b6e91bd0e0f81aee7092190c6210da50ad2b7..29930f1018f1ce4441280a87b6397bd786873874 100644 (file)
@@ -1,6 +1,6 @@
 # bindir.at -  Test the -bindir option
 #
-#   Copyright (C) 2009-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2016 Free Software Foundation, Inc.
 #   Written by Dave Korn, 2009
 #
 #   This file is part of GNU Libtool.
index ce4a4af3ec6eda503979cb25c74b36984149bbd9..c695283bc9f86a25c1306f5132feaf90e4b13ab8 100644 (file)
@@ -1,6 +1,6 @@
 # cdemo.at -- Using Automake to build a program and library -*- Autotest -*-
 #
-#   Copyright (C) 2003-2004, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2003-2004, 2011-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
 #   This file is part of GNU Libtool.
index 1a02bb91e5c17541c69a0eb50fc87389785afceb..a351ea4e1abd4d0ef8b4ed0100f7af9cd93bd992 100644 (file)
@@ -1,6 +1,6 @@
 # cmdline_wrap.at -- run tests with low max_cmd_len           -*- Autotest -*-
 
-#   Copyright (C) 2007, 2009, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2007, 2009, 2011-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2007
 #
 #   This file is part of GNU Libtool.
index 89682a4dd335528df8c109c01e9dfffe483259e6..beffa6a7215b0a328e5450c977172d6706f3f9e9 100644 (file)
@@ -1,6 +1,6 @@
 # configure-functions.at -- shared shell functions. -*- Autotest -*-
 #
-#   Copyright (C) 2015 Free Software Foundation, Inc.
+#   Copyright (C) 2015-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 1fb561c435bfe793a7bb0da543974e79591b97cb..ac0f4eae03f639202c4f39f906aa7aff68ff53f1 100644 (file)
@@ -1,6 +1,6 @@
 # configure-iface.at -- test ltdl configure interface         -*- Autotest -*-
 #
-#   Copyright (C) 2007-2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2007
 #
 #   This file is part of GNU Libtool.
index ad3accbaf73d3af3a2136d3e8f12ac576cd900c6..8a1ee1f9b8f9978c5f15d9fda33a0dbd238f4744 100644 (file)
@@ -1,6 +1,6 @@
 # convenience.at -- testing C convenience archives            -*- Autotest -*-
 
-#   Copyright (C) 2005, 2007-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2007-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2005
 #
 #   This file is part of GNU Libtool.
index b052ec84af820c5a987b7443d06391ec59e81b25..e83146268cb0cf2b2d0911a51fe0a1b6a234c328 100644 (file)
@@ -1,6 +1,6 @@
 # ctor.at -- Test constructors via C++                        -*- Autotest -*-
 #
-#   Copyright (C) 2007-2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Noah Misch, 2007
 #
 #   This file is part of GNU Libtool.
index e6d67617af17569db0604cbb8f44044624994dda..b0d05174fa8e845881a41533f34dc0e3d91b01db 100644 (file)
@@ -1,6 +1,6 @@
 # cwrapper.at -- test cwrapper compliance with standards -*- Autotest -*-
 
-#   Copyright (C) 2009-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2016 Free Software Foundation, Inc.
 #   Written by Charles Wilson, 2009
 #
 #   This file is part of GNU Libtool.
index 6134c328f0a40293f16fbf0d6f0ccbc9f2124764..cbc9a39fa424e44b6c6588a2594042154a3c753c 100644 (file)
@@ -1,6 +1,6 @@
 # darwin.at - tests specific to Mac OS X
 #
-#   Copyright (C) 2008-2009, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2008-2009, 2011-2016 Free Software Foundation, Inc.
 #   Written by Peter O'Gorman, 2008
 #
 #   This file is part of GNU Libtool.
index 7c6f5dcf452beab633de4f5c49b5bf8984830a2d..b1de7061a8b61d0549b4d73faea9a3c23f04a141 100644 (file)
@@ -1,6 +1,6 @@
 # demo.at -- Linking and loading. -*- Autotest -*-
 #
-#   Copyright (C) 2003-2004, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2003-2004, 2011-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
 #   This file is part of GNU Libtool.
index 625b7f28c5e86a34f99907139686caaceb3b44d2..bb37f6e1f7e3311cb6edf074ea54c599c67ed2cc 100644 (file)
@@ -1,6 +1,6 @@
 # depdemo.at -- Library interdependencies               -*- Autotest -*-
 #
-#   Copyright (C) 2003-2004, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2003-2004, 2011-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
 #   This file is part of GNU Libtool.
index 9046d0c6b9570431ae82d2e99734bee1cbf35ac2..10ce16bd8cae957c5ce619472d3259deddd2b230 100644 (file)
@@ -1,6 +1,6 @@
 # deplib-in-subdir.at --                         -*- Autotest -*-
 
-#   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index b59fb28d4af72b60c92640de61f371fcb48b3f77..d5889020c065d48980af8349215bc2b904f7d31a 100644 (file)
@@ -1,6 +1,6 @@
 # deplibs-ident.at -- detecting identical deplibs              -*- Autotest -*-
 
-#   Copyright (C) 2005, 2007-2008, 2011-2015 Free Software Foundation,
+#   Copyright (C) 2005, 2007-2008, 2011-2016 Free Software Foundation,
 #   Inc.
 #   Written by Ralf Wildenhues, 2005
 #
index b40f48cd732db3e1e59b539b736b0b585d522bd2..ef37a5ce339deb6c46c483c55d06354c72fa20db 100644 (file)
@@ -1,6 +1,6 @@
 # deplibs-mingw.at --                         -*- Autotest -*-
 
-#   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index f3676a962af2136753825a634a443e9c8e547054..1a8c1760f12e8a6ffcc71ffbc5529d83fd80ca2b 100644 (file)
@@ -1,6 +1,6 @@
 # destdir.at -- test various DESTDIR issues                   -*- Autotest -*-
 
-#   Copyright (C) 2006-2007, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2006-2007, 2011-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
 #   This file is part of GNU Libtool.
index a40546d48f56201e79884a9424d15727af6a4a59..3fd2dc7600951f7d8ab9f75317311c51b413742d 100644 (file)
@@ -1,6 +1,6 @@
 # dlloader.at -- test dlloader functionality                -*- Autotest -*-
 #
-#   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
index 139f42800ebfd88f2d18919f1a652a529c678d5a..d5982659eb4fc037ff25665500d558e807ab0736 100644 (file)
@@ -1,6 +1,6 @@
 # dumpbin-symbols.at -- libtool "dumpbin -symbols" support    -*- Autotest -*-
 
-#   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 2466bcfdccaba1d8012fb8b6f6325a00f191f1d9..b974e6ac98d2b44a92d234908a84ab80381d110b 100644 (file)
@@ -1,6 +1,6 @@
 # duplicate_conv.at -- duplicate convenience archive names   -*- Autotest -*-
 
-#   Copyright (C) 2006, 2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2006, 2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
 #   This file is part of GNU Libtool.
index b5d1feeeb636d03a712d9d86886eda6c3d7fca9c..5067c6f3c2c6287b1acf1522b7accc76d34801ae 100644 (file)
@@ -1,6 +1,6 @@
 # duplicate_deps.at -- preserve duplicate convenience deps    -*- Autotest -*-
 
-#   Copyright (C) 2006-2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2006-2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 $
 #   This file is part of GNU Libtool.
index cd710317de388def9dd18aff61ab59e6c8794395..5a828abbbe9091aa76d6db309b320a24a812c392 100755 (executable)
@@ -1,6 +1,6 @@
 # duplicate_members.at -- duplicate members in archive tests  -*- Autotest -*-
 
-#   Copyright (C) 2005, 2007-2009, 2011-2015 Free Software Foundation,
+#   Copyright (C) 2005, 2007-2009, 2011-2016 Free Software Foundation,
 #   Inc.
 #   Written by Alexandre Oliva & Peter O'Gorman, 2005
 #
index ae189924f1724585af46ad71f8305c3f49fdec1b..6541ac557ed4ea7f899b4e25bd4f2b8e26e6d457 100644 (file)
@@ -1,6 +1,6 @@
 # early-libtool.at -- early libtool script generation         -*- Autotest -*-
 
-#   Copyright (C) 2005-2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2005-2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2005
 #
 #   This file is part of GNU Libtool.
index e0352b3874bccd6fac99ff5b2c70a5ba5cbdd638..0d4972241153caf18023d269231c73f4446bc276 100644 (file)
@@ -1,6 +1,6 @@
 # exception.at -- test C++ exception handling with libtool  -*- Autotest -*-
 #
-#   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index bc689111d326a7f531d5c4f6d264036dd14c353e..e2ddbaca827fc53c832d33353d357d0706ef135d 100644 (file)
@@ -1,6 +1,6 @@
 # execute-mode.at -- libtool --mode=execute             -*- Autotest -*-
 #
-#   Copyright (C) 2008-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2008-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2008
 #
 #   This file is part of GNU Libtool.
index 321f7c3e47976b8a4df7098b6ed9d9e60fb5f10e..864d9ec822f9f29050deaf219e11d4cb51fa698b 100644 (file)
@@ -1,6 +1,6 @@
 # exeext.at -- ensure that exeext handling works  -*- Autotest -*-
 #
-#   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 #   Written by Peter Rosin
 #
 #   This file is part of GNU Libtool.
index d679b5b7faba8b0043f2991d2b86e73aeec436b9..7ce07aa5827a77981572fabae75b22076c73b91b 100755 (executable)
@@ -1,6 +1,6 @@
 # export-def.at -- test module-definition files              -*- Autotest -*-
 
-#   Copyright (C) 2013-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2013-2016 Free Software Foundation, Inc.
 #   Written by Peter Rosin, 2013
 #
 #   This file is part of GNU Libtool.
index b8114dd1736b614a7865b853e54a8021beb2017f..e8fb3d72397cac339f8a3b48d406db583af6d43a 100644 (file)
@@ -1,6 +1,6 @@
 # export.at -- test symbol exports                           -*- Autotest -*-
 
-#   Copyright (C) 2007-2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2007
 #
 #   This file is part of GNU Libtool.
index d68c54a3237a1109d95f36a6df0c9c18002b5083..ba6edcba6f661015d228b187ad7c547fb4072b83 100644 (file)
@@ -1,6 +1,6 @@
 # f77demo.at -- Fortran 77 language support.           -*- Autotest -*-
 #
-#   Copyright (C) 2003, 2005-2006, 2011-2015 Free Software Foundation,
+#   Copyright (C) 2003, 2005-2006, 2011-2016 Free Software Foundation,
 #   Inc.
 #   Written by Eric Lindahl, 2002
 #   Written by Gary V. Vaughan, 2003
index 431450ebf015cbdd67eb5df0956a16f2985fd863..0effbb7567bf1fa53978494bcfb5d3e6662ccac0 100644 (file)
@@ -1,6 +1,6 @@
 # fail.at -- test that libtool really fail when it should     -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008-2009, 2011-2015 Free Software Foundation,
+#   Copyright (C) 2005, 2008-2009, 2011-2016 Free Software Foundation,
 #   Inc.
 #   Written by Ralf Wildenhues, 2005
 #
index 32316cbb25377ba19c47188934ec0048f720b54b..9164fc19cbc07236b26fd3d805ab2dbc6e25929f 100644 (file)
@@ -1,6 +1,6 @@
 # fcdemo.at -- Fortran 90/95 language support.         -*- Autotest -*-
 #
-#   Copyright (C) 2003, 2005-2006, 2011-2015 Free Software Foundation,
+#   Copyright (C) 2003, 2005-2006, 2011-2016 Free Software Foundation,
 #   Inc.
 #   Written by Eric Lindahl, 2002
 #   Written by Gary V. Vaughan, 2003
index 2789b13af512a42812940338fbf4bb3d705225e0..3a3ffbb10e551a98cca4d4776bec3cd1ecb4b78e 100644 (file)
@@ -1,6 +1,6 @@
 # flags.at -- libtool passing of flags             -*- Autotest -*-
 #
-#   Copyright (C) 2009-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 081796d37356efcd7e5617856dbe1adb36f4cb96..91e29bd13ffe20d9291cdcd32bb5cc7033011142 100644 (file)
@@ -1,6 +1,6 @@
 # help.at -- standard command line options          -*- Autotest -*-
 #
-#   Copyright (C) 2009-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 0d294a4f4d8696b49362dc2731595995dc46bca8..e05d82b5d5f3f947263a3870bcd4c0786931acd4 100644 (file)
@@ -1,6 +1,6 @@
 # indirect_deps.at -- support for link_all_deplibs=no   -*- Autotest -*-
 
-#   Copyright (C) 2007-2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2007.
 #
 #   This file is part of GNU Libtool.
index cb0b2703b7f3a37c026edf3a44ab2c5626061da5..9a3aeeb8139eb385d02b945d58fa6165a7343579 100644 (file)
@@ -1,6 +1,6 @@
 # infer-tag.at -- libtool without --tag             -*- Autotest -*-
 #
-#   Copyright (C) 2008, 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2008, 2010-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 0ba572021f0af70583e3119f044fbc1bbf7efe28..b23731ac912af432f96546e6304096740393131e 100644 (file)
@@ -1,6 +1,6 @@
 # inherited_flags.at -- test inherited_linker_flags          -*- Autotest -*-
 #
-#   Copyright (C) 2005-2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2005-2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Peter O'Garman, 2005
 #
 #   This file is part of GNU Libtool.
index ba2f46123c57b511a00171f9e226f7a1fa5f7af1..7845bee5de50d568af77cd94d2e0a4ef61aacb46 100644 (file)
@@ -1,6 +1,6 @@
 # install.at -- install mode tests             -*- Autotest -*-
 #
-#   Copyright (C) 2008-2009, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2008-2009, 2011-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2008
 #
 #   This file is part of GNU Libtool.
index ce16b813b7191542707dc4b33545108aeb9780b7..47bd4da1cde7c6c772623c7ead08e499eb365167 100644 (file)
@@ -1,6 +1,6 @@
 # lalib-syntax.at -- parsing .la files robustly  -*- Autotest -*-
 #
-#   Copyright (C) 2009-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 8162f5ed9fe9238f1caec73f2aff0f49b1f4df49..3871a29d4f9de353d373df1f9ceec60d2381dced 100755 (executable)
@@ -1,6 +1,6 @@
 # libtool.at -- basic libtool operation tests -*- Autotest -*-
 #
-#   Copyright (C) 2003-2005, 2008, 2011-2015 Free Software Foundation,
+#   Copyright (C) 2003-2005, 2008, 2011-2016 Free Software Foundation,
 #   Inc.
 #   Written by Gary V. Vaughan, 2003
 #
index 705abad756802135912595c769c866036e406e1a..21d1c535d8322b076aa0ab5e19a7f73be0c5c1e8 100644 (file)
@@ -1,6 +1,6 @@
 # libtoolize.at -- test libtoolize operation                  -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2007-2008, 2011-2015 Free Software Foundation,
+#   Copyright (C) 2005, 2007-2008, 2011-2016 Free Software Foundation,
 #   Inc.
 #   Written by Gary V. Vaughan, 2005
 #
index cfc6aa75250d3891bb151c5707cb60100504cb1a..038fc6ee55404506831b94d017733c7fb34f4aa1 100644 (file)
@@ -1,6 +1,6 @@
 # link-order.at -- ensure that library linking order matches  -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2007-2008, 2011-2015 Free Software Foundation,
+#   Copyright (C) 2005, 2007-2008, 2011-2016 Free Software Foundation,
 #   Inc.
 #   Written by Alexandre Oliva & Ralf Wildenhues, 2005
 #
index 7e48d765e6e01524f4bfabe9b1434caa2b2afa8e..ea05f06fd15abef3f9a204485019a5de8cca8c20 100644 (file)
@@ -1,6 +1,6 @@
 # link-order2.at -- test link order of deplibs                -*- Autotest -*-
 #
-#   Copyright (C) 2006-2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2006-2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
 #   This file is part of GNU Libtool.
index a8f33a3e877314f66953e3c206fb1f9caa342d52..075595a2d84a39a94bdf5075489ab6991e189991 100644 (file)
@@ -1,6 +1,6 @@
 # loadlibrary.at -- test loadlibrary functionality          -*- Autotest -*-
 #
-#   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
index d3c4310da3c67b6d092141291df5f3a3fe6654d3..671c3c6063270a80c3778a48f4474c4af93295c3 100644 (file)
@@ -1,6 +1,6 @@
 # localization.at -- libtool and locales                -*- Autotest -*-
 #
-#   Copyright (C) 2008-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2008-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 02e665cfb1ac5e0c86e325b35a04631c41f6774c..6d893efcc2105dfe50d8157b89fb7b9cfe18f47a 100644 (file)
@@ -1,6 +1,6 @@
 # lt_dladvise.at -- test libltdl functionality                -*- Autotest -*-
 #
-#   Copyright (C) 2007-2009, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2009, 2011-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2007
 #
 #   This file is part of GNU Libtool.
index a4d12fad157c79a1a5d3b8342a33afefb9fcd8b3..5fdc79d446cab580665aff6ce286e9335c39f60d 100644 (file)
@@ -1,6 +1,6 @@
 # lt_dlexit.at -- test libltdl functionality                  -*- Autotest -*-
 #
-#   Copyright (C) 2007-2008, 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2010-2016 Free Software Foundation, Inc.
 #   Written by Dave Brolley & Ralf Wildenhues, 2007
 #
 #   This file is part of GNU Libtool.
index 7c07f5e54008f7fa25aa52c945e7f950b50f5299..22b8358c6295f0f6ba2d64355c14509703a30f90 100644 (file)
@@ -1,6 +1,6 @@
 # lt_dlopen.at -- test libltdl functionality                -*- Autotest -*-
 #
-#   Copyright (C) 2009, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2009, 2011-2016 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
index 16744f98aa9ef8e34d50cbeb3ed9596af694ab1f..18d02cd04f63701911f3968ee66213fd8ac85e4d 100644 (file)
@@ -1,6 +1,6 @@
 # lt_dlopen_a.at -- test libltdl functionality                -*- Autotest -*-
 #
-#   Copyright (C) 2009, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2009, 2011-2016 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
index 25f4d92b26c58094d9f575473f34644a17cff8f4..96ca9256eaaaed30c038906c35a855355a79e529 100644 (file)
@@ -1,6 +1,6 @@
 # lt_dlopenext.at -- test libltdl functionality             -*- Autotest -*-
 #
-#   Copyright (C) 2009-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2016 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
index 79fce993a673f4c37a4fd0500d9654459eb8189b..a9c97018d7616060854560f217b62e6f6fd8197a 100644 (file)
@@ -1,6 +1,6 @@
 # ltdl-api.at -- test libltdl API                -*- Autotest -*-
 #
-#   Copyright (C) 2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2008.
 #
 #   This file is part of GNU Libtool.
index 73e5a50cfdebe7f3e8fb0199c9d3bde8fd91077d..d4149c556530c5582b767c9405a0f095f3c9d5ba 100644 (file)
@@ -1,6 +1,6 @@
 # ltdl-libdir.at -- test libltdl functionality             -*- Autotest -*-
 #
-#   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 #   This file is part of GNU Libtool.
 #
 # GNU Libtool is free software; you can redistribute it and/or
index 8988acf24034db5fe0b4addfa35e0438b1a5f612..943949383c25dcfa6f87ce317bf207b101e8151c 100644 (file)
@@ -1,6 +1,6 @@
 # demo.at -- Dynamic ltdl runtime loading -*- Autotest -*-
 #
-#   Copyright (C) 1998, 2002-2004, 2011-2015 Free Software Foundation,
+#   Copyright (C) 1998, 2002-2004, 2011-2016 Free Software Foundation,
 #   Inc.
 #   Written by Thomas Tanner, 1998
 #   Written by Greg Eisenhauer, 2002
index c3a704cb1f6e1173e3750a9ad97f2f71bc87a12e..c41973819286251c8f99b94238922cd6e4624c4b 100644 (file)
@@ -1,6 +1,6 @@
 # need-lib-prefix.at -- test libltdl functionality            -*- Autotest -*-
 #
-#   Copyright (C) 2007-2008, 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2010-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2007
 #
 #   This file is part of GNU Libtool.
index b2f4bbe5d21a29581ac3c64be423e9fdbffcbb31..5954387fea6eb0509f153a0b875d3be0e774cf30 100644 (file)
@@ -1,6 +1,6 @@
 # no-executables.at -- Libtool usage in GCC        -*- Autotest -*-
 
-#   Copyright (C) 2008, 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2008, 2010-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index a0e412ce42c1211d067040476b71f73b734f31bf..c0d8e0b1558fa21546b25a94443b9e23181910f8 100644 (file)
@@ -1,6 +1,6 @@
 # nocase.at --  test for nocase lib search  -*- Autotest -*-
 #
-#   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 #   Written by Peter Rosin, 2007
 #
 #   This file is part of GNU Libtool.
index df856e5e4b95b142d5baf0c2d096799d70e4563b..73a6e5cf9655eb6dde40c4045656e63e4275f158 100644 (file)
@@ -1,6 +1,6 @@
 # nonrecursive.at -- test nonrecursive Automake Libltdl       -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008-2009, 2011-2015 Free Software Foundation,
+#   Copyright (C) 2005, 2008-2009, 2011-2016 Free Software Foundation,
 #   Inc.
 #   Written by Gary V. Vaughan, 2005
 #
index 768ebde56b6510d61d12784f7a80e10524484cba..56eea5ba3e80df16c76a8954a143f5e94593a87b 100644 (file)
@@ -1,6 +1,6 @@
 # old-ltdl-iface.at -- exercise old libtoolize interface to libltdl
 #
-#   Copyright (C) 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2011-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2011
 #
 #   This file is part of GNU Libtool.
index aa8549187d0c7630f32fed6552dd29c49895e10b..a04d8fc43c77c6e79fb5a7715a061e701343c33f 100644 (file)
@@ -1,6 +1,6 @@
 # old-m4-iface.at -- exercise old m4 interface to libtool     -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008-2009, 2011-2015 Free Software Foundation,
+#   Copyright (C) 2005, 2008-2009, 2011-2016 Free Software Foundation,
 #   Inc.
 #   Written by Gary V. Vaughan, 2005
 #
index effdae464665dfcb6582ceaa24df5666e3a7340c..333071e4a251be5b59a0291a97f62157c1b20f5d 100644 (file)
@@ -1,6 +1,6 @@
 # pic_flag.at -- override the pic_flag at configure time   -*- Autotest -*-
 
-#   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index e59ff3936c0a76fdaf8e33521169f83cb6c794dc..7f2249375621300ef9cdec9dbbf83b94cf17e08b 100644 (file)
@@ -1,6 +1,6 @@
 # recursive.at -- test recursive Automake libltdl build       -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2005
 #
 #   This file is part of GNU Libtool.
index 2bc25c36d30afdc2ba01e28e505abbb20c40bc98..93bbef580754a0f5a42db8608d328aa1220c640f 100644 (file)
@@ -1,6 +1,6 @@
 # resident.at -- test resident modules              -*- Autotest -*-
 
-#   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index fb14b24da551f3e297b63f1644b10cc061302575..f75f0717518f3d0b8671de34d2ef83d6b1ce7c97 100644 (file)
@@ -1,6 +1,6 @@
 # runpath-in-lalib.at --                         -*- Autotest -*-
 
-#   Copyright (C) 2007-2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2007-2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2007
 #
 #   This file is part of GNU Libtool.
index a66df0ab39044476ec084bd6fd90678d89ac7d02..8d4b1a0357928e69f4086b959b07bcf5eecd1b7a 100644 (file)
@@ -1,6 +1,6 @@
 # search-path.at -- test sys_lib_search_path_spec             -*- Autotest -*-
 #
-#   Copyright (C) 2006, 2008, 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2006, 2008, 2010-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 263ced7e27dd2abb9a5aac1a52276722fbbf2ce0..59c8ba0295f65124caf1ff5e4e51f4c06278e7ee 100644 (file)
@@ -1,6 +1,6 @@
 # shlibpath.at -- Test shlibpath settings                     -*- Autotest -*-
 #
-#   Copyright (C) 2006, 2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2006, 2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
 #   This file is part of GNU Libtool.
index a18322492feea378fcaaa3f6086da710b608a0f7..a5d8f0b13eaed57c0dea034b3e305526ad1d8574 100644 (file)
@@ -1,6 +1,6 @@
 # slist.at -- test slist.c                   -*- Autotest -*-
 #
-#   Copyright (C) 2009, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2009, 2011-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 343ba4fe864cbe456c0bd0d14ae9396c7ef8630f..a858e49d29e99f898e3af6f4ee982d86256b6ceb 100644 (file)
@@ -1,6 +1,6 @@
 # standalone.at -- test standalone libltdl builds             -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2006
 #
 #   This file is part of GNU Libtool.
index 3308da99a3597c3217adc8f7cd43da6a2258456c..382ac96026acd2d590ba9d72c59273de24bb8057 100644 (file)
@@ -1,6 +1,6 @@
 # static.at -- test flags for static/dynamic linking          -*- Autotest -*-
 #
-#   Copyright (C) 2006-2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2006-2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2006
 #
 #   This file is part of GNU Libtool.
index d1fc063913778d3733375ee4c3bfc616cc492506..92fe37a435872b870d97a0f7df395d1f5bbbfc15 100644 (file)
@@ -1,6 +1,6 @@
 # stresstest.at -- Libtool stress test                       -*- Autotest -*-
 #
-#   Copyright (C) 2005-2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2005-2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Ralf Wildenhues, 2005
 #
 #   This file is part of GNU Libtool.
index 43995bc9b8b280d5f3c5b0791b800e1071078348..4bf747d95037c0c90d63a9244635c05f0503991a 100644 (file)
@@ -1,6 +1,6 @@
 # subproject.at -- test subproject Libltdl builds             -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2008, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2005, 2008, 2011-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2005
 #
 #   This file is part of GNU Libtool.
index 779bcf0c0bb276ee55dae782ca207173834f6f4f..194849d429bb81cfdca4dfe32085aac76a3802b7 100644 (file)
@@ -1,6 +1,6 @@
 # static.at -- test flags for sysrooting          -*- Autotest -*-
 #
-#   Copyright (C) 2009, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2009, 2011-2016 Free Software Foundation, Inc.
 #   Written by Paolo Bonzini, 2009
 #
 #   This file is part of GNU Libtool.
index 9662a469b72948e21d4cc7671f399fa3c8ca0307..246aa4ac734d57bbd136de38d52585c6d825fdf0 100644 (file)
@@ -1,6 +1,6 @@
 # tagdemo.at -- C++ Language support.                   -*- Autotest -*-
 #
-#   Copyright (C) 2003-2005, 2011-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2003-2005, 2011-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2003
 #
 #   This file is part of GNU Libtool.
index 5d2cb0c271d25417ff388167d0d0172d67dd3ef5..bb4d4f4f22874b608926675ba6f57b28c9a04232 100644 (file)
@@ -1,6 +1,6 @@
 # template.at -- test C++ templates with libtool              -*- Autotest -*-
 #
-#   Copyright (C) 2005, 2007-2008, 2011-2015 Free Software Foundation,
+#   Copyright (C) 2005, 2007-2008, 2011-2016 Free Software Foundation,
 #   Inc.
 #   Written by Markus Christen, 2005
 #
index 04e41bd71f380fa97682ffbf76f3457798a2ca51..c3666db2d718e3115650cbf92cdf8a8c71b91368 100644 (file)
@@ -1,6 +1,6 @@
 # Process with autom4te to create an -*- Autotest -*- test suite.
 #
-#   Copyright (C) 2004-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2004-2016 Free Software Foundation, Inc.
 #   Written by Gary V. Vaughan, 2004
 #
 #   This file is part of GNU Libtool.
index 8397efae3d5ae6d496758a08de948379b811ef74..69f668404bb676b8d042c5fe4a23d8f089b8b6cc 100644 (file)
@@ -1,6 +1,6 @@
 # versioning.at -- test libtool versioning           -*- Autotest -*-
 #
-#   Copyright (C) 2009-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2009-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #
index 566ef57e3999b3b46c29f7634a18a53b3171eba0..e9509ec661a93b22864f1dc9315fbb238b322c0f 100644 (file)
@@ -1,6 +1,6 @@
 # with-pic.at -- test the --with-pic flag -*- Autotest -*-
 
-#   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+#   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 #
 #   This file is part of GNU Libtool.
 #