Update copyright dates for recent changes.

* Makefile.am: Here.
* src/Makefile.am: Here.
* src/reduce.c: Here.
* tests/reduce.at: Here.
This commit is contained in:
Joel E. Denny
2008-07-20 18:33:17 -04:00
parent 8fa369111f
commit 5523ac79a0
5 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
2008-07-20 Joel E. Denny <jdenny@ces.clemson.edu>
Update copyright dates for recent changes.
* Makefile.am: Here.
* src/Makefile.am: Here.
* src/reduce.c: Here.
* tests/reduce.at: Here.
2008-07-18 Joel E. Denny <jdenny@ces.clemson.edu> 2008-07-18 Joel E. Denny <jdenny@ces.clemson.edu>
Use git-version-gen for version names between releases. Use git-version-gen for version names between releases.

View File

@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*- ## Process this file with automake to produce Makefile.in -*-Makefile-*-
## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software
## Foundation, Inc. ## Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify

View File

@@ -1,6 +1,6 @@
# Make bison/src. # Make bison/src.
# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software
# Foundation, Inc. # Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify

View File

@@ -1,7 +1,7 @@
/* Grammar reduction for Bison. /* Grammar reduction for Bison.
Copyright (C) 1988, 1989, 2000, 2001, 2002, 2003, 2005, 2006, Copyright (C) 1988, 1989, 2000, 2001, 2002, 2003, 2005, 2006,
2007 Free Software Foundation, Inc. 2007, 2008 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler. This file is part of Bison, the GNU Compiler Compiler.

View File

@@ -1,5 +1,5 @@
# Exercising Bison Grammar Reduction. -*- Autotest -*- # Exercising Bison Grammar Reduction. -*- Autotest -*-
# Copyright (C) 2001, 2002, 2007 Free Software Foundation, Inc. # Copyright (C) 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by