]> git.saurik.com Git - bison.git/commitdiff
maint: run "make update-copyright"
authorJoel E. Denny <jdenny@clemson.edu>
Mon, 4 Jan 2010 18:46:45 +0000 (13:46 -0500)
committerJoel E. Denny <jdenny@clemson.edu>
Mon, 4 Jan 2010 18:46:45 +0000 (13:46 -0500)
181 files changed:
ChangeLog
HACKING
Makefile.am
NEWS
PACKAGING
README
README-alpha
TODO
bootstrap
bootstrap.conf
build-aux/update-b4-copyright
cfg.mk
configure.ac
data/Makefile.am
data/README
data/bison.m4
data/c++-skel.m4
data/c++.m4
data/c-skel.m4
data/c.m4
data/glr.c
data/glr.cc
data/java-skel.m4
data/java.m4
data/lalr1.cc
data/lalr1.java
data/location.cc
data/xslt/bison.xsl
data/xslt/xml2dot.xsl
data/xslt/xml2text.xsl
data/xslt/xml2xhtml.xsl
data/yacc.c
djgpp/Makefile.maint
djgpp/README.in
djgpp/config.bat
djgpp/config.sed
djgpp/config.site
djgpp/config_h.sed
djgpp/djunpack.bat
djgpp/subpipe.c
djgpp/subpipe.h
djgpp/testsuite.sed
doc/Makefile.am
doc/bison.texinfo
doc/refcard.tex
etc/Makefile.am
etc/README
etc/bench.pl.in
examples/Makefile.am
examples/calc++/Makefile.am
examples/extexi
lib/Makefile.am
lib/abitset.c
lib/abitset.h
lib/bbitset.h
lib/bitset.c
lib/bitset.h
lib/bitset_stats.c
lib/bitset_stats.h
lib/bitsetv-print.c
lib/bitsetv-print.h
lib/bitsetv.c
lib/bitsetv.h
lib/ebitset.c
lib/ebitset.h
lib/get-errno.c
lib/get-errno.h
lib/lbitset.c
lib/lbitset.h
lib/libiberty.h
lib/main.c
lib/subpipe.c
lib/subpipe.h
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/subpipe.m4
m4/timevar.m4
src/AnnotationList.c
src/AnnotationList.h
src/InadequacyList.c
src/InadequacyList.h
src/LR0.c
src/LR0.h
src/Makefile.am
src/Sbitset.c
src/Sbitset.h
src/assoc.c
src/assoc.h
src/closure.c
src/closure.h
src/complain.c
src/complain.h
src/conflicts.c
src/conflicts.h
src/derives.c
src/derives.h
src/files.c
src/files.h
src/flex-scanner.h
src/getargs.c
src/getargs.h
src/gram.c
src/gram.h
src/graphviz.c
src/ielr.c
src/ielr.h
src/lalr.c
src/lalr.h
src/location.c
src/location.h
src/main.c
src/muscle-tab.c
src/muscle-tab.h
src/named-ref.c
src/named-ref.h
src/nullable.c
src/nullable.h
src/output.c
src/output.h
src/parse-gram.c
src/parse-gram.h
src/parse-gram.y
src/print-xml.c
src/print-xml.h
src/print.c
src/print.h
src/print_graph.c
src/print_graph.h
src/reader.c
src/reader.h
src/reduce.c
src/reduce.h
src/relation.c
src/relation.h
src/scan-code.h
src/scan-code.l
src/scan-gram.h
src/scan-gram.l
src/scan-skel.h
src/scan-skel.l
src/state.c
src/state.h
src/symlist.c
src/symlist.h
src/symtab.c
src/symtab.h
src/system.h
src/tables.c
src/tables.h
src/uniqstr.c
src/uniqstr.h
tests/Makefile.am
tests/actions.at
tests/atlocal.in
tests/c++.at
tests/calc.at
tests/conflicts.at
tests/cxx-type.at
tests/existing.at
tests/glr-regression.at
tests/headers.at
tests/input.at
tests/java.at
tests/local.at
tests/named-refs.at
tests/output.at
tests/push.at
tests/reduce.at
tests/regression.at
tests/sets.at
tests/skeletons.at
tests/synclines.at
tests/testsuite.at
tests/torture.at

index 077ec30c378aad92a86099be0d59e799f4b65c40..1743e1851e7ee24b1b1859a7d64f0e27b4b000e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-04  Joel E. Denny  <jdenny@clemson.edu>
+
+       maint: run "make update-copyright"
+
 2009-12-30  Joel E. Denny  <jdenny@clemson.edu>
 
        POSIX: complain if %prec's token was not defined.
 
        -----
 
-       Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
-       1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-       2007, 2008, 2009 Free Software Foundation, Inc.
+       Copyright (C) 1987-1988, 1991-2010 Free Software Foundation,
+       Inc.
 
        Copying and distribution of this file, with or without
        modification, are permitted provided the copyright notice and this
diff --git a/HACKING b/HACKING
index d0307870b8640cdd8868fbe7f6334243b9867987..062952cc4d074a69de9c05c585a9ea526f5ca04a 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -363,8 +363,7 @@ Push these changes.
 
 -----
 
-Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009
-Free Software Foundation, Inc.
+Copyright (C) 2002-2005, 2007-2010 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
index 036efac7ec1a9d2429fa20c039bd3a973d3f48fa..8a705de6b32cf5b5369f927d43e2bf6677e9949f 100644 (file)
@@ -1,6 +1,5 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008-2009
-## Free Software Foundation, Inc.
+## Copyright (C) 2001-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/NEWS b/NEWS
index 086325d5d159aea46e92c89f87aa0e5850ff897e..9933922c702098952533993354c98187336687b3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1319,8 +1319,7 @@ End:
 
 -----
 
-Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1995-2010 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Parser Generator.
 
index 6f858727c09199350bf22b57bcfc444660416be0..12cd29534a8086fa34157aaee642f434d90d66d9 100644 (file)
--- a/PACKAGING
+++ b/PACKAGING
@@ -36,7 +36,7 @@ to the bison package.
 
 -----
 
-Copyright (C) 2002, 2005, 2009 Free Software Foundation, Inc.
+Copyright (C) 2002, 2005, 2009-2010 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/README b/README
index 2bf62bf2922e2e718c8f41430f8460a612c346ab..11466572112293245b1766fe0572dfcb4ef12f79 100644 (file)
--- a/README
+++ b/README
@@ -40,8 +40,8 @@ End:
 
 -----
 
-Copyright (C) 1992, 1998, 1999, 2003, 2004, 2005, 2008-2009 Free
-Software Foundation, Inc.
+Copyright (C) 1992, 1998-1999, 2003-2005, 2008-2010 Free Software
+Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 14ca052c5971d9d09722dac3660e6fc01a9ee8c8..70122b99f404320a6c793ee4beca60e816dda1d7 100644 (file)
@@ -12,7 +12,7 @@ the problems you encounter.
 
 -----
 
-Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
diff --git a/TODO b/TODO
index 918451365d94d2c2b736e2d8a5c142d4ef30a7fa..ee6f8e9af240202042f8049d552627377186fffd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -287,8 +287,7 @@ Equip the parser with a means to create the (visual) parse tree.
 
 -----
 
-Copyright (C) 2001, 2002, 2003, 2004, 2006, 2009 Free Software
-Foundation, Inc.
+Copyright (C) 2001-2004, 2006, 2009-2010 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 4d31cbe47ee5716c1c54a764b2b4c5ab0724ae93..5717b46c648f4041ffef46616667dab188384e09 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -2,8 +2,7 @@
 
 # Bootstrap this package from checked-out sources.
 
-# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2003-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 4522d8c9bd2262c38747a75c987c8a53807e758a..2d522e25b64bde78882325c8113d99417fb78f71 100644 (file)
@@ -1,6 +1,6 @@
 # Bootstrap configuration.
 
-# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 30c380134950c1090e45958dea13a3b152f0214d..689daad6d32323486e52035ac2b1435f57c82f63 100755 (executable)
@@ -3,7 +3,7 @@
 # Update b4_copyright invocations or b4_copyright_years definitions to
 # include the current year.
 
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009-2010 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/cfg.mk b/cfg.mk
index 5c74313f65876c7349b5a427cef6d272a01db845..e8cdfbf3912f35bbb08a0f64cbaa1cd6f36c49af 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk                           -*- makefile -*-
-# Copyright (C) 2008-2009 Free Software Foundation, Inc.
+# Copyright (C) 2008-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index faba62730a30d2fe1254035419c640490404fae6..2dcd975f61de8c703f75693f79cb37eb59d8f5ae 100644 (file)
@@ -1,7 +1,6 @@
 # Configure template for GNU Bison.                   -*-Autoconf-*-
 #
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2001-2010 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 8ac508796e9fbb8c4d659c78f9e8b57e553a8f4f..48ddc6d91aff675d723c64e6ed462603197d527d 100644 (file)
@@ -1,5 +1,4 @@
-## Copyright (C) 2002, 2005, 2006, 2007, 2008-2009 Free Software
-## Foundation, Inc.
+## Copyright (C) 2002, 2005-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 1de6c78ca4c7915748b116c59fdbd470105131b9..1698e252148f1184a054da8d80267736d11169f8 100644 (file)
@@ -52,7 +52,7 @@ into various formats.
 
 -----
 
-Copyright (C) 2002, 2008-2009 Free Software Foundation, Inc.
+Copyright (C) 2002, 2008-2010 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
index 014f10f8a1fabea5539fc662d1317c496f6134f8..868f98a14ad3dc8c7303cd491ca06f0a068de67d 100644 (file)
@@ -1,8 +1,7 @@
                                                             -*- Autoconf -*-
 
 # Language-independent M4 Macros for Bison.
-# Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
-# Foundation, Inc.
+# Copyright (C) 2002, 2004-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index b98f7bb740c22ab1cc56debf33d1343bca39d9cd..f017abc2ce9be81d79227d786a0925154636eaad 100644 (file)
@@ -1,7 +1,7 @@
                                                             -*- Autoconf -*-
 
 # C++ skeleton dispatching for Bison.
-# Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 0502dfe9745905020c4faf036025a6c3e45c36a4..7b58c90cb307b083d2dac4f7a4b1fff4a22281b8 100644 (file)
@@ -2,8 +2,7 @@
 
 # C++ skeleton for Bison
 
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 2002-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 20c2a831201fe20e60fd137d40ff7ee70491eed9..a491b607eb274bc166a18d55b2741977d512061e 100644 (file)
@@ -1,7 +1,7 @@
                                                             -*- Autoconf -*-
 
 # C skeleton dispatching for Bison.
-# Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index bfa534b542f69fe5d09922691c5ff99dbf5d2107..964fc2e0c2a05ba6bc49e80a66fcb203690963c9 100644 (file)
--- a/data/c.m4
+++ b/data/c.m4
@@ -1,8 +1,7 @@
                                                             -*- Autoconf -*-
 
 # C M4 Macros for Bison.
-# Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
-# Foundation, Inc.
+# Copyright (C) 2002, 2004-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 60c3e402d3eed640031a25600bd890b658b604f1..dcd56c23bb2baa299a88415bffa6da1ccddf8b7c 100644 (file)
@@ -1,8 +1,7 @@
                                                                     -*- C -*-
 
 # GLR skeleton for Bison
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 2002-2010 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
@@ -150,7 +149,7 @@ m4_changecom()
 m4_divert_push(0)dnl
 @output(b4_parser_file_name@)@
 b4_copyright([Skeleton implementation for Bison GLR parsers in C],
-             [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009])
+             [2002-2010])
 [
 /* C GLR parser skeleton written by Paul Hilfinger.  */
 
@@ -2643,7 +2642,7 @@ m4_if(b4_skeleton, ["glr.c"],
 [b4_defines_if(
 [@output(b4_spec_defines_file@)@
 b4_copyright([Skeleton interface for Bison GLR parsers in C],
-             [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009])
+             [2002-2010])
 
 b4_shared_declarations
 
index ff19e2799b35e35ff06e8e0100ce20d4b38fe620..57b4f1f9077409c3c75a3f82c3004282e8ea243a 100644 (file)
@@ -1,8 +1,7 @@
                                                                     -*- C -*-
 
 # C++ GLR skeleton for Bison
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008-2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 2002-2010 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
@@ -219,7 +218,7 @@ m4_popdef([b4_parse_param])
 m4_divert_push(0)
 @output(b4_spec_defines_file@)@
 b4_copyright([Skeleton interface for Bison GLR parsers in C++],
-             [2002, 2003, 2004, 2005, 2006, 2009])[
+             [2002-2006, 2009-2010])[
 
 /* C++ GLR parser skeleton written by Akim Demaille.  */
 
index 7c314ceb870fced048c3795223dee02a3b191c2f..b5e66e448697ed1f2e1cfbd3c120a203e84d74df 100644 (file)
@@ -1,7 +1,7 @@
                                                             -*- Autoconf -*-
 
 # Java skeleton dispatching for Bison.
-# Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index c03b65d7f8f54c65278ec85aac379a26b9798676..91a1ed7343fdf7db71a65f9fb9b258a6ff78adca 100644 (file)
@@ -2,7 +2,7 @@
 
 # Java language support for Bison
 
-# Copyright (C) 2007, 2008-2009 Free Software Foundation, Inc.
+# Copyright (C) 2007-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index a3f7567ac4cc0a46bea1650189f0900c6825c4a8..86cc71359930fc6a7e5b6705996ef82f87558ded 100644 (file)
@@ -1,7 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2002-2010 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
@@ -35,7 +34,7 @@ m4_divert_push(0)dnl
 b4_defines_if(
 [@output(b4_spec_defines_file@)@
 b4_copyright([Skeleton interface for Bison LALR(1) parsers in C++],
-             [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009])
+             [2002-2010])
 dnl FIXME: This is wrong, we want computed header guards.
 [
 /* C++ LALR(1) parser skeleton written by Akim Demaille.  */
@@ -305,7 +304,7 @@ b4_percent_code_get([[provides]])[]dnl
 ])dnl
 @output(b4_parser_file_name@)@
 b4_copyright([Skeleton implementation for Bison LALR(1) parsers in C++],
-             [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009])
+             [2002-2010])
 b4_percent_code_get([[top]])[]dnl
 m4_if(b4_prefix, [yy], [],
 [
@@ -1092,7 +1091,7 @@ b4_error_verbose_if([int yystate, int yytoken],
 dnl
 @output(b4_dir_prefix[]stack.hh@)@
 b4_copyright([Stack handling for Bison parsers in C++],
-             [2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009])[
+             [2002-2010])[
 
 #ifndef BISON_STACK_HH
 # define BISON_STACK_HH
index 74fe39f979e5080c0bd407fb39c7b175a14c9903..8779c87730370efe682eef3c5db5066209c5a8b2 100644 (file)
@@ -1,6 +1,6 @@
 # Java skeleton for Bison -*- autoconf -*-
 
-# Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007-2010 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
@@ -25,7 +25,7 @@ m4_ifval(m4_defn([b4_symbol_destructors]),
 m4_divert_push(0)dnl
 @output(b4_parser_file_name@)@
 b4_copyright([Skeleton implementation for Bison LALR(1) parsers in Java],
-             [2007, 2008, 2009])
+             [2007-2010])
 
 b4_percent_define_ifdef([package], [package b4_percent_define_get([package]);
 ])[/* First part of user declarations.  */
index d21e362a3be8d383b90e7169c49d3849dbb618b8..50a9065b53930e8357e0f0b8cf070ef881d3dc05 100644 (file)
@@ -1,7 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2002-2007, 2009-2010 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
@@ -21,7 +20,7 @@ m4_changecom()
 m4_divert_push(0)dnl
 @output(b4_dir_prefix[]position.hh@)@
 b4_copyright([Positions for Bison parsers in C++],
-             [2002, 2003, 2004, 2005, 2006, 2007, 2009])[
+             [2002-2007, 2009-2010])[
 
 /**
  ** \file position.hh
@@ -146,7 +145,7 @@ b4_copyright([Positions for Bison parsers in C++],
 #endif // not BISON_POSITION_HH]
 @output(b4_dir_prefix[]location.hh@)@
 b4_copyright([Locations for Bison parsers in C++],
-             [2002, 2003, 2004, 2005, 2006, 2007, 2009])[
+             [2002-2007, 2009-2010])[
 
 /**
  ** \file location.hh
index f5f6323b9a0ca1368abf1253e81a7b39ea50bea1..b5d163d3ce2f49c6a30fcd3f1d204280f68c9f9a 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     bison.xsl - common templates for Bison XSLT.
 
-    Copyright (C) 2007, 2008-2009 Free Software Foundation, Inc.
+    Copyright (C) 2007-2010 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index aa9bde0a8408180cc9407bf305b04b35fb239cba..887a99171bf113bc209259ad2e48e590e002c03b 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2dot.xsl - transform Bison XML Report into DOT.
 
-    Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+    Copyright (C) 2007-2010 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index fbb6f2bdf780fc75bfd13fb6625dae0ebbc44899..866efe3bc360caa64d064ecbeec913fba0c95620 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2text.xsl - transform Bison XML Report into plain text.
 
-    Copyright (C) 2007, 2008-2009 Free Software Foundation, Inc.
+    Copyright (C) 2007-2010 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index e33f3eab16a478b3cc34cb4b80819a671225d162..277074342269c2bd50741afa358c658ffa84335f 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2html.xsl - transform Bison XML Report into XHTML.
 
-    Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+    Copyright (C) 2007-2010 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index fc74e58a14a390242960fc08437a16436e9ff10c..4274673d95fbc0f569a92aae96fc048360557356 100644 (file)
@@ -2,8 +2,8 @@
 
 # Yacc compatible skeleton for Bison
 
-# Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-# 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1984, 1989-1990, 2000-2010 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
@@ -217,8 +217,7 @@ m4_changecom()
 m4_divert_push(0)dnl
 @output(b4_parser_file_name@)@
 b4_copyright([Skeleton implementation for Bison's Yacc-like parsers in C],
-             [1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005,
-              2006, 2007, 2008, 2009])[
+             [1984, 1989-1990, 2000-2010])[
 
 /* C LALR(1) parser skeleton written by Richard Stallman, by
    simplifying the original so-called "semantic" parser.  */
@@ -1726,8 +1725,7 @@ yypushreturn:]])[
 b4_defines_if(
 [@output(b4_spec_defines_file@)@
 b4_copyright([Skeleton interface for Bison's Yacc-like parsers in C],
-             [1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005,
-              2006, 2007, 2008, 2009])
+             [1984, 1989-1990, 2000-2010])
 
 b4_percent_code_get([[requires]])[]dnl
 
index 9a67b926dfa8197c7d48274fe4d3376aae390054..94cfbf21e6e62dd2ca765f2615c6f42e34526017 100644 (file)
@@ -1,8 +1,7 @@
 # DJGPP Maintainer's Makefile                                    -*-Makefile-*-
 # Requires GNU sed
 
-## Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,
-## Inc.
+## Copyright (C) 2005-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 050816175cabae3a112f5a76c852561f9331c4cf..a02e9bf47ab96bb5f79f12e71d1ad7bbbf0c5f60 100644 (file)
@@ -1,6 +1,6 @@
 This is a port of GNU Bison @VERSION@ to MSDOS/DJGPP.
 
-Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation, Inc.
+Copyright (C) 2005-2010 Free Software Foundation, Inc.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index b3d75d8ef37c76b4ac16fda19b73f0cb5258e53b..a71543ce8a5fc22a4d29e3b11d53ca12e22f7752 100644 (file)
@@ -4,8 +4,7 @@ Rem Configure Bison for DJGPP.
 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line\r
 Rem format, or else stock DOS/Windows shells will refuse to run it.\r
 \r
-Rem Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,\r
-Rem Inc.\r
+Rem Copyright (C) 2005-2010 Free Software Foundation, Inc.\r
 \r
 Rem This program is free software: you can redistribute it and/or modify\r
 Rem it under the terms of the GNU General Public License as published by\r
index d906db8f500d3e0f86baf1d3aa7afcdaaa267c23..3c00de585f7314aba07b961a4deb84d10caece87 100644 (file)
@@ -3,8 +3,7 @@
 # of the configure script generated by autoconf 2.62.
 
 
-# Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2005-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 2fee37465fd34cd32e0834abbc7cb7b44655947e..ae10686d4455e986aa777092af44f5deef6cda50 100644 (file)
@@ -3,8 +3,7 @@
 # This is the config.site file for configuring GNU packages
 # which are to be built with DJGPP tools.
 
-# Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2005-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 14a74f5869dfb3bb1e4f054ea2db17d4d013d390..e24b4e7017b2b0525b1a9f30cfe1c4939b921ef5 100644 (file)
@@ -1,7 +1,6 @@
 # sed script for DJGPP specific editing of config.hin
 
-# Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2005-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index aa96efd82636d2e85051d8dbe3bd0be3eb8ebacc..cca988fc2fc2d8d67945f518072d6fe2d1835df5 100644 (file)
@@ -7,8 +7,7 @@ Rem This batch file unpacks the Bison distribution while simultaneously
 Rem renaming some of the files whose names are invalid on DOS or conflict\r
 Rem with other file names after truncation to DOS 8+3 namespace.\r
 Rem\r
-Rem Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,\r
-Rem Inc.\r
+Rem Copyright (C) 2005-2010 Free Software Foundation, Inc.\r
 Rem\r
 Rem This program is free software: you can redistribute it and/or modify\r
 Rem it under the terms of the GNU General Public License as published by\r
index bbff590437b3e14d13023f017f7680abb3a4b3b0..213703d42c23e7399d3c70f93985db32b9adef50 100644 (file)
@@ -1,7 +1,6 @@
 /* Subprocesses with pipes.
 
-   Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,
-   Inc.
+   Copyright (C) 2005-2010 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 4257f41869fe6614450c28b0165228d96972ea7b..aaf49bf7da392663798cfbe50f581b61bdb4a073 100644 (file)
@@ -1,6 +1,5 @@
 /* Subprocesses with pipes.
-   Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,
-   Inc.
+   Copyright (C) 2005-2010 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index d5a0d7b74c4a328eac5e4003650098fee2601d73..620c4718ce3159e5aa77795ecea5b2d0a5d63084 100644 (file)
@@ -3,7 +3,7 @@
 # of the testsuite script generated by autoconf 2.61.\r
 \r
 \r
-# Copyright (C) 2007, 2008-2009 Free Software Foundation, Inc.\r
+# Copyright (C) 2007-2010 Free Software Foundation, Inc.\r
 \r
 # This program is free software: you can redistribute it and/or modify\r
 # it under the terms of the GNU General Public License as published by\r
index adf8ad89dc87d08d53ddcaba4cf1da1d9d241ae4..53d70d9cd9703fcb588a7e4370ba979f6be007e9 100644 (file)
@@ -1,6 +1,5 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-## Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2008-2009 Free
-## Software Foundation, Inc.
+## Copyright (C) 2001-2003, 2005-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index faafaabc1161190d7681692d75b8ffc10aac978e..b666531821e0cc68c4f77ad8e4e707061c37a772 100644 (file)
@@ -33,9 +33,8 @@
 This manual (@value{UPDATED}) is for @acronym{GNU} Bison (version
 @value{VERSION}), the @acronym{GNU} parser generator.
 
-Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1998,
-1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
-Software Foundation, Inc.
+Copyright @copyright{} 1988-1993, 1995, 1998-2010 Free Software
+Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
index 59e9dea2bf6f8061f571a975b177a8c5555fe2fd..55acb28e730c84172e4a0e3f8c49bbcb37be3de5 100644 (file)
@@ -19,7 +19,7 @@
 \def\finalout{\overfullrule=0pt}
 %\finalout
 
-% Copyright (c) 1998, 2001, 2009 Free Software Foundation, Inc.
+% Copyright (c) 1998, 2001, 2009-2010 Free Software Foundation, Inc.
 %
 % This file is part of Bison.
 %
index 6b5e36edf65cb57d6502fcf331560a868518cb17..3f789b965daf7c2a80be912f0595ffff3196c86c 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2006, 2009 Free Software Foundation, Inc.
+## Copyright (C) 2006, 2009-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 01fa051898d068d5366b84bb9d5d42a427f2c6c4..0ae5b8d40279772fc25a652b0e611b346402066f 100644 (file)
@@ -19,7 +19,7 @@ straightforward use of _build/src/bison would.)
 
 --
 
-Copyright (C) 2006, 2009 Free Software Foundation, Inc.
+Copyright (C) 2006, 2009-2010 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index f36691fe40991cc276c0f9b826cfcc26660de7a5..5f83b778e44f081fd72c01bd779b3be498d331cb 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 
-# Copyright (C) 2006, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008-2010 Free Software Foundation, Inc.
 #
 # This file is part of Bison, the GNU Compiler Compiler.
 #
index ba1d2161a3259cd917e8efb4f1141279f2326fcf..552adf4bb9587f7d3835b16b4d03182f8c7dc5a1 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-## Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+## Copyright (C) 2005, 2009-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 085ffaa82324e193ce719ba0addea9e1272b05ca..df8204e2daa67d003f94e02ebf068345a1bbdac8 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-## Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc.
+## Copyright (C) 2005-2006, 2009-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 15fb2787e6a6682de42a0a1083d0dd795958463b..373aea22e151f8391adf51b91dff7deb2527a7ae 100644 (file)
@@ -1,7 +1,7 @@
 # Extract all examples from the manual source.            -*- AWK -*-
 
 # This file is part of GNU Bison
-# Copyright (C) 1992, 2000, 2001, 2005, 2006, 2009 Free Software
+# Copyright (C) 1992, 2000-2001, 2005-2006, 2009-2010 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index f7c3bef5ae5de1837ae813574fc7c5f8c807f05c..77ca6646c87e59aaac9d8a82953dcaae1ddbaf03 100644 (file)
@@ -1,7 +1,7 @@
 # Make bison/lib.
 
-# Copyright (C) 2001, 2002, 2003, 2004, 2006, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2001-2004, 2006, 2008-2010 Free Software Foundation,
+# Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 551848c913d58d3777d1b7faaf0b2c246a7daf49..dc71713db0ae06175f495d48a5ce66cd2f68f978 100644 (file)
@@ -1,5 +1,6 @@
 /* Array bitsets.
-   Copyright (C) 2002, 2003, 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2006, 2009-2010 Free Software Foundation,
+   Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index c4a0e53523efa4870f5019bbb40fa7cfec1951dd..86e20e1ef78e31efa165fee7966f2668377769d2 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support abitsets.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index d9d5e4b50dd89a403f9aecd1ed8ca66fe26e7d57..c24d1163eb58c1a479849ea6083093a4965da8bf 100644 (file)
@@ -1,5 +1,5 @@
 /* Base bitset stuff.
-   Copyright (C) 2002, 2003, 2004, 2006, 2009 Free Software Foundation,
+   Copyright (C) 2002-2004, 2006, 2009-2010 Free Software Foundation,
    Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 3b76618efc1f3725745b3edb8ea279effdd9361b..83d10a86a96b503acebbeed1cfee71ef7265101c 100644 (file)
@@ -1,6 +1,5 @@
 /* General bitsets.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Free Software
-   Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 07e1d9d62bf9e0faa850dd784254d8b0aba5df40..8e319380b914e27dea5f9594482dc4ff76302cd1 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic bitsets.
-   Copyright (C) 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index d71b91a077ed5c46c06234ae16380471be13de5c..a05638533d9c9c2d07974af6f257a17e7e2d4e35 100644 (file)
@@ -1,6 +1,5 @@
 /* Bitset statistics.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Free Software
-   Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index fb203c48143af6a726919e97fdcfe03cf581f8b8..06dac77d04bf8846766f2e94ce7de598edcaf55d 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support bitset statistics.
-   Copyright (C) 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 3cc73bd8ca78bf38363c552842d08cecb96d74ed..3ab545e71f3fcaf0c1376b455d244666bfd367b0 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
-   Copyright (C) 2001, 2002, 2004, 2006, 2009 Free Software Foundation,
-   Inc.
+   Copyright (C) 2001-2002, 2004, 2006, 2009-2010 Free Software
+   Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index be55a68fa1c85113380dcc86883968b4af5d9164..b4913184d29dcf5dfa58971d5c36870d4e27d4a0 100644 (file)
@@ -1,5 +1,5 @@
 /* Bitset vectors.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Akim Demaille (akim@freefriends.org).
 
    This program is free software: you can redistribute it and/or modify
index 36b227422060c4d938de30cbe14f4ed8633cfd2c..3a082794395b7579b1922a3048072e25b349569f 100644 (file)
@@ -1,5 +1,5 @@
 /* Bitset vectors.
-   Copyright (C) 2001, 2002, 2004, 2005, 2006, 2009 Free Software
+   Copyright (C) 2001-2002, 2004-2006, 2009-2010 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index 5ad8b6b79a3249a91ef44fd3c375e746f16f19d0..2bec847c708d23bb18b4611e84bcdfcfaec1fd06 100644 (file)
@@ -1,5 +1,5 @@
 /* Bitset vectors.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index e38394243cdee9eac2cc8970f6a0ab3b352d67e1..0d12d0449b075aaf9f5dbb08a93b43d8735ffcef 100644 (file)
@@ -1,6 +1,5 @@
 /* Functions to support expandable bitsets.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Free Software
-   Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index d344513d3e0901e48a4857ab9291e47fe5d0c71c..3d73acee81456c3fecdc7e81ecd356deac88e554 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support ebitsets.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 6d2dae79026bf0438aa591293f1934332f8e382b..f0a82e2cc3cc0a8d10f304d0a3afbf0711fea3f6 100644 (file)
@@ -1,6 +1,6 @@
 /* get-errno.c - get and set errno.
 
-   Copyright (C) 2002, 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009-2010 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 0f49a52ad6da139bb4d46f54b4a169e176b866f6..5cb660bdac08af6425f47786bfdbe6272f43a626 100644 (file)
@@ -1,6 +1,6 @@
 /* get-errno.h - get and set errno.
 
-   Copyright (C) 2002, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2010 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 81e934e6db0ebe26239cd825badfc568ef83dd99..d48a4a83510914c0df1da65dda5c0ba072f13962 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support link list bitsets.
-   Copyright (C) 2002, 2003, 2004, 2006, 2009 Free Software Foundation,
+   Copyright (C) 2002-2004, 2006, 2009-2010 Free Software Foundation,
    Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index c67b44127157af9144fb4376a2106ced1d08a884..59f79144139be90c3c5c34ecab3443b4a236b584 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support lbitsets.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index c71da38bd15d70194081c28564c7deeb246d5c07..ac5842e787bb3144ffb80c1ab8c734b216d47abc 100644 (file)
@@ -1,5 +1,5 @@
 /* Fake libiberty.h for Bison.
-   Copyright (C) 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-2010 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 13cd9f46d190f42cd761330b6a17bfd7f3f6ce0e..028194a08154eae1c6dd24c4dbf1ccee7a857573 100644 (file)
@@ -1,6 +1,6 @@
 /* Yacc library main function.
 
-   Copyright (C) 2002, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index d7b67ce7c43cc7f36876aacfdb0151213f754929..1b7c36d8e32f8d895621aa38d19b9a4a2729cb65 100644 (file)
@@ -1,6 +1,6 @@
 /* Subprocesses with pipes.
 
-   Copyright (C) 2002, 2004, 2005, 2006, 2009 Free Software Foundation,
+   Copyright (C) 2002, 2004-2006, 2009-2010 Free Software Foundation,
    Inc.
 
    This program is free software: you can redistribute it and/or modify
index f20a0d7213ce9c786ceb4747c47a37263b2b6c8d..ff791a81563e7e5a4c53ced4c468b9044de848a1 100644 (file)
@@ -1,5 +1,6 @@
 /* Subprocesses with pipes.
-   Copyright (C) 2002, 2004, 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004-2005, 2009-2010 Free Software Foundation,
+   Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 77709e937fe941a9d365991e12b279c682f7eeea..00faaf9119ba73d7cd90746ee0392cd6c93537ed 100644 (file)
@@ -1,5 +1,5 @@
 /* Timing variables for measuring compiler performance.
-   Copyright (C) 2000, 2002, 2004, 2005, 2006, 2009 Free Software
+   Copyright (C) 2000, 2002, 2004-2006, 2009-2010 Free Software
    Foundation, Inc.
    Contributed by Alex Samuel <samuel@codesourcery.com>
 
index 5caf7c3d2932c75736b994bb03a6ea94672f87dd..ab04b2267d75e7392777b133b44a293d597c858f 100644 (file)
@@ -1,6 +1,6 @@
 /* This file contains the definitions for timing variables used to -*- C -*-
    measure run-time performance of the compiler.
-   Copyright (C) 2002, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007, 2009-2010 Free Software Foundation, Inc.
    Contributed by Akim Demaille <akim@freefriends.org>.
 
    This file is part of Bison, the GNU Compiler Compiler.
index d2f061e8d1b4682581fb3c2118d5722047aa6f52..52cc8e3e09bf1e3c1e75a4c399f88567d391881a 100644 (file)
@@ -1,5 +1,6 @@
 /* Timing variables for measuring compiler performance.
-   Copyright (C) 2000, 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2004, 2009-2010 Free Software Foundation,
+   Inc.
    Contributed by Alex Samuel <samuel@codesourcery.com>
 
    This program is free software: you can redistribute it and/or modify
index 799d2a92c806fc9504e6379f6777ead779395b6d..d82f0ec984dea43963d5ebf45f5dd1befa176507 100644 (file)
@@ -1,6 +1,5 @@
 /* Variable array bitsets.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Free Software
-   Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index d7b5891db1257957b054be6e9128acf965feacd0..d9f3a2ebd5275b285e4a5694873e9ac9c58cbd6e 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support vbitsets.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 208ecccb4bcce4ec5d5a3f55a05bd6c2aaf9c93c..8e554a099ff97bad49e1d5b769e87419fd62684a 100644 (file)
@@ -1,6 +1,6 @@
 /* Yacc library error-printing function.
 
-   Copyright (C) 2002, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a416e3afbc7bfe73f2262f03e365326d17db4c6f..0c04c8e3911a957be5594d4b815dc45d1c461922 100644 (file)
@@ -1,5 +1,5 @@
 # bison-i18n.m4 serial 2
-dnl Copyright (C) 2005-2006, 2009 Free Software Foundation, Inc.
+dnl Copyright (C) 2005-2006, 2009-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 493a226874c8eceb1a71883b09608709adc02b7d..f185812ab5c0d8042ce86454bd5bb4cc4f32ec0f 100644 (file)
@@ -1,6 +1,6 @@
 # Sanity test a C compiler.
 
-# Copyright (C) 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2010 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 3d5f400ea895f807b9683ca3a34171dc8755620c..f9c6508e0db355d97b71f60baa554146b8cc49b4 100644 (file)
--- a/m4/cxx.m4
+++ b/m4/cxx.m4
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Sanity-test a C++ compiler.
 #
-# Copyright (C) 2004, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006, 2009-2010 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 924a3196093a5b6167c4b35fb6c12ae45170c027..774a8ab7a08c05e1e2b78b1c8c0c54d4d155d174 100644 (file)
@@ -1,7 +1,8 @@
 # -*- Autoconf -*-
 # Checks required to run `subpipe'.
 #
-# Copyright (C) 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2002-2003, 2005, 2009-2010 Free Software Foundation,
+# Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 4fcbbdfd41d6c9f78a1c44b00769a0dd565c1c64..b10a55c7b9f382d484de8560b301fb6b74e49c30 100644 (file)
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Checks required to run `timevar', a time tracker.
 #
-# Copyright (C) 2002, 2003, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2002-2003, 2009-2010 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index d756f5d2e42cd7f2d57acc4947b9ad6a7aa1ad1a..1745b4a597c8e03afc99f3e5813caed43dd2eb29 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy annotation list.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a9876e168a5d82afbb50be76d15f3f3cda58277b..2f4a6108c4d3b123d3682d7a06417f03b42acbff 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy annotation list.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a79233e4e705801d3a5d2dd6907f1e48511ddb9b..d18716975038cd4db1cf954032f1329be931dafc 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 9ec8a29b725e2e484894203b378bac715c66d64f..20ebacebf0cc53199b8aeea75b764d38ddc4f3f1 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 4725d6bc303534a7a04f4719b328641935658c07..fa563242ef676381b7b00fbdf76574a2f7201f68 100644 (file)
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -1,7 +1,7 @@
 /* Generate the nondeterministic finite state machine for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2004, 2005, 2006,
-   2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2007, 2009-2010 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 60e95afec6af01a8df2c9692227dc768b755b13d..4418871347eefb7f92a05434340d21c12bc22612 100644 (file)
--- a/src/LR0.h
+++ b/src/LR0.h
@@ -1,5 +1,5 @@
 /* Generate the nondeterministic finite state machine for bison,
-   Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2009 Free Software
+   Copyright (C) 1984, 1986, 1989, 2000-2002, 2009-2010 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index a7b3acbb54bd34480583455238714d678f685ce1..095a42bed572185986a0fc16155f6514c5674b0c 100644 (file)
@@ -1,7 +1,6 @@
 # Make bison/src.
 
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2001-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 742b56595ea1f7a2e8b740f13230d9c8db696097..6602bdb9d2ef6e0e81507bfb935221d950bf24e1 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple, memory-efficient bitset implementation.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index e379398f4b58c456c3fadeca01fa152632aa21ea..9d20335aeaa61068a18df3ed446d12a896697e4a 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple, memory-efficient bitset implementation.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 259877e858b10c611e32974942f89cc73a743503..308e2e8777045027886789f86b4ad8fa7d2db0f7 100644 (file)
@@ -1,5 +1,6 @@
 /* Associativity information.
-   Copyright (C) 2002, 2005, 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005-2006, 2009-2010 Free Software Foundation,
+   Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 3168f998e0560703177d34466f3cb9b2cccb95e1..2102289e79a70c7c65feaa3e28dfe7748cdc93e4 100644 (file)
@@ -1,5 +1,5 @@
 /* Associativity information.
-   Copyright (C) 2002, 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 180e1dfc15ed259251a228caf8d263c9360270d2..b2f336aa1577b1100590fc4df08160705b5e2982 100644 (file)
@@ -1,7 +1,7 @@
 /* Closures for Bison
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2004, 2005, 2007, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 2000-2002, 2004-2005, 2007, 2009-2010 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index f64b7d5e8ef1c0a00dfa61bc8abc3046aa8f90ff..143d86411f0ec0629a890e652dc6048382f9c496 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines for bison
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2007, 2009 Free Software
+   Copyright (C) 1984, 1989, 2000-2002, 2007, 2009-2010 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 63dfc935143830a3a1874941c48c3a5a1990a2b6..f7900af45fb8e2ece805d32c4057ce041c0941bb 100644 (file)
@@ -1,7 +1,7 @@
 /* Declaration for error-reporting function for Bison.
 
-   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2002, 2004-2006, 2009-2010 Free Software
+   Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index fe4ecf7506229e8a65a9e21ca9213f529d49da8e..3e028d69dec85cd8e3271b20bdbe389e8e47297c 100644 (file)
@@ -1,5 +1,6 @@
 /* Declaration for error-reporting function for Bison.
-   Copyright (C) 2000, 2001, 2002, 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000-2002, 2006, 2009-2010 Free Software Foundation,
+   Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 98959cffd551008585159e27323ee5d3ecfd4673..21f1408d5a9cc09b04f8114556e5a5a3f59ced51 100644 (file)
@@ -1,7 +1,7 @@
 /* Find and resolve or report lookahead conflicts for bison,
 
-   Copyright (C) 1984, 1989, 1992, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 1992, 2000-2007, 2009-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 901e88a9648823ccb515828c312197c0dd894446..2b37db247f60a26c0414945c590d7f723d8421e7 100644 (file)
@@ -1,5 +1,5 @@
 /* Find and resolve or report lookahead conflicts for bison,
-   Copyright (C) 2000, 2001, 2002, 2004, 2007, 2009 Free Software
+   Copyright (C) 2000-2002, 2004, 2007, 2009-2010 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 7442ca87f696c18c386f5782877818e14ba717a0..2d60fd85ce44ed60403c10a2ee5c025d3751b987 100644 (file)
@@ -1,7 +1,7 @@
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2005, 2009 Free
-   Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index d9de5b06603889d1155c90b05991d04b16317a89..32978665cfe47131a61180fca71902f919ff1293 100644 (file)
@@ -1,6 +1,6 @@
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2009 Free Software
+   Copyright (C) 1984, 1989, 2000-2002, 2009-2010 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 41e2453bcd1ca02dfbefee1749e41a4f402ac276..243bf069ec13118448893bf5f283336d621ef21d 100644 (file)
@@ -1,7 +1,7 @@
 /* Open and close files for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a75eda221ec8bee251a2d16d55d8b4de829c6cc3..e8f28bff12d21807e38ed16234fd27b8377d11af 100644 (file)
@@ -1,6 +1,6 @@
 /* File names and variables for bison,
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2006, 2007, 2009 Free
+   Copyright (C) 1984, 1989, 2000-2002, 2006-2007, 2009-2010 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index b859049e55483681ff3403aa0757065e6397aefa..bb4ef72f8a4215a82881093c34f3de2c98be787e 100644 (file)
@@ -1,6 +1,6 @@
 /* Common parts between scan-code.l, scan-gram.l, and scan-skel.l.
 
-   Copyright (C) 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 8f7e668f6f22180f0106f1a03951089c341dd778..c42416be12572827e0d188c5d952f280623eb87b 100644 (file)
@@ -1,7 +1,7 @@
 /* Parse command line arguments for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index b3a2a9b26fe0ec552c40179badffc035d903c8e9..65a1b8ed0ccba88c1ae8391d2e18c5501c18e240 100644 (file)
@@ -1,7 +1,7 @@
 /* Parse command line arguments for bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index e28b64da8d81369d5fc2f03dccb980aaf3fbf4ee..363d5cf2decd03e671f97601e175823868b40004 100644 (file)
@@ -1,7 +1,7 @@
 /* Allocate input grammar variables for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2001, 2002, 2003, 2005, 2006,
-   2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 2001-2003, 2005-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 1def4810dbae4763ad6554d1251befffdeb78e0b..a82a6b40a506399318a3dca0c42ecb76c70daa5d 100644 (file)
@@ -1,7 +1,7 @@
 /* Data definitions for internal representation of Bison's input.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 2001-2007, 2009-2010 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 4c9600358bb83cab8366c936b2a1b45fa396588e..3b483b5bf523e5db26066f370dcc99299f188dc4 100644 (file)
@@ -1,6 +1,6 @@
 /* Output Graphviz specification of a state machine generated by Bison.
 
-   Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c5aed0c665c9a4b4da6bb30e1d68f932f1e7f6c8..f1b314a380f4acf1e10304910ecc5d68c1f71a3a 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index feab49a8d644ad1e5e1a4d6351a7041da68aec25..2dc5defbac02c088c79673e139994ac2936964c6 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index fbd2800f0529905c30cd990bf30480c1e1fb75ed..5944a483b93d55d31abed88c47fec37b2f1e3df7 100644 (file)
@@ -1,7 +1,7 @@
 /* Compute lookahead criteria for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 2000-2010 Free Software Foundation,
+   Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 103a4c865f42ba2f7269774b10a653ee47aa0825..5cd777504b1e8a90d569bf79b9f868f3da30281d 100644 (file)
@@ -1,7 +1,7 @@
 /* Compute lookahead criteria for bison,
 
-   Copyright (C) 1984, 1986, 1989, 2000, 2002, 2004, 2006, 2007, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 2000, 2002, 2004, 2006-2007,
+   2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index e287aee73b45c900204b601ecab570cdc29ce692..6fddaddc9c06487f99355d5db2e0e07d01e49376 100644 (file)
@@ -1,6 +1,5 @@
 /* Locations for Bison
-   Copyright (C) 2002, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
-   Inc.
+   Copyright (C) 2002, 2005-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 95c5a07bfff82004b099e30f7f02b7833a910e83..e8e591c9711ff470a0b34fc1349712140143e06c 100644 (file)
@@ -1,6 +1,5 @@
 /* Locations for Bison
-   Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
-   Foundation, Inc.
+   Copyright (C) 2002, 2004-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c8dc696efceb7cdcb262f24255785a2984c61fb7..05470d7998e49f7c2469e91ea776453286cc92a6 100644 (file)
@@ -1,7 +1,7 @@
 /* Top level entry point of Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000, 2001, 2002, 2004,
-   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2002, 2004-2010 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 49a985b34ec8c3395cbefd8946f6bfafca7c12fe..08383a6d9564483d88b9841596264f05e16bcb3e 100644 (file)
@@ -1,7 +1,6 @@
 /* Muscle table manager for Bison.
 
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
-   Software Foundation, Inc.
+   Copyright (C) 2001-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index e06126b338b92b49f37319ba6965d43959f17dce..9403e46bfa512637219c0fea745fe1129776e642 100644 (file)
@@ -1,5 +1,5 @@
 /* Muscle table manager for Bison,
-   Copyright (C) 2001, 2002, 2003, 2006, 2007, 2009 Free Software
+   Copyright (C) 2001-2003, 2006-2007, 2009-2010 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 5f2fc904766c7fd8a964ce37c2459c94c2377d81..857c7dab9ec1c81bbe3d345b015183f99cb56190 100644 (file)
@@ -1,6 +1,6 @@
 /* Named symbol references for Bison
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 82b24fd0e4b6cfe330e8dd59e47e5b09c28c6906..d9544f2e4d0dcfbd5883769f0291ff9b7d1c1d89 100644 (file)
@@ -1,6 +1,6 @@
 /* Named symbol references for Bison
 
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 51b876c553a0a41fcb47c927df549cfd7d02ae44..b708059a986ee70a1df39235766a5f3b47303271 100644 (file)
@@ -1,7 +1,7 @@
 /* Calculate which nonterminals can expand into the null string for Bison.
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 2000-2006, 2009-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a8e9e28d81057e0cad31e5facce0e0e6e1376827..c3e11c1e7bf18706425a4c62f48f66f0c6489c67 100644 (file)
@@ -1,5 +1,5 @@
 /* Part of the bison parser generator,
-   Copyright (C) 2000, 2002, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 01ca5bea33ec79cb4aa521060e9c49ee183bfc06..06edbcd674dec6d5446ad4e12ed6804f73c9a1a9 100644 (file)
@@ -1,7 +1,7 @@
 /* Output the generated parsing program for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ed97ed795c907ac2c70e1808b2a5f4122c5bbc67..bf805f51c42fe57c77198ea2d63326806a618287 100644 (file)
@@ -1,5 +1,5 @@
 /* Output the generated parsing program for bison,
-   Copyright (C) 2000, 2001, 2002, 2003, 2006, 2007, 2009 Free Software
+   Copyright (C) 2000-2003, 2006-2007, 2009-2010 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 19038b32fab6a4486a32494f5a69c432072d271c..701b4c5e64d4202805c1b3548e0f22e8e6184607 100644 (file)
@@ -1,9 +1,8 @@
-/* A Bison parser, made by GNU Bison 2.4.1.173-62efdd.  */
+/* A Bison parser, made by GNU Bison 2.4.1.184-510df.  */
 
 /* Skeleton implementation for Bison's Yacc-like parsers in C
    
-      Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009 Free Software Foundation, Inc.
+      Copyright (C) 1984, 1989-1990, 2000-2010 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
@@ -45,7 +44,7 @@
 #define YYBISON 1
 
 /* Bison version.  */
-#define YYBISON_VERSION "2.4.1.173-62efdd"
+#define YYBISON_VERSION "2.4.1.184-510df"
 
 /* Skeleton name.  */
 #define YYSKELETON_NAME "yacc.c"
 
 /* Copy the first part of user declarations.  */
 
-/* Line 252 of yacc.c  */
+/* Line 251 of yacc.c  */
 #line 1 "parse-gram.y"
 /* Bison Grammar Parser                             -*- C -*-
 
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
-   Software Foundation, Inc.
+   Copyright (C) 2002-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -151,8 +149,8 @@ static int current_prec = 0;
 #define YYTYPE_UINT8 uint_fast8_t
 
 
-/* Line 252 of yacc.c  */
-#line 156 "parse-gram.c"
+/* Line 251 of yacc.c  */
+#line 154 "parse-gram.c"
 
 /* Enabling traces.  */
 #ifndef YYDEBUG
@@ -302,8 +300,8 @@ static int current_prec = 0;
 typedef union YYSTYPE
 {
 
-/* Line 277 of yacc.c  */
-#line 94 "parse-gram.y"
+/* Line 276 of yacc.c  */
+#line 93 "parse-gram.y"
 
   symbol *symbol;
   symbol_list *list;
@@ -317,8 +315,8 @@ typedef union YYSTYPE
 
 
 
-/* Line 277 of yacc.c  */
-#line 322 "parse-gram.c"
+/* Line 276 of yacc.c  */
+#line 320 "parse-gram.c"
 } YYSTYPE;
 # define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
@@ -342,8 +340,8 @@ typedef struct YYLTYPE
 /* Copy the second part of user declarations.  */
 
 
-/* Line 327 of yacc.c  */
-#line 347 "parse-gram.c"
+/* Line 326 of yacc.c  */
+#line 345 "parse-gram.c"
 
 #ifdef short
 # undef short
@@ -669,17 +667,17 @@ static const yytype_int8 yyrhs[] =
 /* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
 static const yytype_uint16 yyrline[] =
 {
-       0,   209,   209,   217,   219,   223,   224,   234,   235,   240,
-     241,   246,   247,   248,   249,   250,   251,   256,   265,   266,
-     267,   268,   269,   270,   271,   272,   273,   274,   275,   290,
-     291,   315,   316,   317,   318,   322,   323,   324,   328,   335,
-     342,   346,   350,   357,   372,   373,   377,   389,   389,   394,
-     394,   399,   410,   425,   426,   427,   431,   432,   437,   439,
-     444,   445,   450,   452,   457,   458,   462,   463,   464,   465,
-     470,   475,   480,   486,   492,   503,   504,   513,   514,   520,
-     521,   522,   529,   529,   534,   535,   536,   541,   543,   545,
-     547,   549,   551,   556,   558,   569,   570,   575,   576,   577,
-     586,   606,   608,   617,   622,   623,   628,   635,   637
+       0,   208,   208,   216,   218,   222,   223,   233,   234,   239,
+     240,   245,   246,   247,   248,   249,   250,   255,   264,   265,
+     266,   267,   268,   269,   270,   271,   272,   273,   274,   289,
+     290,   314,   315,   316,   317,   321,   322,   323,   327,   334,
+     341,   345,   349,   356,   371,   372,   376,   388,   388,   393,
+     393,   398,   409,   424,   425,   426,   430,   431,   436,   438,
+     443,   444,   449,   451,   456,   457,   461,   462,   463,   464,
+     469,   474,   479,   485,   491,   502,   503,   512,   513,   519,
+     520,   521,   528,   528,   533,   534,   535,   540,   542,   544,
+     546,   548,   550,   555,   557,   568,   569,   574,   575,   576,
+     585,   605,   607,   616,   621,   622,   627,   634,   636
 };
 #endif
 
@@ -1049,165 +1047,165 @@ yy_symbol_value_print (yyoutput, yytype, yyvaluep, yylocationp)
     {
       case 3: /* "\"string\"" */
 
-/* Line 798 of yacc.c  */
-#line 184 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 183 "parse-gram.y"
        { fputs (quotearg_style (c_quoting_style, (yyvaluep->chars)), stderr); };
 
-/* Line 798 of yacc.c  */
-#line 1058 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1056 "parse-gram.c"
        break;
       case 4: /* "\"integer\"" */
 
-/* Line 798 of yacc.c  */
-#line 196 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 195 "parse-gram.y"
        { fprintf (stderr, "%d", (yyvaluep->integer)); };
 
-/* Line 798 of yacc.c  */
-#line 1067 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1065 "parse-gram.c"
        break;
       case 43: /* "\"{...}\"" */
 
-/* Line 798 of yacc.c  */
-#line 186 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 185 "parse-gram.y"
        { fprintf (stderr, "{\n%s\n}", (yyvaluep->code)); };
 
-/* Line 798 of yacc.c  */
-#line 1076 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1074 "parse-gram.c"
        break;
       case 44: /* "\"[identifier]\"" */
 
-/* Line 798 of yacc.c  */
-#line 191 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 190 "parse-gram.y"
        { fprintf (stderr, "[%s]", (yyvaluep->uniqstr)); };
 
-/* Line 798 of yacc.c  */
-#line 1085 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1083 "parse-gram.c"
        break;
       case 45: /* "\"char\"" */
 
-/* Line 798 of yacc.c  */
-#line 178 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 177 "parse-gram.y"
        { fputs (char_name ((yyvaluep->character)), stderr); };
 
-/* Line 798 of yacc.c  */
-#line 1094 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1092 "parse-gram.c"
        break;
       case 46: /* "\"epilogue\"" */
 
-/* Line 798 of yacc.c  */
-#line 186 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 185 "parse-gram.y"
        { fprintf (stderr, "{\n%s\n}", (yyvaluep->chars)); };
 
-/* Line 798 of yacc.c  */
-#line 1103 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1101 "parse-gram.c"
        break;
       case 48: /* "\"identifier\"" */
 
-/* Line 798 of yacc.c  */
-#line 190 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 189 "parse-gram.y"
        { fputs ((yyvaluep->uniqstr), stderr); };
 
-/* Line 798 of yacc.c  */
-#line 1112 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1110 "parse-gram.c"
        break;
       case 49: /* "\"identifier:\"" */
 
-/* Line 798 of yacc.c  */
-#line 192 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 191 "parse-gram.y"
        { fprintf (stderr, "%s:", (yyvaluep->uniqstr)); };
 
-/* Line 798 of yacc.c  */
-#line 1121 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1119 "parse-gram.c"
        break;
       case 52: /* "\"%{...%}\"" */
 
-/* Line 798 of yacc.c  */
-#line 186 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 185 "parse-gram.y"
        { fprintf (stderr, "{\n%s\n}", (yyvaluep->chars)); };
 
-/* Line 798 of yacc.c  */
-#line 1130 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1128 "parse-gram.c"
        break;
       case 54: /* "\"type\"" */
 
-/* Line 798 of yacc.c  */
-#line 193 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 192 "parse-gram.y"
        { fprintf (stderr, "<%s>", (yyvaluep->uniqstr)); };
 
-/* Line 798 of yacc.c  */
-#line 1139 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1137 "parse-gram.c"
        break;
       case 71: /* "symbol.prec" */
 
-/* Line 798 of yacc.c  */
-#line 199 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 198 "parse-gram.y"
        { fprintf (stderr, "%s", (yyvaluep->symbol)->tag); };
 
-/* Line 798 of yacc.c  */
-#line 1148 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1146 "parse-gram.c"
        break;
       case 84: /* "variable" */
 
-/* Line 798 of yacc.c  */
-#line 190 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 189 "parse-gram.y"
        { fputs ((yyvaluep->uniqstr), stderr); };
 
-/* Line 798 of yacc.c  */
-#line 1157 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1155 "parse-gram.c"
        break;
       case 85: /* "content.opt" */
 
-/* Line 798 of yacc.c  */
-#line 186 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 185 "parse-gram.y"
        { fprintf (stderr, "{\n%s\n}", (yyvaluep->chars)); };
 
-/* Line 798 of yacc.c  */
-#line 1166 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1164 "parse-gram.c"
        break;
       case 86: /* "braceless" */
 
-/* Line 798 of yacc.c  */
-#line 186 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 185 "parse-gram.y"
        { fprintf (stderr, "{\n%s\n}", (yyvaluep->chars)); };
 
-/* Line 798 of yacc.c  */
-#line 1175 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1173 "parse-gram.c"
        break;
       case 87: /* "id" */
 
-/* Line 798 of yacc.c  */
-#line 199 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 198 "parse-gram.y"
        { fprintf (stderr, "%s", (yyvaluep->symbol)->tag); };
 
-/* Line 798 of yacc.c  */
-#line 1184 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1182 "parse-gram.c"
        break;
       case 88: /* "id_colon" */
 
-/* Line 798 of yacc.c  */
-#line 200 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 199 "parse-gram.y"
        { fprintf (stderr, "%s:", (yyvaluep->symbol)->tag); };
 
-/* Line 798 of yacc.c  */
-#line 1193 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1191 "parse-gram.c"
        break;
       case 89: /* "symbol" */
 
-/* Line 798 of yacc.c  */
-#line 199 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 198 "parse-gram.y"
        { fprintf (stderr, "%s", (yyvaluep->symbol)->tag); };
 
-/* Line 798 of yacc.c  */
-#line 1202 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1200 "parse-gram.c"
        break;
       case 90: /* "string_as_id" */
 
-/* Line 798 of yacc.c  */
-#line 199 "parse-gram.y"
+/* Line 797 of yacc.c  */
+#line 198 "parse-gram.y"
        { fprintf (stderr, "%s", (yyvaluep->symbol)->tag); };
 
-/* Line 798 of yacc.c  */
-#line 1211 "parse-gram.c"
+/* Line 797 of yacc.c  */
+#line 1209 "parse-gram.c"
        break;
       default:
        break;
@@ -1734,8 +1732,8 @@ YYLTYPE yylloc;
 
 /* User initialization code.  */
 
-/* Line 1281 of yacc.c  */
-#line 86 "parse-gram.y"
+/* Line 1280 of yacc.c  */
+#line 85 "parse-gram.y"
 {
   /* Bison's grammar can initial empty locations, hence a default
      location is needed. */
@@ -1743,8 +1741,8 @@ YYLTYPE yylloc;
   boundary_set (&yylloc.end, current_file, 1, 1);
 }
 
-/* Line 1281 of yacc.c  */
-#line 1748 "parse-gram.c"
+/* Line 1280 of yacc.c  */
+#line 1746 "parse-gram.c"
   yylsp[0] = yylloc;
 
   goto yysetstate;
@@ -1931,8 +1929,8 @@ yyreduce:
     {
         case 6:
 
-/* Line 1494 of yacc.c  */
-#line 225 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 224 "parse-gram.y"
     {
       code_props plain_code;
       code_props_plain_init (&plain_code, (yyvsp[(1) - (1)].chars), (yylsp[(1) - (1)]));
@@ -1946,15 +1944,15 @@ yyreduce:
 
   case 7:
 
-/* Line 1494 of yacc.c  */
-#line 234 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 233 "parse-gram.y"
     { debug_flag = true; }
     break;
 
   case 8:
 
-/* Line 1494 of yacc.c  */
-#line 236 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 235 "parse-gram.y"
     {
       muscle_percent_define_insert ((yyvsp[(2) - (3)].uniqstr), (yylsp[(2) - (3)]), (yyvsp[(3) - (3)].chars),
                                     MUSCLE_PERCENT_DEFINE_GRAMMAR_FILE);
@@ -1963,15 +1961,15 @@ yyreduce:
 
   case 9:
 
-/* Line 1494 of yacc.c  */
-#line 240 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 239 "parse-gram.y"
     { defines_flag = true; }
     break;
 
   case 10:
 
-/* Line 1494 of yacc.c  */
-#line 242 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 241 "parse-gram.y"
     {
       defines_flag = true;
       spec_defines_file = xstrdup ((yyvsp[(2) - (2)].chars));
@@ -1980,43 +1978,43 @@ yyreduce:
 
   case 11:
 
-/* Line 1494 of yacc.c  */
-#line 246 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 245 "parse-gram.y"
     { error_verbose = true; }
     break;
 
   case 12:
 
-/* Line 1494 of yacc.c  */
-#line 247 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 246 "parse-gram.y"
     { expected_sr_conflicts = (yyvsp[(2) - (2)].integer); }
     break;
 
   case 13:
 
-/* Line 1494 of yacc.c  */
-#line 248 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 247 "parse-gram.y"
     { expected_rr_conflicts = (yyvsp[(2) - (2)].integer); }
     break;
 
   case 14:
 
-/* Line 1494 of yacc.c  */
-#line 249 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 248 "parse-gram.y"
     { spec_file_prefix = (yyvsp[(2) - (2)].chars); }
     break;
 
   case 15:
 
-/* Line 1494 of yacc.c  */
-#line 250 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 249 "parse-gram.y"
     { spec_file_prefix = (yyvsp[(3) - (3)].chars); }
     break;
 
   case 16:
 
-/* Line 1494 of yacc.c  */
-#line 252 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 251 "parse-gram.y"
     {
       nondeterministic_parser = true;
       glr_parser = true;
@@ -2025,8 +2023,8 @@ yyreduce:
 
   case 17:
 
-/* Line 1494 of yacc.c  */
-#line 257 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 256 "parse-gram.y"
     {
       code_props action;
       code_props_symbol_action_init (&action, (yyvsp[(2) - (2)].code), (yylsp[(2) - (2)]));
@@ -2039,78 +2037,78 @@ yyreduce:
 
   case 18:
 
-/* Line 1494 of yacc.c  */
-#line 265 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 264 "parse-gram.y"
     { language_argmatch ((yyvsp[(2) - (2)].chars), grammar_prio, (yylsp[(1) - (2)])); }
     break;
 
   case 19:
 
-/* Line 1494 of yacc.c  */
-#line 266 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 265 "parse-gram.y"
     { add_param ("lex_param", (yyvsp[(2) - (2)].code), (yylsp[(2) - (2)])); }
     break;
 
   case 20:
 
-/* Line 1494 of yacc.c  */
-#line 267 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 266 "parse-gram.y"
     { locations_flag = true; }
     break;
 
   case 21:
 
-/* Line 1494 of yacc.c  */
-#line 268 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 267 "parse-gram.y"
     { spec_name_prefix = (yyvsp[(2) - (2)].chars); }
     break;
 
   case 22:
 
-/* Line 1494 of yacc.c  */
-#line 269 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 268 "parse-gram.y"
     { spec_name_prefix = (yyvsp[(3) - (3)].chars); }
     break;
 
   case 23:
 
-/* Line 1494 of yacc.c  */
-#line 270 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 269 "parse-gram.y"
     { no_lines_flag = true; }
     break;
 
   case 24:
 
-/* Line 1494 of yacc.c  */
-#line 271 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 270 "parse-gram.y"
     { nondeterministic_parser = true; }
     break;
 
   case 25:
 
-/* Line 1494 of yacc.c  */
-#line 272 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 271 "parse-gram.y"
     { spec_outfile = (yyvsp[(2) - (2)].chars); }
     break;
 
   case 26:
 
-/* Line 1494 of yacc.c  */
-#line 273 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 272 "parse-gram.y"
     { spec_outfile = (yyvsp[(3) - (3)].chars); }
     break;
 
   case 27:
 
-/* Line 1494 of yacc.c  */
-#line 274 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 273 "parse-gram.y"
     { add_param ("parse_param", (yyvsp[(2) - (2)].code), (yylsp[(2) - (2)])); }
     break;
 
   case 28:
 
-/* Line 1494 of yacc.c  */
-#line 276 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 275 "parse-gram.y"
     {
       /* %pure-parser is deprecated in favor of `%define api.pure', so use
          `%define api.pure' in a backward-compatible manner here.  First, don't
@@ -2129,15 +2127,15 @@ yyreduce:
 
   case 29:
 
-/* Line 1494 of yacc.c  */
-#line 290 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 289 "parse-gram.y"
     { version_check (&(yylsp[(2) - (2)]), (yyvsp[(2) - (2)].chars)); }
     break;
 
   case 30:
 
-/* Line 1494 of yacc.c  */
-#line 292 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 291 "parse-gram.y"
     {
       char const *skeleton_user = (yyvsp[(2) - (2)].chars);
       if (strchr (skeleton_user, '/'))
@@ -2165,29 +2163,29 @@ yyreduce:
 
   case 31:
 
-/* Line 1494 of yacc.c  */
-#line 315 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 314 "parse-gram.y"
     { token_table_flag = true; }
     break;
 
   case 32:
 
-/* Line 1494 of yacc.c  */
-#line 316 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 315 "parse-gram.y"
     { report_flag |= report_states; }
     break;
 
   case 33:
 
-/* Line 1494 of yacc.c  */
-#line 317 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 316 "parse-gram.y"
     { yacc_flag = true; }
     break;
 
   case 37:
 
-/* Line 1494 of yacc.c  */
-#line 325 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 324 "parse-gram.y"
     {
       grammar_start_symbol_set ((yyvsp[(2) - (2)].symbol), (yylsp[(2) - (2)]));
     }
@@ -2195,8 +2193,8 @@ yyreduce:
 
   case 38:
 
-/* Line 1494 of yacc.c  */
-#line 329 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 328 "parse-gram.y"
     {
       symbol_list *list;
       for (list = (yyvsp[(3) - (3)].list); list; list = list->next)
@@ -2207,8 +2205,8 @@ yyreduce:
 
   case 39:
 
-/* Line 1494 of yacc.c  */
-#line 336 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 335 "parse-gram.y"
     {
       symbol_list *list;
       for (list = (yyvsp[(3) - (3)].list); list; list = list->next)
@@ -2219,8 +2217,8 @@ yyreduce:
 
   case 40:
 
-/* Line 1494 of yacc.c  */
-#line 343 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 342 "parse-gram.y"
     {
       default_prec = true;
     }
@@ -2228,8 +2226,8 @@ yyreduce:
 
   case 41:
 
-/* Line 1494 of yacc.c  */
-#line 347 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 346 "parse-gram.y"
     {
       default_prec = false;
     }
@@ -2237,8 +2235,8 @@ yyreduce:
 
   case 42:
 
-/* Line 1494 of yacc.c  */
-#line 351 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 350 "parse-gram.y"
     {
       /* Do not invoke muscle_percent_code_grow here since it invokes
          muscle_user_name_list_grow.  */
@@ -2249,8 +2247,8 @@ yyreduce:
 
   case 43:
 
-/* Line 1494 of yacc.c  */
-#line 358 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 357 "parse-gram.y"
     {
       muscle_percent_code_grow ((yyvsp[(2) - (3)].uniqstr), (yylsp[(2) - (3)]), (yyvsp[(3) - (3)].chars), (yylsp[(3) - (3)]));
       code_scanner_last_string_free ();
@@ -2259,22 +2257,22 @@ yyreduce:
 
   case 44:
 
-/* Line 1494 of yacc.c  */
-#line 372 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 371 "parse-gram.y"
     {}
     break;
 
   case 45:
 
-/* Line 1494 of yacc.c  */
-#line 373 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 372 "parse-gram.y"
     { muscle_code_grow ("union_name", (yyvsp[(1) - (1)].uniqstr), (yylsp[(1) - (1)])); }
     break;
 
   case 46:
 
-/* Line 1494 of yacc.c  */
-#line 378 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 377 "parse-gram.y"
     {
       union_seen = true;
       muscle_code_grow ("stype", (yyvsp[(3) - (3)].chars), (yylsp[(3) - (3)]));
@@ -2284,15 +2282,15 @@ yyreduce:
 
   case 47:
 
-/* Line 1494 of yacc.c  */
-#line 389 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 388 "parse-gram.y"
     { current_class = nterm_sym; }
     break;
 
   case 48:
 
-/* Line 1494 of yacc.c  */
-#line 390 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 389 "parse-gram.y"
     {
       current_class = unknown_sym;
       current_type = NULL;
@@ -2301,15 +2299,15 @@ yyreduce:
 
   case 49:
 
-/* Line 1494 of yacc.c  */
-#line 394 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 393 "parse-gram.y"
     { current_class = token_sym; }
     break;
 
   case 50:
 
-/* Line 1494 of yacc.c  */
-#line 395 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 394 "parse-gram.y"
     {
       current_class = unknown_sym;
       current_type = NULL;
@@ -2318,8 +2316,8 @@ yyreduce:
 
   case 51:
 
-/* Line 1494 of yacc.c  */
-#line 400 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 399 "parse-gram.y"
     {
       symbol_list *list;
       tag_seen = true;
@@ -2331,8 +2329,8 @@ yyreduce:
 
   case 52:
 
-/* Line 1494 of yacc.c  */
-#line 411 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 410 "parse-gram.y"
     {
       symbol_list *list;
       ++current_prec;
@@ -2348,127 +2346,127 @@ yyreduce:
 
   case 53:
 
-/* Line 1494 of yacc.c  */
-#line 425 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 424 "parse-gram.y"
     { (yyval.assoc) = left_assoc; }
     break;
 
   case 54:
 
-/* Line 1494 of yacc.c  */
-#line 426 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 425 "parse-gram.y"
     { (yyval.assoc) = right_assoc; }
     break;
 
   case 55:
 
-/* Line 1494 of yacc.c  */
-#line 427 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 426 "parse-gram.y"
     { (yyval.assoc) = non_assoc; }
     break;
 
   case 56:
 
-/* Line 1494 of yacc.c  */
-#line 431 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 430 "parse-gram.y"
     { current_type = NULL; }
     break;
 
   case 57:
 
-/* Line 1494 of yacc.c  */
-#line 432 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 431 "parse-gram.y"
     { current_type = (yyvsp[(1) - (1)].uniqstr); tag_seen = true; }
     break;
 
   case 58:
 
-/* Line 1494 of yacc.c  */
-#line 438 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 437 "parse-gram.y"
     { (yyval.list) = symbol_list_sym_new ((yyvsp[(1) - (1)].symbol), (yylsp[(1) - (1)])); }
     break;
 
   case 59:
 
-/* Line 1494 of yacc.c  */
-#line 440 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 439 "parse-gram.y"
     { (yyval.list) = symbol_list_prepend ((yyvsp[(1) - (2)].list), symbol_list_sym_new ((yyvsp[(2) - (2)].symbol), (yylsp[(2) - (2)]))); }
     break;
 
   case 60:
 
-/* Line 1494 of yacc.c  */
-#line 444 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 443 "parse-gram.y"
     { (yyval.symbol) = (yyvsp[(1) - (1)].symbol); }
     break;
 
   case 61:
 
-/* Line 1494 of yacc.c  */
-#line 445 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 444 "parse-gram.y"
     { (yyval.symbol) = (yyvsp[(1) - (2)].symbol); symbol_user_token_number_set ((yyvsp[(1) - (2)].symbol), (yyvsp[(2) - (2)].integer), (yylsp[(2) - (2)])); }
     break;
 
   case 62:
 
-/* Line 1494 of yacc.c  */
-#line 451 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 450 "parse-gram.y"
     { (yyval.list) = symbol_list_sym_new ((yyvsp[(1) - (1)].symbol), (yylsp[(1) - (1)])); }
     break;
 
   case 63:
 
-/* Line 1494 of yacc.c  */
-#line 453 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 452 "parse-gram.y"
     { (yyval.list) = symbol_list_prepend ((yyvsp[(1) - (2)].list), symbol_list_sym_new ((yyvsp[(2) - (2)].symbol), (yylsp[(2) - (2)]))); }
     break;
 
   case 64:
 
-/* Line 1494 of yacc.c  */
-#line 457 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 456 "parse-gram.y"
     { (yyval.list) = (yyvsp[(1) - (1)].list); }
     break;
 
   case 65:
 
-/* Line 1494 of yacc.c  */
-#line 458 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 457 "parse-gram.y"
     { (yyval.list) = symbol_list_prepend ((yyvsp[(1) - (2)].list), (yyvsp[(2) - (2)].list)); }
     break;
 
   case 66:
 
-/* Line 1494 of yacc.c  */
-#line 462 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 461 "parse-gram.y"
     { (yyval.list) = symbol_list_sym_new ((yyvsp[(1) - (1)].symbol), (yylsp[(1) - (1)])); }
     break;
 
   case 67:
 
-/* Line 1494 of yacc.c  */
-#line 463 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 462 "parse-gram.y"
     { (yyval.list) = symbol_list_type_new ((yyvsp[(1) - (1)].uniqstr), (yylsp[(1) - (1)])); }
     break;
 
   case 68:
 
-/* Line 1494 of yacc.c  */
-#line 464 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 463 "parse-gram.y"
     { (yyval.list) = symbol_list_default_tagged_new ((yylsp[(1) - (1)])); }
     break;
 
   case 69:
 
-/* Line 1494 of yacc.c  */
-#line 465 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 464 "parse-gram.y"
     { (yyval.list) = symbol_list_default_tagless_new ((yylsp[(1) - (1)])); }
     break;
 
   case 70:
 
-/* Line 1494 of yacc.c  */
-#line 471 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 470 "parse-gram.y"
     {
        current_type = (yyvsp[(1) - (1)].uniqstr);
        tag_seen = true;
@@ -2477,8 +2475,8 @@ yyreduce:
 
   case 71:
 
-/* Line 1494 of yacc.c  */
-#line 476 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 475 "parse-gram.y"
     {
        symbol_class_set ((yyvsp[(1) - (1)].symbol), current_class, (yylsp[(1) - (1)]), true);
        symbol_type_set ((yyvsp[(1) - (1)].symbol), current_type, (yylsp[(1) - (1)]));
@@ -2487,8 +2485,8 @@ yyreduce:
 
   case 72:
 
-/* Line 1494 of yacc.c  */
-#line 481 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 480 "parse-gram.y"
     {
       symbol_class_set ((yyvsp[(1) - (2)].symbol), current_class, (yylsp[(1) - (2)]), true);
       symbol_type_set ((yyvsp[(1) - (2)].symbol), current_type, (yylsp[(1) - (2)]));
@@ -2498,8 +2496,8 @@ yyreduce:
 
   case 73:
 
-/* Line 1494 of yacc.c  */
-#line 487 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 486 "parse-gram.y"
     {
       symbol_class_set ((yyvsp[(1) - (2)].symbol), current_class, (yylsp[(1) - (2)]), true);
       symbol_type_set ((yyvsp[(1) - (2)].symbol), current_type, (yylsp[(1) - (2)]));
@@ -2509,8 +2507,8 @@ yyreduce:
 
   case 74:
 
-/* Line 1494 of yacc.c  */
-#line 493 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 492 "parse-gram.y"
     {
       symbol_class_set ((yyvsp[(1) - (3)].symbol), current_class, (yylsp[(1) - (3)]), true);
       symbol_type_set ((yyvsp[(1) - (3)].symbol), current_type, (yylsp[(1) - (3)]));
@@ -2521,8 +2519,8 @@ yyreduce:
 
   case 81:
 
-/* Line 1494 of yacc.c  */
-#line 523 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 522 "parse-gram.y"
     {
       yyerrok;
     }
@@ -2530,108 +2528,108 @@ yyreduce:
 
   case 82:
 
-/* Line 1494 of yacc.c  */
-#line 529 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 528 "parse-gram.y"
     { current_lhs = (yyvsp[(1) - (2)].symbol); current_lhs_location = (yylsp[(1) - (2)]);
     current_lhs_named_ref = (yyvsp[(2) - (2)].named_ref); }
     break;
 
   case 84:
 
-/* Line 1494 of yacc.c  */
-#line 534 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 533 "parse-gram.y"
     { grammar_current_rule_end ((yylsp[(1) - (1)])); }
     break;
 
   case 85:
 
-/* Line 1494 of yacc.c  */
-#line 535 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 534 "parse-gram.y"
     { grammar_current_rule_end ((yylsp[(3) - (3)])); }
     break;
 
   case 87:
 
-/* Line 1494 of yacc.c  */
-#line 541 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 540 "parse-gram.y"
     { grammar_current_rule_begin (current_lhs, current_lhs_location,
                                  current_lhs_named_ref); }
     break;
 
   case 88:
 
-/* Line 1494 of yacc.c  */
-#line 544 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 543 "parse-gram.y"
     { grammar_current_rule_symbol_append ((yyvsp[(2) - (3)].symbol), (yylsp[(2) - (3)]), (yyvsp[(3) - (3)].named_ref)); }
     break;
 
   case 89:
 
-/* Line 1494 of yacc.c  */
-#line 546 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 545 "parse-gram.y"
     { grammar_current_rule_action_append ((yyvsp[(2) - (3)].code), (yylsp[(2) - (3)]), (yyvsp[(3) - (3)].named_ref)); }
     break;
 
   case 90:
 
-/* Line 1494 of yacc.c  */
-#line 548 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 547 "parse-gram.y"
     { grammar_current_rule_prec_set ((yyvsp[(3) - (3)].symbol), (yylsp[(3) - (3)])); }
     break;
 
   case 91:
 
-/* Line 1494 of yacc.c  */
-#line 550 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 549 "parse-gram.y"
     { grammar_current_rule_dprec_set ((yyvsp[(3) - (3)].integer), (yylsp[(3) - (3)])); }
     break;
 
   case 92:
 
-/* Line 1494 of yacc.c  */
-#line 552 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 551 "parse-gram.y"
     { grammar_current_rule_merge_set ((yyvsp[(3) - (3)].uniqstr), (yylsp[(3) - (3)])); }
     break;
 
   case 93:
 
-/* Line 1494 of yacc.c  */
-#line 556 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 555 "parse-gram.y"
     { (yyval.named_ref) = 0; }
     break;
 
   case 94:
 
-/* Line 1494 of yacc.c  */
-#line 558 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 557 "parse-gram.y"
     { (yyval.named_ref) = named_ref_new((yyvsp[(1) - (1)].uniqstr), (yylsp[(1) - (1)])); }
     break;
 
   case 96:
 
-/* Line 1494 of yacc.c  */
-#line 570 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 569 "parse-gram.y"
     { (yyval.uniqstr) = uniqstr_new ((yyvsp[(1) - (1)].chars)); }
     break;
 
   case 97:
 
-/* Line 1494 of yacc.c  */
-#line 575 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 574 "parse-gram.y"
     { (yyval.chars) = ""; }
     break;
 
   case 98:
 
-/* Line 1494 of yacc.c  */
-#line 576 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 575 "parse-gram.y"
     { (yyval.chars) = (yyvsp[(1) - (1)].uniqstr); }
     break;
 
   case 100:
 
-/* Line 1494 of yacc.c  */
-#line 587 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 586 "parse-gram.y"
     {
       code_props plain_code;
       (yyvsp[(1) - (1)].code)[strlen ((yyvsp[(1) - (1)].code)) - 1] = '\n';
@@ -2644,15 +2642,15 @@ yyreduce:
 
   case 101:
 
-/* Line 1494 of yacc.c  */
-#line 607 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 606 "parse-gram.y"
     { (yyval.symbol) = symbol_from_uniqstr ((yyvsp[(1) - (1)].uniqstr), (yylsp[(1) - (1)])); }
     break;
 
   case 102:
 
-/* Line 1494 of yacc.c  */
-#line 609 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 608 "parse-gram.y"
     {
       (yyval.symbol) = symbol_get (char_name ((yyvsp[(1) - (1)].character)), (yylsp[(1) - (1)]));
       symbol_class_set ((yyval.symbol), token_sym, (yylsp[(1) - (1)]), false);
@@ -2662,15 +2660,15 @@ yyreduce:
 
   case 103:
 
-/* Line 1494 of yacc.c  */
-#line 617 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 616 "parse-gram.y"
     { (yyval.symbol) = symbol_from_uniqstr ((yyvsp[(1) - (1)].uniqstr), (yylsp[(1) - (1)])); }
     break;
 
   case 106:
 
-/* Line 1494 of yacc.c  */
-#line 629 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 628 "parse-gram.y"
     {
       (yyval.symbol) = symbol_get (quotearg_style (c_quoting_style, (yyvsp[(1) - (1)].chars)), (yylsp[(1) - (1)]));
       symbol_class_set ((yyval.symbol), token_sym, (yylsp[(1) - (1)]), false);
@@ -2679,8 +2677,8 @@ yyreduce:
 
   case 108:
 
-/* Line 1494 of yacc.c  */
-#line 638 "parse-gram.y"
+/* Line 1493 of yacc.c  */
+#line 637 "parse-gram.y"
     {
       code_props plain_code;
       code_props_plain_init (&plain_code, (yyvsp[(2) - (2)].chars), (yylsp[(2) - (2)]));
@@ -2693,8 +2691,8 @@ yyreduce:
 
 
 
-/* Line 1494 of yacc.c  */
-#line 2698 "parse-gram.c"
+/* Line 1493 of yacc.c  */
+#line 2696 "parse-gram.c"
       default: break;
     }
   /* User semantic actions sometimes alter yychar, and that requires
@@ -2923,8 +2921,8 @@ yyreturn:
 
 
 
-/* Line 1725 of yacc.c  */
-#line 648 "parse-gram.y"
+/* Line 1724 of yacc.c  */
+#line 647 "parse-gram.y"
 
 
 
index d307aa082671e41157987bf9a15d3f574e31b8ca..77a6c83be6ce018235890163d588f561d6e146d1 100644 (file)
@@ -1,9 +1,8 @@
-/* A Bison parser, made by GNU Bison 2.4.1.173-62efdd.  */
+/* A Bison parser, made by GNU Bison 2.4.1.184-510df.  */
 
 /* Skeleton interface for Bison's Yacc-like parsers in C
    
-      Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009 Free Software Foundation, Inc.
+      Copyright (C) 1984, 1989-1990, 2000-2010 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
 typedef union YYSTYPE
 {
 
-/* Line 1726 of yacc.c  */
-#line 94 "parse-gram.y"
+/* Line 1725 of yacc.c  */
+#line 93 "parse-gram.y"
 
   symbol *symbol;
   symbol_list *list;
@@ -176,8 +175,8 @@ typedef union YYSTYPE
 
 
 
-/* Line 1726 of yacc.c  */
-#line 181 "parse-gram.h"
+/* Line 1725 of yacc.c  */
+#line 180 "parse-gram.h"
 } YYSTYPE;
 # define YYSTYPE_IS_TRIVIAL 1
 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
index f7843ecf7901c0c65e3fd9ed06726f9c59d1c098..b7f7ad65f2ac7f17594ec2fb6d0cbd8e4f948501 100644 (file)
@@ -1,7 +1,6 @@
 %{/* Bison Grammar Parser                             -*- C -*-
 
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
-   Software Foundation, Inc.
+   Copyright (C) 2002-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index d8becc54c4ddd571270796e6716fef809a5ff71d..0d68171bf1ff13e8d464c049cc18f974db1f8350 100644 (file)
@@ -1,6 +1,6 @@
 /* Print an xml on generated parser, for Bison,
 
-   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index cb6f5ec159cb435290ed93d1c465315ca6ab5ca1..0c99859b607c6abbb640177e9d25fa975e1c1463 100644 (file)
@@ -1,6 +1,6 @@
 /* Output an xml of the generated parser, for Bison.
 
-   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 41cd19a01ef3dca2eb13551282a78b1a4fbe351b..14d2fd37fef1d8041c863d1667667c0a81f74a2f 100644 (file)
@@ -1,7 +1,7 @@
 /* Print information on generated parser, for bison,
 
-   Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2003, 2004, 2005,
-   2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 2000-2005, 2007, 2009-2010 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 19f0505783d6a4288e9e399e24e741faefa476c4..bada366359a7c02ee62eaa1d606ac7dbae04a12e 100644 (file)
@@ -1,5 +1,5 @@
 /* Print information on generated parser, for bison,
-   Copyright (C) 2000, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 86877c35a6cbc33a99fac436872f38ca029ffaba..b9bd8eeea55adcffebb3ba1b8c4eb53d75784fb0 100644 (file)
@@ -1,7 +1,6 @@
 /* Output a graph of the generated parser, for Bison.
 
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free
-   Software Foundation, Inc.
+   Copyright (C) 2001-2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a2288cd396626d991e2e7adf1a6cb0b4ddeb3560..0b86c2db224bdcb84fa62f8fa97a2585ba6d7501 100644 (file)
@@ -1,6 +1,6 @@
 /* Output a graph of the generated parser, for Bison.
 
-   Copyright (C) 2000, 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2006, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 3f00754131c1fe6e5e92f64ab919781aa094c61d..03c5bae5cc74c5221f8878b3e9a528e2e3360d7f 100644 (file)
@@ -1,7 +1,7 @@
 /* Input parser for Bison
 
-   Copyright (C) 1984, 1986, 1989, 1992, 1998, 2000, 2001, 2002, 2003,
-   2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 1998, 2000-2003, 2005-2007,
+   2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index e57100522a16ed6663c3b55b38e3d8bb56bc092a..5fb0ef5e386765ad20d519641f3eb0e519ad1eff 100644 (file)
@@ -1,7 +1,7 @@
 /* Input parser for Bison
 
-   Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009 Free
-   Software Foundation, Inc.
+   Copyright (C) 2000-2003, 2005-2007, 2009-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 67e72a36949a28828f2a69674e783cbdf0054072..733cd08c739a4684523dd0e8e87172da23f8eec1 100644 (file)
@@ -1,7 +1,7 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 1988, 1989, 2000, 2001, 2002, 2003, 2005, 2006, 2007,
-   2008-2009 Free Software Foundation, Inc.
+   Copyright (C) 1988-1989, 2000-2003, 2005-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 2b6b8e583719c2a459725a8c69ad1278f4777d4d..b16ce2565b86ad5c0ffbf58bc42ec627d689fdf1 100644 (file)
@@ -1,6 +1,6 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 2000, 2001, 2002, 2007, 2009 Free Software Foundation,
+   Copyright (C) 2000-2002, 2007, 2009-2010 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 32305221e90ba735fcef4358bd2cc554ecb367ac..c9b6331a92bc272128048984252e7ec797b80ec4 100644 (file)
@@ -1,5 +1,6 @@
 /* Binary relations.
-   Copyright (C) 2002, 2004, 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004-2005, 2009-2010 Free Software Foundation,
+   Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 7af2ae837434dd6cab54fbc970f8b5e700ec3b95..1906db8037ecd538477ee31a77c29f709eb34977 100644 (file)
@@ -1,5 +1,5 @@
 /* Binary relations.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c98a54ad1916beb2e48c2b3134827223914e1399..a2942a072af938c3ff49da716971a34e91b74179 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison code properties structure and scanner.
 
-   Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index e2eb76a732a6873e63da8e7d08152ea5b416adb3..31565ef221f3eedd0e5a64cfb3d1010c6da06ad4 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Action Scanner                             -*- C -*-
 
-   Copyright (C) 2006, 2007, 2008-2009 Free Software Foundation, Inc.
+   Copyright (C) 2006-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index decb545c74ef72401ffe11da8290f4b961ed8731..4fe819cb5d7e69d4bd586447672875518267c8db 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Grammar Scanner
 
-   Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index f199ec38ef337fa5e72cf98bba483f21e62cbc06..f046ae430a2d24fcd4a171d144a646087ccfbace 100644 (file)
@@ -1,7 +1,6 @@
 /* Bison Grammar Scanner                             -*- C -*-
 
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free
-   Software Foundation, Inc.
+   Copyright (C) 2002-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 428c4d9df4227b965dbfe0873aaeba34a8b2aba9..bef1a3355486790f86b427ce9f055b7c1d9246b7 100644 (file)
@@ -1,6 +1,6 @@
 /* Scan Bison Skeletons.
 
-   Copyright (C) 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 8b3c59332cad96ab06d76012e17f13b1dc6c1390..90a52ddaf1eb9a1374d7c34ec5cb344e2edff24a 100644 (file)
@@ -1,7 +1,6 @@
 /* Scan Bison Skeletons.                                       -*- C -*-
 
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free
-   Software Foundation, Inc.
+   Copyright (C) 2001-2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index b5cd6a329c9927d41017f4c4bc44c9eece9fc998..aa80ebcd578de6c861f7d31140888ac6eb491935 100644 (file)
@@ -1,7 +1,6 @@
 /* Type definitions for nondeterministic finite state machine for Bison.
 
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free
-   Software Foundation, Inc.
+   Copyright (C) 2001-2007, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 931b48f1bf0aab6356b3889f001854230911e7b2..99e09c447d989060c426ac0ed88c626829cd24c2 100644 (file)
@@ -1,7 +1,7 @@
 /* Type definitions for nondeterministic finite state machine for Bison.
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2004, 2007, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 2000-2004, 2007, 2009-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 74cbe8b6ef53cf8ce6865c7a8db2da2053e9eb56..8546c96bc36737ccb096170d09a0eb5bc3196dec 100644 (file)
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005, 2006, 2007, 2009 Free Software Foundation,
+   Copyright (C) 2002, 2005-2007, 2009-2010 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 629bcd61f3af595c469954366d86aafe24c94ca2..3d439e856a8449a894282e5225c20f6fe6a7f1ec 100644 (file)
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005, 2006, 2007, 2009 Free Software Foundation,
+   Copyright (C) 2002, 2005-2007, 2009-2010 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index fd1e481c417325bd63cb569bece4f09146dd178c..93badb99d6c7c96efb41de7fe0632a115c407618 100644 (file)
@@ -1,8 +1,7 @@
 /* Symbol table manager for Bison.
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2004, 2005, 2006, 2007,
-   2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 2000-2002, 2004-2010 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index feb78fb18b3dec8a1bd08bc78543969f9f338ae0..9fd92a16c44a1926a51f46f60d02fd5dbd1d1299 100644 (file)
@@ -1,7 +1,7 @@
 /* Definitions for symtab.c and callers, part of Bison.
 
-   Copyright (C) 1984, 1989, 1992, 2000, 2001, 2002, 2004, 2005, 2006,
-   2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 1992, 2000-2002, 2004-2007, 2009-2010 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 8d2358c29eda8fc591f2b88c850bc5338ca50109..c5a685bc2d525d495227947190a3c19717f8a633 100644 (file)
@@ -1,7 +1,6 @@
 /* System-dependent definitions for Bison.
 
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2007, 2009-2010 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index d1f7e7d96255279b23338515e01e95472fd3f90b..01bccfc7818df6b6d36bb06b27bb45d3d5873bba 100644 (file)
@@ -1,7 +1,7 @@
 /* Output the generated parsing program for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2010 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 02381e2c7ba8f60c998e5f5482ac2aab1f7af6e6..a2d0986701cc0b6c5d1fb56b99cecd91b1be7f13 100644 (file)
@@ -1,5 +1,5 @@
 /* Prepare the LALR and GLR parser tables.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ed8f79a78f8c8467329aa787f3f8ec68f592f35c..f21d46f021b527ccae854d369ccf207a7739ca4b 100644 (file)
@@ -1,6 +1,6 @@
 /* Keep a unique copy of strings.
 
-   Copyright (C) 2002, 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002-2005, 2009-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 2f9fce035e4e6d86e48957faa8c948538cc08b97..132f203f7359fe55c5a761d2022c33511c793d8c 100644 (file)
@@ -1,6 +1,6 @@
 /* Keeping a unique copy of strings.
 
-   Copyright (C) 2002, 2003, 2008, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2008-2010 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a449520851449993aa3b658b8d0147beb15e759a..b5d41cacee3f66ee2298b47b49b86758e34e88d1 100644 (file)
@@ -2,8 +2,7 @@
 
 ## Makefile for Bison testsuite.
 
-## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-## 2008-2009 Free Software Foundation, Inc.
+## Copyright (C) 2000-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 4833a4fb673bb6b02b3258e5d67a689ade299127..af0ac5b5c6a1032965bd11ee07770fe5445ad50b 100644 (file)
@@ -1,6 +1,5 @@
 # Executing Actions.                               -*- Autotest -*-
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008-2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 2001-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 7277a59767da85261a413ed3c11a2973dc543ac1..d2c6f03600589f8377e025ae351fc4125c938e81 100644 (file)
@@ -1,8 +1,7 @@
 # @configure_input@                                    -*- shell-script -*-
 # Configurable variable values for Bison test suite.
 
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009 Free Software Foundation, Inc.
+# Copyright (C) 2000-2010 Free Software Foundation, Inc.
 
 # We need a C compiler.
 : ${CC='@CC@'}
index 341e48ad5af475a877a048519720c3e90ff9695a..fa6ce9bd44504024efc8ee348b26e793e6753579 100644 (file)
@@ -1,5 +1,6 @@
 # Checking the output filenames.                    -*- Autotest -*-
-# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
+# Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index d085e826857fec83358ea340af3e51817e4eea1e..d28b04a90aad3cb0342587e7f6c1b7f57a12e328 100644 (file)
@@ -1,7 +1,6 @@
 # Simple calculator.                         -*- Autotest -*-
 
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009 Free Software Foundation, Inc.
+# Copyright (C) 2000-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 18877296c8c3ea0f35a0132fcea3855f4b9368fb..09a7e11d2fcbda8ba41ef59bc715d3ac3a609c36 100644 (file)
@@ -1,7 +1,7 @@
 # Exercising Bison on conflicts.                         -*- Autotest -*-
 
-# Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009 Free Software
-# Foundation, Inc.
+# Copyright (C) 2002-2005, 2007, 2009-2010 Free Software Foundation,
+# Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 9daaa44ef8d45d007da411e86fd3554811645b0c..9feb42b8f4b95189f4329bb26749930bd9097630 100644 (file)
@@ -1,6 +1,5 @@
 # Checking GLR Parsing.                         -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008-2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 2002-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index ba06626b2696a4c666d08dd433e1829cb78cd86f..f0af11a40ffb750ccea7a21b89fde2438fcbb246 100644 (file)
@@ -1,7 +1,7 @@
 # Exercising Bison on actual grammars.                   -*- Autotest -*-
 
-# Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1989-1992, 2000-2005, 2007, 2009-2010 Free Software
+# Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index e5d683743dd1349a007b3c7cfe9d06116cb41322..dd24eb01757cf01b3264391735d4d883be27e895 100644 (file)
@@ -1,5 +1,5 @@
 # Checking GLR Parsing: Regression Tests           -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2009 Free Software
+# Copyright (C) 2002-2003, 2005-2007, 2009-2010 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 66a606c7507171a8ed332fba01ff50d45d1f226f..02e517ab5f3d1590d516fa390e89157f08b05fb1 100644 (file)
@@ -1,6 +1,6 @@
 # Bison Parser Headers.                               -*- Autotest -*-
-# Copyright (C) 2001, 2002, 2006, 2007, 2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2001-2002, 2006-2007, 2009-2010 Free Software
+# Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 27f12f2e5e2e8a1995d5111f94a21b6acd47e390..fb537cee5ed30f4e45639caef8d37ac4a13f1786 100644 (file)
@@ -1,6 +1,5 @@
 # Checking the Bison scanner.                    -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2002-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index ac6564f7e167850f339ea8c43095680f83976151..db0be29fd7a0d70be306737ed5f886203e06587b 100644 (file)
@@ -1,6 +1,6 @@
 # Java tests for simple calculator.           -*- Autotest -*-
 
-# Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index c71b12da1f0ef611a1a71c1d342489fa29cb4b30..8cd21cee1363f43eda9664cc7a4e24946c1e4717 100644 (file)
@@ -1,8 +1,7 @@
 # Process this -*- Autotest -*- file with autom4te.
 
 # Macros for the GNU Bison Test suite.
-# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
-# Foundation, Inc.
+# Copyright (C) 2003-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 085c2478ca3a66471a41f108404d39f9bf64c972..0da8b6d8ab329cab109b2ecc381ca27205b711d5 100644 (file)
@@ -1,6 +1,6 @@
 # Named references test.                           -*- Autotest -*-
 
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index e8f863d09badf19bea78894a2feb55af2a6ec059..f8e165322c881cf86bde3170d76729b331354b67 100644 (file)
@@ -1,6 +1,5 @@
 # Checking the output filenames.                    -*- Autotest -*-
-# Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007, 2008, 2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2005-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 741b36243fd9977a0db514c9bb246b8edde8fcba..587c4164ac9f2fb8704fb4381dfb0f78ad424ec0 100644 (file)
@@ -1,5 +1,5 @@
 # Checking Push Parsing.                            -*- Autotest -*-
-# Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index e1e336785a0351d09019e9a8081ae9ca4fb9d078..2a594539d743a3fd3697aef94ffbbba9c13a4638 100644 (file)
@@ -1,6 +1,5 @@
 # Exercising Bison Grammar Reduction.                      -*- Autotest -*-
-# Copyright (C) 2001, 2002, 2007, 2008, 2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2001-2002, 2007-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index ea60f371243282110f04a8a8d1a99465a04eb8f7..ca6ba1ddabb73e5679b1c71736bf5d8794f67bba 100644 (file)
@@ -1,7 +1,6 @@
 # Bison Regressions.                               -*- Autotest -*-
 
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
-# Foundation, Inc.
+# Copyright (C) 2001-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 84070a6b7b26b6323ec381fbd3c3a46af48aee9f..4c2a046b181864849465a9bf48934200a63cc255 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison Grammar Sets.                      -*- Autotest -*-
-# Copyright (C) 2001, 2002, 2005, 2007, 2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2001-2002, 2005, 2007, 2009-2010 Free Software
+# Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 60fc1176ca5decb98f25f1adf0bb01b01374d298..f96d13e2c24540c6ef35ae9b235fa01cbe61b042 100644 (file)
@@ -1,5 +1,5 @@
 # Checking skeleton support.                     -*- Autotest -*-
-# Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 8653b460e5b0d8895904b5ab749dc63db9f6d170..08b33c5fd2bdf97d41494457f97706fa0ad38130 100644 (file)
@@ -1,6 +1,6 @@
 # Executing Actions.                               -*- Autotest -*-
-# Copyright (C) 2002, 2004, 2005, 2007, 2009 Free Software Foundation,
-# Inc.
+# Copyright (C) 2002, 2004-2005, 2007, 2009-2010 Free Software
+# Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 9af11f9f5913e452dea8b01344e985f921a8a653..4c2848d7b223266bb51bd1da5132c5ae21d75dab 100644 (file)
@@ -1,7 +1,7 @@
 # Test suite for GNU Bison.                            -*- Autotest -*-
 
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009 Free
-# Software Foundation, Inc.
+# Copyright (C) 2000-2004, 2006-2007, 2009-2010 Free Software
+# Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
index 47435cbcbc6dae69ced8fc4e9236d7b7343440bd..335323777f0361b24b9204fa8934560d6f7ff2bb 100644 (file)
@@ -1,5 +1,5 @@
 # Torturing Bison.                                    -*- Autotest -*-
-# Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009 Free Software
+# Copyright (C) 2001-2002, 2004-2007, 2009-2010 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify