autoconf-patches
[Top][All Lists]
Advanced

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

[PATCH 3/3] maint: update copyright year


From: Eric Blake
Subject: [PATCH 3/3] maint: update copyright year
Date: Tue, 4 Jan 2011 16:31:19 -0700

All files changed to add 2011, via 'make update-copyright'.

Signed-off-by: Eric Blake <address@hidden>
---

Net reduction in lines, thanks to year compression.

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

diff --git a/AUTHORS b/AUTHORS
index e5481d2..fdb14cb 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -103,8 +103,8 @@ mode: text
 coding: utf-8
 End:

-Copyright (C) 1996, 2000, 2001, 2005, 2007, 2008, 2009, 2010 Free
-Software Foundation, Inc.
+Copyright (C) 1996, 2000-2001, 2005, 2007-2011 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/BUGS b/BUGS
index 17282e3..82c438e 100644
--- a/BUGS
+++ b/BUGS
@@ -3,8 +3,8 @@
 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, 2001, 2002, 2006, 2007, 2008, 2009, 2010
-       Free Software Foundation, Inc.
+       Copyright (C) 2000-2002, 2006-2011 Free Software Foundation,
+       Inc.

        Copying and distribution of this file, with or without
        modification, are permitted in any medium without royalty provided
diff --git a/ChangeLog b/ChangeLog
index a68203d..b35cfac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-01-04  Eric Blake  <address@hidden>

+       maint: update copyright year
+       All files changed to add 2011, via 'make update-copyright'.
+
        maint: resync upstream files
        * GNUmakefile: Regenerated by 'make fetch'.
        * build-aux/config.guess: Likewise.
@@ -22434,8 +22437,7 @@
        coding: utf-8
        End:

-       Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-       2009, 2010, 2011 Free Software Foundation, Inc.
+       Copyright (C) 2001-2011 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
diff --git a/HACKING b/HACKING
index 7b5005d..67a7d7d 100644
--- a/HACKING
+++ b/HACKING
@@ -161,7 +161,7 @@ that needs to be updated.

 -----

-Copyright (C) 2002, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2002, 2008-2011 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 9f0c887..b34d97e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,6 @@
 # Make Autoconf.

-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008,
-# 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1999-2004, 2006-2011 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 6b62542..d00c312 100644
--- a/NEWS
+++ b/NEWS
@@ -2068,9 +2068,7 @@ Various bug fixes.

 -----

-Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002,
-2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
-Inc.
+Copyright (C) 1993-1996, 1998-2011 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 0f79abf..4c71803 100644
--- a/README
+++ b/README
@@ -57,8 +57,8 @@ note that the range specifies every single year in that 
closed interval.

 -----

-Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2002, 2003, 2004,
-2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+Copyright (C) 1992-1994, 1998, 2000-2011 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 dbfe7b7..529ccf8 100644
--- a/README-alpha
+++ b/README-alpha
@@ -22,8 +22,7 @@ users.

 -----

-Copyright (C) 2000, 2001, 2002, 2003, 2009, 2010 Free Software
-Foundation, Inc.
+Copyright (C) 2000-2003, 2009-2011 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 0747d11..e8d51a0 100644
--- a/README-hacking
+++ b/README-hacking
@@ -131,8 +131,7 @@ Enjoy!

 -----

-Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
-Software Foundation, Inc.
+Copyright (C) 2002-2011 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 6a81f74..3d7905f 100644
--- a/THANKS
+++ b/THANKS
@@ -434,8 +434,7 @@ mode: text
 coding: utf-8
 End:

-Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 1999-2011 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 da5ddfd..a8abf94 100644
--- a/TODO
+++ b/TODO
@@ -592,8 +592,8 @@ with autoconf scripts.

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

-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2007, 2008,
-2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2007-2011 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/bin/Makefile.am b/bin/Makefile.am
index d6b0563..d19dc12 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1,7 +1,6 @@
 # Make Autoconf commands.

-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-# 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1999-2007, 2009-2011 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/autoconf.as b/bin/autoconf.as
index aa7fe6b..956fc22 100644
--- a/bin/autoconf.as
+++ b/bin/autoconf.as
@@ -3,8 +3,7 @@ m4_divert_push([HEADER-COPYRIGHT])dnl
 # @configure_input@
 # autoconf -- create `configure' using m4 macros

-# Copyright (C) 1992, 1993, 1994, 1996, 1999, 2000, 2001, 2002, 2003,
-# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
+# Copyright (C) 1992-1994, 1996, 1999-2011 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 ad28252..7086a9b 100644
--- a/bin/autoheader.in
+++ b/bin/autoheader.in
@@ -7,9 +7,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S 
"$0" "$@";; esac'

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

-# Copyright (C) 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 1992-1994, 1996, 1998-2011 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/autom4te.in b/bin/autom4te.in
index e54aa08..4ad9570 100644
--- a/bin/autom4te.in
+++ b/bin/autom4te.in
@@ -6,8 +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, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010
-# Free Software Foundation, Inc.
+# Copyright (C) 2001-2003, 2005-2011 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 192c8fa..03f9ecd 100644
--- a/bin/autoreconf.in
+++ b/bin/autoreconf.in
@@ -6,8 +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, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-# 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1999-2011 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 7623a99..fcd189c 100644
--- a/bin/autoscan.in
+++ b/bin/autoscan.in
@@ -3,8 +3,7 @@
 # @configure_input@

 # autoscan - Create configure.scan (a preliminary configure.ac) for a package.
-# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-# 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1999-2011 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 353caf9..dd01861 100644
--- a/bin/autoupdate.in
+++ b/bin/autoupdate.in
@@ -3,8 +3,7 @@
 # @configure_input@

 # autoupdate - modernize an Autoconf file.
-# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-# 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1999-2011 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 4e8944a..4e948e9 100644
--- a/bin/ifnames.in
+++ b/bin/ifnames.in
@@ -7,8 +7,8 @@ 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, 2000, 2001, 2002, 2003, 2005, 2006,
-# 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1994-1995, 1999-2003, 2005-2011 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/configure.ac b/configure.ac
index 669b1c8..5816d4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,7 @@
 #                                                       -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.

-# Copyright (C) 1992, 1993, 1994, 1995, 1999, 2000, 2001, 2002, 2003,
-# 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
-# Inc.
+# Copyright (C) 1992-1995, 1999-2011 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/doc/Makefile.am b/doc/Makefile.am
index 1634a03..35febaa 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,6 @@
 # Make Autoconf documentation.

-# Copyright (C) 2000, 2001, 2002, 2003, 2007, 2008, 2009, 2010 Free
-# Software Foundation, Inc.
+# Copyright (C) 2000-2003, 2007-2011 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/doc/autoconf.texi b/doc/autoconf.texi
index 5fbfb79..1e9fb42 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -202,9 +202,8 @@
 a package for creating scripts to configure source code packages using
 templates and an M4 macro package.

-Copyright @copyright{} 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-Foundation, Inc.
+Copyright @copyright{} 1992-1996, 1998-2011 Free Software Foundation,
+Inc.

 @quotation
 Permission is granted to copy, distribute and/or modify this document
diff --git a/lib/Autom4te/C4che.pm b/lib/Autom4te/C4che.pm
index e6d13c7..b8c4a96 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, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006, 2009-2011 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 c78d91a..c66d322 100644
--- a/lib/Autom4te/ChannelDefs.pm
+++ b/lib/Autom4te/ChannelDefs.pm
@@ -1,5 +1,5 @@
-# Copyright (C) 2002, 2003, 2006, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2002-2003, 2006, 2008-2011 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/General.pm b/lib/Autom4te/General.pm
index a6ff680..80e6efa 100644
--- a/lib/Autom4te/General.pm
+++ b/lib/Autom4te/General.pm
@@ -1,6 +1,6 @@
 # autoconf -- create `configure' using m4 macros
-# Copyright (C) 2001, 2002, 2003, 2004, 2006, 2007, 2009, 2010 Free
-# Software Foundation, Inc.
+# Copyright (C) 2001-2004, 2006-2007, 2009-2011 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/Makefile.am b/lib/Autom4te/Makefile.am
index d23dfdb..858056c 100644
--- a/lib/Autom4te/Makefile.am
+++ b/lib/Autom4te/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to create Makefile.in

-# Copyright (C) 2001, 2003, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003, 2009-2011 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 32f54ff..958ae1b 100644
--- a/lib/Autom4te/Request.pm
+++ b/lib/Autom4te/Request.pm
@@ -1,6 +1,5 @@
 # autoconf -- create `configure' using m4 macros
-# Copyright (C) 2001, 2002, 2003, 2009, 2010 Free Software Foundation,
-# Inc.
+# Copyright (C) 2001-2003, 2009-2011 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/Makefile.am b/lib/Makefile.am
index 2d403dc..c7432e8 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,7 +1,6 @@
 # Make Autoconf-related libraries.

-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2001-2005, 2009-2011 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/Makefile.am b/lib/autoconf/Makefile.am
index a40ce16..ed2d4e9 100644
--- a/lib/autoconf/Makefile.am
+++ b/lib/autoconf/Makefile.am
@@ -1,6 +1,6 @@
 # Make Autoconf library.

-# Copyright (C) 2001, 2002, 2006, 2009, 2010 Free Software Foundation,
+# Copyright (C) 2001-2002, 2006, 2009-2011 Free Software Foundation,
 # Inc.

 # This program is free software: you can redistribute it and/or modify
diff --git a/lib/autoconf/autoconf.m4 b/lib/autoconf/autoconf.m4
index 33f6019..32a6248 100644
--- a/lib/autoconf/autoconf.m4
+++ b/lib/autoconf/autoconf.m4
@@ -1,8 +1,8 @@
 # This file is part of Autoconf.                -*- Autoconf -*-
 # Driver that loads the Autoconf macro files.
 #
-# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2006, 2008, 2009, 2010
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1999-2002, 2006, 2008-2011 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/autoheader.m4 b/lib/autoconf/autoheader.m4
index f89d042..9752e12 100644
--- a/lib/autoconf/autoheader.m4
+++ b/lib/autoconf/autoheader.m4
@@ -1,8 +1,8 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with autoheader.

-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1992-1996, 1998-2002, 2008-2011 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/autoscan.m4 b/lib/autoconf/autoscan.m4
index c3563e7..9eb141f 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, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2009-2011 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 c219a01..7c1a404 100644
--- a/lib/autoconf/autotest.m4
+++ b/lib/autoconf/autotest.m4
@@ -1,7 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with Autotest.
-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1992-1996, 1998-2005, 2009-2011 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/autoupdate.m4 b/lib/autoconf/autoupdate.m4
index 5d933f8..6e2ce3f 100644
--- a/lib/autoconf/autoupdate.m4
+++ b/lib/autoconf/autoupdate.m4
@@ -1,8 +1,8 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Interface with autoupdate.

-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2003, 2004, 2006, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1992-1996, 1998-2001, 2003-2004, 2006, 2009-2011 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/c.m4 b/lib/autoconf/c.m4
index 5479056..871e1c9 100644
--- a/lib/autoconf/c.m4
+++ b/lib/autoconf/c.m4
@@ -1,7 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Programming languages support.
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-# 2010 Free Software Foundation, Inc.
+# Copyright (C) 2001-2011 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 bcdbb75..e923205 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, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008-2011 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 82a7a5d..c704868 100644
--- a/lib/autoconf/fortran.m4
+++ b/lib/autoconf/fortran.m4
@@ -1,7 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Fortran languages support.
-# Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-# Free Software Foundation, Inc.
+# Copyright (C) 2001, 2003-2011 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 f2048bf..5541968 100644
--- a/lib/autoconf/functions.m4
+++ b/lib/autoconf/functions.m4
@@ -1,7 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for functions.
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2000-2011 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 59c47ab..dd20e71 100644
--- a/lib/autoconf/general.m4
+++ b/lib/autoconf/general.m4
@@ -1,9 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Parameterized macros.
 m4_define([_AC_COPYRIGHT_YEARS], [
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-Foundation, Inc.
+Copyright (C) 1992-1996, 1998-2011 Free Software Foundation, Inc.
 ])

 # This file is part of Autoconf.  This program is free
diff --git a/lib/autoconf/headers.m4 b/lib/autoconf/headers.m4
index 1bc0feb..75bdfef 100644
--- a/lib/autoconf/headers.m4
+++ b/lib/autoconf/headers.m4
@@ -1,8 +1,8 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for headers.
 #
-# Copyright (C) 1988, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2008,
-# 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1988, 1999-2004, 2006, 2008-2011 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/lang.m4 b/lib/autoconf/lang.m4
index d2e98f9..4982250 100644
--- a/lib/autoconf/lang.m4
+++ b/lib/autoconf/lang.m4
@@ -1,7 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Programming languages support.
-# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009,
-# 2010 Free Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2004-2011 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 ec961aa..cbc1472 100644
--- a/lib/autoconf/libs.m4
+++ b/lib/autoconf/libs.m4
@@ -1,7 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for libraries.
-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010 Free Software
+# Copyright (C) 1992-1996, 1998-2006, 2008-2011 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 1228b15..6b1bd4e 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, 2000, 2001, 2003, 2009, 2010 Free Software
+# Copyright (C) 1994, 1999-2001, 2003, 2009-2011 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 c90d9b2..0def8b2 100644
--- a/lib/autoconf/programs.m4
+++ b/lib/autoconf/programs.m4
@@ -1,9 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Checking for programs.

-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 1992-1996, 1998-2011 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 1e20e01..2630edb 100644
--- a/lib/autoconf/specific.m4
+++ b/lib/autoconf/specific.m4
@@ -1,9 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Macros that test for specific, unclassified, features.
 #
-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 1992-1996, 1998-2011 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 7937388..a1a857b 100644
--- a/lib/autoconf/status.m4
+++ b/lib/autoconf/status.m4
@@ -1,8 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Parameterizing and creating config.status.
-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 1992-1996, 1998-2011 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 9f482da..6583cb0 100644
--- a/lib/autoconf/types.m4
+++ b/lib/autoconf/types.m4
@@ -1,8 +1,7 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # Type related macros: existence, sizeof, and structure members.
 #
-# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009,
-# 2010 Free Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2004-2011 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 434210e..05b325f 100644
--- a/lib/autom4te.in
+++ b/lib/autom4te.in
@@ -1,7 +1,6 @@
 # Definition of Autom4te option sets.                     -*- Makefile -*-
 #
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-# 2010 Free Software Foundation, Inc.
+# Copyright (C) 2001-2011 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/Makefile.am b/lib/autoscan/Makefile.am
index 220f201..7a1ceb1 100644
--- a/lib/autoscan/Makefile.am
+++ b/lib/autoscan/Makefile.am
@@ -1,6 +1,6 @@
 # Make Autoscan library.

-# Copyright (C) 2001, 2002, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2001-2002, 2009-2011 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 deb205e..7b88a36 100644
--- a/lib/autoscan/autoscan.pre
+++ b/lib/autoscan/autoscan.pre
@@ -1,6 +1,6 @@
 # autoscan's mapping to Autoconf macros      -*- Makefile -*-
-# Copyright (C) 1992, 1993, 1994, 1996, 1999, 2000, 2001, 2002, 2009,
-# 2010 Free Software Foundation, Inc.
+# Copyright (C) 1992-1994, 1996, 1999-2002, 2009-2011 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/autotest/Makefile.am b/lib/autotest/Makefile.am
index c459d87..2d37cdf 100644
--- a/lib/autotest/Makefile.am
+++ b/lib/autotest/Makefile.am
@@ -1,6 +1,6 @@
 # Make Autotest library.

-# Copyright (C) 2001, 2002, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2001-2002, 2009-2011 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/autotest/autotest.m4 b/lib/autotest/autotest.m4
index 5081ccf..d88ad5b 100644
--- a/lib/autotest/autotest.m4
+++ b/lib/autotest/autotest.m4
@@ -1,7 +1,6 @@
 # This file is part of Autoconf.                       -*- Autoconf -*-
 # M4 macros used in building test suites.
-# Copyright (C) 2000, 2001, 2002, 2009, 2010 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000-2002, 2009-2011 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 fc8d866..989691d 100644
--- a/lib/autotest/general.m4
+++ b/lib/autotest/general.m4
@@ -1,8 +1,7 @@
 # This file is part of Autoconf.                          -*- Autoconf -*-
 # M4 macros used in building test suites.
 m4_define([_AT_COPYRIGHT_YEARS], [
-Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2000-2011 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 11eb88b..1a46f1c 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, 2010 Free Software Foundation, Inc.])
+[Copyright (C) 2009-2011 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 a5737f9..287e9c7 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, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2006, 2009-2011 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 269db85..aa7e74f 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, 2010 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2009-2011 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 fdd07f2..31a946e 100644
--- a/lib/freeze.mk
+++ b/lib/freeze.mk
@@ -1,7 +1,6 @@
 # Freeze M4 files.

-# Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2002, 2004, 2006-2011 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/Makefile.am b/lib/m4sugar/Makefile.am
index dcfa5d5..d18d771 100644
--- a/lib/m4sugar/Makefile.am
+++ b/lib/m4sugar/Makefile.am
@@ -1,7 +1,6 @@
 # Make Autoconf library for M4sugar.

-# Copyright (C) 2001, 2002, 2006, 2007, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2001-2002, 2006-2011 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 0109abf..dc6c7f5 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, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2008-2011 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 3c9350a..1ff1705 100644
--- a/lib/m4sugar/m4sh.m4
+++ b/lib/m4sugar/m4sh.m4
@@ -2,8 +2,7 @@
 # M4 sugar for common shell constructs.
 # Requires GNU M4 and M4sugar.
 #
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2000-2011 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 282cd79..00f1f4a 100644
--- a/lib/m4sugar/m4sugar.m4
+++ b/lib/m4sugar/m4sugar.m4
@@ -3,8 +3,7 @@ divert(-1)#                                                  
-*- Autoconf -*-
 # Base M4 layer.
 # Requires GNU M4.
 #
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-# 2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1999-2011 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/autobuild.m4 b/m4/autobuild.m4
index 93ccb54..04971d4 100644
--- a/m4/autobuild.m4
+++ b/m4/autobuild.m4
@@ -1,6 +1,5 @@
 # autobuild.m4 serial 7
-dnl Copyright (C) 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
-dnl Inc.
+dnl Copyright (C) 2004, 2006-2011 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.
diff --git a/m4/m4.m4 b/m4/m4.m4
index 277b9c0..a11fe0d 100644
--- a/m4/m4.m4
+++ b/m4/m4.m4
@@ -1,7 +1,6 @@
 # m4.m4 serial 11

-# Copyright (C) 2000, 2006, 2007, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2000, 2006-2011 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 f818d92..55ae6d4 100644
--- a/m4/make-case.m4
+++ b/m4/make-case.m4
@@ -1,6 +1,6 @@
 # make-case.m4 serial 1

-# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2008-2011 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 99af2ff..caa9288 100644
--- a/maint.mk
+++ b/maint.mk
@@ -2,8 +2,7 @@
 # This Makefile fragment tries to be general-purpose enough to be
 # used by at least coreutils, idutils, CPPI, Bison, and Autoconf.

-## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-## 2010 Free Software Foundation, Inc.
+## Copyright (C) 2001-2011 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/Makefile.am b/man/Makefile.am
index aa27511..76ae5e8 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,7 +1,6 @@
 # Make Autoconf man pages.

-# Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
-# Software Foundation, Inc.
+# Copyright (C) 2001, 2004-2011 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/Makefile.am b/tests/Makefile.am
index 669e603..d068a10 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,6 @@
 ## Make Autoconf tests.

-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2000-2011 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 cfd527a..ee6ce80 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -2,8 +2,8 @@
 # @configure_input@
 # Configurable variable values for Autoconf test suite.

-# Copyright (C) 2000, 2001, 2005, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2000-2001, 2005, 2008-2011 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/autoscan.at b/tests/autoscan.at
index a98f025..794b591 100644
--- a/tests/autoscan.at
+++ b/tests/autoscan.at
@@ -2,7 +2,7 @@

 AT_BANNER([Autoscan.])

-# Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2009-2011 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 323006e..ac3ed94 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -2,8 +2,7 @@

 AT_BANNER([Autotest.])

-# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2004-2011 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 0973fc4..4b24366 100644
--- a/tests/base.at
+++ b/tests/base.at
@@ -2,8 +2,8 @@

 AT_BANNER([Autoconf base layer.])

-# Copyright (C) 2000, 2001, 2003, 2005, 2006, 2007, 2008, 2009, 2010
-# Free Software Foundation, Inc.
+# Copyright (C) 2000-2001, 2003, 2005-2011 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/c.at b/tests/c.at
index 0e09798..7bf8052 100644
--- a/tests/c.at
+++ b/tests/c.at
@@ -2,8 +2,7 @@

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

-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009,
-# 2010 Free Software Foundation, Inc.
+# Copyright (C) 2000-2006, 2008-2011 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 a39a6f1..05c9bb3 100644
--- a/tests/compile.at
+++ b/tests/compile.at
@@ -2,8 +2,8 @@

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

-# Copyright (C) 2000, 2001, 2003, 2005, 2006, 2007, 2008, 2009, 2010
-# Free Software Foundation, Inc.
+# Copyright (C) 2000-2001, 2003, 2005-2011 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/erlang.at b/tests/erlang.at
index ed95a3b..0f4a018 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, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2009-2011 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 08cb8b1..d314021 100644
--- a/tests/foreign.at
+++ b/tests/foreign.at
@@ -2,8 +2,7 @@

 AT_BANNER([Compatibility with other tools.])

-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009,
-# 2010 Free Software Foundation, Inc.
+# Copyright (C) 2000-2007, 2009-2011 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 4397e35..92df39d 100644
--- a/tests/fortran.at
+++ b/tests/fortran.at
@@ -2,8 +2,8 @@

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

-# Copyright (C) 2000, 2001, 2003, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2000-2001, 2003, 2008-2011 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 d1a4890..8e20ec3 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -1,7 +1,6 @@
 # M4 macros used in building Autoconf test suites.        -*- Autotest -*-

-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2000-2011 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 c01027f..a5ef905 100644
--- a/tests/m4sh.at
+++ b/tests/m4sh.at
@@ -2,8 +2,7 @@

 AT_BANNER([M4sh.])

-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2000-2011 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 f5182dc..cbe602d 100644
--- a/tests/m4sugar.at
+++ b/tests/m4sugar.at
@@ -2,8 +2,7 @@

 AT_BANNER([M4sugar.])

-# Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007, 2008, 2009, 2010
-# Free Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2005-2011 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 0a04e59..3559f0c 100755
--- a/tests/mktests.sh
+++ b/tests/mktests.sh
@@ -2,8 +2,7 @@

 # Build some of the Autoconf test files.

-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2000-2011 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 0e28737..68fe861 100644
--- a/tests/semantics.at
+++ b/tests/semantics.at
@@ -2,8 +2,8 @@

 AT_BANNER([Semantics.])

-# Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2010
-# Free Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2004-2007, 2009-2011 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/statesave.m4 b/tests/statesave.m4
index 06d1361..8052e0d 100644
--- a/tests/statesave.m4
+++ b/tests/statesave.m4
@@ -1,7 +1,6 @@
 # statesave.m4 serial 2

-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2000-2011 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 17bacb7..24685a0 100644
--- a/tests/suite.at
+++ b/tests/suite.at
@@ -1,6 +1,6 @@
 # Validation suite for Autoconf                           -*- Autotest -*-

-# Copyright (C) 2000, 2001, 2003, 2004, 2005, 2009, 2010 Free Software
+# Copyright (C) 2000-2001, 2003-2005, 2009-2011 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 c89ac4c..0ccb387 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -2,8 +2,8 @@

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

-# Copyright (C) 2000, 2001, 2003, 2004, 2006, 2007, 2008, 2009, 2010
-# Free Software Foundation, Inc.
+# Copyright (C) 2000-2001, 2003-2004, 2006-2011 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/torture.at b/tests/torture.at
index 511834d..b3a5ac3 100644
--- a/tests/torture.at
+++ b/tests/torture.at
@@ -1,7 +1,6 @@
 #                                                      -*- Autotest -*-

-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2000-2011 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 f4fad26..c1112a7 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, 2010 Free Software Foundation,
+# Copyright (C) 2003-2004, 2007, 2009-2011 Free Software Foundation,
 # Inc.

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




reply via email to

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