summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2010-01-04 14:12:22 -0700
committerEric Blake <ebb9@byu.net>2010-01-05 22:03:47 -0700
commit1270f0e114d5b7f442362a4952f185920886045e (patch)
tree2ecf614395c632152d5fd671df507f49116d15a2
parent2464644c1e3359a7abe15c3f28c0948be612c8e8 (diff)
downloadm4-1270f0e114d5b7f442362a4952f185920886045e.tar.gz
Update copyright year.
All files impacted, via 'make update-copyright'. Additionally: * .gitignore: Ignore backup files. Signed-off-by: Eric Blake <ebb9@byu.net> (cherry picked from commit 5f42c4dabb6858601abce7b38ca78f4c3069f301)
-rw-r--r--.gitignore1
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
-rw-r--r--README4
-rw-r--r--README-alpha2
-rw-r--r--THANKS4
-rw-r--r--TODO3
-rwxr-xr-xbootstrap4
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/STYLE2
-rw-r--r--doc/m4.texinfo3
-rw-r--r--examples/COPYING2
-rw-r--r--examples/WWW/COPYING2
-rw-r--r--examples/WWW/m4lib/COPYING2
-rw-r--r--ltdl/m4/debug.m42
-rw-r--r--ltdl/m4/gmp.m42
-rw-r--r--ltdl/m4/m4-error.m43
-rw-r--r--ltdl/m4/m4-getopt.m43
-rw-r--r--ltdl/m4/m4-gettext.m43
-rw-r--r--ltdl/m4/m4-obstack.m42
-rw-r--r--ltdl/m4/m4-regex.m43
-rw-r--r--ltdl/m4/m4-rename.m42
-rw-r--r--ltdl/m4/m4-syscmd.m42
-rw-r--r--ltdl/m4/stackovf.m43
-rw-r--r--m4/builtin.c2
-rw-r--r--m4/debug.c4
-rw-r--r--m4/hash.c2
-rw-r--r--m4/hash.h2
-rw-r--r--m4/input.c2
-rw-r--r--m4/m4.c2
-rw-r--r--m4/m4module.h3
-rw-r--r--m4/m4private.h2
-rw-r--r--m4/macro.c2
-rw-r--r--m4/module.c3
-rw-r--r--m4/path.c2
-rw-r--r--m4/resyntax.c2
-rw-r--r--m4/symtab.c2
-rw-r--r--m4/syntax.c2
-rw-r--r--m4/system_.h2
-rw-r--r--m4/utility.c2
-rw-r--r--modules/README2
-rw-r--r--modules/evalparse.c2
-rw-r--r--modules/format.c2
-rw-r--r--modules/gnu.c2
-rw-r--r--modules/import.c3
-rw-r--r--modules/load.c2
-rw-r--r--modules/m4.c4
-rw-r--r--modules/m4.h3
-rw-r--r--modules/modtest.c4
-rw-r--r--modules/modtest.m42
-rw-r--r--modules/mpeval.c2
-rw-r--r--modules/perl.c2
-rw-r--r--modules/perl.m42
-rw-r--r--modules/shadow.c2
-rw-r--r--modules/shadow.m42
-rw-r--r--modules/stdlib.c2
-rw-r--r--modules/stdlib.m42
-rw-r--r--modules/time.c2
-rw-r--r--modules/time.m42
-rw-r--r--modules/time2.m42
-rw-r--r--modules/traditional.c3
-rw-r--r--po/Makevars2
-rw-r--r--src/freeze.c2
-rw-r--r--src/m4.h4
-rw-r--r--src/main.c3
-rw-r--r--src/stackovf.c3
-rw-r--r--tests/atlocal.in3
-rw-r--r--tests/builtins.at3
-rw-r--r--tests/freeze.at3
-rwxr-xr-xtests/generate.awk4
-rw-r--r--tests/iso8859.m4bin1439 -> 1445 bytes
-rw-r--r--tests/m4.in3
-rw-r--r--tests/macros.at3
-rw-r--r--tests/modules.at3
-rw-r--r--tests/others.at4
-rwxr-xr-xtests/stackovf.test2
78 files changed, 110 insertions, 85 deletions
diff --git a/.gitignore b/.gitignore
index 326c4fe4..c241e524 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*~
.#*
*.a
+*.bak
.deps
.dirstamp
*.exe
diff --git a/AUTHORS b/AUTHORS
index 40d8361a..6d4ef049 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -28,7 +28,7 @@ Markus Duft markus.duft@salomon.at 2006-08-03
========================================================================
-Copyright (C) 2000, 2006, 2007 Free Software Foundation, Inc.
+Copyright (C) 2000, 2006, 2007, 2010 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
diff --git a/ChangeLog b/ChangeLog
index e4b51cf7..768f6de3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-01-05 Eric Blake <ebb9@byu.net>
+ Update copyright year.
+ All files impacted, via 'make update-copyright'. Additionally:
+ * .gitignore: Ignore backup files.
+
Prepare to bulk update copyright year.
* gnulib: Update.
* ltdl/m4/gnulib-cache.m4: Import update-copyright module.
diff --git a/NEWS b/NEWS
index 819dfeee..e3d3cd8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU m4 NEWS - History of user-visible changes. -*- outline -*-
-Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2006, 2007, 2008, 2009
-Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2006, 2007, 2008,
+2009, 2010 Free Software Foundation, Inc.
* Noteworthy changes in Version 1.9b (200x-??-??) [beta]
Released by ????, based on git version 1.9a-*
diff --git a/README b/README
index a128a02c..719cc17f 100644
--- a/README
+++ b/README
@@ -85,8 +85,8 @@ set of tests.
========================================================================
-Copyright (C) 2000, 2005, 2006, 2007, 2009 Free Software Foundation,
-Inc.
+Copyright (C) 2000, 2005, 2006, 2007, 2009, 2010 Free Software
+Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
diff --git a/README-alpha b/README-alpha
index 6239d95a..aa94ceff 100644
--- a/README-alpha
+++ b/README-alpha
@@ -13,7 +13,7 @@ GNU m4 has a web-site at http://www.gnu.org/software/m4/
========================================================================
-Copyright (C) 2000, 2006 Free Software Foundation, Inc.
+Copyright (C) 2000, 2006, 2010 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
diff --git a/THANKS b/THANKS
index 0d5295ad..543548e9 100644
--- a/THANKS
+++ b/THANKS
@@ -161,8 +161,8 @@ Local Variables:
coding: utf-8
End:
-Copyright (C) 2000, 2006, 2007, 2008, 2009 Free Software Foundation,
-Inc.
+Copyright (C) 2000, 2006, 2007, 2008, 2009, 2010 Free Software
+Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
diff --git a/TODO b/TODO
index 70c9f628..1a53c199 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
GNU m4 TODO - Tasks that need implementing. -*- outline -*-
-Copyright (C) 2000, 2001, 2006, 2007, 2008 Free Software Foundation, Inc.
+Copyright (C) 2000, 2001, 2006, 2007, 2008, 2010 Free Software
+Foundation, Inc.
Tell the maintainers at <bug-m4@gnu.org> if you feel like volunteering
for any of these ideas or if you have others to add.
diff --git a/bootstrap b/bootstrap
index ee53aa7a..f0071109 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
#! /bin/sh
-# bootstrap (GNU M4) version 2009-11-25
-# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software
+# bootstrap (GNU M4) version 2010-01-05
+# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
# Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
# This is free software: you are free to change and redistribute it.
diff --git a/configure.ac b/configure.ac
index 32eb9da3..afd85d8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Configure template for GNU m4. -*-Autoconf-*-
# Copyright (C) 1991, 1992, 1993, 1994, 2000, 2001, 2002, 2004, 2005,
-# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
#
# This file is part of GNU M4.
#
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8d9a6fbd..92337649 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am - template for generating Makefile via Automake
##
-## Copyright (C) 2009 Free Software Foundation, Inc.
+## Copyright (C) 2009, 2010 Free Software Foundation, Inc.
##
## This file is part of GNU M4.
##
diff --git a/doc/STYLE b/doc/STYLE
index 3cc59b32..60a30005 100644
--- a/doc/STYLE
+++ b/doc/STYLE
@@ -85,7 +85,7 @@ following restrictions on coding style apply:
========================================================================
-Copyright (C) 2003, 2006 Free Software Foundation, Inc.
+Copyright (C) 2003, 2006, 2010 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
diff --git a/doc/m4.texinfo b/doc/m4.texinfo
index 71c84218..6cb1472e 100644
--- a/doc/m4.texinfo
+++ b/doc/m4.texinfo
@@ -46,7 +46,8 @@ This manual (@value{UPDATED}) is for @acronym{GNU} M4 (version
language.
Copyright @copyright{} 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999,
-2000, 2001, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+2000, 2001, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
+Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/examples/COPYING b/examples/COPYING
index c79fe3e6..452416d0 100644
--- a/examples/COPYING
+++ b/examples/COPYING
@@ -2,7 +2,7 @@ The files in this directory provide example uses of GNU M4.
The following copyright notice applies to each of these
description files.
-Copyright (C) 2006 Free Software Foundation, Inc.
+Copyright (C) 2006, 2010 Free Software Foundation, Inc.
This file is free software; the Free Software Foundation
gives unlimited permission to copy and/or distribute it,
with or without modifications, as long as this notice is preserved.
diff --git a/examples/WWW/COPYING b/examples/WWW/COPYING
index c79fe3e6..452416d0 100644
--- a/examples/WWW/COPYING
+++ b/examples/WWW/COPYING
@@ -2,7 +2,7 @@ The files in this directory provide example uses of GNU M4.
The following copyright notice applies to each of these
description files.
-Copyright (C) 2006 Free Software Foundation, Inc.
+Copyright (C) 2006, 2010 Free Software Foundation, Inc.
This file is free software; the Free Software Foundation
gives unlimited permission to copy and/or distribute it,
with or without modifications, as long as this notice is preserved.
diff --git a/examples/WWW/m4lib/COPYING b/examples/WWW/m4lib/COPYING
index c79fe3e6..452416d0 100644
--- a/examples/WWW/m4lib/COPYING
+++ b/examples/WWW/m4lib/COPYING
@@ -2,7 +2,7 @@ The files in this directory provide example uses of GNU M4.
The following copyright notice applies to each of these
description files.
-Copyright (C) 2006 Free Software Foundation, Inc.
+Copyright (C) 2006, 2010 Free Software Foundation, Inc.
This file is free software; the Free Software Foundation
gives unlimited permission to copy and/or distribute it,
with or without modifications, as long as this notice is preserved.
diff --git a/ltdl/m4/debug.m4 b/ltdl/m4/debug.m4
index 7d0280f0..111e5982 100644
--- a/ltdl/m4/debug.m4
+++ b/ltdl/m4/debug.m4
@@ -1,7 +1,7 @@
## -*- Autoconf -*-
## debug.m4 -- massage compiler flags for debugging/optimisation
##
-## Copyright (C) 2000, 2001, 2003, 2005, 2006, 2007 Free Software
+## Copyright (C) 2000, 2001, 2003, 2005, 2006, 2007, 2010 Free Software
## Foundation, Inc.
## Copyright (C) 1999-2000 Ralf S. Engelschall
## Written by <rse@engelschall.com>
diff --git a/ltdl/m4/gmp.m4 b/ltdl/m4/gmp.m4
index 38e2524e..6df17a06 100644
--- a/ltdl/m4/gmp.m4
+++ b/ltdl/m4/gmp.m4
@@ -1,5 +1,5 @@
## -*- Autoconf -*-
-## Copyright (C) 2000, 2001, 2003, 2006, 2007, 2008 Free Software
+## Copyright (C) 2000, 2001, 2003, 2006, 2007, 2008, 2010 Free Software
## Foundation, Inc.
##
## This file is part of GNU M4.
diff --git a/ltdl/m4/m4-error.m4 b/ltdl/m4/m4-error.m4
index 76331e13..24138f91 100644
--- a/ltdl/m4/m4-error.m4
+++ b/ltdl/m4/m4-error.m4
@@ -2,7 +2,8 @@
# m4-error.m4 -- Use the installed version of error.h if available.
# Written by Gary V. Vaughan <gary@gnu.org>
#
-# Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2006, 2007, 2010 Free Software Foundation,
+# Inc.
#
# This file is part of GNU M4.
#
diff --git a/ltdl/m4/m4-getopt.m4 b/ltdl/m4/m4-getopt.m4
index d089a17b..12fe3067 100644
--- a/ltdl/m4/m4-getopt.m4
+++ b/ltdl/m4/m4-getopt.m4
@@ -2,7 +2,8 @@
# m4-getopt.m4 -- Use the installed version of getopt.h if available.
# Written by Gary V. Vaughan <gary@gnu.org>
#
-# Copyright (C) 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006, 2007, 2009, 2010 Free Software Foundation,
+# Inc.
#
# This file is part of GNU M4.
#
diff --git a/ltdl/m4/m4-gettext.m4 b/ltdl/m4/m4-gettext.m4
index 9f8f1aec..694c29ed 100644
--- a/ltdl/m4/m4-gettext.m4
+++ b/ltdl/m4/m4-gettext.m4
@@ -2,7 +2,8 @@
# m4-gettext.m4 -- Use the installed version of GNU gettext if available.
# Written by Gary V. Vaughan <gary@gnu.org>
#
-# Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2006, 2007, 2010 Free Software Foundation,
+# Inc.
#
# This file is part of GNU M4.
#
diff --git a/ltdl/m4/m4-obstack.m4 b/ltdl/m4/m4-obstack.m4
index e980da78..d9d72bac 100644
--- a/ltdl/m4/m4-obstack.m4
+++ b/ltdl/m4/m4-obstack.m4
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# m4-obstack.m4 -- the libc supplied version of obstacks if available.
#
-# Copyright (C) 2000, 2001, 2003, 2004, 2006, 2007 Free Software
+# Copyright (C) 2000, 2001, 2003, 2004, 2006, 2007, 2010 Free Software
# Foundation, Inc.
# Written by Gary V. Vaughan <gary@gnu.org>
#
diff --git a/ltdl/m4/m4-regex.m4 b/ltdl/m4/m4-regex.m4
index 02da0988..9b9854b8 100644
--- a/ltdl/m4/m4-regex.m4
+++ b/ltdl/m4/m4-regex.m4
@@ -2,7 +2,8 @@
# m4-regex.m4 -- Use the installed regex if it is good enough.
# Written by Gary V. Vaughan <gary@gnu.org>
#
-# Copyright (C) 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2006, 2007, 2010 Free Software Foundation,
+# Inc.
#
# This file is part of GNU M4.
#
diff --git a/ltdl/m4/m4-rename.m4 b/ltdl/m4/m4-rename.m4
index e8d61a7c..1f5d2a67 100644
--- a/ltdl/m4/m4-rename.m4
+++ b/ltdl/m4/m4-rename.m4
@@ -2,7 +2,7 @@
# m4-rename.m4 -- Test the abilities of rename.
# Written by Eric Blake <ebb9@byu.net>
#
-# Copyright (C) 2008 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2010 Free Software Foundation, Inc.
#
# This file is part of GNU M4.
#
diff --git a/ltdl/m4/m4-syscmd.m4 b/ltdl/m4/m4-syscmd.m4
index 37fea823..d6761555 100644
--- a/ltdl/m4/m4-syscmd.m4
+++ b/ltdl/m4/m4-syscmd.m4
@@ -2,7 +2,7 @@
# m4-syscmd.m4 -- Allow choice of syscmd shell.
# Written by Eric Blake <ebb9@byu.net>
#
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
#
# This file is part of GNU M4.
#
diff --git a/ltdl/m4/stackovf.m4 b/ltdl/m4/stackovf.m4
index 3dbd5091..8b22fcf1 100644
--- a/ltdl/m4/stackovf.m4
+++ b/ltdl/m4/stackovf.m4
@@ -1,7 +1,8 @@
# -*- Autoconf -*-
# stackovf.m4 -- how do we deal with stack overflow?
#
-# Copyright (C) 2000, 2003, 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2003, 2006, 2007, 2010 Free Software Foundation,
+# Inc.
#
# This file is part of GNU M4.
#
diff --git a/m4/builtin.c b/m4/builtin.c
index 04f5ee31..0266a697 100644
--- a/m4/builtin.c
+++ b/m4/builtin.c
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1999, 2000, 2005,
- 2006, 2007, 2008 Free Software Foundation, Inc.
+ 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/m4/debug.c b/m4/debug.c
index 1e1e9a3f..02a69465 100644
--- a/m4/debug.c
+++ b/m4/debug.c
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 1991, 1992, 1993, 1994, 2006, 2007, 2008, 2009 Free
- Software Foundation, Inc.
+ Copyright (C) 1991, 1992, 1993, 1994, 2006, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/m4/hash.c b/m4/hash.c
index a016fbf3..b48490a8 100644
--- a/m4/hash.c
+++ b/m4/hash.c
@@ -1,5 +1,5 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 2001, 2006, 2007, 2008, 2009 Free Software
+ Copyright (C) 2001, 2006, 2007, 2008, 2009, 2010 Free Software
Foundation, Inc.
Written by Gary V. Vaughan <gary@gnu.org>
diff --git a/m4/hash.h b/m4/hash.h
index c9b2fffc..9f3631ec 100644
--- a/m4/hash.h
+++ b/m4/hash.h
@@ -1,5 +1,5 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 2001, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2006, 2007, 2010 Free Software Foundation, Inc.
Written by Gary V. Vaughan <gary@gnu.org>
This file is part of GNU M4.
diff --git a/m4/input.c b/m4/input.c
index 1b40e5da..ffd54cfd 100644
--- a/m4/input.c
+++ b/m4/input.c
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2006, 2007, 2008,
- 2009 Free Software Foundation, Inc.
+ 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/m4/m4.c b/m4/m4.c
index 31d977f2..61ebe07f 100644
--- a/m4/m4.c
+++ b/m4/m4.c
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2001, 2004, 2006,
- 2007, 2008 Free Software Foundation, Inc.
+ 2007, 2008, 2010 Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/m4/m4module.h b/m4/m4module.h
index 0cad1e49..d06ce79d 100644
--- a/m4/m4module.h
+++ b/m4/m4module.h
@@ -1,6 +1,7 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1999, 2000, 2003,
- 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
+ Inc.
This file is part of GNU M4.
diff --git a/m4/m4private.h b/m4/m4private.h
index b0cbe963..36404bdf 100644
--- a/m4/m4private.h
+++ b/m4/m4private.h
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2004,
- 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/m4/macro.c b/m4/macro.c
index 76ccca76..08eaf11b 100644
--- a/m4/macro.c
+++ b/m4/macro.c
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2001, 2006, 2007,
- 2008, 2009 Free Software Foundation, Inc.
+ 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/m4/module.c b/m4/module.c
index 0130a91c..67d1b4a1 100644
--- a/m4/module.c
+++ b/m4/module.c
@@ -1,6 +1,7 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2002,
- 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+ 2003, 2004, 2005, 2006, 2007, 2008, 2010 Free Software Foundation,
+ Inc.
This file is part of GNU M4.
diff --git a/m4/path.c b/m4/path.c
index c83aa214..52391f37 100644
--- a/m4/path.c
+++ b/m4/path.c
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1998, 2004, 2006, 2007,
- 2008, 2009 Free Software Foundation, Inc.
+ 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/m4/resyntax.c b/m4/resyntax.c
index 8be3038e..d56a1b47 100644
--- a/m4/resyntax.c
+++ b/m4/resyntax.c
@@ -1,5 +1,5 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/m4/symtab.c b/m4/symtab.c
index 61c4a648..5714d3b2 100644
--- a/m4/symtab.c
+++ b/m4/symtab.c
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2001, 2005, 2006,
- 2007, 2008 Free Software Foundation, Inc.
+ 2007, 2008, 2010 Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/m4/syntax.c b/m4/syntax.c
index d26c0b89..0ff47398 100644
--- a/m4/syntax.c
+++ b/m4/syntax.c
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2002, 2004, 2006,
- 2007, 2008, 2009 Free Software Foundation, Inc.
+ 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/m4/system_.h b/m4/system_.h
index 2c9e1a7c..85bd2b82 100644
--- a/m4/system_.h
+++ b/m4/system_.h
@@ -1,5 +1,5 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 2000, 2001, 2003, 2006, 2007, 2008 Free Software
+ Copyright (C) 2000, 2001, 2003, 2006, 2007, 2008, 2010 Free Software
Foundation, Inc.
This file is part of GNU M4.
diff --git a/m4/utility.c b/m4/utility.c
index c103520b..993d83d1 100644
--- a/m4/utility.c
+++ b/m4/utility.c
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2003,
- 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/modules/README b/modules/README
index d53de3f8..4a3ef205 100644
--- a/modules/README
+++ b/modules/README
@@ -92,7 +92,7 @@ or in the case of time2.m4
========================================================================
-Copyright (C) 2000, 2001, 2006 Free Software Foundation, Inc.
+Copyright (C) 2000, 2001, 2006, 2010 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
diff --git a/modules/evalparse.c b/modules/evalparse.c
index 87a318e2..e849f731 100644
--- a/modules/evalparse.c
+++ b/modules/evalparse.c
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2001, 2006, 2007,
- 2008, 2009 Free Software Foundation, Inc.
+ 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/modules/format.c b/modules/format.c
index a402d38c..97be02f3 100644
--- a/modules/format.c
+++ b/modules/format.c
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2001, 2006, 2007,
- 2008, 2009 Free Software Foundation, Inc.
+ 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/modules/gnu.c b/modules/gnu.c
index 665b57cb..6d66755e 100644
--- a/modules/gnu.c
+++ b/modules/gnu.c
@@ -1,5 +1,5 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 2000, 2004, 2005, 2006, 2007, 2008, 2009 Free
+ Copyright (C) 2000, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/modules/import.c b/modules/import.c
index 2c9551ad..bc90b803 100644
--- a/modules/import.c
+++ b/modules/import.c
@@ -1,5 +1,6 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 2003, 2006, 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2006, 2007, 2008, 2010 Free Software Foundation,
+ Inc.
This file is part of GNU M4.
diff --git a/modules/load.c b/modules/load.c
index c9437026..ccd6548c 100644
--- a/modules/load.c
+++ b/modules/load.c
@@ -1,5 +1,5 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 2000, 2005, 2006, 2007, 2008 Free Software
+ Copyright (C) 2000, 2005, 2006, 2007, 2008, 2010 Free Software
Foundation, Inc.
This file is part of GNU M4.
diff --git a/modules/m4.c b/modules/m4.c
index fa75c498..60d7b6e3 100644
--- a/modules/m4.c
+++ b/modules/m4.c
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 2000, 2002, 2003, 2004, 2006, 2007, 2008, 2009 Free
- Software Foundation, Inc.
+ Copyright (C) 2000, 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/modules/m4.h b/modules/m4.h
index 63701eef..a41123ab 100644
--- a/modules/m4.h
+++ b/modules/m4.h
@@ -1,5 +1,6 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 2003, 2006, 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2006, 2007, 2008, 2010 Free Software Foundation,
+ Inc.
This file is part of GNU M4.
diff --git a/modules/modtest.c b/modules/modtest.c
index 9a0219bf..effd7e3b 100644
--- a/modules/modtest.c
+++ b/modules/modtest.c
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 1999, 2000, 2001, 2003, 2004, 2006, 2007, 2008 Free
- Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2003, 2004, 2006, 2007, 2008, 2010
+ Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/modules/modtest.m4 b/modules/modtest.m4
index 617b08de..f3aa2b81 100644
--- a/modules/modtest.m4
+++ b/modules/modtest.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2006 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2010 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/modules/mpeval.c b/modules/mpeval.c
index 2d63d6ec..c08277d0 100644
--- a/modules/mpeval.c
+++ b/modules/mpeval.c
@@ -1,5 +1,5 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 2000, 2001, 2006, 2007, 2008 Free Software
+ Copyright (C) 2000, 2001, 2006, 2007, 2008, 2010 Free Software
Foundation, Inc.
This file is part of GNU M4.
diff --git a/modules/perl.c b/modules/perl.c
index 6b4f1f5c..97d1d965 100644
--- a/modules/perl.c
+++ b/modules/perl.c
@@ -1,5 +1,5 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 1999, 2000, 2006, 2007, 2008 Free Software
+ Copyright (C) 1999, 2000, 2006, 2007, 2008, 2010 Free Software
Foundation, Inc.
This file is part of GNU M4.
diff --git a/modules/perl.m4 b/modules/perl.m4
index ac555b71..5f0da4df 100644
--- a/modules/perl.m4
+++ b/modules/perl.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2006 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2010 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/modules/shadow.c b/modules/shadow.c
index be66bb63..7febf9ae 100644
--- a/modules/shadow.c
+++ b/modules/shadow.c
@@ -1,5 +1,5 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 1999, 2000, 2006, 2007, 2008 Free Software
+ Copyright (C) 1999, 2000, 2006, 2007, 2008, 2010 Free Software
Foundation, Inc.
This file is part of GNU M4.
diff --git a/modules/shadow.m4 b/modules/shadow.m4
index 836279c4..0790e6da 100644
--- a/modules/shadow.m4
+++ b/modules/shadow.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2006 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2010 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/modules/stdlib.c b/modules/stdlib.c
index 65df4480..29b4d47f 100644
--- a/modules/stdlib.c
+++ b/modules/stdlib.c
@@ -1,5 +1,5 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 1999, 2000, 2001, 2006, 2007, 2008, 2009 Free
+ Copyright (C) 1999, 2000, 2001, 2006, 2007, 2008, 2009, 2010 Free
Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/modules/stdlib.m4 b/modules/stdlib.m4
index e3ae796f..dd482bda 100644
--- a/modules/stdlib.m4
+++ b/modules/stdlib.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2006 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2010 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/modules/time.c b/modules/time.c
index ee193a7b..d20da8a0 100644
--- a/modules/time.c
+++ b/modules/time.c
@@ -1,5 +1,5 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 1999, 2000, 2001, 2006, 2007, 2008, 2009 Free
+ Copyright (C) 1999, 2000, 2001, 2006, 2007, 2008, 2009, 2010 Free
Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/modules/time.m4 b/modules/time.m4
index 0a4f8cd8..b42aa309 100644
--- a/modules/time.m4
+++ b/modules/time.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2006 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2010 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/modules/time2.m4 b/modules/time2.m4
index 3547b241..7235889e 100644
--- a/modules/time2.m4
+++ b/modules/time2.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2006 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2010 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/modules/traditional.c b/modules/traditional.c
index 15ad6553..da3b3ce8 100644
--- a/modules/traditional.c
+++ b/modules/traditional.c
@@ -1,5 +1,6 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 2000, 2006, 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2006, 2007, 2008, 2010 Free Software Foundation,
+ Inc.
This file is part of GNU M4.
diff --git a/po/Makevars b/po/Makevars
index 475ef3b1..19746dd8 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -1,6 +1,6 @@
## Makevars - customizations for creating I18N files.
##
-## Copyright (C) 2002, 2006, 2007 Free Software Foundation, Inc.
+## Copyright (C) 2002, 2006, 2007, 2010 Free Software Foundation, Inc.
##
## This file is part of GNU M4.
##
diff --git a/src/freeze.c b/src/freeze.c
index 1a038424..51936316 100644
--- a/src/freeze.c
+++ b/src/freeze.c
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2004, 2005, 2006,
- 2007, 2008, 2009 Free Software Foundation, Inc.
+ 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/src/m4.h b/src/m4.h
index 6fb89897..2a842be4 100644
--- a/src/m4.h
+++ b/src/m4.h
@@ -1,6 +1,6 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2006, 2007 Free Software
- Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2006, 2007, 2010
+ Free Software Foundation, Inc.
This file is part of GNU M4.
diff --git a/src/main.c b/src/main.c
index c2e19bdf..cfa6a6ab 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,8 @@
/* GNU m4 -- A simple macro processor
Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1999, 2000, 2003,
- 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
+ Inc.
This file is part of GNU M4.
diff --git a/src/stackovf.c b/src/stackovf.c
index 40bc03a0..168f01ef 100644
--- a/src/stackovf.c
+++ b/src/stackovf.c
@@ -1,5 +1,6 @@
/* Detect stack overflow (when getrlimit and sigaction or sigvec are available)
- Copyright (C) 1993, 1994, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 2006, 2007, 2010 Free Software Foundation,
+ Inc.
Jim Avera <jima@netcom.com>, October 1993.
This file is part of GNU M4.
diff --git a/tests/atlocal.in b/tests/atlocal.in
index a6120a33..7e0ec1f1 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,7 +1,8 @@
# -*- shell-script -*-
# @configure_input@
# Configurable variable values for M4 test suite.
-# Copyright (C) 2000, 2001, 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2006, 2008, 2010 Free Software Foundation,
+# Inc.
# This file is part of GNU M4.
#
diff --git a/tests/builtins.at b/tests/builtins.at
index 6dec627f..c35c996d 100644
--- a/tests/builtins.at
+++ b/tests/builtins.at
@@ -1,5 +1,6 @@
# Hand crafted tests for GNU M4. -*- Autotest -*-
-# Copyright (C) 2001, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2007, 2008, 2009, 2010 Free Software
+# Foundation, Inc.
# This file is part of GNU M4.
#
diff --git a/tests/freeze.at b/tests/freeze.at
index c0a33998..5772e770 100644
--- a/tests/freeze.at
+++ b/tests/freeze.at
@@ -1,5 +1,6 @@
# Hand crafted tests for GNU M4. -*- Autotest -*-
-# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
+# Inc.
# This file is part of GNU M4.
#
diff --git a/tests/generate.awk b/tests/generate.awk
index f4e782e0..b95b6c57 100755
--- a/tests/generate.awk
+++ b/tests/generate.awk
@@ -1,7 +1,7 @@
# Extract all examples from the manual source. -*- AWK -*-
-# Copyright (C) 1992, 2000, 2001, 2006, 2007, 2008, 2009 Free Software
-# Foundation, Inc.
+# Copyright (C) 1992, 2000, 2001, 2006, 2007, 2008, 2009, 2010 Free
+# Software Foundation, Inc.
#
# This file is part of GNU M4.
#
diff --git a/tests/iso8859.m4 b/tests/iso8859.m4
index ac5322e6..eff4178f 100644
--- a/tests/iso8859.m4
+++ b/tests/iso8859.m4
Binary files differ
diff --git a/tests/m4.in b/tests/m4.in
index 34b96046..84d62f95 100644
--- a/tests/m4.in
+++ b/tests/m4.in
@@ -2,7 +2,8 @@
# @configure_input@
# Wrapper around a non installed m4 to make it work as an installed one.
#
-# Copyright (C) 2001, 2002, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2006, 2007, 2008, 2010 Free Software
+# Foundation, Inc.
#
# This file is part of GNU M4.
#
diff --git a/tests/macros.at b/tests/macros.at
index fe425189..6b37cc14 100644
--- a/tests/macros.at
+++ b/tests/macros.at
@@ -1,5 +1,6 @@
# Hand crafted tests for GNU M4. -*- Autotest -*-
-# Copyright (C) 2001, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2007, 2008, 2010 Free Software Foundation,
+# Inc.
# This file is part of GNU M4.
#
diff --git a/tests/modules.at b/tests/modules.at
index 0d818481..976ef174 100644
--- a/tests/modules.at
+++ b/tests/modules.at
@@ -1,5 +1,6 @@
# Hand crafted tests for GNU M4. -*- Autotest -*-
-# Copyright (C) 2001, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2007, 2008, 2010 Free Software Foundation,
+# Inc.
# This file is part of GNU M4.
#
diff --git a/tests/others.at b/tests/others.at
index 5ff1bb06..a44feca4 100644
--- a/tests/others.at
+++ b/tests/others.at
@@ -1,6 +1,6 @@
# Hand crafted tests for GNU M4. -*- Autotest -*-
-# Copyright (C) 2001, 2006, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2001, 2006, 2007, 2008, 2009, 2010 Free Software
+# Foundation, Inc.
# This file is part of GNU M4.
#
diff --git a/tests/stackovf.test b/tests/stackovf.test
index 26967a3e..ba41e7ad 100755
--- a/tests/stackovf.test
+++ b/tests/stackovf.test
@@ -1,6 +1,6 @@
#!/bin/sh
# This file is part of the GNU m4 testsuite
-# Copyright (C) 2000, 2003, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2003, 2007, 2010 Free Software Foundation, Inc.
#
# This file is part of GNU M4.
#