From 38609c34559fb86f2fb827dfed929ba9c396dc6f Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Thu, 6 Aug 2009 19:15:28 -0400 Subject: [PATCH] maint: run "make update-copyright" --- ChangeLog | 4 ++++ PACKAGING | 2 +- README | 3 ++- README-alpha | 2 +- TODO | 4 ++-- data/Makefile.am | 3 ++- data/README | 2 +- data/c++-skel.m4 | 2 +- data/c-skel.m4 | 2 +- data/glr.cc | 6 +++--- data/java-skel.m4 | 2 +- data/java.m4 | 2 +- data/lalr1.java | 2 +- data/xslt/bison.xsl | 2 +- data/xslt/xml2text.xsl | 2 +- data/yacc.c | 8 ++++---- djgpp/Makefile.maint | 3 ++- djgpp/README.in | 2 +- djgpp/config.bat | 3 ++- djgpp/config.sed | 3 ++- djgpp/config.site | 3 ++- djgpp/config_h.sed | 3 ++- djgpp/djunpack.bat | 3 ++- djgpp/subpipe.c | 3 ++- djgpp/subpipe.h | 3 ++- djgpp/testsuite.sed | 2 +- doc/Makefile.am | 4 ++-- doc/refcard.tex | 2 +- etc/Makefile.am | 2 +- etc/README | 2 +- examples/Makefile.am | 2 +- lib/abitset.c | 2 +- lib/abitset.h | 2 +- lib/bbitset.h | 3 ++- lib/bitset.c | 3 ++- lib/bitset.h | 2 +- lib/bitset_stats.c | 3 ++- lib/bitset_stats.h | 2 +- lib/bitsetv-print.c | 3 ++- lib/bitsetv-print.h | 2 +- lib/bitsetv.c | 3 ++- lib/bitsetv.h | 2 +- lib/ebitset.c | 3 ++- lib/ebitset.h | 2 +- lib/get-errno.c | 2 +- lib/get-errno.h | 2 +- lib/lbitset.c | 3 ++- lib/lbitset.h | 2 +- lib/libiberty.h | 2 +- lib/main.c | 2 +- lib/subpipe.c | 3 ++- lib/subpipe.h | 2 +- lib/timevar.c | 3 ++- lib/timevar.h | 2 +- lib/vbitset.c | 3 ++- lib/vbitset.h | 2 +- lib/yyerror.c | 2 +- m4/bison-i18n.m4 | 2 +- m4/c-working.m4 | 2 +- m4/cxx.m4 | 2 +- m4/subpipe.m4 | 2 +- m4/timevar.m4 | 2 +- src/LR0.c | 4 ++-- src/assoc.c | 2 +- src/assoc.h | 2 +- src/closure.c | 4 ++-- src/closure.h | 2 +- src/conflicts.c | 4 ++-- src/conflicts.h | 3 ++- src/derives.c | 2 +- src/derives.h | 2 +- src/files.h | 4 ++-- src/flex-scanner.h | 2 +- src/graphviz.c | 2 +- src/nullable.c | 4 ++-- src/nullable.h | 2 +- src/output.h | 4 ++-- src/print-xml.h | 2 +- src/print_graph.c | 4 ++-- src/reader.h | 4 ++-- src/reduce.c | 4 ++-- src/reduce.h | 3 ++- src/relation.c | 2 +- src/relation.h | 2 +- src/scan-code.h | 2 +- src/scan-code.l | 2 +- src/scan-gram.h | 2 +- src/scan-skel.h | 2 +- src/scan-skel.l | 4 ++-- src/symlist.c | 3 ++- src/symlist.h | 3 ++- src/symtab.h | 4 ++-- src/system.h | 4 ++-- tests/Makefile.am | 4 ++-- tests/actions.at | 4 ++-- tests/c++.at | 2 +- tests/cxx-type.at | 4 ++-- tests/glr-regression.at | 3 ++- tests/headers.at | 3 ++- tests/sets.at | 3 ++- tests/synclines.at | 3 ++- tests/testsuite.at | 4 ++-- 102 files changed, 156 insertions(+), 124 deletions(-) diff --git a/ChangeLog b/ChangeLog index 252cadb3..1513a0b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-08-06 Joel E. Denny + + maint: run "make update-copyright" + 2009-08-06 Joel E. Denny maint: make update-b4-copyright easier to use diff --git a/PACKAGING b/PACKAGING index c549b449..6f858727 100644 --- a/PACKAGING +++ b/PACKAGING @@ -36,7 +36,7 @@ to the bison package. ----- -Copyright (C) 2002, 2005 Free Software Foundation, Inc. +Copyright (C) 2002, 2005, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/README b/README index 498671f0..34a524db 100644 --- a/README +++ b/README @@ -25,7 +25,8 @@ not answer them, please send mail to . ----- -Copyright (C) 1992, 1998, 1999, 2003, 2004, 2005, 2008 Free Software Foundation, Inc. +Copyright (C) 1992, 1998, 1999, 2003, 2004, 2005, 2008-2009 Free +Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/README-alpha b/README-alpha index 550ca327..14ca052c 100644 --- a/README-alpha +++ b/README-alpha @@ -12,7 +12,7 @@ the problems you encounter. ----- -Copyright (C) 2002, 2004 Free Software Foundation, Inc. +Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc. This file is part of GNU Bison. diff --git a/TODO b/TODO index b2bca354..6686ca4e 100644 --- a/TODO +++ b/TODO @@ -290,8 +290,8 @@ Equip the parser with a means to create the (visual) parse tree. ----- -Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, -Inc. +Copyright (C) 2001, 2002, 2003, 2004, 2006, 2009 Free Software +Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/data/Makefile.am b/data/Makefile.am index ce15daca..8ac50879 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,5 @@ -## Copyright (C) 2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +## Copyright (C) 2002, 2005, 2006, 2007, 2008-2009 Free Software +## Foundation, Inc. # This 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/data/README b/data/README index 18e025c1..1de6c78c 100644 --- a/data/README +++ b/data/README @@ -52,7 +52,7 @@ into various formats. ----- -Copyright (C) 2002, 2008 Free Software Foundation, Inc. +Copyright (C) 2002, 2008-2009 Free Software Foundation, Inc. This file is part of GNU Bison. diff --git a/data/c++-skel.m4 b/data/c++-skel.m4 index b8089ff8..b98f7bb7 100644 --- a/data/c++-skel.m4 +++ b/data/c++-skel.m4 @@ -1,7 +1,7 @@ -*- Autoconf -*- # C++ skeleton dispatching for Bison. -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. # This 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/data/c-skel.m4 b/data/c-skel.m4 index 91f3c205..20c2a831 100644 --- a/data/c-skel.m4 +++ b/data/c-skel.m4 @@ -1,7 +1,7 @@ -*- Autoconf -*- # C skeleton dispatching for Bison. -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. # This 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/data/glr.cc b/data/glr.cc index afd0e613..ff19e279 100644 --- a/data/glr.cc +++ b/data/glr.cc @@ -1,8 +1,8 @@ -*- C -*- # C++ GLR skeleton for Bison -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, -# Inc. +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008-2009 Free +# Software Foundation, Inc. # This 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 +219,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])[ + [2002, 2003, 2004, 2005, 2006, 2009])[ /* C++ GLR parser skeleton written by Akim Demaille. */ diff --git a/data/java-skel.m4 b/data/java-skel.m4 index 7c4aa109..7c314ceb 100644 --- a/data/java-skel.m4 +++ b/data/java-skel.m4 @@ -1,7 +1,7 @@ -*- Autoconf -*- # Java skeleton dispatching for Bison. -# Copyright (C) 2007 Free Software Foundation, Inc. +# Copyright (C) 2007, 2009 Free Software Foundation, Inc. # This 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/data/java.m4 b/data/java.m4 index b3dbd3b3..c03b65d7 100644 --- a/data/java.m4 +++ b/data/java.m4 @@ -2,7 +2,7 @@ # Java language support for Bison -# Copyright (C) 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2007, 2008-2009 Free Software Foundation, Inc. # This 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/data/lalr1.java b/data/lalr1.java index 5fbce2b5..947eaf48 100644 --- a/data/lalr1.java +++ b/data/lalr1.java @@ -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, 2008, 2009]) b4_percent_define_ifdef([package], [package b4_percent_define_get([package]); ])[/* First part of user declarations. */ diff --git a/data/xslt/bison.xsl b/data/xslt/bison.xsl index 9a6ce8a4..f5f6323b 100644 --- a/data/xslt/bison.xsl +++ b/data/xslt/bison.xsl @@ -3,7 +3,7 @@