]> git.saurik.com Git - bison.git/commitdiff
Copyright years.
authorAkim Demaille <demaille@gostai.com>
Wed, 31 Dec 2008 15:55:12 +0000 (16:55 +0100)
committerAkim Demaille <demaille@gostai.com>
Wed, 25 Feb 2009 22:34:45 +0000 (23:34 +0100)
* data/glr.c: Add 2007 and 2008 here, consistenly with the comments.

ChangeLog
data/glr.c

index 49153f2a3c642900110977334506eb21de2729dd..4cb120ed9ee1d77ca0f18f16eee37cae41e16258 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-25  Akim Demaille  <demaille@gostai.com>
+
+       Copyright years.
+       * data/glr.c: Add 2007 and 2008 here, consistenly with the comments.
+
 2009-02-25  Akim Demaille  <demaille@gostai.com>
 
        Style changes.
index bf1f1a225c0c53980c5f42dad40c5b3dc081719e..9cabf622190afa56612b56cfe59371222fd0943c 100644 (file)
@@ -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(
 [@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, 2007, 2008])
 
 b4_shared_declarations