m4-commit
[Top][All Lists]
Advanced

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

[SCM] GNU M4 source repository branch, master, updated. cvs-readonly-334


From: Gary V. Vaughan
Subject: [SCM] GNU M4 source repository branch, master, updated. cvs-readonly-334-g9f19b5b
Date: Thu, 20 Nov 2014 22:39:59 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=9f19b5b5d14c1aba2dcd7e0d84a9d12c39dc4487

The branch, master has been updated
       via  9f19b5b5d14c1aba2dcd7e0d84a9d12c39dc4487 (commit)
      from  1b2390f2be02bcf31d9112034de33584596f598e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9f19b5b5d14c1aba2dcd7e0d84a9d12c39dc4487
Author: Gary V. Vaughan <address@hidden>
Date:   Thu Nov 20 22:39:01 2014 +0000

    maint: run update-copyright for 2014.
    
    Add 2014 to copyright message in all files.
    
    Signed-off-by: Gary V. Vaughan <address@hidden>

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

Summary of changes:
 AUTHORS                        |    3 ++-
 COPYING                        |    2 +-
 ChangeLog.old                  |    4 ++--
 HACKING                        |    2 +-
 Makefile.am                    |    4 ++--
 NEWS                           |    3 ++-
 README                         |    2 +-
 README-alpha                   |    2 +-
 TODO                           |    4 ++--
 bootstrap.conf                 |    2 +-
 build-aux/m4/debug.m4          |    4 ++--
 build-aux/m4/gmp.m4            |    4 ++--
 build-aux/m4/gnulib-cache.m4   |    2 +-
 build-aux/m4/m4-error.m4       |    2 +-
 build-aux/m4/m4-getopt.m4      |    4 ++--
 build-aux/m4/m4-gettext.m4     |    2 +-
 build-aux/m4/m4-obstack.m4     |    2 +-
 build-aux/m4/m4-regex.m4       |    2 +-
 build-aux/m4/m4-rename.m4      |    2 +-
 build-aux/m4/m4-syscmd.m4      |    2 +-
 build-aux/m4/stackovf.m4       |    2 +-
 cfg.mk                         |    2 +-
 configure.ac                   |    2 +-
 doc/STYLE                      |    2 +-
 doc/examples/COPYING           |    2 +-
 doc/examples/WWW/COPYING       |    2 +-
 doc/examples/WWW/m4lib/COPYING |    2 +-
 doc/examples/modtest.m4        |    2 +-
 doc/examples/shadow.m4         |    2 +-
 doc/examples/stdlib.m4         |    2 +-
 doc/examples/time.m4           |    2 +-
 doc/examples/time2.m4          |    2 +-
 doc/m4.texi                    |    3 ++-
 m4/builtin.c                   |    2 +-
 m4/debug.c                     |    4 ++--
 m4/hash.c                      |    3 ++-
 m4/hash.h                      |    4 ++--
 m4/input.c                     |    4 ++--
 m4/m4.c                        |    2 +-
 m4/m4module.h                  |    4 ++--
 m4/m4private.h                 |    4 ++--
 m4/macro.c                     |    2 +-
 m4/module.c                    |    2 +-
 m4/output.c                    |    2 +-
 m4/path.c                      |    4 ++--
 m4/resyntax.c                  |    3 ++-
 m4/symtab.c                    |    4 ++--
 m4/syntax.c                    |    4 ++--
 m4/system_.h                   |    4 ++--
 m4/utility.c                   |    2 +-
 modules/README                 |    3 ++-
 modules/evalparse.c            |    2 +-
 modules/format.c               |    2 +-
 modules/gnu.c                  |    3 ++-
 modules/m4.c                   |    2 +-
 modules/m4.h                   |    4 ++--
 modules/mpeval.c               |    2 +-
 modules/stdlib.c               |    4 ++--
 modules/time.c                 |    4 ++--
 modules/traditional.c          |    4 ++--
 src/freeze.c                   |    4 ++--
 src/m4.h                       |    2 +-
 src/main.c                     |    4 ++--
 src/stackovf.c                 |    2 +-
 tests/atlocal.in               |    2 +-
 tests/builtins.at              |    3 ++-
 tests/freeze.at                |    2 +-
 tests/generate.awk             |    2 +-
 tests/import.c                 |    4 ++--
 tests/iso8859.m4               |  Bin 1450 -> 1459 bytes
 tests/m4.in                    |    2 +-
 tests/macros.at                |    4 ++--
 tests/modtest.c                |    2 +-
 tests/modules.at               |    4 ++--
 tests/options.at               |    3 ++-
 tests/others.at                |    3 ++-
 tests/shadow.c                 |    2 +-
 tests/stackovf.test            |    4 ++--
 tests/testsuite.at             |    3 ++-
 79 files changed, 114 insertions(+), 103 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 5ee0104..45181e4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -32,7 +32,8 @@ Tim Rice                    address@hidden          2011-01-24
 
 ========================================================================
 
-Copyright (C) 2000, 2006-2007, 2010, 2013 Free Software Foundation, Inc.
+Copyright (C) 2000, 2006-2007, 2010, 2013-2014 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/COPYING b/COPYING
index 03239ae..170a3ea 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
- Copyright (C) 2007, 2013 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007, 2013-2014 Free Software Foundation, Inc. <http://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
diff --git a/ChangeLog.old b/ChangeLog.old
index 9f0643c..6e311d4 100644
--- a/ChangeLog.old
+++ b/ChangeLog.old
@@ -12316,8 +12316,8 @@
        coding: utf-8
        End:
 
-       Copyright (C) 1990-1994, 2000-2001, 2003, 2005-2010, 2013 Free
-       Software Foundation, Inc.
+       Copyright (C) 1990-1994, 2000-2001, 2003, 2005-2010, 2013-2014
+       Free Software Foundation, Inc.
 
        Copying and distribution of this file, with or without
        modification, are permitted provided the copyright notice
diff --git a/HACKING b/HACKING
index 695bf17..7dbd683 100644
--- a/HACKING
+++ b/HACKING
@@ -359,7 +359,7 @@ yyyy-mm-dd  Name of Author  <address@hidden>  (tiny change)
   that needs to be updated.
 
 -----------
-Copyright (C) 2004-2010, 2013 Free Software Foundation, Inc.
+Copyright (C) 2004-2010, 2013-2014 Free Software Foundation, Inc.
 
 The canonical source of this file is maintained with the
 GNU M4 package.  Report bugs to address@hidden
diff --git a/Makefile.am b/Makefile.am
index 6cf5ea7..86aada4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 ## Makefile.am - template for generating Makefile via Automake
 ##
-## Copyright (C) 2000-2001, 2003-2010, 2013 Free Software Foundation,
-## Inc.
+## Copyright (C) 2000-2001, 2003-2010, 2013-2014 Free Software
+## Foundation, Inc.
 ##
 ## This file is part of GNU M4.
 ##
diff --git a/NEWS b/NEWS
index f1b74b3..4277e9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1208,7 +1208,8 @@ Local Variables:
 fill-column: 75
 End:
 
-Copyright (C) 1992-1994, 2004-2011, 2013 Free Software Foundation, Inc.
+Copyright (C) 1992-1994, 2004-2011, 2013-2014 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 163c89f..d875011 100644
--- a/README
+++ b/README
@@ -93,7 +93,7 @@ note that the range specifies every single year in that 
closed interval.
 
 ========================================================================
 
-Copyright (C) 2000, 2005-2011, 2013 Free Software Foundation, Inc.
+Copyright (C) 2000, 2005-2011, 2013-2014 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-alpha b/README-alpha
index 216452c..d54e743 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, 2010, 2013 Free Software Foundation, Inc.
+Copyright (C) 2000, 2006, 2010, 2013-2014 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 b52a8ed..b9fb88b 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
 GNU m4 TODO - Tasks that need implementing.      -*- outline -*-
-Copyright (C) 2000-2001, 2006-2008, 2010, 2013 Free Software Foundation,
-Inc.
+Copyright (C) 2000-2001, 2006-2008, 2010, 2013-2014 Free Software
+Foundation, Inc.
 
 Tell the maintainers at <address@hidden> if you feel like volunteering
 for any of these ideas or if you have others to add.
diff --git a/bootstrap.conf b/bootstrap.conf
index 41fe72b..b48b650 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,7 +1,7 @@
 # bootstrap.conf (GNU M4) version 2010-09-10
 # Written by Gary V. Vaughan, 2010
 
-# Copyright (C) 2010, 2013 Free Software Foundation, Inc.
+# Copyright (C) 2010, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU M4.
 #
diff --git a/build-aux/m4/debug.m4 b/build-aux/m4/debug.m4
index 2bb5739..38f4fc6 100644
--- a/build-aux/m4/debug.m4
+++ b/build-aux/m4/debug.m4
@@ -1,8 +1,8 @@
 ##                                                           -*- Autoconf -*-
 ## debug.m4 -- massage compiler flags for debugging/optimisation
 ##
-## Copyright (C) 2000-2001, 2003, 2005-2007, 2010, 2013 Free Software
-## Foundation, Inc.
+## Copyright (C) 2000-2001, 2003, 2005-2007, 2010, 2013-2014 Free
+## Software Foundation, Inc.
 ## Copyright (C) 1999-2000 Ralf S. Engelschall
 ## Written by <address@hidden>
 ## Modified for M4 by Gary V. Vaughan <address@hidden>
diff --git a/build-aux/m4/gmp.m4 b/build-aux/m4/gmp.m4
index 36e6051..ad9640d 100644
--- a/build-aux/m4/gmp.m4
+++ b/build-aux/m4/gmp.m4
@@ -1,6 +1,6 @@
 ## -*- Autoconf -*-
-## Copyright (C) 2000-2001, 2003, 2006-2008, 2010, 2013 Free Software
-## Foundation, Inc.
+## Copyright (C) 2000-2001, 2003, 2006-2008, 2010, 2013-2014 Free
+## Software Foundation, Inc.
 ##
 ## This file is part of GNU M4.
 ##
diff --git a/build-aux/m4/gnulib-cache.m4 b/build-aux/m4/gnulib-cache.m4
index a31e566..145b3da 100644
--- a/build-aux/m4/gnulib-cache.m4
+++ b/build-aux/m4/gnulib-cache.m4
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-2014 Free Software Foundation, Inc.
 #
 # This file 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/build-aux/m4/m4-error.m4 b/build-aux/m4/m4-error.m4
index 27695cb..90f61e2 100644
--- a/build-aux/m4/m4-error.m4
+++ b/build-aux/m4/m4-error.m4
@@ -2,7 +2,7 @@
 # m4-error.m4 -- Use the installed version of error.h if available.
 # Written by Gary V. Vaughan <address@hidden>
 #
-# Copyright (C) 2003-2004, 2006-2007, 2010, 2013 Free Software
+# Copyright (C) 2003-2004, 2006-2007, 2010, 2013-2014 Free Software
 # Foundation, Inc.
 #
 # This file is part of GNU M4.
diff --git a/build-aux/m4/m4-getopt.m4 b/build-aux/m4/m4-getopt.m4
index a2d3a4e..a318fc4 100644
--- a/build-aux/m4/m4-getopt.m4
+++ b/build-aux/m4/m4-getopt.m4
@@ -2,8 +2,8 @@
 # m4-getopt.m4 -- Use the installed version of getopt.h if available.
 # Written by Gary V. Vaughan <address@hidden>
 #
-# Copyright (C) 2005-2007, 2009-2010, 2013 Free Software Foundation,
-# Inc.
+# Copyright (C) 2005-2007, 2009-2010, 2013-2014 Free Software
+# Foundation, Inc.
 #
 # This file is part of GNU M4.
 #
diff --git a/build-aux/m4/m4-gettext.m4 b/build-aux/m4/m4-gettext.m4
index 3c40d73..01d1347 100644
--- a/build-aux/m4/m4-gettext.m4
+++ b/build-aux/m4/m4-gettext.m4
@@ -2,7 +2,7 @@
 # m4-gettext.m4 -- Use the installed version of GNU gettext if available.
 # Written by Gary V. Vaughan <address@hidden>
 #
-# Copyright (C) 2003-2004, 2006-2007, 2010, 2013 Free Software
+# Copyright (C) 2003-2004, 2006-2007, 2010, 2013-2014 Free Software
 # Foundation, Inc.
 #
 # This file is part of GNU M4.
diff --git a/build-aux/m4/m4-obstack.m4 b/build-aux/m4/m4-obstack.m4
index fab387b..67bed34 100644
--- a/build-aux/m4/m4-obstack.m4
+++ b/build-aux/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, 2010, 2013 Free
+# Copyright (C) 2000-2001, 2003-2004, 2006-2007, 2010, 2013-2014 Free
 # Software Foundation, Inc.
 # Written by Gary V. Vaughan <address@hidden>
 #
diff --git a/build-aux/m4/m4-regex.m4 b/build-aux/m4/m4-regex.m4
index e7fa38a..9d04807 100644
--- a/build-aux/m4/m4-regex.m4
+++ b/build-aux/m4/m4-regex.m4
@@ -2,7 +2,7 @@
 # m4-regex.m4 -- Use the installed regex if it is good enough.
 # Written by Gary V. Vaughan <address@hidden>
 #
-# Copyright (C) 2003-2004, 2006-2007, 2010, 2013 Free Software
+# Copyright (C) 2003-2004, 2006-2007, 2010, 2013-2014 Free Software
 # Foundation, Inc.
 #
 # This file is part of GNU M4.
diff --git a/build-aux/m4/m4-rename.m4 b/build-aux/m4/m4-rename.m4
index 4062cde..7fc36ad 100644
--- a/build-aux/m4/m4-rename.m4
+++ b/build-aux/m4/m4-rename.m4
@@ -2,7 +2,7 @@
 # m4-rename.m4 -- Test the abilities of rename.
 # Written by Eric Blake <address@hidden>
 #
-# Copyright (C) 2008, 2010, 2013 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2010, 2013-2014 Free Software Foundation, Inc.
 #
 # This file is part of GNU M4.
 #
diff --git a/build-aux/m4/m4-syscmd.m4 b/build-aux/m4/m4-syscmd.m4
index fc93424..3e2edd1 100644
--- a/build-aux/m4/m4-syscmd.m4
+++ b/build-aux/m4/m4-syscmd.m4
@@ -2,7 +2,7 @@
 # m4-syscmd.m4 -- Allow choice of syscmd shell.
 # Written by Eric Blake <address@hidden>
 #
-# Copyright (C) 2009-2010, 2013 Free Software Foundation, Inc.
+# Copyright (C) 2009-2010, 2013-2014 Free Software Foundation, Inc.
 #
 # This file is part of GNU M4.
 #
diff --git a/build-aux/m4/stackovf.m4 b/build-aux/m4/stackovf.m4
index d181223..d94e4db 100644
--- a/build-aux/m4/stackovf.m4
+++ b/build-aux/m4/stackovf.m4
@@ -1,7 +1,7 @@
 #                                                            -*- Autoconf -*-
 # stackovf.m4 -- how do we deal with stack overflow?
 #
-# Copyright (C) 2000, 2003, 2006-2007, 2010, 2013 Free Software
+# Copyright (C) 2000, 2003, 2006-2007, 2010, 2013-2014 Free Software
 # Foundation, Inc.
 #
 # This file is part of GNU M4.
diff --git a/cfg.mk b/cfg.mk
index 8bb9078..2ccdd50 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk.                           -*- makefile -*-
-# Copyright (C) 2003-2011, 2013 Free Software Foundation, Inc.
+# Copyright (C) 2003-2011, 2013-2014 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/configure.ac b/configure.ac
index d4fffd6..3f81671 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 # Configure template for GNU m4.           -*-Autoconf-*-
-# Copyright (C) 1991-1994, 2000-2002, 2004-2013 Free Software
+# Copyright (C) 1991-1994, 2000-2002, 2004-2014 Free Software
 # Foundation, Inc.
 #
 # This file is part of GNU M4.
diff --git a/doc/STYLE b/doc/STYLE
index c05af68..49f8933 100644
--- a/doc/STYLE
+++ b/doc/STYLE
@@ -89,7 +89,7 @@ following restrictions on coding style apply:
 
 ========================================================================
 
-Copyright (C) 2003, 2006, 2010, 2013 Free Software Foundation, Inc.
+Copyright (C) 2003, 2006, 2010, 2013-2014 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/doc/examples/COPYING b/doc/examples/COPYING
index 0b2d09e..328ccb3 100644
--- a/doc/examples/COPYING
+++ b/doc/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, 2013 Free Software Foundation, Inc.
+Copyright (C) 2006, 2010, 2013-2014 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/doc/examples/WWW/COPYING b/doc/examples/WWW/COPYING
index 0b2d09e..328ccb3 100644
--- a/doc/examples/WWW/COPYING
+++ b/doc/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, 2010, 2013 Free Software Foundation, Inc.
+Copyright (C) 2006, 2010, 2013-2014 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/doc/examples/WWW/m4lib/COPYING b/doc/examples/WWW/m4lib/COPYING
index 0b2d09e..328ccb3 100644
--- a/doc/examples/WWW/m4lib/COPYING
+++ b/doc/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, 2010, 2013 Free Software Foundation, Inc.
+Copyright (C) 2006, 2010, 2013-2014 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/doc/examples/modtest.m4 b/doc/examples/modtest.m4
index c61ed6f..b4d01c3 100644
--- a/doc/examples/modtest.m4
+++ b/doc/examples/modtest.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2006, 2010, 2013 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2010, 2013-2014 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/doc/examples/shadow.m4 b/doc/examples/shadow.m4
index f13b7df..ca33de2 100644
--- a/doc/examples/shadow.m4
+++ b/doc/examples/shadow.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2006, 2010, 2013 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2010, 2013-2014 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/doc/examples/stdlib.m4 b/doc/examples/stdlib.m4
index df0a91d..2e25864 100644
--- a/doc/examples/stdlib.m4
+++ b/doc/examples/stdlib.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2006, 2010, 2013 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2010, 2013-2014 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/doc/examples/time.m4 b/doc/examples/time.m4
index 7734130..7cef47c 100644
--- a/doc/examples/time.m4
+++ b/doc/examples/time.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2006, 2010, 2013 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2010, 2013-2014 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/doc/examples/time2.m4 b/doc/examples/time2.m4
index b0d17b3..021cb23 100644
--- a/doc/examples/time2.m4
+++ b/doc/examples/time2.m4
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2006, 2010, 2013 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2010, 2013-2014 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/doc/m4.texi b/doc/m4.texi
index 8d40cae..e09f3c4 100644
--- a/doc/m4.texi
+++ b/doc/m4.texi
@@ -45,7 +45,8 @@ This manual (@value{UPDATED}) is for GNU M4 (version
 @value{VERSION}), a package containing an implementation of the m4 macro
 language.
 
-Copyright @copyright{} 1989-1994, 2004-2011, 2013 Free Software Foundation, 
Inc.
+Copyright @copyright{} 1989-1994, 2004-2011, 2013-2014 Free Software
+Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
diff --git a/m4/builtin.c b/m4/builtin.c
index b495e5c..ee2f5c9 100644
--- a/m4/builtin.c
+++ b/m4/builtin.c
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 1999-2000, 2005-2008, 2010, 2013 Free
+   Copyright (C) 1989-1994, 1999-2000, 2005-2008, 2010, 2013-2014 Free
    Software Foundation, Inc.
 
    This file is part of GNU M4.
diff --git a/m4/debug.c b/m4/debug.c
index 8cff4fe..0eeece5 100644
--- a/m4/debug.c
+++ b/m4/debug.c
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1991-1994, 2006-2010, 2013 Free Software Foundation,
-   Inc.
+   Copyright (C) 1991-1994, 2006-2010, 2013-2014 Free Software
+   Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/m4/hash.c b/m4/hash.c
index 3acc709..41577c9 100644
--- a/m4/hash.c
+++ b/m4/hash.c
@@ -1,5 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 2001, 2006-2010, 2013 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2006-2010, 2013-2014 Free Software Foundation,
+   Inc.
    Written by Gary V. Vaughan <address@hidden>
 
    This file is part of GNU M4.
diff --git a/m4/hash.h b/m4/hash.h
index 8852c82..58341c2 100644
--- a/m4/hash.h
+++ b/m4/hash.h
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 2001, 2006-2007, 2010, 2013 Free Software Foundation,
-   Inc.
+   Copyright (C) 2001, 2006-2007, 2010, 2013-2014 Free Software
+   Foundation, Inc.
    Written by Gary V. Vaughan <address@hidden>
 
    This file is part of GNU M4.
diff --git a/m4/input.c b/m4/input.c
index 07ca373..1c830ba 100644
--- a/m4/input.c
+++ b/m4/input.c
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 2006-2010, 2013 Free Software Foundation,
-   Inc.
+   Copyright (C) 1989-1994, 2006-2010, 2013-2014 Free Software
+   Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/m4/m4.c b/m4/m4.c
index d916665..216a0fd 100644
--- a/m4/m4.c
+++ b/m4/m4.c
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 2001, 2004, 2006-2008, 2010, 2013 Free
+   Copyright (C) 1989-1994, 2001, 2004, 2006-2008, 2010, 2013-2014 Free
    Software Foundation, Inc.
 
    This file is part of GNU M4.
diff --git a/m4/m4module.h b/m4/m4module.h
index 694e77c..463ed5c 100644
--- a/m4/m4module.h
+++ b/m4/m4module.h
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 1999-2000, 2003-2010, 2013 Free Software
-   Foundation, Inc.
+   Copyright (C) 1989-1994, 1999-2000, 2003-2010, 2013-2014 Free
+   Software Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/m4/m4private.h b/m4/m4private.h
index 452496d..3212906 100644
--- a/m4/m4private.h
+++ b/m4/m4private.h
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 1998-1999, 2004-2010, 2013 Free Software
-   Foundation, Inc.
+   Copyright (C) 1989-1994, 1998-1999, 2004-2010, 2013-2014 Free
+   Software Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/m4/macro.c b/m4/macro.c
index 40aadd0..85aa40b 100644
--- a/m4/macro.c
+++ b/m4/macro.c
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 2001, 2006-2010, 2013 Free Software
+   Copyright (C) 1989-1994, 2001, 2006-2010, 2013-2014 Free Software
    Foundation, Inc.
 
    This file is part of GNU M4.
diff --git a/m4/module.c b/m4/module.c
index 8efb1a9..be6a58d 100644
--- a/m4/module.c
+++ b/m4/module.c
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 1998-1999, 2002-2008, 2010, 2013 Free
+   Copyright (C) 1989-1994, 1998-1999, 2002-2008, 2010, 2013-2014 Free
    Software Foundation, Inc.
 
    This file is part of GNU M4.
diff --git a/m4/output.c b/m4/output.c
index b1e82ff..bf3c599 100644
--- a/m4/output.c
+++ b/m4/output.c
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 1998, 2002, 2004, 2006-2010, 2013 Free
+   Copyright (C) 1989-1994, 1998, 2002, 2004, 2006-2010, 2013-2014 Free
    Software Foundation, Inc.
 
    This file is part of GNU M4.
diff --git a/m4/path.c b/m4/path.c
index 6f47ff6..281795e 100644
--- a/m4/path.c
+++ b/m4/path.c
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1993, 1998, 2004, 2006-2010, 2013 Free Software
-   Foundation, Inc.
+   Copyright (C) 1989-1993, 1998, 2004, 2006-2010, 2013-2014 Free
+   Software Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/m4/resyntax.c b/m4/resyntax.c
index a0f8d0d..9ab66a9 100644
--- a/m4/resyntax.c
+++ b/m4/resyntax.c
@@ -1,5 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 2006-2008, 2010, 2013 Free Software Foundation, Inc.
+   Copyright (C) 2006-2008, 2010, 2013-2014 Free Software Foundation,
+   Inc.
 
    This file is part of GNU M4.
 
diff --git a/m4/symtab.c b/m4/symtab.c
index e7d0f27..5a8833f 100644
--- a/m4/symtab.c
+++ b/m4/symtab.c
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 2001, 2005-2008, 2010, 2013 Free Software
-   Foundation, Inc.
+   Copyright (C) 1989-1994, 2001, 2005-2008, 2010, 2013-2014 Free
+   Software Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/m4/syntax.c b/m4/syntax.c
index adbb6e0..8d31e44 100644
--- a/m4/syntax.c
+++ b/m4/syntax.c
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 2002, 2004, 2006-2010, 2013 Free Software
-   Foundation, Inc.
+   Copyright (C) 1989-1994, 2002, 2004, 2006-2010, 2013-2014 Free
+   Software Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/m4/system_.h b/m4/system_.h
index 01b8e05..340c987 100644
--- a/m4/system_.h
+++ b/m4/system_.h
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 2000-2001, 2003, 2006-2008, 2010, 2013 Free Software
-   Foundation, Inc.
+   Copyright (C) 2000-2001, 2003, 2006-2008, 2010, 2013-2014 Free
+   Software Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/m4/utility.c b/m4/utility.c
index fe65649..7434fc6 100644
--- a/m4/utility.c
+++ b/m4/utility.c
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 1998-1999, 2003, 2006-2010, 2013 Free
+   Copyright (C) 1989-1994, 1998-1999, 2003, 2006-2010, 2013-2014 Free
    Software Foundation, Inc.
 
    This file is part of GNU M4.
diff --git a/modules/README b/modules/README
index 3048e24..f2f4851 100644
--- a/modules/README
+++ b/modules/README
@@ -79,7 +79,8 @@ or in the case of time2.m4
 
 ========================================================================
 
-Copyright (C) 2000-2001, 2006, 2010, 2013 Free Software Foundation, Inc.
+Copyright (C) 2000-2001, 2006, 2010, 2013-2014 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/modules/evalparse.c b/modules/evalparse.c
index 8df809b..b3989f3 100644
--- a/modules/evalparse.c
+++ b/modules/evalparse.c
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 2001, 2006-2010, 2013 Free Software
+   Copyright (C) 1989-1994, 2001, 2006-2010, 2013-2014 Free Software
    Foundation, Inc.
 
    This file is part of GNU M4.
diff --git a/modules/format.c b/modules/format.c
index 267c3e6..2154f4d 100644
--- a/modules/format.c
+++ b/modules/format.c
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 2001, 2006-2010, 2013 Free Software
+   Copyright (C) 1989-1994, 2001, 2006-2010, 2013-2014 Free Software
    Foundation, Inc.
 
    This file is part of GNU M4.
diff --git a/modules/gnu.c b/modules/gnu.c
index f891ddc..994b368 100644
--- a/modules/gnu.c
+++ b/modules/gnu.c
@@ -1,5 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 2000, 2004-2010, 2013 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004-2010, 2013-2014 Free Software Foundation,
+   Inc.
 
    This file is part of GNU M4.
 
diff --git a/modules/m4.c b/modules/m4.c
index 1d2f7f5..755bd88 100644
--- a/modules/m4.c
+++ b/modules/m4.c
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 2000, 2002-2004, 2006-2010, 2013 Free Software
+   Copyright (C) 2000, 2002-2004, 2006-2010, 2013-2014 Free Software
    Foundation, Inc.
 
    This file is part of GNU M4.
diff --git a/modules/m4.h b/modules/m4.h
index 928bc10..4e1a975 100644
--- a/modules/m4.h
+++ b/modules/m4.h
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 2003, 2006-2008, 2010, 2013 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2006-2008, 2010, 2013-2014 Free Software
+   Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/modules/mpeval.c b/modules/mpeval.c
index 4debc99..6254416 100644
--- a/modules/mpeval.c
+++ b/modules/mpeval.c
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 2000-2001, 2006-2008, 2010, 2013 Free Software
+   Copyright (C) 2000-2001, 2006-2008, 2010, 2013-2014 Free Software
    Foundation, Inc.
 
    This file is part of GNU M4.
diff --git a/modules/stdlib.c b/modules/stdlib.c
index 5a300d6..163bdca 100644
--- a/modules/stdlib.c
+++ b/modules/stdlib.c
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1999-2001, 2006-2010, 2013 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2006-2010, 2013-2014 Free Software
+   Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/modules/time.c b/modules/time.c
index 5c9c2ce..03ce399 100644
--- a/modules/time.c
+++ b/modules/time.c
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1999-2001, 2006-2010, 2013 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2001, 2006-2010, 2013-2014 Free Software
+   Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/modules/traditional.c b/modules/traditional.c
index f9cb950..845bd6e 100644
--- a/modules/traditional.c
+++ b/modules/traditional.c
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 2000, 2006-2008, 2010, 2013 Free Software Foundation,
-   Inc.
+   Copyright (C) 2000, 2006-2008, 2010, 2013-2014 Free Software
+   Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/src/freeze.c b/src/freeze.c
index 3b1fdd9..8298317 100644
--- a/src/freeze.c
+++ b/src/freeze.c
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 2004-2010, 2013 Free Software Foundation,
-   Inc.
+   Copyright (C) 1989-1994, 2004-2010, 2013-2014 Free Software
+   Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/src/m4.h b/src/m4.h
index ab07e99..714c488 100644
--- a/src/m4.h
+++ b/src/m4.h
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 2006-2007, 2010, 2013 Free Software
+   Copyright (C) 1989-1994, 2006-2007, 2010, 2013-2014 Free Software
    Foundation, Inc.
 
    This file is part of GNU M4.
diff --git a/src/main.c b/src/main.c
index 27d6dc8..d8adabc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,7 @@
 /* GNU m4 -- A simple macro processor
 
-   Copyright (C) 1989-1994, 1999-2000, 2003-2010, 2013 Free Software
-   Foundation, Inc.
+   Copyright (C) 1989-1994, 1999-2000, 2003-2010, 2013-2014 Free
+   Software Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/src/stackovf.c b/src/stackovf.c
index 39d6f5e..4810019 100644
--- a/src/stackovf.c
+++ b/src/stackovf.c
@@ -1,5 +1,5 @@
 /* Detect stack overflow (when getrlimit and sigaction or sigvec are available)
-   Copyright (C) 1993-1994, 2006-2007, 2010, 2013 Free Software
+   Copyright (C) 1993-1994, 2006-2007, 2010, 2013-2014 Free Software
    Foundation, Inc.
    Jim Avera <address@hidden>, October 1993.
 
diff --git a/tests/atlocal.in b/tests/atlocal.in
index b307e3f..119898e 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,7 +1,7 @@
 # -*- shell-script -*-
 # @configure_input@
 # Configurable variable values for M4 test suite.
-# Copyright (C) 2000-2001, 2006, 2008, 2010, 2013 Free Software
+# Copyright (C) 2000-2001, 2006, 2008, 2010, 2013-2014 Free Software
 # Foundation, Inc.
 
 # This file is part of GNU M4.
diff --git a/tests/builtins.at b/tests/builtins.at
index d22b94f..5b17a86 100644
--- a/tests/builtins.at
+++ b/tests/builtins.at
@@ -1,5 +1,6 @@
 # Hand crafted tests for GNU M4.                               -*- Autotest -*-
-# Copyright (C) 2001, 2006-2010, 2013 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006-2010, 2013-2014 Free Software Foundation,
+# Inc.
 
 # This file is part of GNU M4.
 #
diff --git a/tests/freeze.at b/tests/freeze.at
index 15afcd2..dd3bfed 100644
--- a/tests/freeze.at
+++ b/tests/freeze.at
@@ -1,5 +1,5 @@
 # Hand crafted tests for GNU M4.                               -*- Autotest -*-
-# Copyright (C) 2006-2010, 2013 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010, 2013-2014 Free Software Foundation, Inc.
 
 # This file is part of GNU M4.
 #
diff --git a/tests/generate.awk b/tests/generate.awk
index 567501a..a80d499 100755
--- a/tests/generate.awk
+++ b/tests/generate.awk
@@ -1,6 +1,6 @@
 # Extract all examples from the manual source.            -*- AWK -*-
 
-# Copyright (C) 1992, 2000-2001, 2006-2010, 2013 Free Software
+# Copyright (C) 1992, 2000-2001, 2006-2010, 2013-2014 Free Software
 # Foundation, Inc.
 #
 # This file is part of GNU M4.
diff --git a/tests/import.c b/tests/import.c
index 9f03493..d588c1e 100644
--- a/tests/import.c
+++ b/tests/import.c
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 2003, 2006-2008, 2010, 2013 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2006-2008, 2010, 2013-2014 Free Software
+   Foundation, Inc.
 
    This file is part of GNU M4.
 
diff --git a/tests/iso8859.m4 b/tests/iso8859.m4
index 1f7dbdd..59fb8a4 100644
Binary files a/tests/iso8859.m4 and b/tests/iso8859.m4 differ
diff --git a/tests/m4.in b/tests/m4.in
index e93b0b9..4dd9d4f 100644
--- a/tests/m4.in
+++ b/tests/m4.in
@@ -2,7 +2,7 @@
 # @configure_input@
 # Wrapper around a non installed m4 to make it work as an installed one.
 #
-# Copyright (C) 2001-2002, 2006-2008, 2010, 2013 Free Software
+# Copyright (C) 2001-2002, 2006-2008, 2010, 2013-2014 Free Software
 # Foundation, Inc.
 #
 # This file is part of GNU M4.
diff --git a/tests/macros.at b/tests/macros.at
index dedc44d..11f32ee 100644
--- a/tests/macros.at
+++ b/tests/macros.at
@@ -1,6 +1,6 @@
 # Hand crafted tests for GNU M4.                               -*- Autotest -*-
-# Copyright (C) 2001, 2006-2008, 2010, 2013 Free Software Foundation,
-# Inc.
+# Copyright (C) 2001, 2006-2008, 2010, 2013-2014 Free Software
+# Foundation, Inc.
 
 # This file is part of GNU M4.
 #
diff --git a/tests/modtest.c b/tests/modtest.c
index 2026431..161b3e7 100644
--- a/tests/modtest.c
+++ b/tests/modtest.c
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1999-2001, 2003-2004, 2006-2008, 2010, 2013 Free
+   Copyright (C) 1999-2001, 2003-2004, 2006-2008, 2010, 2013-2014 Free
    Software Foundation, Inc.
 
    This file is part of GNU M4.
diff --git a/tests/modules.at b/tests/modules.at
index dddba9e..f5d28b7 100644
--- a/tests/modules.at
+++ b/tests/modules.at
@@ -1,6 +1,6 @@
 # Hand crafted tests for GNU M4.                               -*- Autotest -*-
-# Copyright (C) 2001, 2006-2008, 2010, 2013 Free Software Foundation,
-# Inc.
+# Copyright (C) 2001, 2006-2008, 2010, 2013-2014 Free Software
+# Foundation, Inc.
 
 # This file is part of GNU M4.
 #
diff --git a/tests/options.at b/tests/options.at
index 8503f8f..7084207 100644
--- a/tests/options.at
+++ b/tests/options.at
@@ -1,5 +1,6 @@
 # Hand crafted tests for GNU M4.                               -*- Autotest -*-
-# Copyright (C) 2001, 2006-2010, 2013 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006-2010, 2013-2014 Free Software Foundation,
+# Inc.
 
 # This file is part of GNU M4.
 #
diff --git a/tests/others.at b/tests/others.at
index 6253934..9c7a0c6 100644
--- a/tests/others.at
+++ b/tests/others.at
@@ -1,5 +1,6 @@
 # Hand crafted tests for GNU M4.                               -*- Autotest -*-
-# Copyright (C) 2001, 2006-2010, 2013 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006-2010, 2013-2014 Free Software Foundation,
+# Inc.
 
 # This file is part of GNU M4.
 #
diff --git a/tests/shadow.c b/tests/shadow.c
index 2247f39..c6a64d2 100644
--- a/tests/shadow.c
+++ b/tests/shadow.c
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1999-2000, 2006-2008, 2010, 2013 Free Software
+   Copyright (C) 1999-2000, 2006-2008, 2010, 2013-2014 Free Software
    Foundation, Inc.
 
    This file is part of GNU M4.
diff --git a/tests/stackovf.test b/tests/stackovf.test
index b5913e0..f0ebc67 100755
--- a/tests/stackovf.test
+++ b/tests/stackovf.test
@@ -1,7 +1,7 @@
 #!/bin/sh
 # This file is part of the GNU m4 testsuite
-# Copyright (C) 2000, 2003, 2007, 2010, 2013 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000, 2003, 2007, 2010, 2013-2014 Free Software
+# Foundation, Inc.
 #
 # This file is part of GNU M4.
 #
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 26d8346..aad7f0d 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,7 +1,8 @@
 # Process with autom4te to create an -*- Autotest -*- test suite.
 
 # Test suite for GNU M4.
-# Copyright (C) 2001, 2006-2010, 2013 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006-2010, 2013-2014 Free Software Foundation,
+# Inc.
 
 # This file is part of GNU M4.
 #


hooks/post-receive
-- 
GNU M4 source repository



reply via email to

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