m4-patches
[Top][All Lists]
Advanced

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

[PATCH 2/2] maint: update copyright year


From: Eric Blake
Subject: [PATCH 2/2] maint: update copyright year
Date: Mon, 3 Jan 2011 16:10:27 -0700

* gnulib: Update to latest.
* m4/gnulib-cache.m4: Regenerate.
* all other files: Run 'make update-copyright'.

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

Pretty straight-forward.

 AUTHORS              |    3 +--
 BACKLOG              |    2 +-
 ChangeLog            |    5 +++++
 Makefile.am          |    3 +--
 NEWS                 |    3 +--
 README               |    3 +--
 THANKS               |    3 +--
 TODO                 |    3 +--
 acinclude.m4         |    2 +-
 bootstrap            |    3 +--
 c-boxes.el           |    3 +--
 checks/Makefile.in   |    3 +--
 checks/check-them    |    3 +--
 checks/get-them      |    3 +--
 checks/stackovf.test |    3 +--
 configure.ac         |    4 ++--
 doc/Makefile.am      |    3 +--
 doc/m4.texinfo       |    4 ++--
 examples/COPYING     |    2 +-
 examples/Makefile.am |    3 +--
 gnulib               |    2 +-
 lib/Makefile.am      |    2 +-
 src/Makefile.am      |    3 +--
 src/builtin.c        |    4 ++--
 src/debug.c          |    4 ++--
 src/eval.c           |    4 ++--
 src/format.c         |    3 +--
 src/freeze.c         |    3 +--
 src/input.c          |    3 +--
 src/m4.c             |    3 +--
 src/m4.h             |    3 +--
 src/macro.c          |    4 ++--
 src/output.c         |    3 +--
 src/path.c           |    4 ++--
 src/symtab.c         |    4 ++--
 tests/Makefile.am    |    2 +-
 36 files changed, 48 insertions(+), 64 deletions(-)

diff --git a/gnulib b/gnulib
index 7c98a69..a2e8447 160000
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 7c98a69028588fa133a9ea1b1fdae8e121b06f9d
+Subproject commit a2e8447d6b8abe23504f4f2d4757a60a2e8bee54
diff --git a/AUTHORS b/AUTHORS
index 6bf72bd..7ed23d5 100644
--- a/AUTHORS
+++ b/AUTHORS

 ========================================================================

-Copyright (C) 2000, 2006, 2007, 2009, 2010 Free Software Foundation,
-Inc.
+Copyright (C) 2000, 2006-2007, 2009-2011 Free Software Foundation, Inc.

 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
diff --git a/BACKLOG b/BACKLOG
index e4415c0..e1e2e06 100644
--- a/BACKLOG
+++ b/BACKLOG
@@ -50,7 +50,7 @@ rmail/speed
  2. 05 Sep 94 <address@hidden> slowness
  3. 04 Oct 94 <pinard> Autoconf, m4, and dnl's.

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

 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
diff --git a/ChangeLog b/ChangeLog
index 814ba65..6695406 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-01-03  Eric Blake  <address@hidden>

+       maint: update copyright year
+       * gnulib: Update to latest.
+       * m4/gnulib-cache.m4: Regenerate.
+       * all other files: Run 'make update-copyright'.
+
        maint: document use of copyright ranges
        * README: Copy coreutils wording for allowing copyright year
        ranges.  Also mention libsigsegv 2.9.
diff --git a/Makefile.am b/Makefile.am
index 1ac3c77..c35d129 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,6 @@
 ## Makefile.am - template for generating Makefile via Automake
 ##
-## Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-## 2010 Free Software Foundation, Inc.
+## Copyright (C) 2000-2001, 2003-2011 Free Software Foundation, Inc.
 ##
 ## This file is part of GNU M4.
 ##
diff --git a/NEWS b/NEWS
index 7cb962d..f794537 100644
--- a/NEWS
+++ b/NEWS
@@ -701,8 +701,7 @@ mode: outline
 fill-column: 75
 End:

-Copyright (C) 1992, 1993, 1994, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-Free Software Foundation, Inc.
+Copyright (C) 1992-1994, 2004-2011 Free Software Foundation, Inc.

 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
diff --git a/README b/README
index e85d71f..e9e2804 100644
--- a/README
+++ b/README
@@ -66,8 +66,7 @@ note that the range specifies every single year in that 
closed interval.

 ========================================================================

-Copyright (C) 2000, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-Foundation, Inc.
+Copyright (C) 2000, 2005-2011 Free Software Foundation, Inc.

 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
diff --git a/THANKS b/THANKS
index e1c0295..17d39bb 100644
--- a/THANKS
+++ b/THANKS
@@ -135,8 +135,7 @@ Local Variables:
 coding: utf-8
 End:

-Copyright (C) 2000, 2006, 2007, 2008, 2009, 2010 Free Software
-Foundation, Inc.
+Copyright (C) 2000, 2006-2011 Free Software Foundation, Inc.

 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
diff --git a/TODO b/TODO
index 5964d1f..935fcdc 100644
--- a/TODO
+++ b/TODO
@@ -37,8 +37,7 @@ mode: outline
 outline-regexp: " *[-+*.] \\|"
 End:

-Copyright (C) 2000, 2006, 2007, 2009, 2010 Free Software Foundation,
-Inc.
+Copyright (C) 2000, 2006-2007, 2009-2011 Free Software Foundation, Inc.

 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
diff --git a/acinclude.m4 b/acinclude.m4
index 4322e94..3d6d011 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,5 +1,5 @@
 # Local additions to Autoconf macros.
-# Copyright (C) 1992, 1994, 2004, 2006, 2008, 2009, 2010 Free Software
+# Copyright (C) 1992, 1994, 2004, 2006, 2008-2011 Free Software
 # Foundation, Inc.
 # Francois Pinard <address@hidden>, 1992.
 #
diff --git a/bootstrap b/bootstrap
index 6f44e26..d4cf385 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3,8 +3,7 @@
 # bootstrap (GNU M4) version 2010-03-02
 # Written by Gary V. Vaughan  <address@hidden>

-# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2004-2011 Free Software Foundation, Inc.

 # This file is part of GNU M4.
 #
diff --git a/c-boxes.el b/c-boxes.el
index 453e51a..888f3c0 100644
--- a/c-boxes.el
+++ b/c-boxes.el
@@ -1,6 +1,5 @@
 ;;; Boxed comments for C mode.
-;;; Copyright (C) 1991, 1992, 1993, 1994, 2008, 2009, 2010 Free Software
-;;; Foundation, Inc.
+;;; Copyright (C) 1991-1994, 2008-2011 Free Software Foundation, Inc.
 ;;; Francois Pinard <address@hidden>, April 1991.
 ;;;
 ;;; This file is part of GNU M4.
diff --git a/checks/Makefile.in b/checks/Makefile.in
index d19cf2b..7f6f764 100644
--- a/checks/Makefile.in
+++ b/checks/Makefile.in
@@ -1,7 +1,6 @@
 ## Makefile.in - template for building Makefile for M4 testsuite.
 ##
-## Copyright (C) 1992, 1993, 1994, 2006, 2007, 2008, 2009, 2010 Free
-## Software Foundation, Inc.
+## Copyright (C) 1992-1994, 2006-2011 Free Software Foundation, Inc.
 ##
 ## This file is part of GNU M4.
 ##
diff --git a/checks/check-them b/checks/check-them
index cf73603..b936a2a 100755
--- a/checks/check-them
+++ b/checks/check-them
@@ -1,7 +1,6 @@
 #!/bin/sh
 # Check GNU m4 against examples from the manual source.
-# Copyright (C) 1992, 2006, 2007, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 1992, 2006-2011 Free Software Foundation, Inc.
 #
 # This file is part of GNU M4.
 #
diff --git a/checks/get-them b/checks/get-them
index d4f27f3..8f953b7 100755
--- a/checks/get-them
+++ b/checks/get-them
@@ -1,8 +1,7 @@
 #!/bin/sh
 # -*- AWK -*-
 # Extract all examples from the manual source.
-# Copyright (C) 1992, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 1992, 2005-2011 Free Software Foundation, Inc.
 #
 # This file is part of GNU M4.
 #
diff --git a/checks/stackovf.test b/checks/stackovf.test
index 673692d..4b8e139 100755
--- a/checks/stackovf.test
+++ b/checks/stackovf.test
@@ -1,7 +1,6 @@
 #!/bin/sh
 # This file is part of the GNU m4 testsuite
-# Copyright (C) 2000, 2003, 2007, 2008, 2009, 2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2000, 2003, 2007-2011 Free Software Foundation, Inc.
 #
 # This file is part of GNU M4.
 #
diff --git a/configure.ac b/configure.ac
index 66d1596..1160c3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Configure template for GNU M4.           -*-Autoconf-*-
-# Copyright (C) 1991, 1993, 1994, 2004, 2005, 2006, 2007, 2008, 2009,
-# 2010 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1993-1994, 2004-2011 Free Software Foundation,
+# Inc.
 #
 # This file is part of GNU M4.
 #
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7eaa5a9..9d3391d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,6 @@
 ## Makefile.am - template for generating Makefile via Automake
 ##
-## Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
-## Inc.
+## Copyright (C) 2006-2011 Free Software Foundation, Inc.
 ##
 ## This file is part of GNU M4.
 ##
diff --git a/doc/m4.texinfo b/doc/m4.texinfo
index 5ea6ff9..1d8de3b 100644
--- a/doc/m4.texinfo
+++ b/doc/m4.texinfo
@@ -43,8 +43,8 @@
 @value{VERSION}), a package containing an implementation of the m4 macro
 language.

-Copyright @copyright{} 1989, 1990, 1991, 1992, 1993, 1994, 2004, 2005,
-2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright @copyright{} 1989-1994, 2004-2011 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 452416d..2777673 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, 2010 Free Software Foundation, Inc.
+Copyright (C) 2006, 2010-2011 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/Makefile.am b/examples/Makefile.am
index 351e214..4e0016b 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,7 +1,6 @@
 ## Makefile.am - template for generating Makefile via Automake
 ##
-## Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
-## Inc.
+## Copyright (C) 2006-2011 Free Software Foundation, Inc.
 ##
 ## This file is part of GNU M4.
 ##
diff --git a/lib/Makefile.am b/lib/Makefile.am
index cec3f9a..064edaf 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
 ## Makefile.am - template for generating Makefile via Automake
 ##
-## Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+## Copyright (C) 2009-2011 Free Software Foundation, Inc.
 ##
 ## This file is part of GNU M4.
 ##
diff --git a/src/Makefile.am b/src/Makefile.am
index 9e10a73..b9b809d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,6 @@
 ## Makefile.am - template for generating Makefile via Automake
 ##
-## Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
-## Inc.
+## Copyright (C) 2006-2011 Free Software Foundation, Inc.
 ##
 ## This file is part of GNU M4.
 ##
diff --git a/src/builtin.c b/src/builtin.c
index 111ee27..3787e70 100644
--- a/src/builtin.c
+++ b/src/builtin.c
@@ -1,7 +1,7 @@
 /* GNU m4 -- A simple macro processor

-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2000, 2004, 2006,
-   2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 2000, 2004, 2006-2011 Free Software
+   Foundation, Inc.

    This file is part of GNU M4.

diff --git a/src/debug.c b/src/debug.c
index c142d13..0fef85c 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -1,7 +1,7 @@
 /* GNU m4 -- A simple macro processor

-   Copyright (C) 1991, 1992, 1993, 1994, 2004, 2006, 2007, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 1991-1994, 2004, 2006-2007, 2009-2011 Free Software
+   Foundation, Inc.

    This file is part of GNU M4.

diff --git a/src/eval.c b/src/eval.c
index 4c00b19..b74bce8 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1,7 +1,7 @@
 /* GNU m4 -- A simple macro processor

-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2006, 2007, 2009,
-   2010 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 2006-2007, 2009-2011 Free Software
+   Foundation, Inc.

    This file is part of GNU M4.

diff --git a/src/format.c b/src/format.c
index 77c7c07..43a23cd 100644
--- a/src/format.c
+++ b/src/format.c
@@ -1,7 +1,6 @@
 /* GNU m4 -- A simple macro processor

-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2006, 2007, 2008,
-   2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 2006-2011 Free Software Foundation, Inc.

    This file is part of GNU M4.

diff --git a/src/freeze.c b/src/freeze.c
index 39351a2..bf47376 100644
--- a/src/freeze.c
+++ b/src/freeze.c
@@ -1,7 +1,6 @@
 /* GNU m4 -- A simple macro processor

-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2006, 2007, 2008,
-   2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 2006-2011 Free Software Foundation, Inc.

    This file is part of GNU M4.

diff --git a/src/input.c b/src/input.c
index 8c9203c..be259a0 100644
--- a/src/input.c
+++ b/src/input.c
@@ -1,7 +1,6 @@
 /* GNU m4 -- A simple macro processor

-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 2004-2011 Free Software Foundation, Inc.

    This file is part of GNU M4.

diff --git a/src/m4.c b/src/m4.c
index 42dbf65..d7ad7cd 100644
--- a/src/m4.c
+++ b/src/m4.c
@@ -1,7 +1,6 @@
 /* GNU m4 -- A simple macro processor

-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 2004-2011 Free Software Foundation, Inc.

    This file is part of GNU M4.

diff --git a/src/m4.h b/src/m4.h
index 70dc7a8..3708a7c 100644
--- a/src/m4.h
+++ b/src/m4.h
@@ -1,7 +1,6 @@
 /* GNU m4 -- A simple macro processor

-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 2004-2011 Free Software Foundation, Inc.

    This file is part of GNU M4.

diff --git a/src/macro.c b/src/macro.c
index 8244b0e..e2e2499 100644
--- a/src/macro.c
+++ b/src/macro.c
@@ -1,7 +1,7 @@
 /* GNU m4 -- A simple macro processor

-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2006, 2007, 2009,
-   2010 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 2006-2007, 2009-2011 Free Software
+   Foundation, Inc.

    This file is part of GNU M4.

diff --git a/src/output.c b/src/output.c
index 807fc2d..91ff9f0 100644
--- a/src/output.c
+++ b/src/output.c
@@ -1,7 +1,6 @@
 /* GNU m4 -- A simple macro processor

-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 2004-2011 Free Software Foundation, Inc.

    This file is part of GNU M4.

diff --git a/src/path.c b/src/path.c
index 682969d..0e3c6e5 100644
--- a/src/path.c
+++ b/src/path.c
@@ -1,7 +1,7 @@
 /* GNU m4 -- A simple macro processor

-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 2004, 2006, 2007, 2008,
-   2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1989-1993, 2004, 2006-2011 Free Software Foundation,
+   Inc.

    This file is part of GNU M4.

diff --git a/src/symtab.c b/src/symtab.c
index 6519a87..4965027 100644
--- a/src/symtab.c
+++ b/src/symtab.c
@@ -1,7 +1,7 @@
 /* GNU m4 -- A simple macro processor

-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2003, 2006, 2007,
-   2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1989-1994, 2003, 2006-2011 Free Software Foundation,
+   Inc.

    This file is part of GNU M4.

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 904ae1d..669f296 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,6 @@
 ## Makefile.am - template for generating Makefile via Automake
 ##
-## Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+## Copyright (C) 2009-2011 Free Software Foundation, Inc.
 ##
 ## This file is part of GNU M4.
 ##
-- 
1.7.3.4




reply via email to

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