summaryrefslogtreecommitdiff
path: root/data/yacc.c
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2010-01-04 13:38:09 -0500
committerJoel E. Denny <jdenny@clemson.edu>2010-01-04 13:47:36 -0500
commite141f4d4bb6584bfbf13003047a2e48e9a6eab6a (patch)
tree29239329bf9ccce0a57a90645481242522d3f4a4 /data/yacc.c
parent882be728b2481ed2f83805ab8d2cbbab2830f39c (diff)
downloadbison-e141f4d4bb6584bfbf13003047a2e48e9a6eab6a.tar.gz
maint: run "make update-copyright"
Diffstat (limited to 'data/yacc.c')
-rw-r--r--data/yacc.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/data/yacc.c b/data/yacc.c
index 462b8526..5780a295 100644
--- a/data/yacc.c
+++ b/data/yacc.c
@@ -1,12 +1,11 @@
-*- C -*-
# Yacc compatible skeleton for Bison
-# Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-# 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1984, 1989-1990, 2000-2010 Free Software Foundation,
+# Inc.
m4_pushdef([b4_copyright_years],
- [1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
- 2007, 2008, 2009])
+ [1984, 1989-1990, 2000-2010])
# 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