summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
-rw-r--r--tests/actions.at4
-rw-r--r--tests/atlocal.in3
-rw-r--r--tests/c++.at5
-rw-r--r--tests/calc.at3
-rw-r--r--tests/conflicts.at4
-rw-r--r--tests/cxx-type.at4
-rw-r--r--tests/existing.at4
-rw-r--r--tests/glr-regression.at3
-rw-r--r--tests/headers.at3
-rw-r--r--tests/input.at4
-rw-r--r--tests/java.at2
-rw-r--r--tests/local.at4
-rw-r--r--tests/named-refs.at2
-rw-r--r--tests/output.at4
-rw-r--r--tests/push.at3
-rw-r--r--tests/reduce.at4
-rw-r--r--tests/regression.at3
-rw-r--r--tests/sets.at3
-rw-r--r--tests/skeletons.at3
-rw-r--r--tests/synclines.at3
-rw-r--r--tests/testsuite.at4
-rw-r--r--tests/torture.at5
23 files changed, 52 insertions, 28 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5b5f4faf..d4901ba8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,7 +2,8 @@
## Makefile for Bison testsuite.
-## Copyright (C) 2000-2010 Free Software Foundation, Inc.
+## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+## 2009, 2010 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/tests/actions.at b/tests/actions.at
index af0ac5b5..5082da7b 100644
--- a/tests/actions.at
+++ b/tests/actions.at
@@ -1,5 +1,7 @@
# Executing Actions. -*- Autotest -*-
-# Copyright (C) 2001-2010 Free Software Foundation, Inc.
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+# 2010 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/tests/atlocal.in b/tests/atlocal.in
index 99b7a628..617fbb8f 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,7 +1,8 @@
# @configure_input@ -*- shell-script -*-
# Configurable variable values for Bison test suite.
-# Copyright (C) 2000-2010 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+# 2009, 2010 Free Software Foundation, Inc.
# We need a C compiler.
: ${CC='@CC@'}
diff --git a/tests/c++.at b/tests/c++.at
index fa6ce9bd..c8f7ecea 100644
--- a/tests/c++.at
+++ b/tests/c++.at
@@ -1,6 +1,7 @@
# Checking the output filenames. -*- Autotest -*-
-# Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
-# Inc.
+
+# Copyright (C) 2004, 2005, 2007, 2009, 2010 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/tests/calc.at b/tests/calc.at
index 23716663..7f757f39 100644
--- a/tests/calc.at
+++ b/tests/calc.at
@@ -1,6 +1,7 @@
# Simple calculator. -*- Autotest -*-
-# Copyright (C) 2000-2010 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+# 2009, 2010 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/tests/conflicts.at b/tests/conflicts.at
index 09a7e11d..cdac7cc7 100644
--- a/tests/conflicts.at
+++ b/tests/conflicts.at
@@ -1,7 +1,7 @@
# Exercising Bison on conflicts. -*- Autotest -*-
-# Copyright (C) 2002-2005, 2007, 2009-2010 Free Software Foundation,
-# Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009, 2010 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/tests/cxx-type.at b/tests/cxx-type.at
index 9feb42b8..5b062382 100644
--- a/tests/cxx-type.at
+++ b/tests/cxx-type.at
@@ -1,5 +1,7 @@
# Checking GLR Parsing. -*- Autotest -*-
-# Copyright (C) 2002-2010 Free Software Foundation, Inc.
+
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+# 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/tests/existing.at b/tests/existing.at
index f0af11a4..c36e46f4 100644
--- a/tests/existing.at
+++ b/tests/existing.at
@@ -1,7 +1,7 @@
# Exercising Bison on actual grammars. -*- Autotest -*-
-# Copyright (C) 1989-1992, 2000-2005, 2007, 2009-2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004,
+# 2005, 2007, 2009, 2010 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/tests/glr-regression.at b/tests/glr-regression.at
index dd24eb01..83fd382b 100644
--- a/tests/glr-regression.at
+++ b/tests/glr-regression.at
@@ -1,5 +1,6 @@
# Checking GLR Parsing: Regression Tests -*- Autotest -*-
-# Copyright (C) 2002-2003, 2005-2007, 2009-2010 Free Software
+
+# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2009, 2010 Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/tests/headers.at b/tests/headers.at
index 02e517ab..0f31fea0 100644
--- a/tests/headers.at
+++ b/tests/headers.at
@@ -1,5 +1,6 @@
# Bison Parser Headers. -*- Autotest -*-
-# Copyright (C) 2001-2002, 2006-2007, 2009-2010 Free Software
+
+# Copyright (C) 2001, 2002, 2006, 2007, 2009, 2010 Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/tests/input.at b/tests/input.at
index 960b931a..1d50fe02 100644
--- a/tests/input.at
+++ b/tests/input.at
@@ -1,5 +1,7 @@
# Checking the Bison scanner. -*- Autotest -*-
-# Copyright (C) 2002-2010 Free Software Foundation, Inc.
+
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+# 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/tests/java.at b/tests/java.at
index db0be29f..e35588f0 100644
--- a/tests/java.at
+++ b/tests/java.at
@@ -1,6 +1,6 @@
# Java tests for simple calculator. -*- Autotest -*-
-# Copyright (C) 2007-2010 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008, 2009, 2010 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/tests/local.at b/tests/local.at
index dcf382d0..f59d3731 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -1,7 +1,9 @@
# Process this -*- Autotest -*- file with autom4te.
# Macros for the GNU Bison Test suite.
-# Copyright (C) 2003-2010 Free Software Foundation, Inc.
+
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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/tests/named-refs.at b/tests/named-refs.at
index 0da8b6d8..239afbab 100644
--- a/tests/named-refs.at
+++ b/tests/named-refs.at
@@ -1,6 +1,6 @@
# Named references test. -*- Autotest -*-
-# Copyright (C) 2009-2010 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2010 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/tests/output.at b/tests/output.at
index 22f125bf..176191f4 100644
--- a/tests/output.at
+++ b/tests/output.at
@@ -1,5 +1,7 @@
# Checking the output filenames. -*- Autotest -*-
-# Copyright (C) 2000-2002, 2005-2010 Free Software Foundation, Inc.
+
+# Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007, 2008, 2009, 2010
+# 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/tests/push.at b/tests/push.at
index 587c4164..c686ea5e 100644
--- a/tests/push.at
+++ b/tests/push.at
@@ -1,5 +1,6 @@
# Checking Push Parsing. -*- Autotest -*-
-# Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
+
+# Copyright (C) 2007, 2009, 2010 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/tests/reduce.at b/tests/reduce.at
index 2a594539..692a0199 100644
--- a/tests/reduce.at
+++ b/tests/reduce.at
@@ -1,5 +1,7 @@
# Exercising Bison Grammar Reduction. -*- Autotest -*-
-# Copyright (C) 2001-2002, 2007-2010 Free Software Foundation, Inc.
+
+# Copyright (C) 2001, 2002, 2007, 2008, 2009, 2010 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/tests/regression.at b/tests/regression.at
index 4998d370..57d0609d 100644
--- a/tests/regression.at
+++ b/tests/regression.at
@@ -1,6 +1,7 @@
# Bison Regressions. -*- Autotest -*-
-# Copyright (C) 2001-2010 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
+# 2010 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/tests/sets.at b/tests/sets.at
index 4c2a046b..178a47c2 100644
--- a/tests/sets.at
+++ b/tests/sets.at
@@ -1,5 +1,6 @@
# Exercising Bison Grammar Sets. -*- Autotest -*-
-# Copyright (C) 2001-2002, 2005, 2007, 2009-2010 Free Software
+
+# Copyright (C) 2001, 2002, 2005, 2007, 2009, 2010 Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/tests/skeletons.at b/tests/skeletons.at
index 18acbc01..a4ec5b28 100644
--- a/tests/skeletons.at
+++ b/tests/skeletons.at
@@ -1,5 +1,6 @@
# Checking skeleton support. -*- Autotest -*-
-# Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
+
+# Copyright (C) 2007, 2009, 2010 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/tests/synclines.at b/tests/synclines.at
index a464e87e..d7220c78 100644
--- a/tests/synclines.at
+++ b/tests/synclines.at
@@ -1,5 +1,6 @@
# Executing Actions. -*- Autotest -*-
-# Copyright (C) 2002, 2004-2005, 2007, 2009-2010 Free Software
+
+# Copyright (C) 2002, 2004, 2005, 2007, 2009, 2010 Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 4c2848d7..b5b093ac 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,7 +1,7 @@
# Test suite for GNU Bison. -*- Autotest -*-
-# Copyright (C) 2000-2004, 2006-2007, 2009-2010 Free Software
-# Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009, 2010
+# 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/tests/torture.at b/tests/torture.at
index 33532377..68050bea 100644
--- a/tests/torture.at
+++ b/tests/torture.at
@@ -1,6 +1,7 @@
# Torturing Bison. -*- Autotest -*-
-# Copyright (C) 2001-2002, 2004-2007, 2009-2010 Free Software
-# Foundation, Inc.
+
+# Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2010 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