summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2009-08-06 19:15:28 -0400
committerJoel E. Denny <jdenny@clemson.edu>2009-08-06 19:16:29 -0400
commit38609c34559fb86f2fb827dfed929ba9c396dc6f (patch)
treea477aff76a1a233622de5cbe8741f8dc13d8636b /data
parent642f240e229cb561b401ca8b897621c4c4b37fdc (diff)
downloadbison-38609c34559fb86f2fb827dfed929ba9c396dc6f.tar.gz
maint: run "make update-copyright"
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am3
-rw-r--r--data/README2
-rw-r--r--data/c++-skel.m42
-rw-r--r--data/c-skel.m42
-rw-r--r--data/glr.cc6
-rw-r--r--data/java-skel.m42
-rw-r--r--data/java.m42
-rw-r--r--data/lalr1.java2
-rw-r--r--data/xslt/bison.xsl2
-rw-r--r--data/xslt/xml2text.xsl2
-rw-r--r--data/yacc.c8
11 files changed, 17 insertions, 16 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index ce15daca..8ac50879 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,5 @@
-## Copyright (C) 2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+## Copyright (C) 2002, 2005, 2006, 2007, 2008-2009 Free Software
+## Foundation, Inc.
# 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
diff --git a/data/README b/data/README
index 18e025c1..1de6c78c 100644
--- a/data/README
+++ b/data/README
@@ -52,7 +52,7 @@ into various formats.
-----
-Copyright (C) 2002, 2008 Free Software Foundation, Inc.
+Copyright (C) 2002, 2008-2009 Free Software Foundation, Inc.
This file is part of GNU Bison.
diff --git a/data/c++-skel.m4 b/data/c++-skel.m4
index b8089ff8..b98f7bb7 100644
--- a/data/c++-skel.m4
+++ b/data/c++-skel.m4
@@ -1,7 +1,7 @@
-*- Autoconf -*-
# C++ skeleton dispatching for Bison.
-# Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
# 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
diff --git a/data/c-skel.m4 b/data/c-skel.m4
index 91f3c205..20c2a831 100644
--- a/data/c-skel.m4
+++ b/data/c-skel.m4
@@ -1,7 +1,7 @@
-*- Autoconf -*-
# C skeleton dispatching for Bison.
-# Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
# 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
diff --git a/data/glr.cc b/data/glr.cc
index afd0e613..ff19e279 100644
--- a/data/glr.cc
+++ b/data/glr.cc
@@ -1,8 +1,8 @@
-*- C -*-
# C++ GLR skeleton for Bison
-# 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 program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -219,7 +219,7 @@ m4_popdef([b4_parse_param])
m4_divert_push(0)
@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, 2009])[
/* C++ GLR parser skeleton written by Akim Demaille. */
diff --git a/data/java-skel.m4 b/data/java-skel.m4
index 7c4aa109..7c314ceb 100644
--- a/data/java-skel.m4
+++ b/data/java-skel.m4
@@ -1,7 +1,7 @@
-*- Autoconf -*-
# Java skeleton dispatching for Bison.
-# Copyright (C) 2007 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009 Free Software Foundation, Inc.
# 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
diff --git a/data/java.m4 b/data/java.m4
index b3dbd3b3..c03b65d7 100644
--- a/data/java.m4
+++ b/data/java.m4
@@ -2,7 +2,7 @@
# Java language support for Bison
-# Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008-2009 Free Software Foundation, Inc.
# 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
diff --git a/data/lalr1.java b/data/lalr1.java
index 5fbce2b5..947eaf48 100644
--- a/data/lalr1.java
+++ b/data/lalr1.java
@@ -25,7 +25,7 @@ m4_ifval(m4_defn([b4_symbol_destructors]),
m4_divert_push(0)dnl
@output(b4_parser_file_name@)@
b4_copyright([Skeleton implementation for Bison LALR(1) parsers in Java],
- [2007, 2008, 2009])
+ [2007, 2008, 2009])
b4_percent_define_ifdef([package], [package b4_percent_define_get([package]);
])[/* First part of user declarations. */
diff --git a/data/xslt/bison.xsl b/data/xslt/bison.xsl
index 9a6ce8a4..f5f6323b 100644
--- a/data/xslt/bison.xsl
+++ b/data/xslt/bison.xsl
@@ -3,7 +3,7 @@
<!--
bison.xsl - common templates for Bison XSLT.
- Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2008-2009 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
diff --git a/data/xslt/xml2text.xsl b/data/xslt/xml2text.xsl
index a7835129..fbb6f2bd 100644
--- a/data/xslt/xml2text.xsl
+++ b/data/xslt/xml2text.xsl
@@ -3,7 +3,7 @@
<!--
xml2text.xsl - transform Bison XML Report into plain text.
- Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2008-2009 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
diff --git a/data/yacc.c b/data/yacc.c
index 1a2b88c8..5e737b76 100644
--- a/data/yacc.c
+++ b/data/yacc.c
@@ -155,8 +155,8 @@ m4_changecom()
m4_divert_push(0)dnl
@output(b4_parser_file_name@)@
b4_copyright([Skeleton implementation for Bison's Yacc-like parsers in C],
- [1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
- 2009])[
+ [1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005,
+ 2006, 2007, 2008, 2009])[
/* C LALR(1) parser skeleton written by Richard Stallman, by
simplifying the original so-called "semantic" parser. */
@@ -1677,8 +1677,8 @@ yypushreturn:
b4_defines_if(
[@output(b4_spec_defines_file@)@
b4_copyright([Skeleton interface for Bison's Yacc-like parsers in C],
- [1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
- 2009])
+ [1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005,
+ 2006, 2007, 2008, 2009])
b4_percent_code_get([[requires]])[]dnl