Needed to keep 'make syntax-check' passing. * gnulib: Update to latest. * bootstrap: Regenerate. * all files: Use 'make update-copyright' to bump year.
Signed-off-by: Eric Blake <ebl...@redhat.com> --- AUTHORS | 4 ++-- BACKLOG | 3 ++- ChangeLog-2014 | 4 ++-- HACKING | 2 +- Makefile.am | 4 ++-- NEWS | 3 ++- README | 2 +- THANKS | 2 +- TODO | 4 ++-- acinclude.m4 | 4 ++-- bootstrap | 8 ++++---- bootstrap.conf | 2 +- c-boxes.el | 4 ++-- cfg.mk | 2 +- checks/Makefile.am | 4 ++-- checks/check-them | 3 ++- checks/get-them | 3 ++- checks/stackovf.test | 4 ++-- configure.ac | 2 +- doc/Makefile.am | 2 +- doc/m4.texi | 2 +- examples/Makefile.am | 2 +- gl/build-aux/bootstrap.in | 2 +- gl/build-aux/extract-trace | 2 +- gl/build-aux/funclib.sh | 2 +- gl/build-aux/inline-source | 2 +- gl/build-aux/options-parser | 2 +- gnulib | 2 +- lib/Makefile.am | 2 +- m4/gnulib-cache.m4 | 2 +- src/Makefile.am | 2 +- src/builtin.c | 4 ++-- src/debug.c | 2 +- src/eval.c | 4 ++-- src/format.c | 4 ++-- src/freeze.c | 4 ++-- src/input.c | 4 ++-- src/m4.c | 4 ++-- src/m4.h | 4 ++-- src/macro.c | 4 ++-- src/output.c | 4 ++-- src/path.c | 2 +- src/symtab.c | 2 +- tests/Makefile.am | 2 +- 44 files changed, 68 insertions(+), 64 deletions(-) diff --git a/AUTHORS b/AUTHORS index 44b959b..551f082 100644 --- a/AUTHORS +++ b/AUTHORS @@ -32,8 +32,8 @@ Tim Rice t...@multitalents.net 2011-01-24 ======================================================================== -Copyright (C) 2000, 2006-2007, 2009-2014, 2016 Free Software Foundation, -Inc. +Copyright (C) 2000, 2006-2007, 2009-2014, 2016-2017 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 eeb59e2..4eed596 100644 --- a/BACKLOG +++ b/BACKLOG @@ -50,7 +50,8 @@ rmail/speed 2. 05 Sep 94 <d...@va.pubnix.com> slowness 3. 04 Oct 94 <pinard> Autoconf, m4, and dnl's. -Copyright (C) 2000, 2006, 2009-2014, 2016 Free Software Foundation, Inc. +Copyright (C) 2000, 2006, 2009-2014, 2016-2017 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-2014 b/ChangeLog-2014 index 0555e18..9d2fbec 100644 --- a/ChangeLog-2014 +++ b/ChangeLog-2014 @@ -5577,8 +5577,8 @@ Mon Jan 22 21:08:52 1990 Rene' Seindal (seindal at diku.dk) coding: utf-8 End: - Copyright (C) 1990-1994, 2000-2001, 2003, 2005-2014, 2016 Free - Software Foundation, Inc. + Copyright (C) 1990-1994, 2000-2001, 2003, 2005-2014, 2016-2017 + 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 c89abff..ceec56e 100644 --- a/HACKING +++ b/HACKING @@ -275,7 +275,7 @@ and is not part of a release distribution. After making edits, mail the diff to <bug-direct...@gnu.org>. -Copyright (C) 2004-2014, 2016 Free Software Foundation, Inc. +Copyright (C) 2004-2014, 2016-2017 Free Software Foundation, Inc. The canonical source of this file is maintained with the GNU M4 package. Report bugs to bug...@gnu.org. diff --git a/Makefile.am b/Makefile.am index 9d294c2..7c2291a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am - template for generating Makefile via Automake ## -## Copyright (C) 2000-2001, 2003-2014, 2016 Free Software Foundation, -## Inc. +## Copyright (C) 2000-2001, 2003-2014, 2016-2017 Free Software +## Foundation, Inc. ## ## This file is part of GNU M4. ## diff --git a/NEWS b/NEWS index 853e648..a357f30 100644 --- a/NEWS +++ b/NEWS @@ -724,7 +724,8 @@ mode: outline fill-column: 75 End: -Copyright (C) 1992-1994, 2004-2014, 2016 Free Software Foundation, Inc. +Copyright (C) 1992-1994, 2004-2014, 2016-2017 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 d4ef916..acb00ab 100644 --- a/README +++ b/README @@ -66,7 +66,7 @@ note that the range specifies every single year in that closed interval. ======================================================================== -Copyright (C) 2000, 2005-2014, 2016 Free Software Foundation, Inc. +Copyright (C) 2000, 2005-2014, 2016-2017 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 bcd99a1..137ada9 100644 --- a/THANKS +++ b/THANKS @@ -140,7 +140,7 @@ Local Variables: coding: utf-8 End: -Copyright (C) 2000, 2006-2014, 2016 Free Software Foundation, Inc. +Copyright (C) 2000, 2006-2014, 2016-2017 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 55b5d1c..015c1e8 100644 --- a/TODO +++ b/TODO @@ -37,8 +37,8 @@ mode: outline outline-regexp: " *[-+*.] \\|" End: -Copyright (C) 2000, 2006-2007, 2009-2014, 2016 Free Software Foundation, -Inc. +Copyright (C) 2000, 2006-2007, 2009-2014, 2016-2017 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 a465b1c..0d923eb 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,6 +1,6 @@ # Local additions to Autoconf macros. -# Copyright (C) 1992, 1994, 2004, 2006, 2008-2014, 2016 Free Software -# Foundation, Inc. +# Copyright (C) 1992, 1994, 2004, 2006, 2008-2014, 2016-2017 Free +# Software Foundation, Inc. # Francois Pinard <pin...@iro.umontreal.ca>, 1992. # # This file is free software; the Free Software Foundation diff --git a/bootstrap b/bootstrap index 4b57abd..a4480d5 100755 --- a/bootstrap +++ b/bootstrap @@ -5,7 +5,7 @@ # Bootstrap an Autotooled package from checked-out sources. # Written by Gary V. Vaughan, 2010 -# Copyright (C) 2010-2014, 2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2016-2017 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -235,7 +235,7 @@ scriptversion=2014-01-03.01; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 -# Copyright (C) 2004-2014, 2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2014, 2016-2017 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -1541,7 +1541,7 @@ scriptversion=2014-01-07.03; # UTC # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 -# Copyright (C) 2010-2014, 2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2016-2017 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -2146,7 +2146,7 @@ func_version () # Extract macro arguments from autotools input with GNU M4. # Written by Gary V. Vaughan, 2010 # -# Copyright (C) 2010-2014, 2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2016-2017 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/bootstrap.conf b/bootstrap.conf index 5f05173..5d5d24f 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, 2014, 2016 Free Software Foundation, Inc. +# Copyright (C) 2010, 2014, 2016-2017 Free Software Foundation, Inc. # This file is part of GNU M4. # diff --git a/c-boxes.el b/c-boxes.el index d60484b..4ed1ae2 100644 --- a/c-boxes.el +++ b/c-boxes.el @@ -1,6 +1,6 @@ ;;; Boxed comments for C mode. -;;; Copyright (C) 1991-1994, 2008-2014, 2016 Free Software Foundation, -;;; Inc. +;;; Copyright (C) 1991-1994, 2008-2014, 2016-2017 Free Software +;;; Foundation, Inc. ;;; Francois Pinard <pin...@iro.umontreal.ca>, April 1991. ;;; ;;; This file is part of GNU M4. diff --git a/cfg.mk b/cfg.mk index 145c188..2933950 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1,5 +1,5 @@ # Customize maint.mk. -*- makefile -*- -# Copyright (C) 2003-2014, 2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2014, 2016-2017 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/checks/Makefile.am b/checks/Makefile.am index 0fb5a63..e84c9ec 100644 --- a/checks/Makefile.am +++ b/checks/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am - template for generating Makefile via Automake. ## -## Copyright (C) 1992-1994, 2006-2014, 2016 Free Software Foundation, -## Inc. +## Copyright (C) 1992-1994, 2006-2014, 2016-2017 Free Software +## Foundation, Inc. ## ## This file is part of GNU M4. ## diff --git a/checks/check-them b/checks/check-them index a47b267..f824896 100755 --- a/checks/check-them +++ b/checks/check-them @@ -1,6 +1,7 @@ #!/bin/sh # Check GNU m4 against examples from the manual source. -# Copyright (C) 1992, 2006-2014, 2016 Free Software Foundation, Inc. +# Copyright (C) 1992, 2006-2014, 2016-2017 Free Software Foundation, +# Inc. # # This file is part of GNU M4. # diff --git a/checks/get-them b/checks/get-them index cfe8a9d..2233e67 100755 --- a/checks/get-them +++ b/checks/get-them @@ -1,7 +1,8 @@ #!/bin/sh # -*- AWK -*- # Extract all examples from the manual source. -# Copyright (C) 1992, 2005-2014, 2016 Free Software Foundation, Inc. +# Copyright (C) 1992, 2005-2014, 2016-2017 Free Software Foundation, +# Inc. # # This file is part of GNU M4. # diff --git a/checks/stackovf.test b/checks/stackovf.test index 3924f1e..893f1e9 100755 --- a/checks/stackovf.test +++ b/checks/stackovf.test @@ -1,7 +1,7 @@ #!/bin/sh # This file is part of the GNU m4 testsuite -# Copyright (C) 2000, 2003, 2007-2014, 2016 Free Software Foundation, -# Inc. +# Copyright (C) 2000, 2003, 2007-2014, 2016-2017 Free Software +# Foundation, Inc. # # This file is part of GNU M4. # diff --git a/configure.ac b/configure.ac index 78b8788..f8ed519 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Configure template for GNU M4. -*-Autoconf-*- -# Copyright (C) 1991, 1993-1994, 2004-2014, 2016 Free Software +# Copyright (C) 1991, 1993-1994, 2004-2014, 2016-2017 Free Software # Foundation, Inc. # # This file is part of GNU M4. diff --git a/doc/Makefile.am b/doc/Makefile.am index 30faf3b..d0bf1dc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am - template for generating Makefile via Automake ## -## Copyright (C) 2006-2014, 2016 Free Software Foundation, Inc. +## Copyright (C) 2006-2014, 2016-2017 Free Software Foundation, Inc. ## ## This file is part of GNU M4. ## diff --git a/doc/m4.texi b/doc/m4.texi index bc50533..59f0212 100644 --- a/doc/m4.texi +++ b/doc/m4.texi @@ -40,7 +40,7 @@ @value{VERSION}), a package containing an implementation of the m4 macro language. -Copyright @copyright{} 1989-1994, 2004-2014, 2016 Free Software +Copyright @copyright{} 1989-1994, 2004-2014, 2016-2017 Free Software Foundation, Inc. @quotation diff --git a/examples/Makefile.am b/examples/Makefile.am index 9c99d5b..fe2940d 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am - template for generating Makefile via Automake ## -## Copyright (C) 2006-2014, 2016 Free Software Foundation, Inc. +## Copyright (C) 2006-2014, 2016-2017 Free Software Foundation, Inc. ## ## This file is part of GNU M4. ## diff --git a/gl/build-aux/bootstrap.in b/gl/build-aux/bootstrap.in index 352a87d..cef2ce0 100755 --- a/gl/build-aux/bootstrap.in +++ b/gl/build-aux/bootstrap.in @@ -3,7 +3,7 @@ # Bootstrap an Autotooled package from checked-out sources. # Written by Gary V. Vaughan, 2010 -# Copyright (C) 2010-2014, 2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2016-2017 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/gl/build-aux/extract-trace b/gl/build-aux/extract-trace index 0ce0b0e..cc2a1ce 100755 --- a/gl/build-aux/extract-trace +++ b/gl/build-aux/extract-trace @@ -3,7 +3,7 @@ # Extract macro arguments from autotools input with GNU M4. # Written by Gary V. Vaughan, 2010 # -# Copyright (C) 2010-2014, 2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2016-2017 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/gl/build-aux/funclib.sh b/gl/build-aux/funclib.sh index eb07f53..d00601b 100644 --- a/gl/build-aux/funclib.sh +++ b/gl/build-aux/funclib.sh @@ -4,7 +4,7 @@ scriptversion=2014-01-03.01; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 -# Copyright (C) 2004-2014, 2016 Free Software Foundation, Inc. +# Copyright (C) 2004-2014, 2016-2017 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/gl/build-aux/inline-source b/gl/build-aux/inline-source index 3096943..8863244 100755 --- a/gl/build-aux/inline-source +++ b/gl/build-aux/inline-source @@ -3,7 +3,7 @@ # Output the contents of a shell script with sourced files inlined. # Written by Gary V. Vaughan, 2012 -# Copyright (C) 2012-2014, 2016 Free Software Foundation, Inc. +# Copyright (C) 2012-2014, 2016-2017 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/gl/build-aux/options-parser b/gl/build-aux/options-parser index 2ba436e..f4d8d40 100644 --- a/gl/build-aux/options-parser +++ b/gl/build-aux/options-parser @@ -6,7 +6,7 @@ scriptversion=2014-01-07.03; # UTC # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 -# Copyright (C) 2010-2014, 2016 Free Software Foundation, Inc. +# Copyright (C) 2010-2014, 2016-2017 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/gnulib b/gnulib index 52a5514..e210a3c 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 52a5514ddf33782915338944596be28271285fe5 +Subproject commit e210a3cbaec0ee82a67ff8fc427e21bdd64dba1b diff --git a/lib/Makefile.am b/lib/Makefile.am index fac929b..db31f28 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am - template for generating Makefile via Automake ## -## Copyright (C) 2009-2014, 2016 Free Software Foundation, Inc. +## Copyright (C) 2009-2014, 2016-2017 Free Software Foundation, Inc. ## ## This file is part of GNU M4. ## diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index ede6dbf..d7c6f27 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2016 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 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/src/Makefile.am b/src/Makefile.am index 943d94c..2e335ba 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am - template for generating Makefile via Automake ## -## Copyright (C) 2006-2014, 2016 Free Software Foundation, Inc. +## Copyright (C) 2006-2014, 2016-2017 Free Software Foundation, Inc. ## ## This file is part of GNU M4. ## diff --git a/src/builtin.c b/src/builtin.c index 302a86a..4eaccc6 100644 --- a/src/builtin.c +++ b/src/builtin.c @@ -1,7 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2000, 2004, 2006-2014, 2016 Free Software - Foundation, Inc. + Copyright (C) 1989-1994, 2000, 2004, 2006-2014, 2016-2017 Free + Software Foundation, Inc. This file is part of GNU M4. diff --git a/src/debug.c b/src/debug.c index 70a5b80..d1ef1b9 100644 --- a/src/debug.c +++ b/src/debug.c @@ -1,6 +1,6 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1991-1994, 2004, 2006-2007, 2009-2014, 2016 Free + Copyright (C) 1991-1994, 2004, 2006-2007, 2009-2014, 2016-2017 Free Software Foundation, Inc. This file is part of GNU M4. diff --git a/src/eval.c b/src/eval.c index 64b389a..64c7624 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1,7 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2006-2007, 2009-2014, 2016 Free Software - Foundation, Inc. + Copyright (C) 1989-1994, 2006-2007, 2009-2014, 2016-2017 Free + Software Foundation, Inc. This file is part of GNU M4. diff --git a/src/format.c b/src/format.c index 608ac72..6bd7301 100644 --- a/src/format.c +++ b/src/format.c @@ -1,7 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2006-2014, 2016 Free Software Foundation, - Inc. + Copyright (C) 1989-1994, 2006-2014, 2016-2017 Free Software + Foundation, Inc. This file is part of GNU M4. diff --git a/src/freeze.c b/src/freeze.c index fd7623d..b0d11d1 100644 --- a/src/freeze.c +++ b/src/freeze.c @@ -1,7 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2006-2014, 2016 Free Software Foundation, - Inc. + Copyright (C) 1989-1994, 2006-2014, 2016-2017 Free Software + Foundation, Inc. This file is part of GNU M4. diff --git a/src/input.c b/src/input.c index 74891a0..256984c 100644 --- a/src/input.c +++ b/src/input.c @@ -1,7 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2004-2014, 2016 Free Software Foundation, - Inc. + Copyright (C) 1989-1994, 2004-2014, 2016-2017 Free Software + Foundation, Inc. This file is part of GNU M4. diff --git a/src/m4.c b/src/m4.c index 79946b9..6ae8af5 100644 --- a/src/m4.c +++ b/src/m4.c @@ -1,7 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2004-2014, 2016 Free Software Foundation, - Inc. + Copyright (C) 1989-1994, 2004-2014, 2016-2017 Free Software + Foundation, Inc. This file is part of GNU M4. diff --git a/src/m4.h b/src/m4.h index 9a13257..c8debc8 100644 --- a/src/m4.h +++ b/src/m4.h @@ -1,7 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2004-2014, 2016 Free Software Foundation, - Inc. + Copyright (C) 1989-1994, 2004-2014, 2016-2017 Free Software + Foundation, Inc. This file is part of GNU M4. diff --git a/src/macro.c b/src/macro.c index 81218e7..4106396 100644 --- a/src/macro.c +++ b/src/macro.c @@ -1,7 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2006-2007, 2009-2014, 2016 Free Software - Foundation, Inc. + Copyright (C) 1989-1994, 2006-2007, 2009-2014, 2016-2017 Free + Software Foundation, Inc. This file is part of GNU M4. diff --git a/src/output.c b/src/output.c index 9c916d9..a4ad527 100644 --- a/src/output.c +++ b/src/output.c @@ -1,7 +1,7 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2004-2014, 2016 Free Software Foundation, - Inc. + Copyright (C) 1989-1994, 2004-2014, 2016-2017 Free Software + Foundation, Inc. This file is part of GNU M4. diff --git a/src/path.c b/src/path.c index 88d2c81..a2dd32a 100644 --- a/src/path.c +++ b/src/path.c @@ -1,6 +1,6 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1993, 2004, 2006-2014, 2016 Free Software + Copyright (C) 1989-1993, 2004, 2006-2014, 2016-2017 Free Software Foundation, Inc. This file is part of GNU M4. diff --git a/src/symtab.c b/src/symtab.c index 26a722f..1d0ebaf 100644 --- a/src/symtab.c +++ b/src/symtab.c @@ -1,6 +1,6 @@ /* GNU m4 -- A simple macro processor - Copyright (C) 1989-1994, 2003, 2006-2014, 2016 Free Software + Copyright (C) 1989-1994, 2003, 2006-2014, 2016-2017 Free Software Foundation, Inc. This file is part of GNU M4. diff --git a/tests/Makefile.am b/tests/Makefile.am index ba5f188..000c44e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am - template for generating Makefile via Automake ## -## Copyright (C) 2009-2014, 2016 Free Software Foundation, Inc. +## Copyright (C) 2009-2014, 2016-2017 Free Software Foundation, Inc. ## ## This file is part of GNU M4. ## -- 2.9.3 _______________________________________________ M4-patches mailing list M4-patches@gnu.org https://lists.gnu.org/mailman/listinfo/m4-patches