autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] maint: bump copyright to 2014


From: Eric Blake
Subject: [PATCH 1/2] maint: bump copyright to 2014
Date: Wed, 1 Jan 2014 16:33:40 -0700

Done via 'make update-copyright', since all files are effectively
modified and distributed this year via public version control.

* all files: Update copyright year.
---
 AUTHORS                     | 2 +-
 BUGS                        | 2 +-
 HACKING                     | 2 +-
 Makefile.am                 | 2 +-
 NEWS                        | 2 +-
 README                      | 2 +-
 README-alpha                | 2 +-
 README-hacking              | 2 +-
 THANKS                      | 2 +-
 TODO                        | 2 +-
 bin/autoconf.as             | 2 +-
 bin/autoheader.in           | 2 +-
 bin/autom4te.in             | 2 +-
 bin/autoreconf.in           | 2 +-
 bin/autoscan.in             | 2 +-
 bin/autoupdate.in           | 2 +-
 bin/ifnames.in              | 2 +-
 bin/local.mk                | 2 +-
 cfg.mk                      | 2 +-
 configure.ac                | 4 ++--
 doc/autoconf.texi           | 2 +-
 doc/install.texi            | 2 +-
 doc/local.mk                | 2 +-
 lib/Autom4te/C4che.pm       | 2 +-
 lib/Autom4te/ChannelDefs.pm | 2 +-
 lib/Autom4te/General.pm     | 2 +-
 lib/Autom4te/Getopt.pm      | 2 +-
 lib/Autom4te/Request.pm     | 2 +-
 lib/autoconf/autoconf.m4    | 2 +-
 lib/autoconf/autoheader.m4  | 2 +-
 lib/autoconf/autoscan.m4    | 2 +-
 lib/autoconf/autotest.m4    | 2 +-
 lib/autoconf/autoupdate.m4  | 2 +-
 lib/autoconf/c.m4           | 2 +-
 lib/autoconf/erlang.m4      | 2 +-
 lib/autoconf/fortran.m4     | 2 +-
 lib/autoconf/functions.m4   | 2 +-
 lib/autoconf/general.m4     | 2 +-
 lib/autoconf/go.m4          | 2 +-
 lib/autoconf/headers.m4     | 2 +-
 lib/autoconf/lang.m4        | 2 +-
 lib/autoconf/libs.m4        | 2 +-
 lib/autoconf/oldnames.m4    | 2 +-
 lib/autoconf/programs.m4    | 2 +-
 lib/autoconf/specific.m4    | 2 +-
 lib/autoconf/status.m4      | 2 +-
 lib/autoconf/types.m4       | 2 +-
 lib/autom4te.in             | 2 +-
 lib/autoscan/autoscan.pre   | 2 +-
 lib/autotest/autotest.m4    | 2 +-
 lib/autotest/general.m4     | 2 +-
 lib/autotest/specific.m4    | 2 +-
 lib/emacs/autoconf-mode.el  | 2 +-
 lib/emacs/autotest-mode.el  | 2 +-
 lib/freeze.mk               | 2 +-
 lib/local.mk                | 2 +-
 lib/m4sugar/foreach.m4      | 2 +-
 lib/m4sugar/m4sh.m4         | 2 +-
 lib/m4sugar/m4sugar.m4      | 2 +-
 m4/m4.m4                    | 2 +-
 m4/make-case.m4             | 2 +-
 maint.mk                    | 2 +-
 man/local.mk                | 2 +-
 tests/atlocal.in            | 2 +-
 tests/autoscan.at           | 2 +-
 tests/autotest.at           | 2 +-
 tests/base.at               | 2 +-
 tests/c.at                  | 2 +-
 tests/compile.at            | 2 +-
 tests/erlang.at             | 2 +-
 tests/foreign.at            | 2 +-
 tests/fortran.at            | 2 +-
 tests/go.at                 | 2 +-
 tests/local.at              | 2 +-
 tests/local.mk              | 2 +-
 tests/m4sh.at               | 2 +-
 tests/m4sugar.at            | 2 +-
 tests/mktests.sh            | 2 +-
 tests/semantics.at          | 2 +-
 tests/statesave.m4          | 2 +-
 tests/suite.at              | 2 +-
 tests/tools.at              | 2 +-
 tests/torture.at            | 2 +-
 tests/wrapper.as            | 2 +-
 84 files changed, 85 insertions(+), 85 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index b8dcf15..39375b8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -111,7 +111,7 @@ mode: text
 coding: utf-8
 End:

-Copyright (C) 1996, 2000-2001, 2005, 2007-2013 Free Software Foundation,
+Copyright (C) 1996, 2000-2001, 2005, 2007-2014 Free Software Foundation,
 Inc.

 This program is free software: you can redistribute it and/or modify
diff --git a/BUGS b/BUGS
index 5275df6..6d7aad9 100644
--- a/BUGS
+++ b/BUGS
@@ -3,7 +3,7 @@
 This file lists the bugs you must be aware of.  Be sure to check this
 file before using Autoconf, and especially git versions of Autoconf.

-       Copyright (C) 2000-2002, 2006-2013 Free Software Foundation,
+       Copyright (C) 2000-2002, 2006-2014 Free Software Foundation,
        Inc.

        Copying and distribution of this file, with or without
diff --git a/HACKING b/HACKING
index b50a809..498d26d 100644
--- a/HACKING
+++ b/HACKING
@@ -159,7 +159,7 @@ that needs to be updated.

 -----

-Copyright (C) 2002, 2008-2013 Free Software Foundation, Inc.
+Copyright (C) 2002, 2008-2014 Free Software Foundation, Inc.

 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
diff --git a/Makefile.am b/Makefile.am
index 8f8e7c7..2332099 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 # Make Autoconf.

-# Copyright (C) 1999-2004, 2006-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2004, 2006-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/NEWS b/NEWS
index 36d20cc..3f66825 100644
--- a/NEWS
+++ b/NEWS
@@ -2203,7 +2203,7 @@ Various bug fixes.

 -----

-Copyright (C) 1993-1996, 1998-2013 Free Software Foundation, Inc.
+Copyright (C) 1993-1996, 1998-2014 Free Software Foundation, Inc.

 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
diff --git a/README b/README
index 412340c..393df76 100644
--- a/README
+++ b/README
@@ -57,7 +57,7 @@ note that the range specifies every single year in that 
closed interval.

 -----

-Copyright (C) 1992-1994, 1998, 2000-2013 Free Software Foundation, Inc.
+Copyright (C) 1992-1994, 1998, 2000-2014 Free Software Foundation, Inc.

 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
diff --git a/README-alpha b/README-alpha
index b5c92ca..230397b 100644
--- a/README-alpha
+++ b/README-alpha
@@ -22,7 +22,7 @@ users.

 -----

-Copyright (C) 2000-2003, 2009-2013 Free Software Foundation, Inc.
+Copyright (C) 2000-2003, 2009-2014 Free Software Foundation, Inc.

 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
diff --git a/README-hacking b/README-hacking
index 978e360..58153b8 100644
--- a/README-hacking
+++ b/README-hacking
@@ -131,7 +131,7 @@ Enjoy!

 -----

-Copyright (C) 2002-2013 Free Software Foundation, Inc.
+Copyright (C) 2002-2014 Free Software Foundation, Inc.

 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
diff --git a/THANKS b/THANKS
index 7f440ae..e151633 100644
--- a/THANKS
+++ b/THANKS
@@ -452,7 +452,7 @@ mode: text
 coding: utf-8
 End:

-Copyright (C) 1999-2013 Free Software Foundation, Inc.
+Copyright (C) 1999-2014 Free Software Foundation, Inc.

 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/TODO b/TODO
index b4008b2..93cb58d 100644
--- a/TODO
+++ b/TODO
@@ -586,7 +586,7 @@ with autoconf scripts.

 ------------------------------------------------------------------------------

-Copyright (C) 1994-1996, 1999-2002, 2007-2013 Free Software Foundation,
+Copyright (C) 1994-1996, 1999-2002, 2007-2014 Free Software Foundation,
 Inc.

 Copying and distribution of this file, with or without modification,
diff --git a/bin/autoconf.as b/bin/autoconf.as
index 8c4f0f0..7991538 100644
--- a/bin/autoconf.as
+++ b/bin/autoconf.as
@@ -3,7 +3,7 @@ m4_divert_push([HEADER-COPYRIGHT])dnl
 # @configure_input@
 # autoconf -- create 'configure' using m4 macros.

-# Copyright (C) 1992-1994, 1996, 1999-2013 Free Software Foundation,
+# Copyright (C) 1992-1994, 1996, 1999-2014 Free Software Foundation,
 # Inc.

 # This program is free software: you can redistribute it and/or modify
diff --git a/bin/autoheader.in b/bin/autoheader.in
index 2727af3..fb04f7f 100644
--- a/bin/autoheader.in
+++ b/bin/autoheader.in
@@ -7,7 +7,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S 
"$0" "$@";; esac'

 # autoheader -- create 'config.h.in' from 'configure.ac'.

-# Copyright (C) 1992-1994, 1996, 1998-2013 Free Software Foundation,
+# Copyright (C) 1992-1994, 1996, 1998-2014 Free Software Foundation,
 # Inc.

 # This program is free software: you can redistribute it and/or modify
diff --git a/bin/autom4te.in b/bin/autom4te.in
index 70c3e4b..6ab2223 100644
--- a/bin/autom4te.in
+++ b/bin/autom4te.in
@@ -6,7 +6,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S 
"$0" "$@";; esac'
     if 0;

 # autom4te - Wrapper around M4 libraries.
-# Copyright (C) 2001-2003, 2005-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-2003, 2005-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/bin/autoreconf.in b/bin/autoreconf.in
index 5d7adb8..fef7f14 100644
--- a/bin/autoreconf.in
+++ b/bin/autoreconf.in
@@ -6,7 +6,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S 
"$0" "$@";; esac'
     if 0;

 # autoreconf - install the GNU Build System in a directory tree
-# Copyright (C) 1994, 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1999-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/bin/autoscan.in b/bin/autoscan.in
index db1df79..66365ec 100644
--- a/bin/autoscan.in
+++ b/bin/autoscan.in
@@ -3,7 +3,7 @@
 # @configure_input@

 # autoscan - Create configure.scan (a preliminary configure.ac) for a package.
-# Copyright (C) 1994, 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1999-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/bin/autoupdate.in b/bin/autoupdate.in
index d8a9292..56773bc 100644
--- a/bin/autoupdate.in
+++ b/bin/autoupdate.in
@@ -3,7 +3,7 @@
 # @configure_input@

 # autoupdate - modernize an Autoconf file.
-# Copyright (C) 1994, 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1999-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/bin/ifnames.in b/bin/ifnames.in
index 4b28b77..5dd67eb 100644
--- a/bin/ifnames.in
+++ b/bin/ifnames.in
@@ -7,7 +7,7 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S 
"$0" "$@";; esac'

 # ifnames - print the identifiers used in C preprocessor conditionals

-# Copyright (C) 1994-1995, 1999-2003, 2005-2013 Free Software
+# Copyright (C) 1994-1995, 1999-2003, 2005-2014 Free Software
 # Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
diff --git a/bin/local.mk b/bin/local.mk
index f3531b6..0edfbbe 100644
--- a/bin/local.mk
+++ b/bin/local.mk
@@ -1,6 +1,6 @@
 # Make Autoconf commands.

-# Copyright (C) 1999-2007, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2007, 2009-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cfg.mk b/cfg.mk
index 980eab9..a81132a 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk for Autoconf.            -*- Makefile -*-
-# Copyright (C) 2003-2004, 2006, 2008-2013 Free Software Foundation,
+# Copyright (C) 2003-2004, 2006, 2008-2014 Free Software Foundation,
 # Inc.

 # This program is free software: you can redistribute it and/or modify
diff --git a/configure.ac b/configure.ac
index 80e0dbd..19f307c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 #                                                       -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.

-# Copyright (C) 1992-1995, 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1992-1995, 1999-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@ AM_INIT_AUTOMAKE([1.11 dist-xz readme-alpha no-texinfo.tex 
std-options])

 # Keep this on a line of its own, since it must be found and processed
 # by the 'update-release-year' rule in our Makefile.
-RELEASE_YEAR=2013
+RELEASE_YEAR=2014
 AC_SUBST([RELEASE_YEAR])

 AB_INIT
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index a2368e7..6c374c0 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -210,7 +210,7 @@
 a package for creating scripts to configure source code packages using
 templates and an M4 macro package.

-Copyright @copyright{} 1992-1996, 1998-2013 Free Software Foundation,
+Copyright @copyright{} 1992-1996, 1998-2014 Free Software Foundation,
 Inc.

 @quotation
diff --git a/doc/install.texi b/doc/install.texi
index b58c9ed..fbaeffa 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -5,7 +5,7 @@

 @unnumbered Installation Instructions

-Copyright @copyright{} 1994-1996, 1999-2002, 2004-2013 Free Software
+Copyright @copyright{} 1994-1996, 1999-2002, 2004-2014 Free Software
 Foundation, Inc.

 Copying and distribution of this file, with or without modification, are
diff --git a/doc/local.mk b/doc/local.mk
index ce55181..4e9c248 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -1,6 +1,6 @@
 # Make Autoconf documentation.

-# Copyright (C) 2000-2003, 2007-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2003, 2007-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/lib/Autom4te/C4che.pm b/lib/Autom4te/C4che.pm
index 912da00..df20586 100644
--- a/lib/Autom4te/C4che.pm
+++ b/lib/Autom4te/C4che.pm
@@ -1,5 +1,5 @@
 # autoconf -- create `configure' using m4 macros
-# Copyright (C) 2003, 2006, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006, 2009-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/lib/Autom4te/ChannelDefs.pm b/lib/Autom4te/ChannelDefs.pm
index d756d75..cae4fd0 100644
--- a/lib/Autom4te/ChannelDefs.pm
+++ b/lib/Autom4te/ChannelDefs.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2003, 2006, 2008-2013 Free Software Foundation,
+# Copyright (C) 2002-2003, 2006, 2008-2014 Free Software Foundation,
 # Inc.

 # This program is free software: you can redistribute it and/or modify
diff --git a/lib/Autom4te/General.pm b/lib/Autom4te/General.pm
index 376359a..4469c92 100644
--- a/lib/Autom4te/General.pm
+++ b/lib/Autom4te/General.pm
@@ -1,5 +1,5 @@
 # autoconf -- create `configure' using m4 macros
-# Copyright (C) 2001-2004, 2006-2007, 2009-2013 Free Software
+# Copyright (C) 2001-2004, 2006-2007, 2009-2014 Free Software
 # Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
diff --git a/lib/Autom4te/Getopt.pm b/lib/Autom4te/Getopt.pm
index 79669c0..fcbb1a8 100644
--- a/lib/Autom4te/Getopt.pm
+++ b/lib/Autom4te/Getopt.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2013 Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/lib/Autom4te/Request.pm b/lib/Autom4te/Request.pm
index 35c4616..f7322d1 100644
--- a/lib/Autom4te/Request.pm
+++ b/lib/Autom4te/Request.pm
@@ -1,5 +1,5 @@
 # autoconf -- create `configure' using m4 macros
-# Copyright (C) 2001-2003, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-2003, 2009-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/lib/autoconf/autoconf.m4 b/lib/autoconf/autoconf.m4
index 366d7ca..2075006 100644
--- a/lib/autoconf/autoconf.m4
+++ b/lib/autoconf/autoconf.m4
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                -*- Autoconf -*-
 # Driver that loads the Autoconf macro files.
 #
-# Copyright (C) 1994, 1999-2002, 2006, 2008-2013 Free Software
+# Copyright (C) 1994, 1999-2002, 2006, 2008-2014 Free Software
 # Foundation, Inc.

 # This file is part of Autoconf.  This program is free
diff --git a/lib/autoconf/autoheader.m4 b/lib/autoconf/autoheader.m4
index fc1d355..7779453 100644
--- a/lib/autoconf/autoheader.m4
+++ b/lib/autoconf/autoheader.m4
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with autoheader.

-# Copyright (C) 1992-1996, 1998-2002, 2008-2013 Free Software
+# Copyright (C) 1992-1996, 1998-2002, 2008-2014 Free Software
 # Foundation, Inc.

 # This file is part of Autoconf.  This program is free
diff --git a/lib/autoconf/autoscan.m4 b/lib/autoconf/autoscan.m4
index 401a969..3df655e 100644
--- a/lib/autoconf/autoscan.m4
+++ b/lib/autoconf/autoscan.m4
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with autoscan.

-# Copyright (C) 2002, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2009-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/autoconf/autotest.m4 b/lib/autoconf/autotest.m4
index 46abb6b..960fb26 100644
--- a/lib/autoconf/autotest.m4
+++ b/lib/autoconf/autotest.m4
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with Autotest.
-# Copyright (C) 1992-1996, 1998-2005, 2009-2013 Free Software
+# Copyright (C) 1992-1996, 1998-2005, 2009-2014 Free Software
 # Foundation, Inc.

 # This file is part of Autoconf.  This program is free
diff --git a/lib/autoconf/autoupdate.m4 b/lib/autoconf/autoupdate.m4
index 152b92d..eb3a381 100644
--- a/lib/autoconf/autoupdate.m4
+++ b/lib/autoconf/autoupdate.m4
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with autoupdate.

-# Copyright (C) 1992-1996, 1998-2001, 2003-2004, 2006, 2009-2013 Free
+# Copyright (C) 1992-1996, 1998-2001, 2003-2004, 2006, 2009-2014 Free
 # Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4
index 25780f9..ecbc270 100644
--- a/lib/autoconf/c.m4
+++ b/lib/autoconf/c.m4
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Programming languages support.
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/autoconf/erlang.m4 b/lib/autoconf/erlang.m4
index 516117d..df4a50b 100644
--- a/lib/autoconf/erlang.m4
+++ b/lib/autoconf/erlang.m4
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Erlang/OTP language support.
-# Copyright (C) 2006, 2008-2013 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/autoconf/fortran.m4 b/lib/autoconf/fortran.m4
index f20b029..e0f66f1 100644
--- a/lib/autoconf/fortran.m4
+++ b/lib/autoconf/fortran.m4
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Fortran languages support.
-# Copyright (C) 2001, 2003-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/autoconf/functions.m4 b/lib/autoconf/functions.m4
index 96da5de..4175212 100644
--- a/lib/autoconf/functions.m4
+++ b/lib/autoconf/functions.m4
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for functions.
-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4
index 1ce9922..86c1e73 100644
--- a/lib/autoconf/general.m4
+++ b/lib/autoconf/general.m4
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Parameterized macros.
 m4_define([_AC_COPYRIGHT_YEARS], [
-Copyright (C) 1992-1996, 1998-2013 Free Software Foundation, Inc.
+Copyright (C) 1992-1996, 1998-2014 Free Software Foundation, Inc.
 ])

 # This file is part of Autoconf.  This program is free
diff --git a/lib/autoconf/go.m4 b/lib/autoconf/go.m4
index 2e09760..b808035 100644
--- a/lib/autoconf/go.m4
+++ b/lib/autoconf/go.m4
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Go language support.
-# Copyright (C) 2011-2013 Free Software Foundation, Inc.
+# Copyright (C) 2011-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/autoconf/headers.m4 b/lib/autoconf/headers.m4
index 34783f0..46bbe21 100644
--- a/lib/autoconf/headers.m4
+++ b/lib/autoconf/headers.m4
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for headers.
 #
-# Copyright (C) 1988, 1999-2004, 2006, 2008-2013 Free Software
+# Copyright (C) 1988, 1999-2004, 2006, 2008-2014 Free Software
 # Foundation, Inc.

 # This file is part of Autoconf.  This program is free
diff --git a/lib/autoconf/lang.m4 b/lib/autoconf/lang.m4
index c99f152..b8cbe76 100644
--- a/lib/autoconf/lang.m4
+++ b/lib/autoconf/lang.m4
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Programming languages support.
-# Copyright (C) 2000-2002, 2004-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2004-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/autoconf/libs.m4 b/lib/autoconf/libs.m4
index fdaeedb..50143d3 100644
--- a/lib/autoconf/libs.m4
+++ b/lib/autoconf/libs.m4
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for libraries.
-# Copyright (C) 1992-1996, 1998-2006, 2008-2013 Free Software
+# Copyright (C) 1992-1996, 1998-2006, 2008-2014 Free Software
 # Foundation, Inc.

 # This file is part of Autoconf.  This program is free
diff --git a/lib/autoconf/oldnames.m4 b/lib/autoconf/oldnames.m4
index f1c4737..2b17dbd 100644
--- a/lib/autoconf/oldnames.m4
+++ b/lib/autoconf/oldnames.m4
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                           -*- Autoconf -*-
 # Support old macros, and provide automated updates.
-# Copyright (C) 1994, 1999-2001, 2003, 2009-2013 Free Software
+# Copyright (C) 1994, 1999-2001, 2003, 2009-2014 Free Software
 # Foundation, Inc.

 # This file is part of Autoconf.  This program is free
diff --git a/lib/autoconf/programs.m4 b/lib/autoconf/programs.m4
index 2057e78..cdd86ea 100644
--- a/lib/autoconf/programs.m4
+++ b/lib/autoconf/programs.m4
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for programs.

-# Copyright (C) 1992-1996, 1998-2013 Free Software Foundation, Inc.
+# Copyright (C) 1992-1996, 1998-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4
index 4fca0a8..eadde52 100644
--- a/lib/autoconf/specific.m4
+++ b/lib/autoconf/specific.m4
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Macros that test for specific, unclassified, features.
 #
-# Copyright (C) 1992-1996, 1998-2013 Free Software Foundation, Inc.
+# Copyright (C) 1992-1996, 1998-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/autoconf/status.m4 b/lib/autoconf/status.m4
index d125843..9386891 100644
--- a/lib/autoconf/status.m4
+++ b/lib/autoconf/status.m4
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Parameterizing and creating config.status.
-# Copyright (C) 1992-1996, 1998-2013 Free Software Foundation, Inc.
+# Copyright (C) 1992-1996, 1998-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/autoconf/types.m4 b/lib/autoconf/types.m4
index 238798e..2ef4d53 100644
--- a/lib/autoconf/types.m4
+++ b/lib/autoconf/types.m4
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Type related macros: existence, sizeof, and structure members.
 #
-# Copyright (C) 2000-2002, 2004-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2004-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/autom4te.in b/lib/autom4te.in
index b31f357..96c0e30 100644
--- a/lib/autom4te.in
+++ b/lib/autom4te.in
@@ -1,6 +1,6 @@
 # Definition of Autom4te option sets.                     -*- Makefile -*-
 #
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-2014 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/lib/autoscan/autoscan.pre b/lib/autoscan/autoscan.pre
index 2e785b1..e323067 100644
--- a/lib/autoscan/autoscan.pre
+++ b/lib/autoscan/autoscan.pre
@@ -1,5 +1,5 @@
 # autoscan's mapping to Autoconf macros      -*- Makefile -*-
-# Copyright (C) 1992-1994, 1996, 1999-2002, 2009-2013 Free Software
+# Copyright (C) 1992-1994, 1996, 1999-2002, 2009-2014 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/lib/autotest/autotest.m4 b/lib/autotest/autotest.m4
index 60daac4..18d29bc 100644
--- a/lib/autotest/autotest.m4
+++ b/lib/autotest/autotest.m4
@@ -1,6 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # M4 macros used in building test suites.
-# Copyright (C) 2000-2002, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2009-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4
index 06d7546..0670532 100644
--- a/lib/autotest/general.m4
+++ b/lib/autotest/general.m4
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                          -*- Autoconf -*-
 # M4 macros used in building test suites.
 m4_define([_AT_COPYRIGHT_YEARS], [
-Copyright (C) 2000-2013 Free Software Foundation, Inc.
+Copyright (C) 2000-2014 Free Software Foundation, Inc.
 ])

 # This file is part of Autoconf.  This program is free
diff --git a/lib/autotest/specific.m4 b/lib/autotest/specific.m4
index 17a9eea..483e560 100644
--- a/lib/autotest/specific.m4
+++ b/lib/autotest/specific.m4
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                          -*- Autoconf -*-
 # M4 macros used in running tests using third-party testing tools.
 m4_define([_AT_COPYRIGHT_YEARS],
-[Copyright (C) 2009-2013 Free Software Foundation, Inc.])
+[Copyright (C) 2009-2014 Free Software Foundation, Inc.])

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/emacs/autoconf-mode.el b/lib/emacs/autoconf-mode.el
index 12efebe..c6247fa 100644
--- a/lib/emacs/autoconf-mode.el
+++ b/lib/emacs/autoconf-mode.el
@@ -6,7 +6,7 @@

 ;; This file is part of Autoconf

-;; Copyright (C) 2001, 2006, 2009-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2006, 2009-2014 Free Software Foundation, Inc.
 ;;
 ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lib/emacs/autotest-mode.el b/lib/emacs/autotest-mode.el
index 71afe6a..6ee97ba 100644
--- a/lib/emacs/autotest-mode.el
+++ b/lib/emacs/autotest-mode.el
@@ -5,7 +5,7 @@

 ;; This file is part of Autoconf

-;; Copyright (C) 2001, 2009-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2009-2014 Free Software Foundation, Inc.
 ;;
 ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
diff --git a/lib/freeze.mk b/lib/freeze.mk
index 77cb7c4..fd9bad6 100644
--- a/lib/freeze.mk
+++ b/lib/freeze.mk
@@ -1,6 +1,6 @@
 # Freeze M4 files.

-# Copyright (C) 2002, 2004, 2006-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004, 2006-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/lib/local.mk b/lib/local.mk
index c5a606a..03838de 100644
--- a/lib/local.mk
+++ b/lib/local.mk
@@ -1,6 +1,6 @@
 # Make Autoconf-related libraries.

-# Copyright (C) 2001-2005, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-2005, 2009-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/lib/m4sugar/foreach.m4 b/lib/m4sugar/foreach.m4
index f6a6394..4110d9f 100644
--- a/lib/m4sugar/foreach.m4
+++ b/lib/m4sugar/foreach.m4
@@ -4,7 +4,7 @@
 # Speeds up GNU M4 1.4.x by avoiding quadratic $@ recursion, but penalizes
 # GNU M4 1.6 by requiring more memory and macro expansions.
 #
-# Copyright (C) 2008-2013 Free Software Foundation, Inc.
+# Copyright (C) 2008-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4
index 53fdf8d..91cdeac 100644
--- a/lib/m4sugar/m4sh.m4
+++ b/lib/m4sugar/m4sh.m4
@@ -2,7 +2,7 @@
 # M4 sugar for common shell constructs.
 # Requires GNU M4 and M4sugar.
 #
-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/lib/m4sugar/m4sugar.m4 b/lib/m4sugar/m4sugar.m4
index b732abc..a7a93bb 100644
--- a/lib/m4sugar/m4sugar.m4
+++ b/lib/m4sugar/m4sugar.m4
@@ -3,7 +3,7 @@ divert(-1)#                                                  
-*- Autoconf -*-
 # Base M4 layer.
 # Requires GNU M4.
 #
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.

 # This file is part of Autoconf.  This program is free
 # software; you can redistribute it and/or modify it under the
diff --git a/m4/m4.m4 b/m4/m4.m4
index 2c654b9..80bd42c 100644
--- a/m4/m4.m4
+++ b/m4/m4.m4
@@ -1,6 +1,6 @@
 # m4.m4 serial 12

-# Copyright (C) 2000, 2006-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2006-2014 Free Software Foundation, Inc.

 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright
diff --git a/m4/make-case.m4 b/m4/make-case.m4
index 0279e91..0599f03 100644
--- a/m4/make-case.m4
+++ b/m4/make-case.m4
@@ -1,6 +1,6 @@
 # make-case.m4 serial 1

-# Copyright (C) 2008-2013 Free Software Foundation, Inc.
+# Copyright (C) 2008-2014 Free Software Foundation, Inc.

 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the notice and
diff --git a/maint.mk b/maint.mk
index c1b786f..be07048 100644
--- a/maint.mk
+++ b/maint.mk
@@ -2,7 +2,7 @@
 # This Makefile fragment tries to be general-purpose enough to be
 # used by many projects via the gnulib maintainer-makefile module.

-## Copyright (C) 2001-2013 Free Software Foundation, Inc.
+## Copyright (C) 2001-2014 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
diff --git a/man/local.mk b/man/local.mk
index d5c7716..7514ec4 100644
--- a/man/local.mk
+++ b/man/local.mk
@@ -1,6 +1,6 @@
 # Make Autoconf man pages.

-# Copyright (C) 2001, 2004-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2004-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 34ed98a..7d02e10 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -2,7 +2,7 @@
 # @configure_input@
 # Configurable variable values for Autoconf test suite.

-# Copyright (C) 2000-2001, 2005, 2008-2013 Free Software Foundation,
+# Copyright (C) 2000-2001, 2005, 2008-2014 Free Software Foundation,
 # Inc.
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/autoscan.at b/tests/autoscan.at
index d64ec9a..e010f73 100644
--- a/tests/autoscan.at
+++ b/tests/autoscan.at
@@ -2,7 +2,7 @@

 AT_BANNER([Autoscan.])

-# Copyright (C) 2005, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2009-2014 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/autotest.at b/tests/autotest.at
index d7d473c..a985f86 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -2,7 +2,7 @@

 AT_BANNER([Autotest.])

-# Copyright (C) 2004-2013 Free Software Foundation, Inc.
+# Copyright (C) 2004-2014 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/base.at b/tests/base.at
index 87a0417..0a9fff6 100644
--- a/tests/base.at
+++ b/tests/base.at
@@ -2,7 +2,7 @@

 AT_BANNER([Autoconf base layer.])

-# Copyright (C) 2000-2001, 2003, 2005-2013 Free Software Foundation,
+# Copyright (C) 2000-2001, 2003, 2005-2014 Free Software Foundation,
 # Inc.
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/c.at b/tests/c.at
index b1d4644..2684397 100644
--- a/tests/c.at
+++ b/tests/c.at
@@ -2,7 +2,7 @@

 AT_BANNER([C low level compiling/preprocessing macros.])

-# Copyright (C) 2000-2006, 2008-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2006, 2008-2014 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/compile.at b/tests/compile.at
index b8d6a17..e6e96fa 100644
--- a/tests/compile.at
+++ b/tests/compile.at
@@ -2,7 +2,7 @@

 AT_BANNER([Low level compiling/preprocessing macros.])

-# Copyright (C) 2000-2001, 2003, 2005-2013 Free Software Foundation,
+# Copyright (C) 2000-2001, 2003, 2005-2014 Free Software Foundation,
 # Inc.
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/erlang.at b/tests/erlang.at
index 16108cb..ddc23b6 100644
--- a/tests/erlang.at
+++ b/tests/erlang.at
@@ -2,7 +2,7 @@

 AT_BANNER([Erlang low level compiling and utility macros.])

-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2009-2014 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/foreign.at b/tests/foreign.at
index 0a6396b..a9dc33c 100644
--- a/tests/foreign.at
+++ b/tests/foreign.at
@@ -2,7 +2,7 @@

 AT_BANNER([Compatibility with other tools.])

-# Copyright (C) 2000-2007, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2007, 2009-2014 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/fortran.at b/tests/fortran.at
index b702ebd..54de45d 100644
--- a/tests/fortran.at
+++ b/tests/fortran.at
@@ -2,7 +2,7 @@

 AT_BANNER([Fortran low level compiling/preprocessing macros.])

-# Copyright (C) 2000-2001, 2003, 2008-2013 Free Software Foundation,
+# Copyright (C) 2000-2001, 2003, 2008-2014 Free Software Foundation,
 # Inc.
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/go.at b/tests/go.at
index eaf3a3b..ee395e6 100644
--- a/tests/go.at
+++ b/tests/go.at
@@ -2,7 +2,7 @@

 AT_BANNER([Go low level compiling and utility macros.])

-# Copyright (C) 2011-2013 Free Software Foundation, Inc.
+# Copyright (C) 2011-2014 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/local.at b/tests/local.at
index 47501bf..03192b6 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -1,6 +1,6 @@
 # M4 macros used in building Autoconf test suites.        -*- Autotest -*-

-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/local.mk b/tests/local.mk
index 0f26f51..d5782c1 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -1,6 +1,6 @@
 ## Make Autoconf tests.

-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/m4sh.at b/tests/m4sh.at
index 16208b5..5d3b194 100644
--- a/tests/m4sh.at
+++ b/tests/m4sh.at
@@ -2,7 +2,7 @@

 AT_BANNER([M4sh.])

-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2014 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/m4sugar.at b/tests/m4sugar.at
index c97d40d..f67125b 100644
--- a/tests/m4sugar.at
+++ b/tests/m4sugar.at
@@ -2,7 +2,7 @@

 AT_BANNER([M4sugar.])

-# Copyright (C) 2000-2002, 2005-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2005-2014 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/mktests.sh b/tests/mktests.sh
index f8a49c7..8f7e5dd 100755
--- a/tests/mktests.sh
+++ b/tests/mktests.sh
@@ -2,7 +2,7 @@

 # Build some of the Autoconf test files.

-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/semantics.at b/tests/semantics.at
index f2b9ea5..ab7aa54 100644
--- a/tests/semantics.at
+++ b/tests/semantics.at
@@ -2,7 +2,7 @@

 AT_BANNER([Semantics.])

-# Copyright (C) 2000-2002, 2004-2007, 2009-2013 Free Software
+# Copyright (C) 2000-2002, 2004-2007, 2009-2014 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/statesave.m4 b/tests/statesave.m4
index e2863b4..7f8d72c 100644
--- a/tests/statesave.m4
+++ b/tests/statesave.m4
@@ -1,6 +1,6 @@
 # statesave.m4 serial 2

-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/suite.at b/tests/suite.at
index 63e6c5b..fff8113 100644
--- a/tests/suite.at
+++ b/tests/suite.at
@@ -1,6 +1,6 @@
 # Validation suite for Autoconf                           -*- Autotest -*-

-# Copyright (C) 2000-2001, 2003-2005, 2009-2013 Free Software
+# Copyright (C) 2000-2001, 2003-2005, 2009-2014 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/tools.at b/tests/tools.at
index 294fb60..302f6f5 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -2,7 +2,7 @@

 AT_BANNER([Executables (autoheader, autoupdate...).])

-# Copyright (C) 2000-2001, 2003-2004, 2006-2013 Free Software
+# Copyright (C) 2000-2001, 2003-2004, 2006-2014 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/tests/torture.at b/tests/torture.at
index 2d48850..6bbed82 100644
--- a/tests/torture.at
+++ b/tests/torture.at
@@ -1,6 +1,6 @@
 #                                                      -*- Autotest -*-

-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2014 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/tests/wrapper.as b/tests/wrapper.as
index f2a7190..7ea2ede 100644
--- a/tests/wrapper.as
+++ b/tests/wrapper.as
@@ -1,7 +1,7 @@
 AS_INIT[]dnl                                            -*- shell-script -*-
 # wrapper.as -- running address@hidden@' as if it were installed.
 # @configure_input@
-# Copyright (C) 2003-2004, 2007, 2009-2013 Free Software Foundation,
+# Copyright (C) 2003-2004, 2007, 2009-2014 Free Software Foundation,
 # Inc.

 # This program is free software: you can redistribute it and/or modify
-- 
1.8.4.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]