]> git.saurik.com Git - bison.git/commitdiff
maint: update copyright years
authorAkim Demaille <akim@lrde.epita.fr>
Sat, 12 Jan 2013 15:14:04 +0000 (16:14 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Sat, 12 Jan 2013 15:14:16 +0000 (16:14 +0100)
Suggested by Stefano Lattarini.
Run "make update-copyright".

195 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/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

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.
 
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 5a8f3cd55ebdb2770d2dbf65251f38875f011c97..458a9e55e2deefdf860e1e1a0d299a861beb6819 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
        Inc.
 
        Copying and distribution of this file, with or without
index 2472011088812b9da4cf71b5de1e533e8691079c..34edfc78c42aac3eb60f15c5bbf788497ef89e9e 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 
 ## Process this file with automake to produce Makefile.in.
 
-# 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
 #
 # 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 619d36cdc985f128cbe7514362eab41a52cc2484..461959e0803c53fceec5c742a780d18049259e4d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2277,7 +2277,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.
 
 
 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.
 
 
 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.
 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.
 
 
 This file is part of GNU Bison.
 
index 716801003d097305624933d4f57058c262de3ba1..28870cb268de91ad3704123dff12769b9fd135ad 100644 (file)
@@ -440,7 +440,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.
 
 
 This file is part of GNU Bison.
 
diff --git a/THANKS b/THANKS
index 5da4deff134078265077201d6f5ebbc0d672f77e..61e52f779781b4ea79c8cd0d35bc09198b497499 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -145,7 +145,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.
 
 
 This file is part of Bison, the GNU Parser Generator.
 
diff --git a/TODO b/TODO
index 2a08164a4dc44edc6ace5d05714819eb1525488a..846a9129df44021c88b8f17b37471bb2d3f09409 100644 (file)
--- a/TODO
+++ b/TODO
@@ -373,7 +373,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.
 
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index d6343137eef980b2ad3c2311a897bceba23ed743..c58470e28b448e481dad64d7fd7c0b91e0c33739 100644 (file)
@@ -1,6 +1,6 @@
 # Bootstrap configuration.
 
 # 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
 
 # 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
 
 # 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 7daf6cf7764ef46c7cf0556148885188f5746b53..c5f87ad281db455fcbe6663845f6693171f6e8b1 100644 (file)
@@ -1,6 +1,6 @@
 ## Makefile for Bison testsuite.
 
 ## 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
 #
 # 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.
 
 # 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
 
 # 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.
 
 
 # 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
 #
 # 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 ea9806fdda84e96b280fe419f4b283e9c918336d..a79566d3fda8f11879cc1d98fe2a7f303c49c601 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk                           -*- makefile -*-
 # 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
 
 # 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 eb39c617c48b644f4dfc346674f4cc8ce57925df..76a0ecf98e6b269caf42ea97488fa99106499d5e 100644 (file)
@@ -1,6 +1,6 @@
 # Configure template for GNU Bison.                   -*-Autoconf-*-
 #
 # 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
 #
 # 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_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])
 
 AC_DEFINE_UNQUOTED([PACKAGE_COPYRIGHT_YEAR], [$PACKAGE_COPYRIGHT_YEAR],
                    [The copyright year for this package])
 
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.
 
 
 This file is part of GNU Bison.
 
index 1994f4d6fdb90029babd6e849c9e39158b5d423c..704f172eb0e7efc0ed3cb40b35868a5b321e491a 100644 (file)
@@ -2,7 +2,7 @@
 
 # Language-independent M4 Macros for Bison.
 
 
 # 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
 
 # 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.
 
 
 # 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
 
 # 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 855099f7913757d7f789817092122740c378ebb4..d3b78f1392eebf4516d5efa6f05d1497324cdc7e 100644 (file)
@@ -2,7 +2,7 @@
 
 # C++ skeleton for Bison
 
 
 # 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
 
 # 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 c8cd46b874f991984fbe70e779d59ab5cab671d1..eb06de2a4dcf451cfa6c3be8066d21c4631408d0 100644 (file)
@@ -2,7 +2,7 @@
 
 # Common code for C-like languages (C, C++, Java, etc.)
 
 
 # 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
 
 # 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.
 
 
 # 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
 
 # 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 2a57e7c3a26ba08ac6cc568051b298700c7b02f1..67963635b103ac0a37953a936d3f678363a9661f 100644 (file)
--- a/data/c.m4
+++ b/data/c.m4
@@ -2,7 +2,7 @@
 
 # C M4 Macros for Bison.
 
 
 # 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
 
 # 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 1a545f32847aee6670d7ed1a360f0c0161285557..be305f22e9ef38b929558de3e1c866bc7280aba8 100644 (file)
@@ -2,7 +2,7 @@
 
 # GLR skeleton for Bison
 
 
 # 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
 
 # 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],
 
 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.  */
 
 
 /* C GLR parser skeleton written by Paul Hilfinger.  */
 
@@ -2570,7 +2570,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],
 [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[
 
 ]b4_cpp_guard_open([b4_spec_defines_file])[
 ]b4_shared_declarations[
index 3f46c95d40dcd0e49d70776833c35842e9bf27df..a06c73c7767566fa7e03cb4b929819fa9a93a3d0 100644 (file)
@@ -1,6 +1,6 @@
 # C++ GLR skeleton for Bison
 
 # 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
 
 # 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
@@ -341,7 +341,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++],
 b4_defines_if(
 [b4_output_begin([b4_spec_defines_file])
 b4_copyright([Skeleton interface for Bison GLR parsers in C++],
-             [2002-2012])[
+             [2002-2013])[
 
 // C++ GLR parser skeleton written by Akim Demaille.
 
 
 // C++ GLR parser skeleton written by Akim Demaille.
 
index 81bf02aed98684975afb550c749863407d3609bb..384a6370ddc2640e55fa9b2ae692987939049861 100644 (file)
@@ -2,7 +2,7 @@
 
 # Java skeleton dispatching for Bison.
 
 
 # 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
 
 # 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 97e9548fdb580c86ad4654e06c85feb91dbf99a1..7a9bcc19926140aed821db5e25144f406b1e44a7 100644 (file)
@@ -2,7 +2,7 @@
 
 # Java language support for Bison
 
 
 # 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
 
 # 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 178b8fa992e8d7428e4939f50a54c16c96cab011..2b1949e480f81158da2cf8b7192f3c4643659ff3 100644 (file)
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
 # 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
 
 # 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
@@ -128,7 +128,7 @@ m4_ifdef([b4_lex_param], [, ]b4_lex_param))])])
 
 
 m4_pushdef([b4_copyright_years],
 
 
 m4_pushdef([b4_copyright_years],
-           [2002-2012])
+           [2002-2013])
 
 m4_define([b4_parser_class_name],
           [b4_percent_define_get([[parser_class_name]])])
 
 m4_define([b4_parser_class_name],
           [b4_percent_define_get([[parser_class_name]])])
index 3474b80d6cfbf94dc399caa0cba3d2d4228ef717..187580a299b3e9a58e85969f5624982ded64bb7d 100644 (file)
@@ -1,6 +1,6 @@
 # Java skeleton for Bison -*- autoconf -*-
 
 # 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
 
 # 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
@@ -32,7 +32,7 @@ b4_symbol_foreach([b4_symbol_no_destructor_assert])
 
 b4_output_begin([b4_parser_file_name])
 b4_copyright([Skeleton implementation for Bison LALR(1) parsers in Java],
 
 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.  */
 
 b4_percent_define_ifdef([package], [package b4_percent_define_get([package]);
 ])[/* First part of user declarations.  */
index b8db2d64af05571b20879b47b199053946f4d26a..b8290522f20a667b7b937a654a63dc1bfad22a9e 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
 
 ## 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 b65bf49062fed54075a8aee54a872f81b5013859..74c114582b7a1d306e8000e3c510d6a524f0561c 100644 (file)
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
 # 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
 
 # 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],
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 m4_pushdef([b4_copyright_years],
-           [2002-2012])
+           [2002-2013])
 
 # b4_position_define
 # ------------------
 
 # b4_position_define
 # ------------------
index 22d89fbb3c7c1330baa2fc21e7cb654d922dc547..61fbde2bd8227a08453d5a0fd2651c1ee83d5851 100644 (file)
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
 # 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
 
 # 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],
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 m4_pushdef([b4_copyright_years],
-           [2002-2012])
+           [2002-2013])
 
 # b4_stack_define
 # ---------------
 
 # b4_stack_define
 # ---------------
index 41286c5b9c0e98e47516d91dacf75a155ff06b33..5ff0c54da82a0cce588ce90885d5b43591d8c756 100644 (file)
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
 # 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
 
 # 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 40575efdb19c0d29b0a602546fcffc8b0176692d..10e3305bd7fdc22f976e4ff78b2920e93db38fc3 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     bison.xsl - common templates for Bison XSLT.
 
 <!--
     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.
 
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index 7bd366d07378076fca3d84c1c25afdc88fedeaa5..93bec59989345afa569beff8257ef7f1bfbdd93b 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2dot.xsl - transform Bison XML Report into DOT.
 
 <!--
     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.
 
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index 53145965735f53e8417b4b6c96a7f2fdad68cbdc..c4651d4de67dacd523f714da3e025645570a872c 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2text.xsl - transform Bison XML Report into plain text.
 
 <!--
     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.
 
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index 239ce3b564ca91faba8aeb806957d87b2bf60be5..d2cfed4ccd5f27dea43fc9c50437ef370da870ff 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2html.xsl - transform Bison XML Report into XHTML.
 
 <!--
     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.
 
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index 4e590241c5e5409a7d9d926c1a701f345dd7cb56..ba72c24ad21fbb6e2867b1f153a29c2b0db0f639 100644 (file)
@@ -1,11 +1,11 @@
                                                              -*- C -*-
 # Yacc compatible skeleton for Bison
 
                                                              -*- C -*-
 # 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.
 
 m4_pushdef([b4_copyright_years],
 # Inc.
 
 m4_pushdef([b4_copyright_years],
-           [1984, 1989-1990, 2000-2012])
+           [1984, 1989-1990, 2000-2013])
 
 # 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
 
 # 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 fe6b987c48ac30679a68bb5518d277a4ea384ea7..ddfae0278363e1a4df85d67139fc8613b6e2e2a7 100644 (file)
@@ -1,7 +1,7 @@
 # DJGPP Maintainer's Makefile                                    -*-Makefile-*-
 # Requires GNU sed
 
 # 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
 
 # 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.
 
 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
 
 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 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
 \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.
 
 # 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
 
 # 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.
 
 # 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
 
 # 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
 
 # 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
 
 # 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 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
 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 2afb02b4650511d863851db98f6513f9fbb425f5..f42d9c9e17c47cdef8280bf55cfa688cd4c68db4 100644 (file)
@@ -1,4 +1,4 @@
-## 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
 
 ## 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 f85e8f96bda55d03866c751b900ed07cb5c8d813..6cfc3cce3ec8ae217adfb0f135f95682d51fc244 100644 (file)
@@ -1,6 +1,6 @@
 /* Subprocesses with pipes.
 
 /* 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
 
    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.
 
 /* 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
 
    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
 # 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
 \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 c06a7ffc1dba3c79d4d844147eea0e20544dc668..912c678233152bf0491fa582e8622778c1777604 100644 (file)
@@ -33,7 +33,7 @@
 This manual (@value{UPDATED}) is for GNU Bison (version
 @value{VERSION}), the GNU parser generator.
 
 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
 Foundation, Inc.
 
 @quotation
index d1e4c79463f0f2fe92100b917736d94605a3ef16..30ef338936ee9a2ce4afbd1a8703c58903603cac 100644 (file)
@@ -1,4 +1,4 @@
-## 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
 
 ## 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 caabf7e793d7142e95acf4e591c0871d406e7a86..a91e220eb5792f41b3d6cc8723aece8a3f02c434 100644 (file)
@@ -19,7 +19,7 @@
 \def\finalout{\overfullrule=0pt}
 %\finalout
 
 \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.
 %
 %
 % This file is part of Bison.
 %
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.
 
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 59cadee4f906dd1ebb72a5bd7f67b072d80a5096..83176d5ec78ae302a9e2ab0f9aeb96e31c645c65 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 
 #! /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.
 #
 #
 # This file is part of Bison, the GNU Compiler Compiler.
 #
index e05714dd397d4abd53e3c106e93f9154237b0ca4..2dc411ec609bf9f7d2d38931c63ac9fef4d403f8 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2006, 2008-2012 Free Software Foundation, Inc.
+## Copyright (C) 2006, 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
 
 ## 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 904d05fb8ca045de53bf1b8ba1755c1b5c0c350a..18accefbbea42d5fa58d1095af9b4a5a2e0f3e55 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
 #! /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
 #
 # 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 559eddb4bd7ed590ee416df1c81f37d8947a5644..c0cb5e81fa1c27b5e9c16ac8ab5cf1306faa49e2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005-2006, 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
 #
 # 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 8f27a3ba413d7613df0d0bb732d7ad052a345381..24a005eba34c934c5d00d549b7bca3c6b850dbf0 100755 (executable)
@@ -3,7 +3,7 @@
 
 # This file is part of GNU Bison
 
 
 # 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
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 3a6fcf0dbcf86f20e8394a8ff63d9d873fa6930b..3185976ac21379a3c73abb05b6d65b3a7fb97591 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005, 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005, 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
 #
 # 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 aa64d4c6e241fd6ec13140b145d84e513a6ff782..10d669665e894e9222b0f1e95787f22fafd787db 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005-2006, 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
 #
 # 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 24c4b89c98c28a75b655740c11877659ca9e0a4e..90ab4f447851cd13f7b3689048a2ca510d1bee57 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
 #! /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
 #
 # 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 5a87650ac771a473e6202287ea5c0108a3a2eb93..3ff2f98c590b21c808aa599d2b8b51f204952440 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2006, 2008-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005-2006, 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
 #
 # 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 0afbee755c78aab478fc677ccfaec7cd5baf1252..8ad2a3d0d8f0578116c6b5dd00f58b2d72deafbd 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
 #! /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
 #
 # 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 6d2b96e68c0682b452681cc0fa6148174438a142..f77b8f412e9837a713eada2ed32ad1eae94ed320 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
 #! /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
 #
 # 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 eef2080dbabbe188c884bf21c5eae47a8e4e1665..9413cbcf05ce92c5229f855bb9c55aff9eb98077 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
-  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
 
   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 be96862e0e0fc21a6af246ba83229809d2ab32de..f876996bcfdb63a2c9e1fc4472879608fd251b7f 100644 (file)
@@ -1,6 +1,6 @@
 /* Array bitsets.
 
 /* 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).
    Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
index ad858fa35099e5cd58cdea7ceb1ed55fabcddbd9..f66122894a70b8866659dd9b800b8934e088e83c 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support abitsets.
 
 /* 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).
 
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index c4a74cf3755d7c811fd3d9a21ee5377129d2133d..443d2da2e8e9c027945ce93fcedf4aebb2e6c2d5 100644 (file)
@@ -1,6 +1,6 @@
 /* Base bitset stuff.
 
 /* 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).
    Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
index d8b5f092563b94fd92fefc33fae499e6b1992f67..f7a9996afb4e5214ec789108e4e469c54343ba6c 100644 (file)
@@ -1,6 +1,6 @@
 /* General bitsets.
 
 /* 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).
 
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 0bc55261123bf63bc86ac477d1c6b706e8042500..ef44ea4cf860c87da09975daa769ec9949d65b73 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic bitsets.
 
 /* 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).
 
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index dd14aabd50bf544a352db80ae14fa491fa104eaa..83163026165a1fa45d5197f099027bea2ef9a76b 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset statistics.
 
 /* 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).
 
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 96efd56e195f3a824e839c5f72044241ba7fa5a9..d65fcad93cf7943a0c8c67152a710e8c2c8fd7f2 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support bitset statistics.
 
 /* 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).
 
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 3d4f8c607ea2268d5385ffbec49a97206726be44..dd544a9c9eae02a773156983cebaf76b6b38a976 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
 
 /* 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
    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.
 
 /* 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).
 
 
    Contributed by Akim Demaille (akim@freefriends.org).
 
index 4710ac543725a210896846f2d14fc9428829167d..2bdf1bfa1a6d0b8aff8c0ad6beb05b37a5a54677 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
 
 /* 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
    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.
 
 /* 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).
 
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 77cc7a0148ec75baa1ce74b77ef961ebb9dc2f71..e5d6c9239b7263ca526fd2733258e08c6bc61105 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support expandable bitsets.
 
 /* 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).
 
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index a25ed282e65988b55844158419fd4869b3d6de0e..d31bda7d5070158b4150fcabe857e157e150b3bd 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support ebitsets.
 
 /* 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).
 
 
    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.
 
 /* 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
 
    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.
 
 /* 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
 
    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 ef7e216dd15b2c3ed46a4fef9c263204f01b4bf0..7a638c6f9b17fcb6e8cd0268cb4658ec2fd3581e 100644 (file)
@@ -1,6 +1,7 @@
 /* Functions to support link list bitsets.
 
 /* Functions to support link list bitsets.
 
-   Copyright (C) 2002-2004, 2006, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2006, 2009-2013 Free Software Foundation,
+   Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 79804da086ba0f1d8de226a69c4e69970acfff0c..8ccaca74dabc25c8f5c2b2b776970a1522f62996 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support lbitsets.
 
 /* 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).
 
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index ad7b358ff52d7955292472d136cd49da6c253971..2ae5cf1671e0fa9d693a9b5fa430492e9d080169 100644 (file)
@@ -1,6 +1,6 @@
 /* Fake libiberty.h for Bison.
 
 /* 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
 
    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 1235a0e48e637a067dc66cbfc4b88fcca87ce6b9..d5d2d0b871d295dcd6e189bb4278202c0a646ca2 100644 (file)
@@ -1,4 +1,4 @@
-# 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
 #
 # 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 2cb880eb715211639ec7652a77a6c9a19eefea61..651ca9db18348c45b9d7095389829f256e2d48f8 100644 (file)
@@ -1,6 +1,6 @@
 /* Yacc library main function.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c14c37d53fb5732368b094952b8775fb2a700712..2889920c14fd7b82ab574ab8ebdd0d6fcb0cc088 100644 (file)
@@ -1,6 +1,6 @@
 /* Timing variables for measuring compiler performance.
 
 /* 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>
    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.
 
 /* 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>.
 
 
    Contributed by Akim Demaille <akim@freefriends.org>.
 
index a28b4cfd585b218766facc1223ad466b8b62ff5b..c4180908d8fb73f188bd2f956d7152d4bee14e70 100644 (file)
@@ -1,6 +1,6 @@
 /* Timing variables for measuring compiler performance.
 
 /* 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>
    Inc.
 
    Contributed by Alex Samuel <samuel@codesourcery.com>
index 8c5fd964a1a7c7c230c91c357a9c26e8f1f8732e..e7200cdaa5dc80b212cf44b61873a9940fcdc1da 100644 (file)
@@ -1,6 +1,6 @@
 /* Variable array bitsets.
 
 /* 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).
 
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 5b3e810b18077d8d8aa7dd9af4aed87f30dc3374..b91019bcb1be7532798a5297f1c5e8fc23bee89e 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support vbitsets.
 
 /* 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).
 
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 332e91e2c8b739e751c24d32208ade80d5c3ca21..3aeb5cef2d8dd237e8cb0045391965a92b53eee9 100644 (file)
@@ -1,6 +1,6 @@
 /* Yacc library error-printing function.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 208cb56f74b90923f8a022e242441381bc71e812..55f7425d2ffed84007e83d1d37c374af8a13f882 100644 (file)
@@ -1,6 +1,6 @@
 # bison-i18n.m4 serial 2
 
 # 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,
 
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
index 999c52de71073c20e72a9f2907ec9d9da05d60d2..73f8e83f20341bdd587d7eee66c4da7af95334b1 100644 (file)
@@ -1,6 +1,6 @@
 # Sanity test a C compiler.
 
 # 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
 #
 # 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 f9f06092471f050c081281d571a4d22b4a8ca09f..3fb5d9e0868c7f79a679cc32b99216fc83983294 100644 (file)
--- a/m4/cxx.m4
+++ b/m4/cxx.m4
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Sanity-test a C++ compiler.
 #
 # -*- 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
 #
 # 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 5ab431a280670f95345442efccd3aa6b48aad95a..6f8530aecbbb2e059aaba95aa160dedca5cd6f28 100644 (file)
@@ -1,5 +1,5 @@
 # flex.m4 serial 2
 # 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.
 # 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.
 #
 # -*- 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
 #
 # 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.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index fe6142d651f8c38d12b8e9509133fbf7b897d2df..5abaa2e79be9d8688b674c17d31db35d26a67594 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy annotation list.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 838685b2d8418b99c389b4f0f09b59d8e3260f6e..9510b40d9151b078831b662e75c8e7150f087e4c 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ab3f930eb72aef99aee6887635072d87567efbca..d293b9b6c6b951491068c748926095382c653d6d 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a757f006faa1db66d63d76ad66d0cf507174253e..f6a9537e4cfa47ade6659d88229e949b4fca5a24 100644 (file)
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -1,6 +1,6 @@
 /* Generate the LR(0) parser states for Bison.
 
 /* Generate the LR(0) parser states for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2012 Free Software
+   Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
    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.
 
 /* 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.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index ce65f37f68d7f988e36dff28bdf0081ff70676bf..055594b35895cc2d8b9353e587ed6e0340729a1e 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple, memory-efficient bitset implementation.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index f2882c66aee39ee963b66aeabcb8d7dbab9d14bd..a930196ebd57ec5818f513f44e5f8936aed3b7b3 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple, memory-efficient bitset implementation.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 5e8b293fa1768e734dd80c243be586ff5e00378f..d2eec31574e2994bc1d955f19c7b0885c22874d5 100644 (file)
@@ -1,6 +1,6 @@
 /* Associativity information.
 
 /* Associativity information.
 
-   Copyright (C) 2002, 2005-2006, 2008-2012 Free Software Foundation,
+   Copyright (C) 2002, 2005-2006, 2008-2013 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 44f8573be8e3e3fe5411a8a292e1fe12be1e4f93..b9475b5d127b50c56a743953d6ec056ef897aa37 100644 (file)
@@ -1,6 +1,6 @@
 /* Associativity information.
 
 /* Associativity information.
 
-   Copyright (C) 2002, 2006, 2008-2012 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2008-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 4e5dbd2e30a7f22f9c7a9ed59bd0126ea2efb954..45e8311022e9cbcd94ecc894b789309bd6eaa9f2 100644 (file)
@@ -1,6 +1,6 @@
 /* Closures for Bison
 
 /* 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.
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 63e9e0af63ce1c42d2cfbf072a57c25c027a754c..ad4a3ba96b7ba3c361e26128acbd3f9193d8feed 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines for bison
 
 /* 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.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 30d01bb2554e956687e810c79cf68e59c870cf3d..d43e623e933b6bac43b50dfecddeea65b7447061 100644 (file)
@@ -1,6 +1,6 @@
 /* Declaration for error-reporting function for Bison.
 
 /* 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
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index 2222aca20b80ea06755985fcf73369560a0ea2ab..9404388a5a55d7fe312c791922339751f4d50f4d 100644 (file)
@@ -1,6 +1,6 @@
 /* Declaration for error-reporting function for Bison.
 
 /* 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
    Inc.
 
    This program is free software: you can redistribute it and/or modify
index 2ea6de1bfec9d701263509a213a6a3aad698308f..885bd78f2154f07a08e1ffad36ca68aee02170f2 100644 (file)
@@ -1,6 +1,6 @@
 /* Find and resolve or report lookahead conflicts for bison,
 
 /* Find and resolve or report lookahead conflicts for bison,
 
-   Copyright (C) 1984, 1989, 1992, 2000-2012 Free Software Foundation,
+   Copyright (C) 1984, 1989, 1992, 2000-2013 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
    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,
 
 /* 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.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index aa4d927f050e976e75ea015feba9291ad66afc65..c834f0b0d0941fe81542ba396602b546b8cc3e24 100644 (file)
@@ -1,6 +1,6 @@
 /* Match rules with nonterminals for bison,
 
 /* 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.
    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,
 
 /* 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.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index b623b447b6305de8e50197b0c981b79afcbbd68c..bc8a4e51d2038c70c7ed7b8a13abfdbd6d3c4b7d 100644 (file)
@@ -1,6 +1,6 @@
 /* Open and close files for Bison.
 
 /* 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.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index e727d111c20450f8a2e335dab3299dacf9801e2f..ebe5037c7ac277ab3f7e01d2d472f5fc32ad87e5 100644 (file)
@@ -1,6 +1,6 @@
 /* File names and variables for bison,
 
 /* 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.
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 9c111aa2506e0cd9fe32269a908e07739414d71e..d72986e8126664d0b4efde3fa836294cd4cc8d45 100644 (file)
@@ -1,6 +1,6 @@
 /* Common parts between scan-code.l, scan-gram.l, and scan-skel.l.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 3e196e3105671eacb3ddb99dd0e6fb2917412a24..f6d61c3ac7cfc6aab244b03ab4e3deaeb354133d 100644 (file)
@@ -1,6 +1,6 @@
 /* Parse command line arguments for Bison.
 
 /* 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.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index e97db2b537e979988f33a4652bd585c097f03203..c246f28046dbef74a4e63aca417244c6ab4c31af 100644 (file)
@@ -1,6 +1,6 @@
 /* Parse command line arguments for bison.
 
 /* 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.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 4ee568676a42a6b60c35eea455c548d86a88cec7..6cbe622ba70af826ccd4d262d86586ef904b6482 100644 (file)
@@ -1,6 +1,6 @@
 /* Allocate input grammar variables for Bison.
 
 /* 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.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 806361cb2c128313113bf72aaf0785eb15987869..35e8be4a49ec4e3660248e5dfbf12cfaefca704c 100644 (file)
@@ -1,6 +1,6 @@
 /* Data definitions for internal representation of Bison's input.
 
 /* 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.
    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.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 919cea33d042701552a290793fe7f0df22fe150d..0254ef748b3a864a5140e9d55d64b7940c982b42 100644 (file)
@@ -1,6 +1,6 @@
 /* Output Graphviz specification of a state machine generated by Bison.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 997ba13a5882b2563054b0ddf01e8dfb440bc1f1..55005231705e38fa5370be6dc21dcbaa3ad9fdb0 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 3d78e2686381d8e48250120f174d069c8a1de795..b60ae363484b89aecb8058f55e7dc321b8daf295 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 53a5dbfddaa66bb391439dac2c04acc3d2977fb6..5e1557496cae05cb362e16dcefcd2b10266d02a6 100644 (file)
@@ -1,6 +1,6 @@
 /* Compute lookahead criteria for Bison.
 
 /* 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.
    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,
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a8c28394052b8a7534b5d17bb359138dd142cb46..9e0848c29d3d1f312c3d0beca4ae2319d5f0dbc0 100644 (file)
@@ -1,4 +1,4 @@
-# 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
 #
 # 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 66b9ffa6679f939968fae2107cba3fc00e5e2b7b..d06f4faea24b00e30ba5095f12f17c90a4ad62ba 100644 (file)
@@ -1,6 +1,6 @@
 /* Locations for Bison
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 7270cb8d130a6fd0146ff92097e9c47296a3b3d8..f739652425dfeefebaad718539865bab7518524d 100644 (file)
@@ -1,6 +1,6 @@
 /* Locations for Bison
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 5386aa717f21d7d7ddc55c7e66f3131b712e4edc..d0b696f73d6ccd32db02885ddc0b26c41ef957dd 100644 (file)
@@ -1,6 +1,6 @@
 /* Top level entry point of Bison.
 
 /* 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.
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 1a1ada08db624bf409bdcd65b31cab273b798c06..8212895c3d7c6b3a41049b8ee43598a3246d4f18 100644 (file)
@@ -1,6 +1,6 @@
 /* Muscle table manager for Bison.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 3c817d46381df95b1a5e5fe1699544fb25732437..669756242cf286a61c98b9dcab65ddd0026f74ab 100644 (file)
@@ -1,6 +1,6 @@
 /* Muscle table manager for Bison,
 
 /* Muscle table manager for Bison,
 
-   Copyright (C) 2001-2003, 2006-2012 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2006-2013 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index bf7a3f77948703eebba6e67165f4959ad9b479f7..1693767918541c04263d600e125dd770f1218082 100644 (file)
@@ -1,6 +1,6 @@
 /* Named symbol references for Bison
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index e14ad26f95688792ad8a7d658dbf3b9a8dfb5a67..84d02d7adbdbe4139dbd52008f47644b6fab1365 100644 (file)
@@ -1,6 +1,6 @@
 /* Named symbol references for Bison
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index b3769fe4c96b5687e82995420a32300a82a73aec..a150f5f5c7828f11dde035e018bb02fd3f0dcb6c 100644 (file)
@@ -1,6 +1,6 @@
 /* Calculate which nonterminals can expand into the null string for Bison.
 
 /* 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.
    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,
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 12b5d97fb1ea22dd004542477908e59c0201fb09..2b6842d7bc2249bcb97fadef2d6694384f16b0ee 100644 (file)
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for Bison.
 
 /* 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.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index d4b100fe872f4aba58891437a667703103a09a0f..63a0ca803a2cf6855929869ba6bf5c1c326c6650 100644 (file)
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for bison,
 
 /* 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.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 6dabd48bb2df33d5761186153de0a9b3730c7ca9..9367cf84de41acd33409b6020b76d2d765953030 100644 (file)
@@ -2,7 +2,8 @@
 
 /* Bison implementation for Yacc-like parsers in C
 
 
 /* Bison implementation for Yacc-like parsers in C
 
-   Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989-1990, 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
 
    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 6e58835aee4c6df7fc6fdd24d7c56f6cf7631b02..0452c116943d6b799bd0f715759b6b838bdc9096 100644 (file)
@@ -1,6 +1,6 @@
 %{/* Bison Grammar Parser                             -*- C -*-
 
 %{/* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ce71e1584c7db8bc213f575bdcadf98c26f58eff..441af92001cf745f1a9c3b17ea1d9e75a430b80b 100644 (file)
@@ -1,6 +1,6 @@
 /* Print an xml on generated parser, for Bison,
 
 /* 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.
 
 
    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.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 2eecae4c00f672f8bd0294682744f93a66909aa9..e795e45667dbe10ad351e150de81e4c748cec60c 100644 (file)
@@ -1,6 +1,6 @@
 /* Print information on generated parser, for bison,
 
 /* 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.
    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,
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 6ca44c058e328a74e323ecd5f1df4569b1f1a181..7e429dbd107999e9ce5ff38c73cfdad635f07548 100644 (file)
@@ -1,6 +1,6 @@
 /* Output a graph of the generated parser, for Bison.
 
 /* 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.
 
 
    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.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a2f3bfb1d8cdb66589e8ba147df1a8e55093e99a..15392b50ea4b63c2045ab9c021fa4617ed841e32 100644 (file)
@@ -1,7 +1,7 @@
 /* Input parser for Bison
 
    Copyright (C) 1984, 1986, 1989, 1992, 1998, 2000-2003, 2005-2007,
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index badd372dc14c4e94d06de7d638549c753f8f192c..c15544e6f0d666453e71248ae3fa239cbb90e734 100644 (file)
@@ -1,6 +1,6 @@
 /* Input parser for Bison
 
 /* 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.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 171af398b95d3b5604a53c800b7bddf70a614c89..9f9a82d2db493f7163555eb05230e5cb16bb77d9 100644 (file)
@@ -1,6 +1,6 @@
 /* Grammar reduction for Bison.
 
 /* 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.
    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.
 
 /* 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.
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 2d4215ecb62e1a357db92e273df651ec09e7cdff..5746eca70492691c07aa27b09a4b83fb2b247cc3 100644 (file)
@@ -1,6 +1,6 @@
 /* Binary relations.
 
 /* 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.
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 659ad70c475e2939989b9342108c17a949b5cda3..b44e1a7f9856190d7536d798bf983ee9248f6518 100644 (file)
@@ -1,6 +1,6 @@
 /* Binary relations.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index b41d42e30b6062df9a5e06b5492376fb1c348126..d5a15c1a1ca2e2007f315a12960b5e23d7f31705 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison code properties structure and scanner.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c16515dddba35aae53a11a1ff1d3e58d10c974ba..7b1168d7394a05c0b4c84c574b73fdf5641c994e 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Action Scanner                             -*- C -*-
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 72138a2782ec524a1209860efd9221a743a0086f..ee397ed2e794474685ffaa987885654a5cec1461 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Grammar Scanner
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 0ea06c3fffda6714293a5c6201d281ede2d95367..2ed6d2fd654fec62cfdbeb676a91115c52a714be 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Grammar Scanner                             -*- C -*-
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 2c6930b9bcb6a02500af11227eeb539784982094..019d38af5abe2f86db13508303a1777d90501bfe 100644 (file)
@@ -1,6 +1,6 @@
 /* Scan Bison Skeletons.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 5d63541ea7709a989b8cd052cf02a7fe6ca42ab9..c7e7190f034949ccc36c8cb1fed10cb76b6cc29d 100644 (file)
@@ -1,6 +1,6 @@
 /* Scan Bison Skeletons.                                       -*- C -*-
 
 /* Scan Bison Skeletons.                                       -*- C -*-
 
-   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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c1ac3f171b2f966f488547597a077201d1747565..c11b10f7ddaf92f6e5463a59cafd7e28d3ec037f 100644 (file)
@@ -1,6 +1,6 @@
 /* Type definitions for the finite state machine for Bison.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 32f626c1a8fbd6589e80ff0ee7ad2d91a00dc356..37cd9bf9ec7362fa89caf720f32ae20023367a85 100644 (file)
@@ -1,6 +1,6 @@
 /* Type definitions for the finite state machine for Bison.
 
 /* 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.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 300eeda87f68ed536a63be824803df5d7d6c2a7c..722581b0bc0248592033c0b34cf9c58a415423f3 100644 (file)
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
 /* 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.
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 03ffebef16572034acc847f03c7a5e78e9c98fe2..137a7a324c2912a15378308832fe4d8262a66414 100644 (file)
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
 /* 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.
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index cc81c5f94a7747888241c156fd324f00d7784c8a..9014acf2a99ab18a35f113f44ddd3e36532625a3 100644 (file)
@@ -1,6 +1,6 @@
 /* Symbol table manager for Bison.
 
 /* 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.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index a01db247ceff507ec10b32afe476134f402bbcb2..1a50bb95b793c4a1073bdc93f8d60f0e6dfe68b3 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for symtab.c and callers, part of Bison.
 
 /* Definitions for symtab.c and callers, part of Bison.
 
-   Copyright (C) 1984, 1989, 1992, 2000-2002, 2004-2012 Free Software
+   Copyright (C) 1984, 1989, 1992, 2000-2002, 2004-2013 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 6355141a9b6a01c34aaae54030443d5fd5275d33..736fd700799ad3acef1f68bf18d2a05d919c46c8 100644 (file)
@@ -1,6 +1,6 @@
 /* System-dependent definitions for Bison.
 
 /* 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
 
    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 a57d46570bf8bc0f82c3b15dd821bbb58083f1f0..87b6b76d4b0d4a9eb2d057d4f7da2f7895818bd4 100644 (file)
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for Bison.
 
 /* 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.
    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.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 99171214b25fac45fcefc07d13598e374ecc9129..161b24d4ea957ef8cbc1d3ee4b10a87ef4af2a14 100644 (file)
@@ -1,6 +1,6 @@
 /* Keep a unique copy of strings.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 9990446c98de40ad246e4e8f29defbf3414ce50f..143f7aae3ed725d79f43669cc0eb4f55a4e54146 100644 (file)
@@ -1,6 +1,6 @@
 /* Keeping a unique copy of strings.
 
 /* 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.
 
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 84e840fad428f1bcbc52b2b25a42bdf53e813c12..f054c31383cf7805d4487d026e2e64cdfb24431b 100644 (file)
@@ -1,6 +1,6 @@
 e# Executing Actions.                               -*- Autotest -*-
 
 e# 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
 
 # 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 bdc6d47cb8aa35e73b964201c2d9381b82b67516..439a2615acc91d75c91e13a3f3e462eec0ac14e1 100644 (file)
@@ -1,7 +1,7 @@
 # @configure_input@                                     -*- shell-script -*-
 # Configurable variable values for Bison test suite.
 
 # @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
 #
 # 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 b8e0e057817aefbafda3ec0630a4d86624956890..c0fb14377155cfea16e46dca479c253fbcc15967 100644 (file)
@@ -2,7 +2,7 @@
 # @configure_input@
 # Wrapper around a non installed bison to make it work as an installed one.
 
 # @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
 #
 # 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 a5d41a98ed9f823c755ab2ef74a6575757beecbb..b43e078aa2dbab5f9a17e4f25c2c86c2d39423f8 100644 (file)
@@ -1,6 +1,6 @@
 # Checking the C++ Features.                    -*- Autotest -*-
 
 # Checking the C++ Features.                    -*- Autotest -*-
 
-# Copyright (C) 2004-2005, 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004-2005, 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
 
 # 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 984e6b5fdff119809712cd398fdb3d03a1016402..7143e60c35b5e4189ce76f51ea72bc11d40ca53f 100644 (file)
@@ -1,6 +1,6 @@
 # Simple calculator.                         -*- Autotest -*-
 
 # 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
 
 # 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 c7ed2fe42a8990ddbe67494a50f09aa637b34997..09454813eef00d737e25862187331aca265a5593 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison on conflicts.                         -*- Autotest -*-
 
 # Exercising Bison on conflicts.                         -*- Autotest -*-
 
-# Copyright (C) 2002-2005, 2007-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2005, 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
 
 # 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 b0e5fdcd40de687cc5797ddc76f66989b0541220..2c37c1768d10dc2be7b9a72bd8771ec568d2bf3f 100644 (file)
@@ -1,6 +1,6 @@
 # Checking GLR Parsing.                         -*- Autotest -*-
 
 # 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
 
 # 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 9d30479e8971d7221f0c26cc7255e0f59eb1f10a..5c32ecd891bb435145e175d423d9632021861ad3 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison on actual grammars.                   -*- Autotest -*-
 
 # 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
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 6eb92886aa72fa69387b3807501eb0130484a734..a8809ebf80f56c9f08e08b9dd64d4ec32b6a40a2 100644 (file)
@@ -1,6 +1,6 @@
 # Checking GLR Parsing: Regression Tests           -*- Autotest -*-
 
 # 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
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 6be1c7a64d0e4abc06af01667aef9aa8dbccff28..995c2a3baa36a97b844cc51efa43f399e09394c7 100644 (file)
@@ -1,6 +1,6 @@
 # Bison Parser Headers.                               -*- Autotest -*-
 
 # 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
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 2117963784c3b8a76ce8d316b8b5cf5f9305fded..f3ca5d99816180087024c172bb9b335535db036b 100644 (file)
@@ -1,6 +1,6 @@
 # Checking the Bison scanner.                    -*- Autotest -*-
 
 # 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
 
 # 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 2a1ba5141e36aec08a7168d526fc6ced33b286dd..1fff3628532b22ca284d3a4234d23e0e8bcc7051 100644 (file)
@@ -1,6 +1,6 @@
 # Java tests for simple calculator.           -*- Autotest -*-
 
 # 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
 
 # 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 b7d75afcf2ab1637cf3fe19367a69572c0b77b5f..aa14ced811dc68c10a2f74ea96058a183caa2065 100644 (file)
@@ -2,7 +2,7 @@
 
 # Macros for the GNU Bison Test suite.
 
 
 # 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
 
 # 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 dc5b6c482ffeac99b029f8580086694c6e3a71d2..ede62aa71a366768855b1a93f4519481a15c47e7 100644 (file)
@@ -1,6 +1,6 @@
 ## Makefile for Bison testsuite.
 
 ## 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
 #
 # 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 5d239aca45a1e25829d6d6a292997a76741bbc0f..f43c813fbf13ec5609537e750b1adafe5d5a3d89 100644 (file)
@@ -1,6 +1,6 @@
 # Named references test.                           -*- Autotest -*-
 
 # 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
 
 # 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 4a8253a32cdd32bce469d129375b03a134e63c90..c9f4d5ddff4907ddb33e6fe26435ae2f81bb313b 100644 (file)
@@ -1,6 +1,6 @@
 # Checking the output filenames.                    -*- Autotest -*-
 
 # 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
 
 # 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 -*-
 
 # 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
 
 # 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 8ac894c0655f5cb67ccba9cfb98ebcf099d45dfe..a5fd1cad05afa68c4d949e907e5bb754c2bc52af 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison Grammar Reduction.                      -*- Autotest -*-
 
 # 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
 
 # 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 c08059e5e4226d958077821b9b41048ad90016e7..bee5915426410e9041c2aa68320df1044f623c64 100644 (file)
@@ -1,6 +1,6 @@
 # Bison Regressions.                               -*- Autotest -*-
 
 # 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
 
 # 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 89519c3dc9c807a058e5e6095835e0644e410d39..2007eef71a4268db0461b06b916e3afb5875a22c 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison Grammar Sets.                      -*- Autotest -*-
 
 # 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
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 8632df16bf81cc383eb64eff04e4504701978187..aaa308349bb79e0badc1d66935ad527c7d528781 100644 (file)
@@ -1,6 +1,6 @@
 # Checking skeleton support.                     -*- Autotest -*-
 
 # 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
 
 # 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 e1fb2571b97146e32ccd6c4d1986b7f0a2cdba4b..3c85e7d4a9f55e9ffe7bf20b902a9ded523b9a0d 100644 (file)
@@ -1,6 +1,6 @@
 # Executing Actions.                               -*- Autotest -*-
 
 # 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
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 48133b72e80cffbb09676840b09f8bf31d680ced..f11866b728b7bac5dcb7e5ca028292c83a6cd7b6 100644 (file)
@@ -1,6 +1,6 @@
 # Test suite for GNU Bison.                             -*- Autotest -*-
 
 # 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
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 9b552b6fe482c9fdb75a0aaef2ecf289dc4cd703..338c33c554f687fc60020b40a8bd46014bb339f9 100644 (file)
@@ -1,6 +1,6 @@
 # Torturing Bison.                                    -*- Autotest -*-
 
 # 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
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify