summaryrefslogtreecommitdiff
path: root/data/yacc.c
diff options
context:
space:
mode:
Diffstat (limited to 'data/yacc.c')
-rw-r--r--data/yacc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/yacc.c b/data/yacc.c
index 5efef5f8..28a2b238 100644
--- a/data/yacc.c
+++ b/data/yacc.c
@@ -1,11 +1,11 @@
-*- C -*-
# Yacc compatible skeleton for Bison
-# Copyright (C) 1984, 1989-1990, 2000-2010 Free Software Foundation,
-# Inc.
+# Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005,
+# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
m4_pushdef([b4_copyright_years],
- [1984, 1989-1990, 2000-2010])
+ [1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 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