]> git.saurik.com Git - bison.git/commitdiff
maint: update copyright years
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 8 Apr 2013 11:43:32 +0000 (13:43 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 8 Apr 2013 11:44:57 +0000 (13:44 +0200)
Run "make update-copyright".

187 files changed:
AUTHORS
ChangeLog-2012
Makefile.am
NEWS
PACKAGING
README
README-alpha
README-hacking
THANKS
TODO
bootstrap.conf
build-aux/Makefile.am
build-aux/darwin11.4.0.valgrind
build-aux/update-b4-copyright
build-aux/update-package-copyright-year
cfg.mk
configure.ac
data/Makefile.am
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/location.cc
data/stack.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/subpipe.c
djgpp/subpipe.h
djgpp/testsuite.sed
doc/Makefile.am
doc/bison.texi
doc/refcard.tex
etc/Makefile.am
etc/README
etc/bench.pl.in
examples/Makefile.am
examples/calc++/Makefile.am
examples/calc++/test
examples/extexi
lib/Makefile.am
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/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/Makefile.am
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/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/Makefile.am
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/local.at
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

diff --git a/AUTHORS b/AUTHORS
index 806b144f0d9c227602264a7e022266faea1d4833..fa4b1715a58b85797924819be8aa8509288b77ca 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -24,7 +24,7 @@ and nasty bugs.
 
 -----
 
-Copyright (C) 1998-2012 Free Software Foundation, Inc.
+Copyright (C) 1998-2013 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 789e7605fef6d00342d9cae67daee083b889a826..6981c55489d0d06e0c487565cfbb2abb73fb74c8 100644 (file)
 
        -----
 
-       Copyright (C) 1987-1988, 1991-2012 Free Software Foundation,
+       Copyright (C) 1987-1988, 1991-2013 Free Software Foundation,
        Inc.
 
        Copying and distribution of this file, with or without
index 16d1275a26d42be4dfea5dbe0bd2e9667bcf5834..798704dd3ad4df896955c92fc36e9a36af7b3f10 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
 
-## Copyright (C) 2001-2012 Free Software Foundation, Inc.
+## Copyright (C) 2001-2013 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 ead8478845940bc7faddacb4352d713c277427a9..42c79408e9d4b17cebc6e97beaca21fc9fb3d98b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2023,7 +2023,7 @@ Output file does not redefine const for C++.
 
 -----
 
-Copyright (C) 1995-2012 Free Software Foundation, Inc.
+Copyright (C) 1995-2013 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Parser Generator.
 
index c890eedd649e971890c9f2103c45f6e7a99c088b..c8bbbf6bedc3c0cd24fc54fcec5d51affe0107f8 100644 (file)
--- a/PACKAGING
+++ b/PACKAGING
@@ -36,7 +36,7 @@ to the bison package.
 
 -----
 
-Copyright (C) 2002, 2005, 2009-2012 Free Software Foundation, Inc.
+Copyright (C) 2002, 2005, 2009-2013 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/README b/README
index 04bf5106105f8857a6fc93cbd0a1ffa0aa5df705..ad667a236b5c656d8ea72d81fdea56464629e6d6 100644 (file)
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ End:
 
 -----
 
-Copyright (C) 1992, 1998-1999, 2003-2005, 2008-2012 Free Software
+Copyright (C) 1992, 1998-1999, 2003-2005, 2008-2013 Free Software
 Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
index a137c394e43e0c7a7c59509e45a89a5065093d5f..cf065eed34690ab5cc2e5005fead20125700731d 100644 (file)
@@ -12,7 +12,7 @@ the problems you encounter.
 
 -----
 
-Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
index 11b9f82a39fc78dccec2e8f2f179bd380ddbe8c6..515d2a91bd3d5b75fcc0a5946311b28288328e72 100644 (file)
@@ -408,7 +408,7 @@ Push these changes.
 
 -----
 
-Copyright (C) 2002-2005, 2007-2012 Free Software Foundation, Inc.
+Copyright (C) 2002-2005, 2007-2013 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
diff --git a/THANKS b/THANKS
index 0244a19e5cc93929b4f7d0991832aa04271dc3de..a2d3ea231d4e03a7140e89a0f856cecd48b30cf7 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -143,7 +143,7 @@ End:
 
 -----
 
-Copyright (C) 2000-2012 Free Software Foundation, Inc.
+Copyright (C) 2000-2013 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Parser Generator.
 
diff --git a/TODO b/TODO
index 978b5c6f4d45fb3664a39e00cd06ec41051e5181..45307ce1316afb298da4a8cbd18e9ea9388be150 100644 (file)
--- a/TODO
+++ b/TODO
@@ -351,7 +351,7 @@ End:
 
 -----
 
-Copyright (C) 2001-2004, 2006, 2008-2012 Free Software Foundation, Inc.
+Copyright (C) 2001-2004, 2006, 2008-2013 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 9dccd00144e3cf9b0af245f0c36c65f9416d3f42..d0685c224043f43b0887292e9931ed03670511aa 100644 (file)
@@ -1,6 +1,6 @@
 # Bootstrap configuration.
 
-# Copyright (C) 2006-2012 Free Software Foundation, Inc.
+# Copyright (C) 2006-2013 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 5b077b8de13d5b26cd8f19cab9741b4b950048fc..d307de49e7bcc600a343c4744460bdaf3258b53b 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
+## Copyright (C) 2006, 2009-2013 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 ff355ebc8e426b93a4be2ee8c5cfd842ec6f667e..c5c3bd9cf570fcde7210ac58c81c41e13d09f9b6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 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 c0f5a133d598afeb72a7bfc925a168cffbd1682d..5ba7dd66c8a711cef7e308e37689f8a904ceee05 100755 (executable)
@@ -3,7 +3,7 @@
 # Update b4_copyright invocations or b4_copyright_years definitions to
 # include the current year.
 
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 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 8a8f9743f2e273a0fb4d3877d8393717189d49e0..c36c80827f1ebd4d887a24e162d967fd51ee358c 100755 (executable)
@@ -2,7 +2,7 @@
 
 # In configure.ac, update PACKAGE_COPYRIGHT_YEAR to the current year.
 
-# Copyright (C) 2010-2012 Free Software Foundation, Inc.
+# Copyright (C) 2010-2013 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 e77312ee506d908f4eeba7944c62bfbc514ca141..3418ac37e23bc9af73f3b923b3a4be6f19e704f6 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk                           -*- makefile -*-
-# Copyright (C) 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2008-2013 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 bf1847bf7307ac92f692b5ff8d1a42d2357cadb5..2c9be082917b3c533713751e8f4e5ce6e0a8d55a 100644 (file)
@@ -1,6 +1,6 @@
 # Configure template for GNU Bison.                   -*-Autoconf-*-
 #
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 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], [2012])
+AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2013])
 AC_DEFINE_UNQUOTED([PACKAGE_COPYRIGHT_YEAR], [$PACKAGE_COPYRIGHT_YEAR],
                    [The copyright year for this package])
 
index 1fd10b4a1f30175bb231e64db70ef6d9e6817997..5678c25f62a0142804ba33f4598d7521bb0d8d69 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2002, 2005-2012 Free Software Foundation, Inc.
+## Copyright (C) 2002, 2005-2013 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 e78c1cf620d5e18e9d05c9e6cea44d241815991d..9dc9ca6ef3027d123f6c36ff0cd87f594b395819 100644 (file)
@@ -52,7 +52,7 @@ into various formats.
 
 -----
 
-Copyright (C) 2002, 2008-2012 Free Software Foundation, Inc.
+Copyright (C) 2002, 2008-2013 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
index a24b162c8177796415cfd297f0a8ec5a951e96e0..d87082840a3b5ff85047d8593a37267ff8056af6 100644 (file)
@@ -2,7 +2,7 @@
 
 # Language-independent M4 Macros for Bison.
 
-# Copyright (C) 2002, 2004-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004-2013 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 4421d1868e3271e7632bdfd6d57123274d0d7015..06597a8bff98c8117528cb47378b0987c90d6dad 100644 (file)
@@ -2,7 +2,7 @@
 
 # C++ skeleton dispatching for Bison.
 
-# Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2013 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 8b98b8c1b47dfae443748e793f000d854a0d19f9..429b9e925e987c46a7b323c5b9495d6f1d9aa0fb 100644 (file)
@@ -2,7 +2,7 @@
 
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 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 c2abce7e1df55e63b97579642c3f79cf1bafdbc6..4ee310da56dc883a10abb576f20ce054a914c14b 100644 (file)
@@ -2,7 +2,7 @@
 
 # Common code for C-like languages (C, C++, Java, etc.)
 
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 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 8bcae5994aa1014e1e7f497b0ed7ce103a69bc47..36904aaf7bf44b70174df7c6533cbb79ffe99cce 100644 (file)
@@ -2,7 +2,7 @@
 
 # C skeleton dispatching for Bison.
 
-# Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2013 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 bcafe422600e477fe456dde7761e22a0970596fa..b1b6e2895937d19b8521030e4eff2d37d140f6e9 100644 (file)
--- a/data/c.m4
+++ b/data/c.m4
@@ -2,7 +2,7 @@
 
 # C M4 Macros for Bison.
 
-# Copyright (C) 2002, 2004-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004-2013 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 958b0403defbd4283ca6d8494eb273fbc37b0a27..1a2e6ba68729beaf1517c86ce1c0e35eab8408da 100644 (file)
@@ -2,7 +2,7 @@
 
 # GLR skeleton for Bison
 
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 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
@@ -181,7 +181,7 @@ m4_define([b4_shared_declarations],
 
 b4_output_begin([b4_parser_file_name])
 b4_copyright([Skeleton implementation for Bison GLR parsers in C],
-             [2002-2012])[
+             [2002-2013])[
 
 /* C GLR parser skeleton written by Paul Hilfinger.  */
 
@@ -2563,7 +2563,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-2012])[
+             [2002-2013])[
 
 ]b4_cpp_guard_open([b4_spec_defines_file])[
 ]b4_shared_declarations[
index 73d0f28dd0d120a32645b0076554e0fc6d082b3e..52dc12009e13aa4270f05faf9f0ce8ac4d5f4faf 100644 (file)
@@ -2,7 +2,7 @@
 
 # C++ GLR skeleton for Bison
 
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 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
@@ -227,7 +227,7 @@ m4_popdef([b4_parse_param])
 
 b4_output_begin([b4_spec_defines_file])
 b4_copyright([Skeleton interface for Bison GLR parsers in C++],
-             [2002-2006, 2009-2012])[
+             [2002-2006, 2009-2013])[
 
 /* C++ GLR parser skeleton written by Akim Demaille.  */
 
index 81bf02aed98684975afb550c749863407d3609bb..384a6370ddc2640e55fa9b2ae692987939049861 100644 (file)
@@ -2,7 +2,7 @@
 
 # Java skeleton dispatching for Bison.
 
-# Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2013 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 627028b36c8d9252c4c1e7cbc7b774cc87c2a0ab..7c2cfef7d71aea19988ab7f13202ba678454ae20 100644 (file)
@@ -2,7 +2,7 @@
 
 # Java language support for Bison
 
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2013 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 750c3a4bd923aa153b884208567b9f39411a1515..f6568695bc95473c219b1bf92b361f70a8acadf1 100644 (file)
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 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
@@ -33,7 +33,7 @@ m4_include(b4_pkgdatadir/[stack.hh])
 b4_defines_if(
 [b4_output_begin([b4_spec_defines_file])
 b4_copyright([Skeleton interface for Bison LALR(1) parsers in C++],
-             [2002-2012])
+             [2002-2013])
 [
 /**
  ** \file ]b4_spec_defines_file[
@@ -272,7 +272,7 @@ b4_output_end()
 
 b4_output_begin([b4_parser_file_name])
 b4_copyright([Skeleton implementation for Bison LALR(1) parsers in C++],
-             [2002-2012])
+             [2002-2013])
 b4_percent_code_get([[top]])[]dnl
 m4_if(b4_prefix, [yy], [],
 [
index e961fc5b450f56a1d3a3ac31eede13b713b8205c..7a7f763b7f38cd823f05b240e861d363dbc995aa 100644 (file)
@@ -1,6 +1,6 @@
 # Java skeleton for Bison -*- autoconf -*-
 
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2013 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
@@ -24,7 +24,7 @@ m4_ifval(m4_defn([b4_symbol_destructors]),
 
 b4_output_begin([b4_parser_file_name])
 b4_copyright([Skeleton implementation for Bison LALR(1) parsers in Java],
-             [2007-2012])
+             [2007-2013])
 
 b4_percent_define_ifdef([package], [package b4_percent_define_get([package]);
 ])[/* First part of user declarations.  */
index 4082e09d1821829ee33b52cb548e83a6ef14ada4..f5011c66ffbd13f54571b421334cee0b5dd440f7 100644 (file)
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2007, 2009-2013 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
@@ -18,7 +18,7 @@
 
 b4_output_begin([b4_dir_prefix[]position.hh])
 b4_copyright([Positions for Bison parsers in C++],
-             [2002-2007, 2009-2012])[
+             [2002-2007, 2009-2013])[
 
 /**
  ** \file ]b4_dir_prefix[position.hh
@@ -152,7 +152,7 @@ b4_output_end()
 
 b4_output_begin([b4_dir_prefix[]location.hh])
 b4_copyright([Locations for Bison parsers in C++],
-             [2002-2007, 2009-2012])[
+             [2002-2007, 2009-2013])[
 
 /**
  ** \file ]b4_dir_prefix[location.hh
index 8f6286078885aeb5f2da652c61fc07a6d74be51e..317a0612c2ac1708151822994e26123ae5a58a8c 100644 (file)
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 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
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 m4_pushdef([b4_copyright_years],
-           [2002-2012])
+           [2002-2013])
 
 b4_output_begin([b4_dir_prefix[]stack.hh])
 b4_copyright([Stack handling for Bison parsers in C++],
-             [2002-2012])[
+             [2002-2013])[
 
 /**
  ** \file ]b4_dir_prefix[stack.hh
index 40575efdb19c0d29b0a602546fcffc8b0176692d..10e3305bd7fdc22f976e4ff78b2920e93db38fc3 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     bison.xsl - common templates for Bison XSLT.
 
-    Copyright (C) 2007-2012 Free Software Foundation, Inc.
+    Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index dceb8e1eebd3086b5d3293be5a5a568d2be2872e..3d7939f6f087370d4c5a08420062ed3aeccc704d 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2dot.xsl - transform Bison XML Report into DOT.
 
-    Copyright (C) 2007-2012 Free Software Foundation, Inc.
+    Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index 8b3f5ae4c39a4c624c164c662a497bad94a75335..d479a8e0a63eff9a5d7228084ae8d75e63a7deb1 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2text.xsl - transform Bison XML Report into plain text.
 
-    Copyright (C) 2007-2012 Free Software Foundation, Inc.
+    Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index f8126cfb9aac4a42785ff5f1bb0dfedf0797a1de..4e747b26a5aa4bf2ce43f6d2613004d668f0e473 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2html.xsl - transform Bison XML Report into XHTML.
 
-    Copyright (C) 2007-2012 Free Software Foundation, Inc.
+    Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index abc949b6985f2d42a6e93ec2b4fce8e3896dc6cf..360892315284edee098385630c7d5dcd986a9803 100644 (file)
@@ -2,7 +2,7 @@
 
 # Yacc compatible skeleton for Bison
 
-# Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation,
+# Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
@@ -333,7 +333,7 @@ m4_define([b4_shared_declarations],
 
 b4_output_begin([b4_parser_file_name])
 b4_copyright([Bison implementation for Yacc-like parsers in C],
-             [1984, 1989-1990, 2000-2012])[
+             [1984, 1989-1990, 2000-2013])[
 
 /* C LALR(1) parser skeleton written by Richard Stallman, by
    simplifying the original so-called "semantic" parser.  */
@@ -2053,7 +2053,7 @@ b4_output_end()
 b4_defines_if(
 [b4_output_begin([b4_spec_defines_file])[
 ]b4_copyright([Bison interface for Yacc-like parsers in C],
-              [1984, 1989-1990, 2000-2012])[
+              [1984, 1989-1990, 2000-2013])[
 
 ]b4_shared_declarations[
 ]b4_output_end()
index fe6b987c48ac30679a68bb5518d277a4ea384ea7..ddfae0278363e1a4df85d67139fc8613b6e2e2a7 100644 (file)
@@ -1,7 +1,7 @@
 # DJGPP Maintainer's Makefile                                    -*-Makefile-*-
 # Requires GNU sed
 
-## Copyright (C) 2005-2012 Free Software Foundation, Inc.
+## Copyright (C) 2005-2013 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 60fd952ac69abe3e1c4f18cc459bc7dc5ca27c81..bde9b5a7420f14bd694d963aabed0ee3a28f1bc1 100644 (file)
@@ -1,6 +1,6 @@
 This is a port of GNU Bison @VERSION@ to MSDOS/DJGPP.
 
-Copyright (C) 2005-2012 Free Software Foundation, Inc.
+Copyright (C) 2005-2013 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 ab566d70a241a9319f535fa2575d9c72338d2c26..cd909eba911ae84f6315e8a7cd27129f7e090fbc 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-2012 Free Software Foundation, Inc.\r
+Rem Copyright (C) 2005-2013 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 d5a5807c4ffd9c4397045bef57d3b5c09571a32a..bf64b512743a4fd177f76b7dd556b99be0b122ba 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005-2013 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 7ca410724e9503fa28b328abf3c63cf3c42a3283..685ae9d44d9fe59520da60a4a5b1678e7f0b7606 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005-2013 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 f616abce7f0beeffa0bb658b8c0f5f0f42bfcd33..a2d0233fcd06a0f5bf00f25d13188c9e9d262049 100644 (file)
@@ -1,6 +1,6 @@
 # sed script for DJGPP specific editing of config.hin
 
-# Copyright (C) 2005-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005-2013 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 b4de3accd6c99be3000d05380e3fe083fbf2c59d..5ba713763a69629aa168b6dd9a78d0508efe1e8a 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-2012 Free Software Foundation, Inc.\r
+Rem Copyright (C) 2005-2013 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 f85e8f96bda55d03866c751b900ed07cb5c8d813..6cfc3cce3ec8ae217adfb0f135f95682d51fc244 100644 (file)
@@ -1,6 +1,6 @@
 /* Subprocesses with pipes.
 
-   Copyright (C) 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 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 d7a30dc7a97a317f3aabb3a78025c31ee887102e..e431b27e58b1de4e27f6737230b2937ccda03d1c 100644 (file)
@@ -1,6 +1,6 @@
 /* Subprocesses with pipes.
 
-   Copyright (C) 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 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 4d551b359f6a0bfa592c2ee3955cf69886dd74dd..2d3373c0fbb5034474650746e2db6705a2ea1e26 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-2012 Free Software Foundation, Inc.\r
+# Copyright (C) 2007-2013 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 80c72856360c55842dde72bea85a3c531243a16a..d364a9bca6ff9eba6db132130932eaf03141f425 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
 
-## Copyright (C) 2001-2003, 2005-2012 Free Software Foundation, Inc.
+## Copyright (C) 2001-2003, 2005-2013 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 a508b9c13c92f8330d246e657ec8afa6fa65f6d9..f4f3b8a6b534161b668bfe9c003603f8d51b0db1 100644 (file)
@@ -33,7 +33,7 @@
 This manual (@value{UPDATED}) is for GNU Bison (version
 @value{VERSION}), the GNU parser generator.
 
-Copyright @copyright{} 1988-1993, 1995, 1998-2012 Free Software
+Copyright @copyright{} 1988-1993, 1995, 1998-2013 Free Software
 Foundation, Inc.
 
 @quotation
index caabf7e793d7142e95acf4e591c0871d406e7a86..a91e220eb5792f41b3d6cc8723aece8a3f02c434 100644 (file)
@@ -19,7 +19,7 @@
 \def\finalout{\overfullrule=0pt}
 %\finalout
 
-% Copyright (c) 1998, 2001, 2009-2012 Free Software Foundation, Inc.
+% Copyright (c) 1998, 2001, 2009-2013 Free Software Foundation, Inc.
 %
 % This file is part of Bison.
 %
index 0261546c4429062c13f64bf52f0b504fbacd1ff7..17c6ca8c4561520a175f9705d18dde38293382bc 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
+## Copyright (C) 2006, 2009-2013 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 e4f2abc0d86e4e70aae6724051c6e0721058cccf..b9b8ce69db5291c4207826a36b135a3dbe2adf9c 100644 (file)
@@ -16,7 +16,7 @@ straightforward use of _build/src/bison would.)
 
 --
 
-Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
+Copyright (C) 2006, 2009-2013 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 4d480d5eb751ade756396536f292797f83c3f318..66cb240c3d4bb54ca567d10a6910243ec9e938be 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 
-# Copyright (C) 2006, 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008-2013 Free Software Foundation, Inc.
 #
 # This file is part of Bison, the GNU Compiler Compiler.
 #
index 60a79ade1558cceb54d038c9395b2000f8cbc713..89f244d2e39e14e1c2bce92aa482e27a0dd2b651 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-## Copyright (C) 2005, 2009-2012 Free Software Foundation, Inc.
+## Copyright (C) 2005, 2009-2013 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 e8bbbaca2fa4f92b1ee175a57ae152f2ac4c7252..41448bde6c41c07d4b064bbefd8da39089c00b24 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-## Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc.
+## Copyright (C) 2005-2006, 2009-2013 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 8f4d419a873ba98f03967b83602084a555ed8af4..6aa12eb21af20358e8d117a5052c808c74ffca45 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (C) 2005-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005-2013 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 01f6cf26ef28c372d38dd3e8517922dd4049276a..4a802177e764084a3931b04a7dc9842138f05e9d 100644 (file)
@@ -2,7 +2,7 @@
 
 # This file is part of GNU Bison
 
-# Copyright (C) 1992, 2000-2001, 2005-2006, 2009-2012 Free Software
+# Copyright (C) 1992, 2000-2001, 2005-2006, 2009-2013 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 1abfb75354538089104e03b3e87f6fa1537b3a8f..67bfeb994d775084692df877311de974b99bd508 100644 (file)
@@ -1,6 +1,6 @@
 # Make bison/lib.
 
-# Copyright (C) 2001-2004, 2006, 2008-2012 Free Software Foundation,
+# Copyright (C) 2001-2004, 2006, 2008-2013 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 5ffba830dc2fab9e7c5570574a7a67412e938f50..f0a665d3875867ebc665c96896f1b875325be7d9 100644 (file)
@@ -1,6 +1,6 @@
 /* Array bitsets.
 
-   Copyright (C) 2002-2003, 2006, 2009-2012 Free Software Foundation,
+   Copyright (C) 2002-2003, 2006, 2009-2013 Free Software Foundation,
    Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
index ad858fa35099e5cd58cdea7ceb1ed55fabcddbd9..f66122894a70b8866659dd9b800b8934e088e83c 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support abitsets.
 
-   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index f819b17ac22ae512595a1aced2747d4c428ea6d4..ce9d56bdd402c779831de41b62dbd0f1a3769d3d 100644 (file)
@@ -1,6 +1,6 @@
 /* Base bitset stuff.
 
-   Copyright (C) 2002-2004, 2006, 2009-2012 Free Software Foundation,
+   Copyright (C) 2002-2004, 2006, 2009-2013 Free Software Foundation,
    Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
index d64d5f82fb62d7c47a2cf20d8f0bdc8add6e59e7..2bb203359e40becee8d54b759a6cf59fb50455ac 100644 (file)
@@ -1,6 +1,6 @@
 /* General bitsets.
 
-   Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index fbc7b7787332feb569115fa3622a225eca35beb0..64592426cc7fec31d53880842a3204a26d3a346f 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic bitsets.
 
-   Copyright (C) 2002-2004, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-2013 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index bde9b98848109f24a042cce8c1dad53fea9f02d2..f099b4b31423d725c2e69be7e92c296b6768205c 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset statistics.
 
-   Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 96efd56e195f3a824e839c5f72044241ba7fa5a9..d65fcad93cf7943a0c8c67152a710e8c2c8fd7f2 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support bitset statistics.
 
-   Copyright (C) 2002-2004, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-2013 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 92b617eccdef7584bd59ffbde718033be47a4eea..4b44b5657605e748a61a2c5854ebcfa6fa2c8c8c 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
 
-   Copyright (C) 2001-2002, 2004, 2006, 2009-2012 Free Software
+   Copyright (C) 2001-2002, 2004, 2006, 2009-2013 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index 27736ef89a5d8fd9e51129a3ae40b39e316815f8..a7cc8bc1068978849d2ca7888e6e7038f14e18c8 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
 
-   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
 
    Contributed by Akim Demaille (akim@freefriends.org).
 
index e3bafb9635a31784e82db6fa8196d97cb843791d..8d925aa38335844a66df8d3e8e68a3134879902f 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
 
-   Copyright (C) 2001-2002, 2004-2006, 2009-2012 Free Software
+   Copyright (C) 2001-2002, 2004-2006, 2009-2013 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index 34e16042d8f929f3589aeae8e2d04ca6b35f59b7..2472a82a5cf4a3897b07dda27280d81aeba80438 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
 
-   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 9f35499acb72f574bde7ba2d7c1cc51f0b557c76..9d9341fb6f8c5907cb4765fa2ea895f3e8b76df6 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support expandable bitsets.
 
-   Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index a25ed282e65988b55844158419fd4869b3d6de0e..d31bda7d5070158b4150fcabe857e157e150b3bd 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support ebitsets.
 
-   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index b77ecc2238af9e54ea05110015f37a75b0245b5c..7865212cc78b41196877b0cc12b84d2eceb091ab 100644 (file)
@@ -1,6 +1,6 @@
 /* get-errno.c - get and set errno.
 
-   Copyright (C) 2002, 2006, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009-2013 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 99ab52f6c56595763445973115086ce1f982994b..04b3d4c8de510c1cceffb2398e56ce200b2760a8 100644 (file)
@@ -1,6 +1,6 @@
 /* get-errno.h - get and set errno.
 
-   Copyright (C) 2002, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2013 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 aa19f45de30770e5138e380ad3660577bbf466f3..5af5fcc823450c190f71ecada0980c0172c45d21 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support link list bitsets.
 
-   Copyright (C) 2002-2004, 2006, 2009-2012 Free Software Foundation,
+   Copyright (C) 2002-2004, 2006, 2009-2013 Free Software Foundation,
    Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
index 79804da086ba0f1d8de226a69c4e69970acfff0c..8ccaca74dabc25c8f5c2b2b776970a1522f62996 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support lbitsets.
 
-   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index ad7b358ff52d7955292472d136cd49da6c253971..2ae5cf1671e0fa9d693a9b5fa430492e9d080169 100644 (file)
@@ -1,6 +1,6 @@
 /* Fake libiberty.h for Bison.
 
-   Copyright (C) 2002-2004, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-2013 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 7996c7fb9956a332c8292a932e7932263fbe4f30..36578517f3a9bfb8b04d3f07a53849971ff51552 100644 (file)
@@ -1,6 +1,6 @@
 /* Yacc library main function.
 
-   Copyright (C) 2002, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 355ecb55769ebf8651cb671c4f689d031776c214..c257c3225284cb3b584101e6a9eb8e6d7de747e0 100644 (file)
@@ -1,6 +1,6 @@
 /* Timing variables for measuring compiler performance.
 
-   Copyright (C) 2000, 2002, 2004, 2006, 2009-2012 Free Software
+   Copyright (C) 2000, 2002, 2004, 2006, 2009-2013 Free Software
    Foundation, Inc.
 
    Contributed by Alex Samuel <samuel@codesourcery.com>
index 1143e998b6e7491eaee9425115842f42e6a8498f..484fe35f7b80653006c8bd2a19bc6496c8d769dc 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-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007, 2009-2013 Free Software Foundation, Inc.
 
    Contributed by Akim Demaille <akim@freefriends.org>.
 
index a28b4cfd585b218766facc1223ad466b8b62ff5b..c4180908d8fb73f188bd2f956d7152d4bee14e70 100644 (file)
@@ -1,6 +1,6 @@
 /* Timing variables for measuring compiler performance.
 
-   Copyright (C) 2000, 2002, 2004, 2009-2012 Free Software Foundation,
+   Copyright (C) 2000, 2002, 2004, 2009-2013 Free Software Foundation,
    Inc.
 
    Contributed by Alex Samuel <samuel@codesourcery.com>
index fbe6e7c01599030b8250035d19cce260f016fb3a..7d4d920f7e1b41232c739665f38b56011d2aa6a4 100644 (file)
@@ -1,6 +1,6 @@
 /* Variable array bitsets.
 
-   Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 5b3e810b18077d8d8aa7dd9af4aed87f30dc3374..b91019bcb1be7532798a5297f1c5e8fc23bee89e 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support vbitsets.
 
-   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 332e91e2c8b739e751c24d32208ade80d5c3ca21..3aeb5cef2d8dd237e8cb0045391965a92b53eee9 100644 (file)
@@ -1,6 +1,6 @@
 /* Yacc library error-printing function.
 
-   Copyright (C) 2002, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 208cb56f74b90923f8a022e242441381bc71e812..55f7425d2ffed84007e83d1d37c374af8a13f882 100644 (file)
@@ -1,6 +1,6 @@
 # bison-i18n.m4 serial 2
 
-dnl Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2005-2006, 2009-2013 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 de1a4c5aa0ebe98e838bfe4617ca363f02286c8a..b09d8555630f25aac5a9ed216f5c7df65f742d3a 100644 (file)
@@ -1,6 +1,6 @@
 # Sanity test a C compiler.
 
-# Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2013 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 5e266c9008a6b7352d0a8b84e7b61e74ddad7e0b..8d3505bce6dda40aa550f0a699d99d73821c4929 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006, 2009-2013 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 984c5143e4b73bac3d52b2bed2640b7363049a7d..4907dbcbe114befdcea9e46b979a3ac84bf5c599 100644 (file)
@@ -1,5 +1,5 @@
 # flex.m4 serial 2
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 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 f8d36061ba616fc639354c4e642d728d486fa221..74a7be7c2bda33870d969386815f18cef88dedfc 100644 (file)
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Checks required to run `timevar', a time tracker.
 #
-# Copyright (C) 2002-2003, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2003, 2009-2013 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 4c1e0ae26820f45ac08b3f6d61ea00a5a87fef20..b14c675b8f15f5dbabfecb76745022bab0617472 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy annotation list.
 
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 3088a83f79742510f78bb53908c7f467524cfdb0..afa3d2136b8c5a1881a030146212641318252a6d 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy annotation list.
 
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 838685b2d8418b99c389b4f0f09b59d8e3260f6e..9510b40d9151b078831b662e75c8e7150f087e4c 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index d8120dda86bf1a021b305730be4d412f4d085b0a..d205dd50e7670484f44b39ce49e18d91fffbc0f4 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 37bfe8137acc0623992628ee05078d065fb7322b..62cdb2b32de8a453afce530834a3e12d9ed9ec4f 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-2007, 2009-2012 Free
+   Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2007, 2009-2013 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 45f922a914f1578ae75e1de225cf7f52886bffce..976bcb26ee378861d7878404d16997d5fd60358f 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-2012 Free Software
+   Copyright (C) 1984, 1986, 1989, 2000-2002, 2009-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 511b9058a46b0ce6714f32d97b7226acbba4654d..9e61ff0e6c30c8fd8eea6a722f7e49a374562a23 100644 (file)
@@ -1,6 +1,6 @@
 # Make bison/src.
 
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 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 ce65f37f68d7f988e36dff28bdf0081ff70676bf..055594b35895cc2d8b9353e587ed6e0340729a1e 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple, memory-efficient bitset implementation.
 
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 4a32402eae5941422ec71f8986072cc71cb33b45..0e4dab3a82fb457f2638f1cc93c296f7433ef447 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple, memory-efficient bitset implementation.
 
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 989cb2650245b9087a15c73ecbd1624fee40e2da..43227f02be718cf8fc30d256386e057686ea8af1 100644 (file)
@@ -1,6 +1,6 @@
 /* Associativity information.
 
-   Copyright (C) 2002, 2005-2006, 2009-2012 Free Software Foundation,
+   Copyright (C) 2002, 2005-2006, 2009-2013 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 54f9b65f727aae08af542d44695fbce0b27734b5..4d9e759d30c772981fe9496d72fe76f870a74018 100644 (file)
@@ -1,6 +1,6 @@
 /* Associativity information.
 
-   Copyright (C) 2002, 2006, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index d9bc5ffa56c32c7c5e547ae5851657b47ada659f..c2223caa50219159f2355ecc75c0025546e16e4c 100644 (file)
@@ -1,6 +1,6 @@
 /* Closures for Bison
 
-   Copyright (C) 1984, 1989, 2000-2002, 2004-2005, 2007, 2009-2012 Free
+   Copyright (C) 1984, 1989, 2000-2002, 2004-2005, 2007, 2009-2013 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 0f96a8b2f60db174f93564bb6204177fb016cd89..89f5600f22074952dca97f1ec61e923c0bd48e88 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines for bison
 
-   Copyright (C) 1984, 1989, 2000-2002, 2007, 2009-2012 Free Software
+   Copyright (C) 1984, 1989, 2000-2002, 2007, 2009-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index ede0ccf4f5cb122d601e329dc5eeaafb1a5997d7..7683f8c400c31799a90159b531bae97b91af8409 100644 (file)
@@ -1,6 +1,6 @@
 /* Declaration for error-reporting function for Bison.
 
-   Copyright (C) 2000-2002, 2004-2006, 2009-2012 Free Software
+   Copyright (C) 2000-2002, 2004-2006, 2009-2013 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index 997d577b6ff05ae74bb0d32d12e6846408b25fe5..fe78e6f7b1be7f45f963a8d29203c7e129fd9848 100644 (file)
@@ -1,6 +1,6 @@
 /* Declaration for error-reporting function for Bison.
 
-   Copyright (C) 2000-2002, 2006, 2009-2012 Free Software Foundation,
+   Copyright (C) 2000-2002, 2006, 2009-2013 Free Software Foundation,
    Inc.
 
    This program is free software: you can redistribute it and/or modify
index ba0b6ed3fe80af1d657060d76670c5ecd6f16340..4e05ab32ab37e48dd8191643b393eb9c70f23690 100644 (file)
@@ -1,6 +1,6 @@
 /* Find and resolve or report lookahead conflicts for bison,
 
-   Copyright (C) 1984, 1989, 1992, 2000-2007, 2009-2012 Free Software
+   Copyright (C) 1984, 1989, 1992, 2000-2007, 2009-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 5a034544f5eb3ec358ebef4379e87b0fcd5b04f4..5df578716281ff0bf768a4de6a00c3deb9447a86 100644 (file)
@@ -1,6 +1,6 @@
 /* Find and resolve or report lookahead conflicts for bison,
 
-   Copyright (C) 2000-2002, 2004, 2007, 2009-2012 Free Software
+   Copyright (C) 2000-2002, 2004, 2007, 2009-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index ce5a6a5fb61e63fd8bf41b1248b25d01594be9f9..1f9bbc5ee9ae47ed8cab75920d5645bae9423232 100644 (file)
@@ -1,6 +1,6 @@
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2012 Free Software
+   Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index f25e5021e516786162e63a496954fa0cf420aadb..ea8dff7231cbb079ac3d3b7a752f8e39c9ead4ee 100644 (file)
@@ -1,6 +1,6 @@
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000-2002, 2009-2012 Free Software
+   Copyright (C) 1984, 1989, 2000-2002, 2009-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index f698c7e9c6aeea80182affd0a68541c47e987876..7b7a1918c30dcfb71ae2c58bf2fd15e0e1645fb6 100644 (file)
@@ -1,6 +1,6 @@
 /* Open and close files for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2012 Free Software
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 8f0bec04ac7e403bb2d9ab88f4ac960f64675216..ccc8870148911315f95bba05a3e2d4b030d8ef21 100644 (file)
@@ -1,6 +1,6 @@
 /* File names and variables for bison,
 
-   Copyright (C) 1984, 1989, 2000-2002, 2006-2007, 2009-2012 Free
+   Copyright (C) 1984, 1989, 2000-2002, 2006-2007, 2009-2013 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index c854c29a43855a34f666241f253b86702cb11012..f56b3f70ea43a243aae2835cbfc8f2b402a84252 100644 (file)
@@ -1,6 +1,6 @@
 /* Common parts between scan-code.l, scan-gram.l, and scan-skel.l.
 
-   Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ab2a28e828739c44dd90381367f8dc7414556fd8..94197f86fc11c565841fc53bcf84eda188743bbd 100644 (file)
@@ -1,6 +1,6 @@
 /* Parse command line arguments for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2012 Free Software
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index b2126fc21319bc85a02471b85637f400f368518b..63c6aa4c0df399b6ea760fc3b14eb85f5b23e52a 100644 (file)
@@ -1,6 +1,6 @@
 /* Parse command line arguments for bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2012 Free Software
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 5730e596026729c24c2cec1f7bd4f85527d92a8b..69a4857ed722719fee38e830753f829136417c87 100644 (file)
@@ -1,6 +1,6 @@
 /* Allocate input grammar variables for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2001-2003, 2005-2012 Free Software
+   Copyright (C) 1984, 1986, 1989, 2001-2003, 2005-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 3f75dd8f951a9e3ed71397f65c2e181602c08d4e..66cd31717c9c6b7d354c99d4d29e078b81def51b 100644 (file)
@@ -1,6 +1,6 @@
 /* Data definitions for internal representation of Bison's input.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2001-2007, 2009-2012 Free
+   Copyright (C) 1984, 1986, 1989, 1992, 2001-2007, 2009-2013 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 9da5f6e39142157087fba67989b12a7312c5db8e..5ee41e73f3523fea0a306dc5f8bece5782649a5c 100644 (file)
@@ -1,6 +1,6 @@
 /* Output Graphviz specification of a state machine generated by Bison.
 
-   Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 239cdd21b2e53783b05080a5af16d18e33d954d2..e8d0f0cc2f3a5e236066a252447e76f45fc13d44 100644 (file)
@@ -1,6 +1,6 @@
 /* Output Graphviz specification of a state machine generated by Bison.
 
-   Copyright (C) 2006, 2010-2012 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2010-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index e6aa6f5ccac34ba86fd14c39dff87c4b8acabccb..4692de011e1af68d7dc7923c911c4f596d0af09f 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 7b2238060fed90c95a2e3b5636123d874d741c7c..405c03e29cdcd36876b1db2bdabef856b6e4421e 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 98661544ff40d57d7f8ef17664f3c1d74b707e7c..53d9a835f21d0dd0e17b777ce927ef4deb83ecff 100644 (file)
@@ -1,6 +1,6 @@
 /* Compute lookahead criteria for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000-2012 Free Software Foundation,
+   Copyright (C) 1984, 1986, 1989, 2000-2013 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 75e957ec3bbdaf77bd21b0bc52f984d544e10380..f48331574705c3acaa22908028ca74406060b3ec 100644 (file)
@@ -1,7 +1,7 @@
 /* Compute lookahead criteria for bison,
 
    Copyright (C) 1984, 1986, 1989, 2000, 2002, 2004, 2006-2007,
-   2009-2012 Free Software Foundation, Inc.
+   2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 24301ec3950fc59a455aaa8c05aef571b14e1963..f565b24aa698724bd9eccace33741f6e9b35aad8 100644 (file)
@@ -1,6 +1,6 @@
 /* Locations for Bison
 
-   Copyright (C) 2002, 2005-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c1859aeb57f9b325a3b53535bbc57f46c8042b97..2129a6266e861aba91d2dd8451908f16cb2cc190 100644 (file)
@@ -1,6 +1,6 @@
 /* Locations for Bison
 
-   Copyright (C) 2002, 2004-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 184d789dd7a7cf2a640017f569dd8c48392062c2..ef59b1f232738a574d639e62a7e1237864ad9cee 100644 (file)
@@ -1,6 +1,6 @@
 /* Top level entry point of Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2002, 2004-2012 Free
+   Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2002, 2004-2013 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 936af700af534582e167a15e3c962c2399a26b2a..97c26ea10acbc86d126054ac59d1cd87941cb050 100644 (file)
@@ -1,6 +1,6 @@
 /* Muscle table manager for Bison.
 
-   Copyright (C) 2001-2012 Free Software Foundation, Inc.
+   Copyright (C) 2001-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 696103f393f161b69e93afd882ca019c40656300..6278f3b9e04768d1d3646171f455cb75e87e30e5 100644 (file)
@@ -1,6 +1,6 @@
 /* Muscle table manager for Bison,
 
-   Copyright (C) 2001-2003, 2006-2007, 2009-2012 Free Software
+   Copyright (C) 2001-2003, 2006-2007, 2009-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index bf7a3f77948703eebba6e67165f4959ad9b479f7..1693767918541c04263d600e125dd770f1218082 100644 (file)
@@ -1,6 +1,6 @@
 /* Named symbol references for Bison
 
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 00c972ce8d6cf95b25d88c6e1a0d2d1400a4b4e9..9ae9d62cbc2a8af08ae290f8dcd775a196be9212 100644 (file)
@@ -1,6 +1,6 @@
 /* Named symbol references for Bison
 
-   Copyright (C) 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 1e7f5d19257ecb8fdf444a47f5a4d5587a2d24dd..209b3d29143c8f806babf7968150ccad3f4bd993 100644 (file)
@@ -1,6 +1,6 @@
 /* Calculate which nonterminals can expand into the null string for Bison.
 
-   Copyright (C) 1984, 1989, 2000-2006, 2009-2012 Free Software
+   Copyright (C) 1984, 1989, 2000-2006, 2009-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index f7b29127bd5d2edded25d01927601d190b7879f5..63a8ae3f149248c6bf8f6bc8ad711604ec0c446b 100644 (file)
@@ -1,6 +1,6 @@
 /* Part of the bison parser generator,
 
-   Copyright (C) 2000, 2002, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 3852729bb7694436a238e282c1c33fa6c83cd4f9..ed25db0c00e054c2ff7cc7a9359c63f4384649ae 100644 (file)
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2012 Free Software
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 6c428d5393e3adad0adb87057746dd68a7cefa47..f82a7ac50abad83db5848ac494a2bf0e16f500ed 100644 (file)
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for bison,
 
-   Copyright (C) 2000-2003, 2006-2007, 2009-2012 Free Software
+   Copyright (C) 2000-2003, 2006-2007, 2009-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 5633b4e025fdde16fbfde4feb9e906b968fba717..a36b7426824962ca7ca81f2b910585d14aa13dc5 100644 (file)
@@ -76,7 +76,7 @@
 #line 1 "parse-gram.y"
 /* Bison Grammar Parser                             -*- C -*-
 
-   Copyright (C) 2002-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 5f77a5bd08abd0355531dadbbebe53503442c77a..bbd7fba2aefabfcf3254ddf13f060e640264323f 100644 (file)
@@ -1,6 +1,6 @@
 %{/* Bison Grammar Parser                             -*- C -*-
 
-   Copyright (C) 2002-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index e37a74147a651050140b148a37bdb2a462979977..bdec56fca898e47f2495808460e2b409513b4355 100644 (file)
@@ -1,6 +1,6 @@
 /* Print an xml on generated parser, for Bison,
 
-   Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c0ea2e704011e170b4cc63efb09203617c681cc0..251c2033b913937027db51f23e747922d64555e8 100644 (file)
@@ -1,6 +1,6 @@
 /* Output an xml of the generated parser, for Bison.
 
-   Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 5fdb28b580ece827d92647b94b39fe59ab029853..8a51517c9632893720995740e92d5a698467bb32 100644 (file)
@@ -1,6 +1,6 @@
 /* Print information on generated parser, for bison,
 
-   Copyright (C) 1984, 1986, 1989, 2000-2005, 2007, 2009-2012 Free
+   Copyright (C) 1984, 1986, 1989, 2000-2005, 2007, 2009-2013 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index f528aaf226f28242e549b1e84c34ddad9c9fb97e..e1e254a9bc340abc78827bfbce9835545afa27c0 100644 (file)
@@ -1,6 +1,6 @@
 /* Print information on generated parser, for bison,
 
-   Copyright (C) 2000, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index f4742b165876ccfe9fc45cd9136b0b7456337006..4769e4c4d7939405fb07443be9c96ba99fbd0220 100644 (file)
@@ -1,6 +1,6 @@
 /* Output a graph of the generated parser, for Bison.
 
-   Copyright (C) 2001-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 02aa8b3645d1d3461836a0bd16554a17ab477c0f..073ae988b6e6f3df5b3aaf645925da195f16f4d3 100644 (file)
@@ -1,6 +1,6 @@
 /* Output a graph of the generated parser, for Bison.
 
-   Copyright (C) 2000, 2006, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2006, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 735e700d933f8004374abe9ff191573f0f33ae67..47a25405642e6b7cb0b525d118bc6af3143e723b 100644 (file)
@@ -1,7 +1,7 @@
 /* Input parser for Bison
 
    Copyright (C) 1984, 1986, 1989, 1992, 1998, 2000-2003, 2005-2007,
-   2009-2012 Free Software Foundation, Inc.
+   2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index e154deb02e234929e83d481aaeffe09fe0178294..bc4ac55ef16f8a8113b191089de6fae23252e232 100644 (file)
@@ -1,6 +1,6 @@
 /* Input parser for Bison
 
-   Copyright (C) 2000-2003, 2005-2007, 2009-2012 Free Software
+   Copyright (C) 2000-2003, 2005-2007, 2009-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 5338393c312be029a027ec3dc1cef1d04a97a77d..2a29e73cb4461652c9b6e814687c6a99dced1b0d 100644 (file)
@@ -1,6 +1,6 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 1988-1989, 2000-2003, 2005-2012 Free Software
+   Copyright (C) 1988-1989, 2000-2003, 2005-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index c28824f1f2548515ee44c0a295e47515c10af481..bc12ed0e501301bf83e07e1153cdf9c169b7c3cb 100644 (file)
@@ -1,6 +1,6 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 2000-2002, 2007, 2009-2012 Free Software Foundation,
+   Copyright (C) 2000-2002, 2007, 2009-2013 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 49424c083ced16f7f74f914dd35458b7bc5a0177..133c8498eda5a3f27b9ed5f991373c5294cc81da 100644 (file)
@@ -1,6 +1,6 @@
 /* Binary relations.
 
-   Copyright (C) 2002, 2004-2005, 2009-2012 Free Software Foundation,
+   Copyright (C) 2002, 2004-2005, 2009-2013 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 88c69b78a522f20fe410f1909833599a44115dcd..7f0d3f4b48b635e85471f704241f1b98d0c5bef2 100644 (file)
@@ -1,6 +1,6 @@
 /* Binary relations.
 
-   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c8d554d5b095396871e03dcf8e2b486985dc894c..2a231b84af1e3986832f9352d421e67d60dd60ac 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison code properties structure and scanner.
 
-   Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 560d3435cb95e348c9ea8f3fd2f0f89cf031195c..f1329e0b8c73b892d5cbc95b53778f830b10fe55 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Action Scanner                             -*- C -*-
 
-   Copyright (C) 2006-2012 Free Software Foundation, Inc.
+   Copyright (C) 2006-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 72138a2782ec524a1209860efd9221a743a0086f..ee397ed2e794474685ffaa987885654a5cec1461 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Grammar Scanner
 
-   Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 9083dce3e1a57f5379ad225b1b259a962bf21370..d78676e27d90b5dee1e647909b6c21a2e713340e 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Grammar Scanner                             -*- C -*-
 
-   Copyright (C) 2002-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 2c6930b9bcb6a02500af11227eeb539784982094..019d38af5abe2f86db13508303a1777d90501bfe 100644 (file)
@@ -1,6 +1,6 @@
 /* Scan Bison Skeletons.
 
-   Copyright (C) 2005-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005-2007, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ed61b5c80e5682cac96134b42c8dbd6ad95529fa..715971a6b95e17909729050350f581ef8dfb365e 100644 (file)
@@ -1,6 +1,6 @@
 /* Scan Bison Skeletons.                                       -*- C -*-
 
-   Copyright (C) 2001-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 666e0cc7a246219e264a57c22978479d1004d148..bdf6ce635eca702650e5282c7b8d70347c1bfbcd 100644 (file)
@@ -1,6 +1,6 @@
 /* Type definitions for the finite state machine for Bison.
 
-   Copyright (C) 2001-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index dfdc49d3e5837d9c6ead88562c9efe0cbdb25444..9937acff804fc46027cb593d0671a5c80906dbdb 100644 (file)
@@ -1,6 +1,6 @@
 /* Type definitions for the finite state machine for Bison.
 
-   Copyright (C) 1984, 1989, 2000-2004, 2007, 2009-2012 Free Software
+   Copyright (C) 1984, 1989, 2000-2004, 2007, 2009-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 69ac8a1b574c9684cd49157ab9a25184839dbeeb..b6956677a7337077f9636ea9d4e3840a43e4a8c6 100644 (file)
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005-2007, 2009-2012 Free Software Foundation,
+   Copyright (C) 2002, 2005-2007, 2009-2013 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 63577f798b7862845c90b11a40f5e4572df954c7..9417f9ee47deb6cb34f74642d5935b13bf6405d0 100644 (file)
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005-2007, 2009-2012 Free Software Foundation,
+   Copyright (C) 2002, 2005-2007, 2009-2013 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 56cfe5118d1dd145a81ed81777752ba82b8671f0..c793288e202968d9b759954db9ba45e71963ce01 100644 (file)
@@ -1,6 +1,6 @@
 /* Symbol table manager for Bison.
 
-   Copyright (C) 1984, 1989, 2000-2002, 2004-2012 Free Software
+   Copyright (C) 1984, 1989, 2000-2002, 2004-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 7d8cf982650f36ff71f829976388eaa23a7563dd..b54f5d726e0d69dc94e56a12dcb90eb42dfb0a79 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for symtab.c and callers, part of Bison.
 
-   Copyright (C) 1984, 1989, 1992, 2000-2002, 2004-2007, 2009-2012 Free
+   Copyright (C) 1984, 1989, 1992, 2000-2002, 2004-2007, 2009-2013 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 35ff876476ae07e0b4dc1fd70b100846b4fa07cf..f40e0fc0ca8b99b6cd49957898600f8f45bfc3bd 100644 (file)
@@ -1,6 +1,6 @@
 /* System-dependent definitions for Bison.
 
-   Copyright (C) 2000-2007, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2000-2007, 2009-2013 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 eb827b769ca825458d73de7468b3d78c7fb30286..9a851a9358177d42b1cb063907fdc5e69aac4fcb 100644 (file)
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2012 Free
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2013 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 8b5c1fa4c285d54c74879cf5b5db478913c0a845..c631584d6e36fd1bb4f8f388f5a40314e413e500 100644 (file)
@@ -1,6 +1,6 @@
 /* Prepare the LALR and GLR parser tables.
 
-   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 62d09ca97b198bc6f22f5058e62d5ef3dd2cb1dd..2278db59134a495c2b7c84af4176f22e87b77a74 100644 (file)
@@ -1,6 +1,6 @@
 /* Keep a unique copy of strings.
 
-   Copyright (C) 2002-2005, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2005, 2009-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 677ecc42968f8142a2f5d4ba38a5839593882eee..d3178d7fb2bbf38edadf65113afcb6131aed5084 100644 (file)
@@ -1,6 +1,6 @@
 /* Keeping a unique copy of strings.
 
-   Copyright (C) 2002-2003, 2008-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2008-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index b6848d77b12b02c5052e731be94929267f96a841..a11adde48f50d39cfde40ba223d9cef79341445d 100644 (file)
@@ -2,7 +2,7 @@
 
 ## Makefile for Bison testsuite.
 
-## Copyright (C) 2000-2012 Free Software Foundation, Inc.
+## Copyright (C) 2000-2013 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 97c08c297c68047f4247ea4b73f3517e1225d78e..35e49c564120e20f6da3181c17969b9271e4bf5e 100644 (file)
@@ -1,6 +1,6 @@
 # Executing Actions.                               -*- Autotest -*-
 
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 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 f817f949a2fdea81ad899d3cfa7823d46b4e2321..72e15f3757bf9138171a7981d3fb7444a5e1cdaa 100644 (file)
@@ -1,7 +1,7 @@
 # @configure_input@                                    -*- shell-script -*-
 # Configurable variable values for Bison test suite.
 
-# Copyright (C) 2000-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2013 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 f21b2bcd5221bd45e4e90a6163a63ab42c4789c9..bf6add7141b1c70d1f0f31a9c254240b50555256 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-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 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 a5d8385397b71b4e34f47f40d030c56b1afc665a..a65f953c9aa1b5811c696573e78b80b43adef12b 100644 (file)
@@ -1,6 +1,6 @@
 # Checking the C++ Features.                    -*- Autotest -*-
 
-# Copyright (C) 2004-2005, 2007, 2009-2012 Free Software Foundation,
+# Copyright (C) 2004-2005, 2007, 2009-2013 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
index f72836ee26d1992371ff6d2463fb2bf50d942471..794488ffab1a660a4c9c249662bb85a921baae76 100644 (file)
@@ -1,6 +1,6 @@
 # Simple calculator.                         -*- Autotest -*-
 
-# Copyright (C) 2000-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2013 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 5653b481f4f93248a176c332074385dcc4c45862..09114a81b78877fe553816bb39283a6fe64d5aeb 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison on conflicts.                         -*- Autotest -*-
 
-# Copyright (C) 2002-2005, 2007, 2009-2012 Free Software Foundation,
+# Copyright (C) 2002-2005, 2007, 2009-2013 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
index b0e5fdcd40de687cc5797ddc76f66989b0541220..2c37c1768d10dc2be7b9a72bd8771ec568d2bf3f 100644 (file)
@@ -1,6 +1,6 @@
 # Checking GLR Parsing.                         -*- Autotest -*-
 
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 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 1b6fa4d18fa213dcae46f826e05436f8da525ae4..693c4c3402789f52dcacda37e13a14a80fc25070 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison on actual grammars.                   -*- Autotest -*-
 
-# Copyright (C) 1989-1992, 2000-2005, 2007, 2009-2012 Free Software
+# Copyright (C) 1989-1992, 2000-2005, 2007, 2009-2013 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index e14ce998d28b2740ff5f5fd60e6af644f2ddc4f9..868c84109e62c73c2274feb7b2a04aa35fbb6615 100644 (file)
@@ -1,6 +1,6 @@
 # Checking GLR Parsing: Regression Tests           -*- Autotest -*-
 
-# Copyright (C) 2002-2003, 2005-2007, 2009-2012 Free Software
+# Copyright (C) 2002-2003, 2005-2007, 2009-2013 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 351b8a7b8efb1284fa5de8e2bd28076b5e342103..73f0df7945ad8bf40af9a2a22295fe16658c8887 100644 (file)
@@ -1,6 +1,6 @@
 # Bison Parser Headers.                               -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2006-2007, 2009-2012 Free Software
+# Copyright (C) 2001-2002, 2006-2007, 2009-2013 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 6b876334625377531326f88997d1d8ed169ce82e..3f9a62d77ee544aac2e64d88a5abbf612b91099b 100644 (file)
@@ -1,6 +1,6 @@
 # Checking the Bison scanner.                    -*- Autotest -*-
 
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 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 db3f5000e979313fd9cc5d81a36daeca83fecea2..ad26be34da72c3eb1de1416af5ddfec1ce37eb91 100644 (file)
@@ -1,6 +1,6 @@
 # Java tests for simple calculator.           -*- Autotest -*-
 
-# Copyright (C) 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007-2013 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 be24f9029c68e52191227da1a32d5ca4f7a3a0ab..4a3993b5e6945650a7bb0bed45f8c7754aab5c5a 100644 (file)
@@ -2,7 +2,7 @@
 
 # Macros for the GNU Bison Test suite.
 
-# Copyright (C) 2003-2012 Free Software Foundation, Inc.
+# Copyright (C) 2003-2013 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 46b0159c7650f7bba3ed5fadca639166ffa7a27e..12e726bc18146d1a74261498027a1edf0b9d34d5 100644 (file)
@@ -1,6 +1,6 @@
 # Named references test.                           -*- Autotest -*-
 
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 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 e45ae48f70e32a9672f51a0b937b9ab9f7c356c7..fa8978ded170d09a75e5426e23fd36d4feea24c4 100644 (file)
@@ -1,6 +1,6 @@
 # Checking the output filenames.                    -*- Autotest -*-
 
-# Copyright (C) 2000-2002, 2005-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2005-2013 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 1b99397175c95c7a535f6ceffd9bdb96d5e7fe27..7dde2957ef52b5bc0da420aa652615ef7bcab67a 100644 (file)
@@ -1,6 +1,6 @@
 # Checking Push Parsing.                            -*- Autotest -*-
 
-# Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2013 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 47f923cfdd319bb216e9dd5fc755a57c047b7ee0..6de7186bbcf6c92262345332467620b486caa6a2 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison Grammar Reduction.                      -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2002, 2007-2013 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 db6c3b9f03c5bba5f70f101e663a1a4d2b635824..6a165bf56cd25791949de666885d199b0cb69378 100644 (file)
@@ -1,6 +1,6 @@
 # Bison Regressions.                               -*- Autotest -*-
 
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 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 4cbdfd62633e775dc5a972f63fbd10685b1571a2..0e6b80f9dac39ff2259c4518751683ff41a95517 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison Grammar Sets.                      -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2005, 2007, 2009-2012 Free Software
+# Copyright (C) 2001-2002, 2005, 2007, 2009-2013 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index fa496c9786dd2e493dcc4ae75496759d84ce677e..0afe1037b94ff0dcaa101e07193e5b8ee54ed866 100644 (file)
@@ -1,6 +1,6 @@
 # Checking skeleton support.                     -*- Autotest -*-
 
-# Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2013 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 6b84719569563e7c6f7dbdbf46b49f3a01a47520..05f205755aa320d78807dfcdd55cd321ff84726c 100644 (file)
@@ -1,6 +1,6 @@
 # Executing Actions.                               -*- Autotest -*-
 
-# Copyright (C) 2002, 2004-2005, 2007, 2009-2012 Free Software
+# Copyright (C) 2002, 2004-2005, 2007, 2009-2013 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 2a5211ab01cb8b289dd46ed7deeb5cc5d6d02bcf..6f3a221b33d0083d298c27cc511e3e352a6db0a3 100644 (file)
@@ -1,6 +1,6 @@
 # Test suite for GNU Bison.                            -*- Autotest -*-
 
-# Copyright (C) 2000-2004, 2006-2007, 2009-2012 Free Software
+# Copyright (C) 2000-2004, 2006-2007, 2009-2013 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index ac9e91ea67e1c45466ceb2f317747d4ceec472f9..56a1fa81c61e7bf6f2cb31fc3e647829068c338b 100644 (file)
@@ -1,6 +1,6 @@
 # Torturing Bison.                                    -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2004-2007, 2009-2012 Free Software
+# Copyright (C) 2001-2002, 2004-2007, 2009-2013 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify