]> git.saurik.com Git - bison.git/commitdiff
package: bump to 2014
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 3 Feb 2014 14:26:25 +0000 (15:26 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 3 Feb 2014 14:27:02 +0000 (15:27 +0100)
* AUTHORS, ChangeLog-2012, Makefile.am, NEWS, PACKAGING, README,
* README-alpha, README-hacking, THANKS, TODO, bootstrap.conf,
* build-aux/darwin11.4.0.valgrind, build-aux/local.mk,
* build-aux/update-b4-copyright,
* build-aux/update-package-copyright-year, cfg.mk, configure.ac,
* data/README, data/bison.m4, data/c++-skel.m4, data/c++.m4,
* data/c-like.m4, data/c-skel.m4, data/c.m4, data/glr.c, data/glr.cc,
* data/java-skel.m4, data/java.m4, data/lalr1.cc, data/lalr1.java,
* data/local.mk, data/location.cc, data/stack.hh, data/variant.hh,
* data/xslt/bison.xsl, data/xslt/xml2dot.xsl, data/xslt/xml2text.xsl,
* data/xslt/xml2xhtml.xsl, data/yacc.c, djgpp/Makefile.maint,
* djgpp/README.in, djgpp/config.bat, djgpp/config.sed,
* djgpp/config.site, djgpp/config_h.sed, djgpp/djunpack.bat,
* djgpp/local.mk, djgpp/subpipe.c, djgpp/subpipe.h,
* djgpp/testsuite.sed, doc/bison.texi, doc/local.mk, doc/refcard.tex,
* etc/README, etc/bench.pl.in, etc/local.mk,
* examples/calc++/calc++.test, examples/calc++/local.mk,
* examples/extexi, examples/local.mk, examples/mfcalc/local.mk,
* examples/mfcalc/mfcalc.test, examples/rpcalc/local.mk,
* examples/rpcalc/rpcalc.test, examples/test, examples/variant.yy,
* lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
* lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
* lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
* lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
* lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
* lib/local.mk, lib/main.c, lib/timevar.c, lib/timevar.def,
* lib/timevar.h, lib/vbitset.c, lib/vbitset.h, lib/yyerror.c,
* m4/bison-i18n.m4, m4/c-working.m4, m4/cxx.m4, m4/flex.m4,
* m4/timevar.m4, src/AnnotationList.c, src/AnnotationList.h,
* src/InadequacyList.c, src/InadequacyList.h, src/LR0.c, src/LR0.h,
* src/Sbitset.c, src/Sbitset.h, src/assoc.c, src/assoc.h,
* src/closure.c, src/closure.h, src/complain.c, src/complain.h,
* src/conflicts.c, src/conflicts.h, src/derives.c, src/derives.h,
* src/files.c, src/files.h, src/flex-scanner.h, src/getargs.c,
* src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c,
* src/graphviz.h, src/ielr.c, src/ielr.h, src/lalr.c, src/lalr.h,
* src/local.mk, src/location.c, src/location.h, src/main.c,
* src/muscle-tab.c, src/muscle-tab.h, src/named-ref.c,
* src/named-ref.h, src/nullable.c, src/nullable.h, src/output.c,
* src/output.h, src/parse-gram.c, src/parse-gram.y, src/print-xml.c,
* src/print-xml.h, src/print.c, src/print.h, src/print_graph.c,
* src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
* src/reduce.h, src/relation.c, src/relation.h, src/scan-code.h,
* src/scan-code.l, src/scan-gram.h, src/scan-gram.l, src/scan-skel.h,
* src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
* src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
* src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
* tests/actions.at, tests/atlocal.in, tests/bison.in, tests/c++.at,
* tests/calc.at, tests/conflicts.at, tests/cxx-type.at,
* tests/existing.at, tests/glr-regression.at, tests/headers.at,
* tests/input.at, tests/java.at, tests/javapush.at, tests/local.at,
* tests/local.mk, tests/named-refs.at, tests/output.at, tests/push.at,
* tests/reduce.at, tests/regression.at, tests/sets.at,
* tests/skeletons.at, tests/synclines.at, tests/testsuite.at,
* tests/torture.at, tests/types.at:
here.

197 files changed:
AUTHORS
ChangeLog-2012
Makefile.am
NEWS
PACKAGING
README
README-alpha
README-hacking
THANKS
TODO
bootstrap.conf
build-aux/darwin11.4.0.valgrind
build-aux/local.mk
build-aux/update-b4-copyright
build-aux/update-package-copyright-year
cfg.mk
configure.ac
data/README
data/bison.m4
data/c++-skel.m4
data/c++.m4
data/c-like.m4
data/c-skel.m4
data/c.m4
data/glr.c
data/glr.cc
data/java-skel.m4
data/java.m4
data/lalr1.cc
data/lalr1.java
data/local.mk
data/location.cc
data/stack.hh
data/variant.hh
data/xslt/bison.xsl
data/xslt/xml2dot.xsl
data/xslt/xml2text.xsl
data/xslt/xml2xhtml.xsl
data/yacc.c
djgpp/Makefile.maint
djgpp/README.in
djgpp/config.bat
djgpp/config.sed
djgpp/config.site
djgpp/config_h.sed
djgpp/djunpack.bat
djgpp/local.mk
djgpp/subpipe.c
djgpp/subpipe.h
djgpp/testsuite.sed
doc/bison.texi
doc/local.mk
doc/refcard.tex
etc/README
etc/bench.pl.in
etc/local.mk
examples/calc++/calc++.test
examples/calc++/local.mk
examples/extexi
examples/local.mk
examples/mfcalc/local.mk
examples/mfcalc/mfcalc.test
examples/rpcalc/local.mk
examples/rpcalc/rpcalc.test
examples/test
examples/variant.yy
lib/abitset.c
lib/abitset.h
lib/bbitset.h
lib/bitset.c
lib/bitset.h
lib/bitset_stats.c
lib/bitset_stats.h
lib/bitsetv-print.c
lib/bitsetv-print.h
lib/bitsetv.c
lib/bitsetv.h
lib/ebitset.c
lib/ebitset.h
lib/get-errno.c
lib/get-errno.h
lib/lbitset.c
lib/lbitset.h
lib/libiberty.h
lib/local.mk
lib/main.c
lib/timevar.c
lib/timevar.def
lib/timevar.h
lib/vbitset.c
lib/vbitset.h
lib/yyerror.c
m4/bison-i18n.m4
m4/c-working.m4
m4/cxx.m4
m4/flex.m4
m4/timevar.m4
src/AnnotationList.c
src/AnnotationList.h
src/InadequacyList.c
src/InadequacyList.h
src/LR0.c
src/LR0.h
src/Sbitset.c
src/Sbitset.h
src/assoc.c
src/assoc.h
src/closure.c
src/closure.h
src/complain.c
src/complain.h
src/conflicts.c
src/conflicts.h
src/derives.c
src/derives.h
src/files.c
src/files.h
src/flex-scanner.h
src/getargs.c
src/getargs.h
src/gram.c
src/gram.h
src/graphviz.c
src/graphviz.h
src/ielr.c
src/ielr.h
src/lalr.c
src/lalr.h
src/local.mk
src/location.c
src/location.h
src/main.c
src/muscle-tab.c
src/muscle-tab.h
src/named-ref.c
src/named-ref.h
src/nullable.c
src/nullable.h
src/output.c
src/output.h
src/parse-gram.c
src/parse-gram.y
src/print-xml.c
src/print-xml.h
src/print.c
src/print.h
src/print_graph.c
src/print_graph.h
src/reader.c
src/reader.h
src/reduce.c
src/reduce.h
src/relation.c
src/relation.h
src/scan-code.h
src/scan-code.l
src/scan-gram.h
src/scan-gram.l
src/scan-skel.h
src/scan-skel.l
src/state.c
src/state.h
src/symlist.c
src/symlist.h
src/symtab.c
src/symtab.h
src/system.h
src/tables.c
src/tables.h
src/uniqstr.c
src/uniqstr.h
tests/actions.at
tests/atlocal.in
tests/bison.in
tests/c++.at
tests/calc.at
tests/conflicts.at
tests/cxx-type.at
tests/existing.at
tests/glr-regression.at
tests/headers.at
tests/input.at
tests/java.at
tests/javapush.at
tests/local.at
tests/local.mk
tests/named-refs.at
tests/output.at
tests/push.at
tests/reduce.at
tests/regression.at
tests/sets.at
tests/skeletons.at
tests/synclines.at
tests/testsuite.at
tests/torture.at
tests/types.at

diff --git a/AUTHORS b/AUTHORS
index fa4b1715a58b85797924819be8aa8509288b77ca..c781b556b40a0b355aa0adefe13a17f5bbc0dba0 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -24,7 +24,7 @@ and nasty bugs.
 
 -----
 
-Copyright (C) 1998-2013 Free Software Foundation, Inc.
+Copyright (C) 1998-2014 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 458a9e55e2deefdf860e1e1a0d299a861beb6819..ebcf29741727558d7f6cf42dd1578ea43d0df292 100644 (file)
 
        -----
 
-       Copyright (C) 1987-1988, 1991-2013 Free Software Foundation,
+       Copyright (C) 1987-1988, 1991-2014 Free Software Foundation,
        Inc.
 
        Copying and distribution of this file, with or without
index becd1d39daf4cd19582bcff040e0ed2244b6cf2a..ae7e5121215dfb76defebe33d5e5c591fdb2255a 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-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/NEWS b/NEWS
index e6521bf93d4bf530a3b0499651339e30126938f1..9c5cb42f47e9e031716937a603553888e9cd315d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2718,7 +2718,7 @@ Output file does not redefine const for C++.
 
 -----
 
-Copyright (C) 1995-2013 Free Software Foundation, Inc.
+Copyright (C) 1995-2014 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Parser Generator.
 
index c8bbbf6bedc3c0cd24fc54fcec5d51affe0107f8..d11642eb65d538c71296e875355a66e3664d613f 100644 (file)
--- a/PACKAGING
+++ b/PACKAGING
@@ -36,7 +36,7 @@ to the bison package.
 
 -----
 
-Copyright (C) 2002, 2005, 2009-2013 Free Software Foundation, Inc.
+Copyright (C) 2002, 2005, 2009-2014 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/README b/README
index ed393c28560e81711ea9347b917756415996f72b..814a1b818ffac48264e32243baf2707f2c3e861d 100644 (file)
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ End:
 
 -----
 
-Copyright (C) 1992, 1998-1999, 2003-2005, 2008-2013 Free Software
+Copyright (C) 1992, 1998-1999, 2003-2005, 2008-2014 Free Software
 Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
index cf065eed34690ab5cc2e5005fead20125700731d..7e634c59149b98d1e03120b8f3c993fdf0847b49 100644 (file)
@@ -12,7 +12,7 @@ the problems you encounter.
 
 -----
 
-Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
+Copyright (C) 2002, 2004, 2009-2014 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
index ab82a3a20f625e3cff09ef88d0831d7f278f9bf1..2cdfec7c11b7c6da8c1ba08c7c11d206f2927c8e 100644 (file)
@@ -449,7 +449,7 @@ Push these changes.
 
 -----
 
-Copyright (C) 2002-2005, 2007-2013 Free Software Foundation, Inc.
+Copyright (C) 2002-2005, 2007-2014 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
diff --git a/THANKS b/THANKS
index ebadb44734a2b8f25b09eeeb054be56295a1a2a6..56d32b687840d2c8213e7d9977e26f2d831632dc 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -158,7 +158,7 @@ End:
 
 -----
 
-Copyright (C) 2000-2013 Free Software Foundation, Inc.
+Copyright (C) 2000-2014 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Parser Generator.
 
diff --git a/TODO b/TODO
index 09fce0896dc52bd9163d3c72655c7862898567b9..7a6734b8f2fca9efd8e47b827f77d727f18529f9 100644 (file)
--- a/TODO
+++ b/TODO
@@ -369,7 +369,7 @@ End:
 
 -----
 
-Copyright (C) 2001-2004, 2006, 2008-2013 Free Software Foundation, Inc.
+Copyright (C) 2001-2004, 2006, 2008-2014 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 186afa718df8cf1f94671d8206e3567952842ed3..2dcbeddc6252bba6925402b144620a9d054202bd 100644 (file)
@@ -1,6 +1,6 @@
 # Bootstrap configuration.
 
-# Copyright (C) 2006-2013 Free Software Foundation, Inc.
+# Copyright (C) 2006-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
index c5c3bd9cf570fcde7210ac58c81c41e13d09f9b6..361e2f35044a3f0d65d2f06f0ad489c8a59a61c5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2013 Free Software Foundation, Inc.
+# Copyright (C) 2012-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
index f92b3bd771a9b844d04062e60014008111ef786d..59ad4a8da920c8deedc43d67c1f91ccc20b60cff 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-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
index 5ba7dd66c8a711cef7e308e37689f8a904ceee05..35bacd3edcbaa3f648b560ace897a4199e762a3c 100755 (executable)
@@ -3,7 +3,7 @@
 # Update b4_copyright invocations or b4_copyright_years definitions to
 # include the current year.
 
-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2009-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
index c36c80827f1ebd4d887a24e162d967fd51ee358c..f0169ff31ffbf3836171f5fd6736c4099d0564d6 100755 (executable)
@@ -2,7 +2,7 @@
 
 # In configure.ac, update PACKAGE_COPYRIGHT_YEAR to the current year.
 
-# Copyright (C) 2010-2013 Free Software Foundation, Inc.
+# Copyright (C) 2010-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/cfg.mk b/cfg.mk
index 1939ae473e7de4432dcaa48300cf1046e9b58df0..9a6b8f59b6e2e76b121eff7c7f5ac1c11193b8ed 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk                           -*- makefile -*-
-# Copyright (C) 2008-2013 Free Software Foundation, Inc.
+# Copyright (C) 2008-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
index 2658d73efe33c92924cbe8c7e1d1f257e68b0649..cb129f51745e7bbec5236f7cd23e35d4940f7635 100644 (file)
@@ -1,6 +1,6 @@
 # Configure template for GNU Bison.                   -*-Autoconf-*-
 #
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-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
@@ -26,7 +26,7 @@ m4_pattern_forbid([^gl_[A-Z]])
 AC_INIT([GNU Bison],
         m4_esyscmd([build-aux/git-version-gen .tarball-version]),
         [bug-bison@gnu.org])
-AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2013])
+AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2014])
 AC_DEFINE_UNQUOTED([PACKAGE_COPYRIGHT_YEAR], [$PACKAGE_COPYRIGHT_YEAR],
                    [The copyright year for this package])
 
index 842c0041865d5a9b612f8603d55e1bf8c6093fcb..0250d9a266f5f600106bd2da4929f7435fd7a64a 100644 (file)
@@ -52,7 +52,7 @@ into various formats.
 
 -----
 
-Copyright (C) 2002, 2008-2013 Free Software Foundation, Inc.
+Copyright (C) 2002, 2008-2014 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
index ca27159c878f4b151840043620a8d42a027973be..c443032b45ffaa297a5222e90174eb389909de78 100644 (file)
@@ -2,7 +2,7 @@
 
 # Language-independent M4 Macros for Bison.
 
-# Copyright (C) 2002, 2004-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004-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
index 06597a8bff98c8117528cb47378b0987c90d6dad..cd35a2011cbd73b3f7128081fa30c2ca6f3af943 100644 (file)
@@ -2,7 +2,7 @@
 
 # C++ skeleton dispatching for Bison.
 
-# Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-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
index be12c0a2feb75814f2917c87f1012f0724349d42..49278995cafab8074b4420071074ab3220c4cdff 100644 (file)
@@ -2,7 +2,7 @@
 
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-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
index eb06de2a4dcf451cfa6c3be8066d21c4631408d0..ab9896caf399b8010df8114a2209bbd641efb0e1 100644 (file)
@@ -2,7 +2,7 @@
 
 # Common code for C-like languages (C, C++, Java, etc.)
 
-# Copyright (C) 2012-2013 Free Software Foundation, Inc.
+# Copyright (C) 2012-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
index 36904aaf7bf44b70174df7c6533cbb79ffe99cce..9c53f0be1f58eacd41b38813720daa623bec2b4c 100644 (file)
@@ -2,7 +2,7 @@
 
 # C skeleton dispatching for Bison.
 
-# Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-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
index b0524ef3854a4c3865eb6f7e782705ee08fe32e3..7f851448d55826bda59f6f8e7dbb081b21ba254a 100644 (file)
--- a/data/c.m4
+++ b/data/c.m4
@@ -2,7 +2,7 @@
 
 # C M4 Macros for Bison.
 
-# Copyright (C) 2002, 2004-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004-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
index 39d12a0e636ae8b5262bb9353f49f38101387de2..236a4b41ba5fd307716403cd60d0bed95d1a4c9a 100644 (file)
@@ -2,7 +2,7 @@
 
 # GLR skeleton for Bison
 
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-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
@@ -180,7 +180,7 @@ m4_if(b4_skeleton, ["glr.c"],
 
 b4_output_begin([b4_parser_file_name])
 b4_copyright([Skeleton implementation for Bison GLR parsers in C],
-             [2002-2013])[
+             [2002-2014])[
 
 /* C GLR parser skeleton written by Paul Hilfinger.  */
 
@@ -2556,7 +2556,7 @@ m4_if(b4_skeleton, ["glr.c"],
 [b4_defines_if(
 [b4_output_begin([b4_spec_defines_file])
 b4_copyright([Skeleton interface for Bison GLR parsers in C],
-             [2002-2013])[
+             [2002-2014])[
 
 ]b4_cpp_guard_open([b4_spec_defines_file])[
 ]b4_shared_declarations[
index e57308bd82514cbebe68a6457acf4fd7b0d6bb5b..5b250839d95963e88c86abd4cf92895a9d290649 100644 (file)
@@ -1,6 +1,6 @@
 # C++ GLR skeleton for Bison
 
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-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
@@ -329,7 +329,7 @@ b4_percent_define_flag_if([[global_tokens_and_yystype]],
 b4_defines_if(
 [b4_output_begin([b4_spec_defines_file])
 b4_copyright([Skeleton interface for Bison GLR parsers in C++],
-             [2002-2013])[
+             [2002-2014])[
 
 // C++ GLR parser skeleton written by Akim Demaille.
 
index 384a6370ddc2640e55fa9b2ae692987939049861..5693625b66694437b3124080953888d4c4876fa9 100644 (file)
@@ -2,7 +2,7 @@
 
 # Java skeleton dispatching for Bison.
 
-# Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-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
index f985f977f191051f8ca8211569feacdddd72b85e..5615f4984017b1068d1901fc715aab380971c5db 100644 (file)
@@ -2,7 +2,7 @@
 
 # Java language support for Bison
 
-# Copyright (C) 2007-2013 Free Software Foundation, Inc.
+# Copyright (C) 2007-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
index 876de8c98b65d1d39ab1e41460317a6a010db8f2..72d1950b2333c10d708864f2f3a35e101e4a1325 100644 (file)
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-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
@@ -131,7 +131,7 @@ m4_ifdef([b4_lex_param], [, ]b4_lex_param))])])
 
 
 m4_pushdef([b4_copyright_years],
-           [2002-2013])
+           [2002-2014])
 
 m4_define([b4_parser_class_name],
           [b4_percent_define_get([[parser_class_name]])])
index bd32fa757433dec1c2f83980630a28bb674e4431..5d2695ac0a15fb0cffc70d8e65954ce13d53e534 100644 (file)
@@ -1,6 +1,6 @@
 # Java skeleton for Bison -*- autoconf -*-
 
-# Copyright (C) 2007-2013 Free Software Foundation, Inc.
+# Copyright (C) 2007-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
@@ -84,7 +84,7 @@ m4_define([b4_define_state],[[
 
 b4_output_begin([b4_parser_file_name])
 b4_copyright([Skeleton implementation for Bison LALR(1) parsers in Java],
-             [2007-2013])
+             [2007-2014])
 
 b4_percent_define_ifdef([package], [package b4_percent_define_get([package]);
 ])[/* First part of user declarations.  */
index b8290522f20a667b7b937a654a63dc1bfad22a9e..4af9609cdd52a537a3e4ced25277cccb52769263 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2002, 2005-2013 Free Software Foundation, Inc.
+## Copyright (C) 2002, 2005-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
index e80742a51f7d93d91c805e2a148a28f37ae53d31..4fea25990fc42ddf132b574b7c43a7693f189e16 100644 (file)
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-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
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 m4_pushdef([b4_copyright_years],
-           [2002-2013])
+           [2002-2014])
 
 # b4_position_define
 # ------------------
index aa64d63d842cce563540a8254251dc1135ba9e5c..5bc7f65642bca0ef47ef5a39023cde19615a3a48 100644 (file)
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-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
@@ -16,7 +16,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 m4_pushdef([b4_copyright_years],
-           [2002-2013])
+           [2002-2014])
 
 # b4_stack_define
 # ---------------
index 633c29abc4c0da229335b3072f9310397b7501e3..303e1c6719b0177a344f87a156102eead945b52e 100644 (file)
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-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
index 10e3305bd7fdc22f976e4ff78b2920e93db38fc3..039ba74941d9e46a3ae34d7f6733aa0eda197fa3 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     bison.xsl - common templates for Bison XSLT.
 
-    Copyright (C) 2007-2013 Free Software Foundation, Inc.
+    Copyright (C) 2007-2014 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index 7b62d6e26a7aae9c7dd5fd9ec85084fda54ca0f4..b41c749b15c4a2865df42cfb69d1cd12b9579e2e 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2dot.xsl - transform Bison XML Report into DOT.
 
-    Copyright (C) 2007-2013 Free Software Foundation, Inc.
+    Copyright (C) 2007-2014 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index 4d34be1631fc0cdd71ec66155ac6458dc64ef539..a9e1b33399281cd21c48ffc950e8f3d44698c84b 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2text.xsl - transform Bison XML Report into plain text.
 
-    Copyright (C) 2007-2013 Free Software Foundation, Inc.
+    Copyright (C) 2007-2014 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index c7c56887f5bd592a10a2be952a5a4ef585d25eda..c88f1d6b28c431fd730aa656b4abdeb075856ae6 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2html.xsl - transform Bison XML Report into XHTML.
 
-    Copyright (C) 2007-2013 Free Software Foundation, Inc.
+    Copyright (C) 2007-2014 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index aed7f06901d33cc52c10130f84a685fceac81739..f3402b34f3454218eebdb2cc4da3e13accb17b63 100644 (file)
@@ -1,11 +1,11 @@
                                                              -*- C -*-
 # Yacc compatible skeleton for Bison
 
-# Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation,
+# Copyright (C) 1984, 1989-1990, 2000-2014 Free Software Foundation,
 # Inc.
 
 m4_pushdef([b4_copyright_years],
-           [1984, 1989-1990, 2000-2013])
+           [1984, 1989-1990, 2000-2014])
 
 # 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
index ddfae0278363e1a4df85d67139fc8613b6e2e2a7..dae9d41676db9fdb80233b98926912aabe929725 100644 (file)
@@ -1,7 +1,7 @@
 # DJGPP Maintainer's Makefile                                    -*-Makefile-*-
 # Requires GNU sed
 
-## Copyright (C) 2005-2013 Free Software Foundation, Inc.
+## Copyright (C) 2005-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
index bde9b5a7420f14bd694d963aabed0ee3a28f1bc1..2cc46c811e459d3331c3a4e0a21b1b007af63ce0 100644 (file)
@@ -1,6 +1,6 @@
 This is a port of GNU Bison @VERSION@ to MSDOS/DJGPP.
 
-Copyright (C) 2005-2013 Free Software Foundation, Inc.
+Copyright (C) 2005-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
index cd909eba911ae84f6315e8a7cd27129f7e090fbc..635f36a91b1ee4893b7d62b6ac63e0c6f7debbd0 100644 (file)
@@ -4,7 +4,7 @@ Rem Configure Bison for DJGPP.
 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line\r
 Rem format, or else stock DOS/Windows shells will refuse to run it.\r
 \r
-Rem Copyright (C) 2005-2013 Free Software Foundation, Inc.\r
+Rem Copyright (C) 2005-2014 Free Software Foundation, Inc.\r
 \r
 Rem This program is free software: you can redistribute it and/or modify\r
 Rem it under the terms of the GNU General Public License as published by\r
index bf64b512743a4fd177f76b7dd556b99be0b122ba..1688a21095aa25fc6a96f5cc12436caf59548e5f 100644 (file)
@@ -2,7 +2,7 @@
 # Sed script for additional DJGPP specific editing
 # of the configure script generated by autoconf 2.62.
 
-# Copyright (C) 2005-2013 Free Software Foundation, Inc.
+# Copyright (C) 2005-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
index 685ae9d44d9fe59520da60a4a5b1678e7f0b7606..31329e3149e0051470aea4883d22671c0e0ebe00 100644 (file)
@@ -3,7 +3,7 @@
 # This is the config.site file for configuring GNU packages
 # which are to be built with DJGPP tools.
 
-# Copyright (C) 2005-2013 Free Software Foundation, Inc.
+# Copyright (C) 2005-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
index a2d0233fcd06a0f5bf00f25d13188c9e9d262049..81af82b2440e3bb503997861dcb3f7a2ec08a3e7 100644 (file)
@@ -1,6 +1,6 @@
 # sed script for DJGPP specific editing of config.hin
 
-# Copyright (C) 2005-2013 Free Software Foundation, Inc.
+# Copyright (C) 2005-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
index 5ba713763a69629aa168b6dd9a78d0508efe1e8a..4a602a4968129b3ae9ae19526670f01866d8e62a 100644 (file)
@@ -7,7 +7,7 @@ Rem This batch file unpacks the Bison distribution while simultaneously
 Rem renaming some of the files whose names are invalid on DOS or conflict\r
 Rem with other file names after truncation to DOS 8+3 namespace.\r
 Rem\r
-Rem Copyright (C) 2005-2013 Free Software Foundation, Inc.\r
+Rem Copyright (C) 2005-2014 Free Software Foundation, Inc.\r
 Rem\r
 Rem This program is free software: you can redistribute it and/or modify\r
 Rem it under the terms of the GNU General Public License as published by\r
index f42d9c9e17c47cdef8280bf55cfa688cd4c68db4..abbb9210a7ba6f61a50fe2658cc1fd646700c836 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2008-2013 Free Software Foundation, Inc.
+## Copyright (C) 2008-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
index 6cfc3cce3ec8ae217adfb0f135f95682d51fc244..60e58ee36e8b2cf1d79020069648eaf76e37fbcd 100644 (file)
@@ -1,6 +1,6 @@
 /* Subprocesses with pipes.
 
-   Copyright (C) 2005-2013 Free Software Foundation, Inc.
+   Copyright (C) 2005-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
index e431b27e58b1de4e27f6737230b2937ccda03d1c..80be80ab60dd0f1a1464d81101ec24898f584e20 100644 (file)
@@ -1,6 +1,6 @@
 /* Subprocesses with pipes.
 
-   Copyright (C) 2005-2013 Free Software Foundation, Inc.
+   Copyright (C) 2005-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
index 2d3373c0fbb5034474650746e2db6705a2ea1e26..5f839bfcd1445e833b01e806009c4ab583b31af0 100644 (file)
@@ -2,7 +2,7 @@
 # Sed script for additional DJGPP specific editing\r
 # of the testsuite script generated by autoconf 2.61.\r
 \r
-# Copyright (C) 2007-2013 Free Software Foundation, Inc.\r
+# Copyright (C) 2007-2014 Free Software Foundation, Inc.\r
 \r
 # This program is free software: you can redistribute it and/or modify\r
 # it under the terms of the GNU General Public License as published by\r
index 69b6d8cf268c72ff04ebafd9a52db39c90be20c9..6e46c78d666a2f5c0bfddd20a855f1168f222276 100644 (file)
@@ -35,7 +35,7 @@
 This manual (@value{UPDATED}) is for GNU Bison (version
 @value{VERSION}), the GNU parser generator.
 
-Copyright @copyright{} 1988-1993, 1995, 1998-2013 Free Software
+Copyright @copyright{} 1988-1993, 1995, 1998-2014 Free Software
 Foundation, Inc.
 
 @quotation
index 4fe0859ca86a47ae9b2c5c3fc2048b76625e2382..b3c74a622ffd4b1b5d172e001d3f25a227c4529f 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2001-2003, 2005-2013 Free Software Foundation, Inc.
+## Copyright (C) 2001-2003, 2005-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
index a91e220eb5792f41b3d6cc8723aece8a3f02c434..a5fbfdbb8d3b76cec06381f48fbae1d707bc7cf1 100644 (file)
@@ -19,7 +19,7 @@
 \def\finalout{\overfullrule=0pt}
 %\finalout
 
-% Copyright (c) 1998, 2001, 2009-2013 Free Software Foundation, Inc.
+% Copyright (c) 1998, 2001, 2009-2014 Free Software Foundation, Inc.
 %
 % This file is part of Bison.
 %
index b9b8ce69db5291c4207826a36b135a3dbe2adf9c..ee941031fc726a6832654bde33421f71b5b86f89 100644 (file)
@@ -16,7 +16,7 @@ straightforward use of _build/src/bison would.)
 
 --
 
-Copyright (C) 2006, 2009-2013 Free Software Foundation, Inc.
+Copyright (C) 2006, 2009-2014 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 30d0a996e611a3b73acb871c9e45132686b44879..69d21d553208d7de65803bcd5190f1576e274f67 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 
-# Copyright (C) 2006, 2008-2013 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008-2014 Free Software Foundation, Inc.
 #
 # This file is part of Bison, the GNU Compiler Compiler.
 #
index 2dc411ec609bf9f7d2d38931c63ac9fef4d403f8..d1c527200185228f1d6aeebae94f4373780db7a1 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2006, 2008-2013 Free Software Foundation, Inc.
+## Copyright (C) 2006, 2008-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
index 18accefbbea42d5fa58d1095af9b4a5a2e0f3e55..f1b8a45a4cedaebb742bc723bb6e3c0777f87cbf 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2005-2013 Free Software Foundation, Inc.
+# Copyright (C) 2005-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
index 018d007ad11858b09a79c4cb60c3f9d6373584aa..3c583b62e3030f9f1c844786fc56b91446ca69d6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2006, 2008-2013 Free Software Foundation, Inc.
+# Copyright (C) 2005-2006, 2008-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
index d4ce653df20f88695970838b9e85996c2bfb3ff1..da8daa4fde1b0f8f582f85e7388302f6be8d70f1 100755 (executable)
@@ -3,7 +3,7 @@
 
 # This file is part of GNU Bison
 
-# Copyright (C) 1992, 2000-2001, 2005-2006, 2009-2013 Free Software
+# Copyright (C) 1992, 2000-2001, 2005-2006, 2009-2014 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 8274e0078c460803ff25e5175bb4b1eb5237c399..899a6f02c06013d5a0f1a2164a5b227172dc15fe 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2008-2013 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2008-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
index 361a4a5f46578b5237f04c65209ff9713aa364d2..dc91075d892afd846e535004a992035d0ecfecec 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2006, 2008-2013 Free Software Foundation, Inc.
+# Copyright (C) 2005-2006, 2008-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
index 90ab4f447851cd13f7b3689048a2ca510d1bee57..d0b9fdf61efc748e0bc99f85d7728c4404a0f4ea 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2005-2013 Free Software Foundation, Inc.
+# Copyright (C) 2005-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
index 125bb3ba0051e9ed17417bf8e899950bfce17220..cfd24d738c3d617e9cb1a76f69e71ada3230afc1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2006, 2008-2013 Free Software Foundation, Inc.
+# Copyright (C) 2005-2006, 2008-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
index 8ad2a3d0d8f0578116c6b5dd00f58b2d72deafbd..a231bd3694f80a6b86ebdeea635c7a864ec8ed6d 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2005-2013 Free Software Foundation, Inc.
+# Copyright (C) 2005-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
index f77b8f412e9837a713eada2ed32ad1eae94ed320..78263a88270f62c1a1b3a7bb4984a210786ed50e 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2005-2013 Free Software Foundation, Inc.
+# Copyright (C) 2005-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
index fd551cc19ab299a9c5160f7e00f691f941fecdba..88b4ca3e65910d923ff665fbbf968ada78cab5db 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2008-2013 Free Software Foundation, Inc.
+  Copyright (C) 2008-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
index f876996bcfdb63a2c9e1fc4472879608fd251b7f..5846afa9175f669854bdbb27cb8331652ee0701a 100644 (file)
@@ -1,6 +1,6 @@
 /* Array bitsets.
 
-   Copyright (C) 2002-2003, 2006, 2009-2013 Free Software Foundation,
+   Copyright (C) 2002-2003, 2006, 2009-2014 Free Software Foundation,
    Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
index f66122894a70b8866659dd9b800b8934e088e83c..abd344125cd767034dac6286fb2c56e9f7fae697 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support abitsets.
 
-   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2014 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 443d2da2e8e9c027945ce93fcedf4aebb2e6c2d5..e0eddf790d5ec5bf00f59e8dc4e30761ebeb87c0 100644 (file)
@@ -1,6 +1,6 @@
 /* Base bitset stuff.
 
-   Copyright (C) 2002-2004, 2006, 2009-2013 Free Software Foundation,
+   Copyright (C) 2002-2004, 2006, 2009-2014 Free Software Foundation,
    Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
index f7a9996afb4e5214ec789108e4e469c54343ba6c..7663a92b3db2eb3d607aaf5f8b3b0d1d8e7dcb0e 100644 (file)
@@ -1,6 +1,6 @@
 /* General bitsets.
 
-   Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2014 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index ef44ea4cf860c87da09975daa769ec9949d65b73..27a5ec266d547745e62e9e6e8a837bda0f2bc3ab 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic bitsets.
 
-   Copyright (C) 2002-2004, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-2014 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 83163026165a1fa45d5197f099027bea2ef9a76b..3803efe66e9dab403f8237874c001f9f4352ec16 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset statistics.
 
-   Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2014 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index d65fcad93cf7943a0c8c67152a710e8c2c8fd7f2..5f3ace7b0086146d7c5a3d7dfbf2b3ed2e7da977 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support bitset statistics.
 
-   Copyright (C) 2002-2004, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-2014 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index dd544a9c9eae02a773156983cebaf76b6b38a976..cfd6b7ce3acfbdad058f0c4a75cbd1c0672c0a55 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
 
-   Copyright (C) 2001-2002, 2004, 2006, 2009-2013 Free Software
+   Copyright (C) 2001-2002, 2004, 2006, 2009-2014 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index a7cc8bc1068978849d2ca7888e6e7038f14e18c8..a3c5679bb6666be9962821db072725dd0a5dc19f 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
 
-   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2014 Free Software Foundation, Inc.
 
    Contributed by Akim Demaille (akim@freefriends.org).
 
index 2bdf1bfa1a6d0b8aff8c0ad6beb05b37a5a54677..a3006bdc3f37a06613301b4738e9c84f1afd0a62 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
 
-   Copyright (C) 2001-2002, 2004-2006, 2009-2013 Free Software
+   Copyright (C) 2001-2002, 2004-2006, 2009-2014 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index 2472a82a5cf4a3897b07dda27280d81aeba80438..a26db0f7d91128d50461d3c3c4d54f8361b6e54e 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
 
-   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2014 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index e5d6c9239b7263ca526fd2733258e08c6bc61105..8ec0e376a0b2fe1fc5d1cfdd569fad2184a39949 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support expandable bitsets.
 
-   Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2014 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index d31bda7d5070158b4150fcabe857e157e150b3bd..9b3175f37569d4296bfaedd64465ae8921dd65e7 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support ebitsets.
 
-   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2014 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 7865212cc78b41196877b0cc12b84d2eceb091ab..5c64743608e09456b9007dbae366a48044e84dce 100644 (file)
@@ -1,6 +1,6 @@
 /* get-errno.c - get and set errno.
 
-   Copyright (C) 2002, 2006, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009-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
index 04b3d4c8de510c1cceffb2398e56ce200b2760a8..c3f7a5a44d399a8f9f0c7fb57ff6680ee9f95078 100644 (file)
@@ -1,6 +1,6 @@
 /* get-errno.h - get and set errno.
 
-   Copyright (C) 2002, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-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
index 7a638c6f9b17fcb6e8cd0268cb4658ec2fd3581e..8773d45d1ec332ee213f2e594a2f3ffa01a71952 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support link list bitsets.
 
-   Copyright (C) 2002-2004, 2006, 2009-2013 Free Software Foundation,
+   Copyright (C) 2002-2004, 2006, 2009-2014 Free Software Foundation,
    Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
index 8ccaca74dabc25c8f5c2b2b776970a1522f62996..81a50f6366956605caeba905a95657b0485ebca8 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support lbitsets.
 
-   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2014 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index ec1467c59b687e9be54c2ebc8af24707a26ee545..3d26bf5a0a09fdec86cf2bad6a158efabaadecd1 100644 (file)
@@ -1,6 +1,6 @@
 /* Fake libiberty.h for Bison.
 
-   Copyright (C) 2002-2004, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-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
index 1069b50cc560601ae76675fe39f5becc0fbaaa88..d700a59dea01b35e499b06b386d21959faac64f6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-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
index 651ca9db18348c45b9d7095389829f256e2d48f8..d87563b8d971f1bc4461a3a8a99a667f3660d54c 100644 (file)
@@ -1,6 +1,6 @@
 /* Yacc library main function.
 
-   Copyright (C) 2002, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 2889920c14fd7b82ab574ab8ebdd0d6fcb0cc088..042df94fafe9b2b7df2c496fe525a48dc4cf0e5a 100644 (file)
@@ -1,6 +1,6 @@
 /* Timing variables for measuring compiler performance.
 
-   Copyright (C) 2000, 2002, 2004, 2006, 2009-2013 Free Software
+   Copyright (C) 2000, 2002, 2004, 2006, 2009-2014 Free Software
    Foundation, Inc.
 
    Contributed by Alex Samuel <samuel@codesourcery.com>
index 484fe35f7b80653006c8bd2a19bc6496c8d769dc..69f75eb83f48dd83c55ac663dcb1e4043045e5e3 100644 (file)
@@ -1,7 +1,7 @@
 /* This file contains the definitions for timing variables used to -*- C -*-
    measure run-time performance of the compiler.
 
-   Copyright (C) 2002, 2007, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007, 2009-2014 Free Software Foundation, Inc.
 
    Contributed by Akim Demaille <akim@freefriends.org>.
 
index d397bd7ff0772eca837128b045f20a8f093b17d0..8d00e15c3fe8911cac33a44a54316ef817608d95 100644 (file)
@@ -1,6 +1,6 @@
 /* Timing variables for measuring compiler performance.
 
-   Copyright (C) 2000, 2002, 2004, 2009-2013 Free Software Foundation,
+   Copyright (C) 2000, 2002, 2004, 2009-2014 Free Software Foundation,
    Inc.
 
    Contributed by Alex Samuel <samuel@codesourcery.com>
index e7200cdaa5dc80b212cf44b61873a9940fcdc1da..cbd3d5100ed8f83559495cc80d3cecbbcf3bab70 100644 (file)
@@ -1,6 +1,6 @@
 /* Variable array bitsets.
 
-   Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2014 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index b91019bcb1be7532798a5297f1c5e8fc23bee89e..b1945856f57a4afea9994234d28777718f871794 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support vbitsets.
 
-   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2014 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 3aeb5cef2d8dd237e8cb0045391965a92b53eee9..1fc888577e9d83f8fa780e0f8dbe693e2193c6e4 100644 (file)
@@ -1,6 +1,6 @@
 /* Yacc library error-printing function.
 
-   Copyright (C) 2002, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 55f7425d2ffed84007e83d1d37c374af8a13f882..f3d4495850197eb5713d7860550c77dff1c319aa 100644 (file)
@@ -1,6 +1,6 @@
 # bison-i18n.m4 serial 2
 
-dnl Copyright (C) 2005-2006, 2009-2013 Free Software Foundation, Inc.
+dnl Copyright (C) 2005-2006, 2009-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,
index 73f8e83f20341bdd587d7eee66c4da7af95334b1..b620d331da10e0def3004e9c6c7f743140953d9c 100644 (file)
@@ -1,6 +1,6 @@
 # Sanity test a C compiler.
 
-# Copyright (C) 2006, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-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
index 3fb5d9e0868c7f79a679cc32b99216fc83983294..b0a6f1ee65a79f9e0579bf9fe4af94e84c410642 100644 (file)
--- a/m4/cxx.m4
+++ b/m4/cxx.m4
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Sanity-test a C++ compiler.
 #
-# Copyright (C) 2004, 2006, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006, 2009-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
index 6f8530aecbbb2e059aaba95aa160dedca5cd6f28..b2c8e18b1a345846f18d4153744a0c77b8fbcc75 100644 (file)
@@ -1,5 +1,5 @@
 # flex.m4 serial 2
-# Copyright (C) 2012-2013 Free Software Foundation, Inc.
+# Copyright (C) 2012-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.
index 74a7be7c2bda33870d969386815f18cef88dedfc..b6d7cad5e17393238abce775c4eb3972d55beb5b 100644 (file)
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Checks required to run `timevar', a time tracker.
 #
-# Copyright (C) 2002-2003, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-2003, 2009-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
index 31d8a9911fa1b5a8ea3f0515b26cc56394a915aa..1d37a8ed4904209b3eae8de2b29c6dbba1cb5ad0 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy annotation list.
 
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 5abaa2e79be9d8688b674c17d31db35d26a67594..ebd5f1186c6a3017dc7366fd3004aaf6ba9be47c 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy annotation list.
 
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 9510b40d9151b078831b662e75c8e7150f087e4c..537a5c8649e1b57b6d27ade0039c7f92f08ef0b2 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index d293b9b6c6b951491068c748926095382c653d6d..fa80a7988d7e56ccb5a7abf900c3baac42e463aa 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index f6a9537e4cfa47ade6659d88229e949b4fca5a24..c404980cf197b2b2617762e71dcca168b09d7368 100644 (file)
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -1,6 +1,6 @@
 /* Generate the LR(0) parser states for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2013 Free Software
+   Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 976bcb26ee378861d7878404d16997d5fd60358f..8f7dc2b3c5898002a05432ae25bf211dab6e020a 100644 (file)
--- a/src/LR0.h
+++ b/src/LR0.h
@@ -1,6 +1,6 @@
 /* Generate the LR(0) parser states for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000-2002, 2009-2013 Free Software
+   Copyright (C) 1984, 1986, 1989, 2000-2002, 2009-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index bb278b55db918f54fbe89bbcd32fc35ed8e6280d..9c485f99492ad2ca919659b2f43a30409970f794 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple, memory-efficient bitset implementation.
 
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index bcb329ad399597c54a65c537a81206c6a5a6efc6..118c9c1c01302145620ef855b256b0666c958b99 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple, memory-efficient bitset implementation.
 
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index d2eec31574e2994bc1d955f19c7b0885c22874d5..7fe67e2b4fd9ec79ced110895086ce4d3234a3bd 100644 (file)
@@ -1,6 +1,6 @@
 /* Associativity information.
 
-   Copyright (C) 2002, 2005-2006, 2008-2013 Free Software Foundation,
+   Copyright (C) 2002, 2005-2006, 2008-2014 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index b9475b5d127b50c56a743953d6ec056ef897aa37..9c450a73d53e2549c5b1145e7dece7564b627e91 100644 (file)
@@ -1,6 +1,6 @@
 /* Associativity information.
 
-   Copyright (C) 2002, 2006, 2008-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2008-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 45e8311022e9cbcd94ecc894b789309bd6eaa9f2..ee1b6dce028903f27212894cf264e45a11348698 100644 (file)
@@ -1,6 +1,6 @@
 /* Closures for Bison
 
-   Copyright (C) 1984, 1989, 2000-2002, 2004-2005, 2007, 2009-2013 Free
+   Copyright (C) 1984, 1989, 2000-2002, 2004-2005, 2007, 2009-2014 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index ad4a3ba96b7ba3c361e26128acbd3f9193d8feed..f97d1817381f6f72d8ad5759aea7e7c02708a872 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines for bison
 
-   Copyright (C) 1984, 1989, 2000-2002, 2007, 2009-2013 Free Software
+   Copyright (C) 1984, 1989, 2000-2002, 2007, 2009-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index e767490cae8eaf5220ea5df53631260ab01e165e..c59320aa57129b2ec5c72fa125a798f3ef0f63ee 100644 (file)
@@ -1,6 +1,6 @@
 /* Declaration for error-reporting function for Bison.
 
-   Copyright (C) 2000-2002, 2004-2006, 2009-2013 Free Software
+   Copyright (C) 2000-2002, 2004-2006, 2009-2014 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index 62dd8fad72fc73ae5b2d1c0a18833b25a17e678d..bccaa11c10952c9146b8f6bc66977d8f8aafd86b 100644 (file)
@@ -1,6 +1,6 @@
 /* Declaration for error-reporting function for Bison.
 
-   Copyright (C) 2000-2002, 2006, 2009-2013 Free Software Foundation,
+   Copyright (C) 2000-2002, 2006, 2009-2014 Free Software Foundation,
    Inc.
 
    This program is free software: you can redistribute it and/or modify
index 184047362064d6da09eef800c6eff2967abaf034..33e17a78b08f634d090e7a51daa4e350f301640b 100644 (file)
@@ -1,6 +1,6 @@
 /* Find and resolve or report lookahead conflicts for bison,
 
-   Copyright (C) 1984, 1989, 1992, 2000-2013 Free Software Foundation,
+   Copyright (C) 1984, 1989, 1992, 2000-2014 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 5df578716281ff0bf768a4de6a00c3deb9447a86..a218e12024a736f783ec9098e408a933d2912176 100644 (file)
@@ -1,6 +1,6 @@
 /* Find and resolve or report lookahead conflicts for bison,
 
-   Copyright (C) 2000-2002, 2004, 2007, 2009-2013 Free Software
+   Copyright (C) 2000-2002, 2004, 2007, 2009-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index c834f0b0d0941fe81542ba396602b546b8cc3e24..fede7efc34b61d0881ed31f583ba5aefc58ad74d 100644 (file)
@@ -1,6 +1,6 @@
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2013 Free Software
+   Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index ea8dff7231cbb079ac3d3b7a752f8e39c9ead4ee..8325ca2da9a20b8b1a6b7c620eafe4b73cf66778 100644 (file)
@@ -1,6 +1,6 @@
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000-2002, 2009-2013 Free Software
+   Copyright (C) 1984, 1989, 2000-2002, 2009-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index c50f774af989888f365495d4964642e90d0de75a..55328f4a45d54825f92726f5544448b67724eea0 100644 (file)
@@ -1,6 +1,6 @@
 /* Open and close files for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2013 Free Software
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 9b8571905a0086efc69df95a3618d665600105c9..8ca0fdb52210bccc416f23df9c1878e1886b4867 100644 (file)
@@ -1,6 +1,6 @@
 /* File names and variables for bison,
 
-   Copyright (C) 1984, 1989, 2000-2002, 2006-2007, 2009-2013 Free
+   Copyright (C) 1984, 1989, 2000-2002, 2006-2007, 2009-2014 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index d72986e8126664d0b4efde3fa836294cd4cc8d45..aa77a8031ec076f000bfebb05b9b9f423f0120c1 100644 (file)
@@ -1,6 +1,6 @@
 /* Common parts between scan-code.l, scan-gram.l, and scan-skel.l.
 
-   Copyright (C) 2006, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 1fd9cfa540ae6c5cea8916fdfde6204a56064427..ab4e199207d82c2e36014576a05302bc3565671d 100644 (file)
@@ -1,6 +1,6 @@
 /* Parse command line arguments for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2013 Free Software
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 5d4dfb0d12a9f8ab8c1ac54514bfbf6a15dc6b93..ddd32b70d73439214fabf2d527482b53a7cecc82 100644 (file)
@@ -1,6 +1,6 @@
 /* Parse command line arguments for bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2013 Free Software
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index f6cc3c5d87a86a4fc86a90c9025cb8170e01daee..db7034d58186ed86d0ebf9c2d8970f5461f460bd 100644 (file)
@@ -1,6 +1,6 @@
 /* Allocate input grammar variables for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2001-2003, 2005-2013 Free Software
+   Copyright (C) 1984, 1986, 1989, 2001-2003, 2005-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index c1dd9a648ab185577261067053f2bc380952f6d5..3060e3f295d216c7a86b3ddee4cc669e21743c7f 100644 (file)
@@ -1,6 +1,6 @@
 /* Data definitions for internal representation of Bison's input.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2001-2007, 2009-2013 Free
+   Copyright (C) 1984, 1986, 1989, 1992, 2001-2007, 2009-2014 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 5ee41e73f3523fea0a306dc5f8bece5782649a5c..112a37d49d60bfce9e73ab35b1708222b0ef8ae8 100644 (file)
@@ -1,6 +1,6 @@
 /* Output Graphviz specification of a state machine generated by Bison.
 
-   Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 0254ef748b3a864a5140e9d55d64b7940c982b42..65f0ff68f390e3d28f269d7aa7756e9e413b4937 100644 (file)
@@ -1,6 +1,6 @@
 /* Output Graphviz specification of a state machine generated by Bison.
 
-   Copyright (C) 2006, 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2010-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 55005231705e38fa5370be6dc21dcbaa3ad9fdb0..dbd10a29e5ec31d52f8ffa928dcc28825549c948 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index b60ae363484b89aecb8058f55e7dc321b8daf295..391dc3ce993c64d6d0e963fdcdf30bea23315e97 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index dc04eab3e5ac1a401c2e5cc3c541930ccba68dbf..ede8e6077ffb6482794a8de7e226fc62274b2430 100644 (file)
@@ -1,6 +1,6 @@
 /* Compute lookahead criteria for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000-2013 Free Software Foundation,
+   Copyright (C) 1984, 1986, 1989, 2000-2014 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index f48331574705c3acaa22908028ca74406060b3ec..0bd083466d9b4608dcec9944a266d236f3611925 100644 (file)
@@ -1,7 +1,7 @@
 /* Compute lookahead criteria for bison,
 
    Copyright (C) 1984, 1986, 1989, 2000, 2002, 2004, 2006-2007,
-   2009-2013 Free Software Foundation, Inc.
+   2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index bbed7b76e18b4ddd0acac471b0eabeb2d087f25c..2d2dffec6100a5453046aa38dece770f62ba58ba 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-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
index c873dccdbb0be17682c8eada5f7fb0102407fea3..0b6b74cc77e453002245d36ea292fafd353c7995 100644 (file)
@@ -1,6 +1,6 @@
 /* Locations for Bison
 
-   Copyright (C) 2002, 2005-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 9c6e53c190b42e8ee379a40bd13b94d218e020a6..09b5ed29201e94abed404e9b8a2b17f22b80f6a2 100644 (file)
@@ -1,6 +1,6 @@
 /* Locations for Bison
 
-   Copyright (C) 2002, 2004-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index aa8c7bfa058793bdf5747761334348fb6fc0a2f5..7ded66d8e010137ed5cbfe9431253a2c64ec4b0e 100644 (file)
@@ -1,6 +1,6 @@
 /* Top level entry point of Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2002, 2004-2013 Free
+   Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2002, 2004-2014 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 71a79b4ea030bbf92c37e6c1d36e86c1e6ab4561..e1f6ee4b4bc0d50490ae597aca42fbc152d14ad7 100644 (file)
@@ -1,6 +1,6 @@
 /* Muscle table manager for Bison.
 
-   Copyright (C) 2001-2013 Free Software Foundation, Inc.
+   Copyright (C) 2001-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 0993f74ed79b3a7389756ef21b3620a1970ab8fb..ad72af3c9f5897b9cbbad97846efe996fc609b86 100644 (file)
@@ -1,6 +1,6 @@
 /* Muscle table manager for Bison,
 
-   Copyright (C) 2001-2003, 2006-2013 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2006-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 1693767918541c04263d600e125dd770f1218082..ef06f87d3e9f1711074adcf24b5a38f2ebc89510 100644 (file)
@@ -1,6 +1,6 @@
 /* Named symbol references for Bison
 
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 84d02d7adbdbe4139dbd52008f47644b6fab1365..7300eb5e054aaee3cfc2cc36e62b6bee054305cf 100644 (file)
@@ -1,6 +1,6 @@
 /* Named symbol references for Bison
 
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a150f5f5c7828f11dde035e018bb02fd3f0dcb6c..99700a81f679bb4a65a4d99a5ddf821cdfd17703 100644 (file)
@@ -1,6 +1,6 @@
 /* Calculate which nonterminals can expand into the null string for Bison.
 
-   Copyright (C) 1984, 1989, 2000-2006, 2009-2013 Free Software
+   Copyright (C) 1984, 1989, 2000-2006, 2009-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 63a8ae3f149248c6bf8f6bc8ad711604ec0c446b..5b0a06b9004645ecc4bd5b57806bdcb6f5692d01 100644 (file)
@@ -1,6 +1,6 @@
 /* Part of the bison parser generator,
 
-   Copyright (C) 2000, 2002, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ab1bdea106001b6f45faa6555a12f3d499cd06c9..cb2cb8b49a65f583761940656d013d5e29a221c8 100644 (file)
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2013 Free Software
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 63a0ca803a2cf6855929869ba6bf5c1c326c6650..c8c66488a11bd70f761dd9347459273eaa21ef28 100644 (file)
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for bison,
 
-   Copyright (C) 2000-2003, 2006-2007, 2009-2013 Free Software
+   Copyright (C) 2000-2003, 2006-2007, 2009-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 9e279f5e1ef8c36f8cb95ea44726475000545793..09a00e2c15914cf63514e6776efb9aa135d6437a 100644 (file)
@@ -2,7 +2,8 @@
 
 /* Bison implementation for Yacc-like parsers in C
 
-   Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989-1990, 2000-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
index 1ec4b4dc79eb26a0fb34097afbd4e07abe8f48b2..741d743f104dabf15e11dfa3c76a822d696fb851 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Grammar Parser                             -*- C -*-
 
-   Copyright (C) 2002-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 2d86443a31fcd8f7cfd3c87b49cc1ed486a62fda..f144125f7d8e67b8ec6687e605d74f1b4492ae98 100644 (file)
@@ -1,6 +1,6 @@
 /* Print an xml on generated parser, for Bison,
 
-   Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 251c2033b913937027db51f23e747922d64555e8..4782b07a041d4773326b773d69cead38c023974a 100644 (file)
@@ -1,6 +1,6 @@
 /* Output an xml of the generated parser, for Bison.
 
-   Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 53779defa266200ce977828597420e4736c13343..d50cd6f281db08dc5ae060845f3bfa4d47614557 100644 (file)
@@ -1,6 +1,6 @@
 /* Print information on generated parser, for bison,
 
-   Copyright (C) 1984, 1986, 1989, 2000-2005, 2007, 2009-2013 Free
+   Copyright (C) 1984, 1986, 1989, 2000-2005, 2007, 2009-2014 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index e1e254a9bc340abc78827bfbce9835545afa27c0..a7283dad617476a8402912ee60efd8eaab5b70b9 100644 (file)
@@ -1,6 +1,6 @@
 /* Print information on generated parser, for bison,
 
-   Copyright (C) 2000, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index f15bc5230d1c8dfe43d610a50b312d1b9e6ce2dd..9f63ec13879f48f4b051e4b13b07478a6f0275d9 100644 (file)
@@ -1,6 +1,6 @@
 /* Output a graph of the generated parser, for Bison.
 
-   Copyright (C) 2001-2007, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 073ae988b6e6f3df5b3aaf645925da195f16f4d3..483d7380f563ff0f60ecc3f62acc0c3ace2e6b15 100644 (file)
@@ -1,6 +1,6 @@
 /* Output a graph of the generated parser, for Bison.
 
-   Copyright (C) 2000, 2006, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2006, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 95c595ed4e0003aca48655e5097448260371040b..ecb1308dace192bebf3c0accff35deba9301123d 100644 (file)
@@ -1,7 +1,7 @@
 /* Input parser for Bison
 
    Copyright (C) 1984, 1986, 1989, 1992, 1998, 2000-2003, 2005-2007,
-   2009-2013 Free Software Foundation, Inc.
+   2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ba6ffe6edca76c8a91d2a4a81c5ee9e03cbd034e..924916dcf37104c60c80714986e17cbc66d23810 100644 (file)
@@ -1,6 +1,6 @@
 /* Input parser for Bison
 
-   Copyright (C) 2000-2003, 2005-2007, 2009-2013 Free Software
+   Copyright (C) 2000-2003, 2005-2007, 2009-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index eea11b1e20345158c318f2403b2a33f039ce20a1..41bc5ced175d452b7a4d290e7251b47da5794d05 100644 (file)
@@ -1,6 +1,6 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 1988-1989, 2000-2003, 2005-2013 Free Software
+   Copyright (C) 1988-1989, 2000-2003, 2005-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index bc12ed0e501301bf83e07e1153cdf9c169b7c3cb..a4159040713d1ab2025d71140da54e374c69c185 100644 (file)
@@ -1,6 +1,6 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 2000-2002, 2007, 2009-2013 Free Software Foundation,
+   Copyright (C) 2000-2002, 2007, 2009-2014 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 5746eca70492691c07aa27b09a4b83fb2b247cc3..59fa2910b5cca5fbd426d7109170bd59e16244fa 100644 (file)
@@ -1,6 +1,6 @@
 /* Binary relations.
 
-   Copyright (C) 2002, 2004-2005, 2009-2013 Free Software Foundation,
+   Copyright (C) 2002, 2004-2005, 2009-2014 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index b44e1a7f9856190d7536d798bf983ee9248f6518..360b454782c825414ecbffb23bbc4dcc9da07373 100644 (file)
@@ -1,6 +1,6 @@
 /* Binary relations.
 
-   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index d5a15c1a1ca2e2007f315a12960b5e23d7f31705..7010f642a697f291dae4d756c30cccd16bd556ff 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison code properties structure and scanner.
 
-   Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 0c11b4030b571e7728208ecfeef6906bde5adada..1eb17eed03d6bd7a5ffc20b73f4f1ee49605ee58 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Action Scanner                             -*- C -*-
 
-   Copyright (C) 2006-2013 Free Software Foundation, Inc.
+   Copyright (C) 2006-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ee397ed2e794474685ffaa987885654a5cec1461..ffd185fa7075d5ba0abbc5e765132b6a2dbd2c33 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Grammar Scanner
 
-   Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 555e695234d93dc70127f85c6b1a88371bc692bf..abc8a89221059ee85f86f0c268e856fcbfc8606c 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Grammar Scanner                             -*- C -*-
 
-   Copyright (C) 2002-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 019d38af5abe2f86db13508303a1777d90501bfe..720df70e93cef58102353136ed8f5bb53f7dbbfa 100644 (file)
@@ -1,6 +1,6 @@
 /* Scan Bison Skeletons.
 
-   Copyright (C) 2005-2007, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2005-2007, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 129b8899a5d92117a2381641cc95aeb18d9e8164..06a1366587e7a065edd55374ef3224f482a1e6d5 100644 (file)
@@ -1,6 +1,6 @@
 /* Scan Bison Skeletons.                                       -*- C -*-
 
-   Copyright (C) 2001-2013 Free Software Foundation, Inc.
+   Copyright (C) 2001-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c11b10f7ddaf92f6e5463a59cafd7e28d3ec037f..036c995534b1db35cad29af5b6cf4cf0c3c8a119 100644 (file)
@@ -1,6 +1,6 @@
 /* Type definitions for the finite state machine for Bison.
 
-   Copyright (C) 2001-2007, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 37cd9bf9ec7362fa89caf720f32ae20023367a85..3baa6db98f98d9e636fb1cf4681047a326c4cd1e 100644 (file)
@@ -1,6 +1,6 @@
 /* Type definitions for the finite state machine for Bison.
 
-   Copyright (C) 1984, 1989, 2000-2004, 2007, 2009-2013 Free Software
+   Copyright (C) 1984, 1989, 2000-2004, 2007, 2009-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 50915c18bdeebc99590795cd6a2bbe268e63c446..c4f74eceab3b986c20a36ca902a640d46954293f 100644 (file)
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005-2007, 2009-2013 Free Software Foundation,
+   Copyright (C) 2002, 2005-2007, 2009-2014 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index c369f69bb1067a6d6f32a594090093e9eaf1fd49..497fcc6e0254393ccd1bb13d919e957b3bd7df92 100644 (file)
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005-2007, 2009-2013 Free Software Foundation,
+   Copyright (C) 2002, 2005-2007, 2009-2014 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index acbc58dfad1c934c522c368d3897fe1754e20ae4..b5338c2b53ac30c370a8f61f241137ffb8e5bfcf 100644 (file)
@@ -1,6 +1,6 @@
 /* Symbol table manager for Bison.
 
-   Copyright (C) 1984, 1989, 2000-2002, 2004-2013 Free Software
+   Copyright (C) 1984, 1989, 2000-2002, 2004-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index bcc749511c2d20465bcc3e092e6af6f0131fca94..2bb950c2cfdb82e374571066b26805701686c8ce 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for symtab.c and callers, part of Bison.
 
-   Copyright (C) 1984, 1989, 1992, 2000-2002, 2004-2013 Free Software
+   Copyright (C) 1984, 1989, 1992, 2000-2002, 2004-2014 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 3267f2d24c6cc2dbc4d2ea755f3a2fa341c7aaee..3b9d94196052f7ba0e863b88ac657668a0742f64 100644 (file)
@@ -1,6 +1,6 @@
 /* System-dependent definitions for Bison.
 
-   Copyright (C) 2000-2007, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000-2007, 2009-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
index f06cba86b9c23d5b3b54829712c02f229a1390d4..4a88a6107cb2e9bbfa196800d490bf93252c9b53 100644 (file)
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2013 Free
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2014 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index c631584d6e36fd1bb4f8f388f5a40314e413e500..03525553fa631cd7706078b3b735ae48872c7dd5 100644 (file)
@@ -1,6 +1,6 @@
 /* Prepare the LALR and GLR parser tables.
 
-   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index b460ea7cb910527415dfc5b05aaf5798cccbb2f1..1dfed26955292c90334d36f590bfc06c5a3e1660 100644 (file)
@@ -1,6 +1,6 @@
 /* Keep a unique copy of strings.
 
-   Copyright (C) 2002-2005, 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2005, 2009-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 7ad52da8371f34d8d24957a918c0434e2b7a913e..81a95327d5af5e2ecf8ea2e6ddf8811cb9d2ce17 100644 (file)
@@ -1,6 +1,6 @@
 /* Keeping a unique copy of strings.
 
-   Copyright (C) 2002-2003, 2008-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2008-2014 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a9846d4c63b4de2de2018a25afdcca323d383136..b525361b2432d69d19e931749b6d643f9699ccc6 100644 (file)
@@ -1,6 +1,6 @@
 e# Executing Actions.                               -*- Autotest -*-
 
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-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
index 0184ae1958df0856f551fce9699b260768392eea..885715f53ef11ac15dbc03f547d8fd4440ac7bb6 100644 (file)
@@ -1,7 +1,7 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for Bison test suite.
 
-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-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
index 5c5881f773a00c15758d20cfb82f9c2529500f7f..3574cd4c0dea403a765656279ef4f70ab86fb916 100644 (file)
@@ -2,7 +2,7 @@
 # @configure_input@
 # Wrapper around a non installed bison to make it work as an installed one.
 
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-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
index 5b3df02bd8439fb10b8e548458cf45f26c1f3b65..b21db19c3b071c6ec8a205817feacba3f6903233 100644 (file)
@@ -1,6 +1,6 @@
 # Checking the C++ Features.                    -*- Autotest -*-
 
-# Copyright (C) 2004-2005, 2007-2013 Free Software Foundation, Inc.
+# Copyright (C) 2004-2005, 2007-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
index b739a7f324dcb94d6d86d84121c0af83b450a457..4d31bbf910bc20c836610c2652200d3471c969e8 100644 (file)
@@ -1,6 +1,6 @@
 # Simple calculator.                         -*- Autotest -*-
 
-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-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
index 1ba94bcd3b8bb664cde62e54478d3316812c2225..0dea0f89775a40ac55d0740f45ea8199feac2a3c 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison on conflicts.                         -*- Autotest -*-
 
-# Copyright (C) 2002-2005, 2007-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-2005, 2007-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
index 196ac0bb62334b1ab1ee700b2a13d8ee53824408..c1a3a61e29153cae2037f0a677655a401b61786e 100644 (file)
@@ -1,6 +1,6 @@
 # Checking GLR Parsing.                         -*- Autotest -*-
 
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-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
index a1b95ac9781a62cbcc2b695848ee151b9043b2de..b912f08a205f10f53e76dfc5d6d33386189c95e7 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison on actual grammars.                   -*- Autotest -*-
 
-# Copyright (C) 1989-1992, 2000-2005, 2007, 2009-2013 Free Software
+# Copyright (C) 1989-1992, 2000-2005, 2007, 2009-2014 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index b1444bbda5fe5e9431a26ccdb4234ac57d33fb44..938bda4babf676e2171f4b1d27ad2fe05b507edc 100644 (file)
@@ -1,6 +1,6 @@
 # Checking GLR Parsing: Regression Tests           -*- Autotest -*-
 
-# Copyright (C) 2002-2003, 2005-2007, 2009-2013 Free Software
+# Copyright (C) 2002-2003, 2005-2007, 2009-2014 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index f32e2a18f6bf2fb6c415f05b8b70e795875b4a79..a36abeb81a11c978f8786a034f0d3ab09be488b9 100644 (file)
@@ -1,6 +1,6 @@
 # Bison Parser Headers.                               -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2006-2007, 2009-2013 Free Software
+# Copyright (C) 2001-2002, 2006-2007, 2009-2014 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 28a0a038ba7763baf3a7151804f0e667cf08f443..cec82dd7d4e2884b159f83d6600f95fccea75012 100644 (file)
@@ -1,6 +1,6 @@
 # Checking the Bison scanner.                    -*- Autotest -*-
 
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-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
index 58998fe71dce8616587b688977d04b556cf23a47..b156c5d65623e6e63ab7b6f5f4c922eed5e05aba 100644 (file)
@@ -1,6 +1,6 @@
 # Java tests for simple calculator.           -*- Autotest -*-
 
-# Copyright (C) 2007-2013 Free Software Foundation, Inc.
+# Copyright (C) 2007-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
index 2f71053366b3c152b05b41456f5e40938fc25f72..1f15fd917043c91af8302bf31850ec8604a95929 100644 (file)
@@ -1,6 +1,6 @@
 # Checking Java Push Parsing.                            -*- Autotest -*-
 
-# Copyright (C) 2013 Free Software Foundation, Inc.
+# Copyright (C) 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
index 72c0d52989db835bdce00d3a692e3bfc92f1f8c5..1e0d485d9a9acff35100e32aae0f980260071e52 100644 (file)
@@ -2,7 +2,7 @@
 
 # Macros for the GNU Bison Test suite.
 
-# Copyright (C) 2003-2013 Free Software Foundation, Inc.
+# Copyright (C) 2003-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
index 394a92e585aa627e16e5a872e8a576d9987a7eee..8311f2665ae6a24f1fbed9db0283ef750f6fc114 100644 (file)
@@ -1,6 +1,6 @@
 ## Makefile for Bison testsuite.
 
-# Copyright (C) 2000-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-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
index 1b76c800a986c07826e389c238e0c37a6f272764..20578009d7ca02e11abd298cbe564d90f8131f72 100644 (file)
@@ -1,6 +1,6 @@
 # Named references test.                           -*- Autotest -*-
 
-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2009-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
index be3078f8cbd21aa7bce38b1e1f4f36f8666a825b..5f98a1984d0c770dd629c8a82af7e5885d83dc9a 100644 (file)
@@ -1,6 +1,6 @@
 # Checking the output filenames.                    -*- Autotest -*-
 
-# Copyright (C) 2000-2002, 2005-2013 Free Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2005-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
index d39ca56a9e052a8501e9db3954a0864e14fd41b5..78f1ebde3e44ac00bde25a2719d3d1b1e68962a4 100644 (file)
@@ -1,6 +1,6 @@
 # Checking Push Parsing.                            -*- Autotest -*-
 
-# Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-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
index 9da9f49b10e6a880763c8894e30ca586a5b4d661..dece2233047b6333a7bb751602c62cf793529b3c 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison Grammar Reduction.                      -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2007-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-2002, 2007-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
index 223dc06a3ea51102f50ebc9407524f32f69bd9d7..1ba4dc860c50101e48a1b4710253d445f6fa52ed 100644 (file)
@@ -1,6 +1,6 @@
 # Bison Regressions.                               -*- Autotest -*-
 
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-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
index fadbe6871210bdb0002e56a7838d273592230d17..186373a43f74cee5b5e29da45e166f6247abb888 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison Grammar Sets.                      -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2005, 2007, 2009-2013 Free Software
+# Copyright (C) 2001-2002, 2005, 2007, 2009-2014 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 68a004ec5109dc0f5e66e33956ed8c16d4064892..27fc0cbebcef79935bfb84880c82f35ac9489f9a 100644 (file)
@@ -1,6 +1,6 @@
 # Checking skeleton support.                     -*- Autotest -*-
 
-# Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-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
index 99f9df90a3bcab64d7341bedc1f28415398b29e1..72d5d8530fc66cf6aa18c7b1755d6b65d2d4def7 100644 (file)
@@ -1,6 +1,6 @@
 # Executing Actions.                               -*- Autotest -*-
 
-# Copyright (C) 2002, 2004-2005, 2007, 2009-2013 Free Software
+# Copyright (C) 2002, 2004-2005, 2007, 2009-2014 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 47913addf1d7cab85d6e1f3ce2541011d98eca92..45d13e248e627ecac786d95182df251f5e0a24eb 100644 (file)
@@ -1,6 +1,6 @@
 # Test suite for GNU Bison.                             -*- Autotest -*-
 
-# Copyright (C) 2000-2004, 2006-2007, 2009-2013 Free Software
+# Copyright (C) 2000-2004, 2006-2007, 2009-2014 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 5489e9199487d87f124f603f4f1898b34f383784..a97baee7259cd7887b61d9e6598c9a4e9bbdf1e4 100644 (file)
@@ -1,6 +1,6 @@
 # Torturing Bison.                                    -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2004-2007, 2009-2013 Free Software
+# Copyright (C) 2001-2002, 2004-2007, 2009-2014 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 6275903c256de833a7701b6d252603830befee35..2c9203e12f76996867410241479a347dc3dc343d 100644 (file)
@@ -1,6 +1,6 @@
 # Value type.                                     -*- Autotest -*-
 
-# Copyright (C) 2013 Free Software Foundation, Inc.
+# Copyright (C) 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