From 38609c34559fb86f2fb827dfed929ba9c396dc6f Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Thu, 6 Aug 2009 19:15:28 -0400 Subject: maint: run "make update-copyright" --- 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 ++-- 31 files changed, 47 insertions(+), 43 deletions(-) (limited to 'src') diff --git a/src/LR0.c b/src/LR0.c index efda69fb..4725d6bc 100644 --- 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 - Free Software Foundation, Inc. + Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2004, 2005, 2006, + 2007, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/assoc.c b/src/assoc.c index 2ce16f0b..259877e8 100644 --- a/src/assoc.c +++ b/src/assoc.c @@ -1,5 +1,5 @@ /* Associativity information. - Copyright (C) 2002, 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2005, 2006, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/assoc.h b/src/assoc.h index d900caff..3168f998 100644 --- a/src/assoc.h +++ b/src/assoc.h @@ -1,5 +1,5 @@ /* Associativity information. - Copyright (C) 2002, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2006, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/closure.c b/src/closure.c index ff3109ca..180e1dfc 100644 --- a/src/closure.c +++ b/src/closure.c @@ -1,7 +1,7 @@ /* Closures for Bison - Copyright (C) 1984, 1989, 2000, 2001, 2002, 2004, 2005, 2007 Free - Software Foundation, Inc. + Copyright (C) 1984, 1989, 2000, 2001, 2002, 2004, 2005, 2007, 2009 + Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/closure.h b/src/closure.h index 045daa91..f64b7d5e 100644 --- a/src/closure.h +++ b/src/closure.h @@ -1,6 +1,6 @@ /* Subroutines for bison - Copyright (C) 1984, 1989, 2000, 2001, 2002, 2007 Free Software + Copyright (C) 1984, 1989, 2000, 2001, 2002, 2007, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/conflicts.c b/src/conflicts.c index 7a9f3c22..98959cff 100644 --- a/src/conflicts.c +++ b/src/conflicts.c @@ -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 Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1992, 2000, 2001, 2002, 2003, 2004, 2005, + 2006, 2007, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/conflicts.h b/src/conflicts.h index d8264cca..901e88a9 100644 --- a/src/conflicts.h +++ b/src/conflicts.h @@ -1,5 +1,6 @@ /* Find and resolve or report lookahead conflicts for bison, - Copyright (C) 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2004, 2007, 2009 Free Software + Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/derives.c b/src/derives.c index dc6049c7..7442ca87 100644 --- a/src/derives.c +++ b/src/derives.c @@ -1,6 +1,6 @@ /* Match rules with nonterminals for bison, - Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2005 Free + Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/derives.h b/src/derives.h index d4ba1164..d9de5b06 100644 --- a/src/derives.h +++ b/src/derives.h @@ -1,6 +1,6 @@ /* Match rules with nonterminals for bison, - Copyright (C) 1984, 1989, 2000, 2001, 2002 Free Software + Copyright (C) 1984, 1989, 2000, 2001, 2002, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/files.h b/src/files.h index 3a72193b..a75eda22 100644 --- a/src/files.h +++ b/src/files.h @@ -1,7 +1,7 @@ /* File names and variables for bison, - Copyright (C) 1984, 1989, 2000, 2001, 2002, 2006, 2007 Free Software - Foundation, Inc. + Copyright (C) 1984, 1989, 2000, 2001, 2002, 2006, 2007, 2009 Free + Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/flex-scanner.h b/src/flex-scanner.h index ffa51914..b859049e 100644 --- a/src/flex-scanner.h +++ b/src/flex-scanner.h @@ -1,6 +1,6 @@ /* Common parts between scan-code.l, scan-gram.l, and scan-skel.l. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/graphviz.c b/src/graphviz.c index 6454dc46..4c960035 100644 --- a/src/graphviz.c +++ b/src/graphviz.c @@ -1,6 +1,6 @@ /* Output Graphviz specification of a state machine generated by Bison. - Copyright (C) 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/nullable.c b/src/nullable.c index 7ee66120..51b876c5 100644 --- a/src/nullable.c +++ b/src/nullable.c @@ -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 - Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2004, 2005, 2006, + 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/nullable.h b/src/nullable.h index f8d8e230..a8e9e28d 100644 --- a/src/nullable.h +++ b/src/nullable.h @@ -1,5 +1,5 @@ /* Part of the bison parser generator, - Copyright (C) 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/output.h b/src/output.h index abd88f5c..ed97ed79 100644 --- a/src/output.h +++ b/src/output.h @@ -1,6 +1,6 @@ /* Output the generated parsing program for bison, - Copyright (C) 2000, 2001, 2002, 2003, 2006, 2007 Free Software Foundation, - Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2006, 2007, 2009 Free Software + Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/print-xml.h b/src/print-xml.h index cdef4890..cb6f5ec1 100644 --- a/src/print-xml.h +++ b/src/print-xml.h @@ -1,6 +1,6 @@ /* Output an xml of the generated parser, for Bison. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/print_graph.c b/src/print_graph.c index 9d7da18a..86877c35 100644 --- a/src/print_graph.c +++ b/src/print_graph.c @@ -1,7 +1,7 @@ /* Output a graph of the generated parser, for Bison. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software - Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free + Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/reader.h b/src/reader.h index 736bd0e7..e5710052 100644 --- a/src/reader.h +++ b/src/reader.h @@ -1,7 +1,7 @@ /* Input parser for Bison - Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007 Free Software - Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009 Free + Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/reduce.c b/src/reduce.c index 596a26bc..67e72a36 100644 --- a/src/reduce.c +++ b/src/reduce.c @@ -1,7 +1,7 @@ /* Grammar reduction for Bison. - Copyright (C) 1988, 1989, 2000, 2001, 2002, 2003, 2005, 2006, - 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 2000, 2001, 2002, 2003, 2005, 2006, 2007, + 2008-2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/reduce.h b/src/reduce.h index 3d039ef5..2b6b8e58 100644 --- a/src/reduce.h +++ b/src/reduce.h @@ -1,6 +1,7 @@ /* Grammar reduction for Bison. - Copyright (C) 2000, 2001, 2002, 2007 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2007, 2009 Free Software Foundation, + Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/relation.c b/src/relation.c index c5bf05bf..32305221 100644 --- a/src/relation.c +++ b/src/relation.c @@ -1,5 +1,5 @@ /* Binary relations. - Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2005, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/relation.h b/src/relation.h index 8be164b1..7af2ae83 100644 --- a/src/relation.h +++ b/src/relation.h @@ -1,5 +1,5 @@ /* Binary relations. - Copyright (C) 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/scan-code.h b/src/scan-code.h index cf5b6d70..11cf5d01 100644 --- a/src/scan-code.h +++ b/src/scan-code.h @@ -1,6 +1,6 @@ /* Bison code properties structure and scanner. - Copyright (C) 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/scan-code.l b/src/scan-code.l index 235800f8..323b49b0 100644 --- a/src/scan-code.l +++ b/src/scan-code.l @@ -1,6 +1,6 @@ /* Bison Action Scanner -*- C -*- - Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008-2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/scan-gram.h b/src/scan-gram.h index b7983f1c..decb545c 100644 --- a/src/scan-gram.h +++ b/src/scan-gram.h @@ -1,6 +1,6 @@ /* Bison Grammar Scanner - Copyright (C) 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/scan-skel.h b/src/scan-skel.h index c9b4da61..428c4d9d 100644 --- a/src/scan-skel.h +++ b/src/scan-skel.h @@ -1,6 +1,6 @@ /* Scan Bison Skeletons. - Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/scan-skel.l b/src/scan-skel.l index 6841b4a4..8b3c5933 100644 --- a/src/scan-skel.l +++ b/src/scan-skel.l @@ -1,7 +1,7 @@ /* Scan Bison Skeletons. -*- C -*- - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software - Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free + Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/symlist.c b/src/symlist.c index 1ffad2b6..74cbe8b6 100644 --- a/src/symlist.c +++ b/src/symlist.c @@ -1,6 +1,7 @@ /* Lists of symbols for Bison - Copyright (C) 2002, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2002, 2005, 2006, 2007, 2009 Free Software Foundation, + Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/symlist.h b/src/symlist.h index e02c9e4f..629bcd61 100644 --- a/src/symlist.h +++ b/src/symlist.h @@ -1,6 +1,7 @@ /* Lists of symbols for Bison - Copyright (C) 2002, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2002, 2005, 2006, 2007, 2009 Free Software Foundation, + Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/symtab.h b/src/symtab.h index fe37716a..b12c421a 100644 --- a/src/symtab.h +++ b/src/symtab.h @@ -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 - Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1992, 2000, 2001, 2002, 2004, 2005, 2006, + 2007, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/system.h b/src/system.h index 57a432d0..cc2b09b2 100644 --- a/src/system.h +++ b/src/system.h @@ -1,7 +1,7 @@ /* System-dependent definitions for Bison. - Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free - Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 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 -- cgit v1.2.1