From 6789b8bd7b11e8f28923bac273e85a7375e80f8b Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Wed, 29 Apr 2009 20:03:52 -0400 Subject: [PATCH] Add copyright updates missed during previous cherry pick. * src/output.c: Here. * src/parse-gram.y: Here. * src/scan-gram.l: Here. --- ChangeLog | 7 +++++++ src/output.c | 2 +- src/parse-gram.y | 4 ++-- src/scan-gram.l | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 69edc6bd..0bbcc426 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-04-24 Joel E. Denny + + Add copyright updates missed during previous cherry pick. + * src/output.c: Here. + * src/parse-gram.y: Here. + * src/scan-gram.l: Here. + 2009-04-20 Akim Demaille variables: accept dashes. diff --git a/src/output.c b/src/output.c index e299230b..d5e30b8a 100644 --- a/src/output.c +++ b/src/output.c @@ -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 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/src/parse-gram.y b/src/parse-gram.y index 2e4168b7..5bf66949 100644 --- a/src/parse-gram.y +++ b/src/parse-gram.y @@ -1,7 +1,7 @@ %{/* Bison Grammar Parser -*- C -*- - 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 file is part of Bison, the GNU Compiler Compiler. diff --git a/src/scan-gram.l b/src/scan-gram.l index 2ef4eb3b..c29e167d 100644 --- a/src/scan-gram.l +++ b/src/scan-gram.l @@ -1,7 +1,7 @@ /* Bison Grammar Scanner -*- C -*- - 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 file is part of Bison, the GNU Compiler Compiler. -- 2.47.2