bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Copyright years.


From: Akim Demaille
Subject: [PATCH] Copyright years.
Date: Wed, 25 Feb 2009 22:38:31 -0000

        * data/glr.c: Add 2007 and 2008 here, consistenly with the comments.
---
 ChangeLog  |    5 +++++
 data/glr.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 49153f2..4cb120e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-02-25  Akim Demaille  <address@hidden>
 
+       Copyright years.
+       * data/glr.c: Add 2007 and 2008 here, consistenly with the comments.
+
+2009-02-25  Akim Demaille  <address@hidden>
+
        Style changes.
        * etc/bench.pl.in (generate_grammar_list): Consitently use
        location_type, not yy::location.
diff --git a/data/glr.c b/data/glr.c
index bf1f1a2..9cabf62 100644
--- a/data/glr.c
+++ b/data/glr.c
@@ -158,7 +158,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])
+             [2002, 2003, 2004, 2005, 2006, 2007, 2008])
 [
 /* C GLR parser skeleton written by Paul Hilfinger.  */
 
@@ -2583,7 +2583,7 @@ m4_if(b4_skeleton, ["glr.c"],
 [b4_defines_if(
 address@hidden(b4_spec_defines_file@)@
 b4_copyright([Skeleton interface for Bison GLR parsers in C],
-             [2002, 2003, 2004, 2005, 2006])
+             [2002, 2003, 2004, 2005, 2006, 2007, 2008])
 
 b4_shared_declarations
 
-- 
1.6.2.rc0.35.g1b53





reply via email to

[Prev in Thread] Current Thread [Next in Thread]