summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2015-01-04 17:31:18 +0100
committerAkim Demaille <akim@lrde.epita.fr>2015-01-04 17:49:13 +0100
commit3209eb1c4c5de8dd812e65da27df00c548f476fe (patch)
treedc194b455d2222e89aa09ed719a4696ba6fe1bad /tests
parent975bb564319aa4f4204c48aba265757ba207a80f (diff)
downloadbison-3209eb1c4c5de8dd812e65da27df00c548f476fe.tar.gz
package: bump to 2015
Which also requires: * gnulib: Update.
Diffstat (limited to 'tests')
-rw-r--r--tests/actions.at2
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/bison.in2
-rw-r--r--tests/c++.at2
-rw-r--r--tests/calc.at2
-rw-r--r--tests/conflicts.at2
-rw-r--r--tests/cxx-type.at2
-rw-r--r--tests/existing.at2
-rw-r--r--tests/glr-regression.at2
-rw-r--r--tests/headers.at2
-rw-r--r--tests/input.at2
-rw-r--r--tests/java.at2
-rw-r--r--tests/javapush.at2
-rw-r--r--tests/local.at2
-rw-r--r--tests/local.mk2
-rw-r--r--tests/named-refs.at2
-rw-r--r--tests/output.at2
-rw-r--r--tests/push.at2
-rw-r--r--tests/reduce.at2
-rw-r--r--tests/regression.at2
-rw-r--r--tests/sets.at2
-rw-r--r--tests/skeletons.at2
-rw-r--r--tests/synclines.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/torture.at2
-rw-r--r--tests/types.at2
26 files changed, 26 insertions, 26 deletions
diff --git a/tests/actions.at b/tests/actions.at
index b525361b..7220b715 100644
--- a/tests/actions.at
+++ b/tests/actions.at
@@ -1,6 +1,6 @@
e# Executing Actions. -*- Autotest -*-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2015 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 885715f5..406f72d5 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,7 +1,7 @@
# @configure_input@ -*- shell-script -*-
# Configurable variable values for Bison test suite.
-# Copyright (C) 2000-2014 Free Software Foundation, Inc.
+# Copyright (C) 2000-2015 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/bison.in b/tests/bison.in
index 3574cd4c..80c831ce 100644
--- a/tests/bison.in
+++ b/tests/bison.in
@@ -2,7 +2,7 @@
# @configure_input@
# Wrapper around a non installed bison to make it work as an installed one.
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2015 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/c++.at b/tests/c++.at
index b21db19c..f1586f55 100644
--- a/tests/c++.at
+++ b/tests/c++.at
@@ -1,6 +1,6 @@
# Checking the C++ Features. -*- Autotest -*-
-# Copyright (C) 2004-2005, 2007-2014 Free Software Foundation, Inc.
+# Copyright (C) 2004-2005, 2007-2015 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 4d31bbf9..9696c4ee 100644
--- a/tests/calc.at
+++ b/tests/calc.at
@@ -1,6 +1,6 @@
# Simple calculator. -*- Autotest -*-
-# Copyright (C) 2000-2014 Free Software Foundation, Inc.
+# Copyright (C) 2000-2015 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 0dea0f89..819b992d 100644
--- a/tests/conflicts.at
+++ b/tests/conflicts.at
@@ -1,6 +1,6 @@
# Exercising Bison on conflicts. -*- Autotest -*-
-# Copyright (C) 2002-2005, 2007-2014 Free Software Foundation, Inc.
+# Copyright (C) 2002-2005, 2007-2015 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 c1a3a61e..eb11156f 100644
--- a/tests/cxx-type.at
+++ b/tests/cxx-type.at
@@ -1,6 +1,6 @@
# Checking GLR Parsing. -*- Autotest -*-
-# Copyright (C) 2002-2014 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015 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 b912f08a..9faec1bf 100644
--- a/tests/existing.at
+++ b/tests/existing.at
@@ -1,6 +1,6 @@
# Exercising Bison on actual grammars. -*- Autotest -*-
-# Copyright (C) 1989-1992, 2000-2005, 2007, 2009-2014 Free Software
+# Copyright (C) 1989-1992, 2000-2005, 2007, 2009-2015 Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/tests/glr-regression.at b/tests/glr-regression.at
index 938bda4b..71f6e6d5 100644
--- a/tests/glr-regression.at
+++ b/tests/glr-regression.at
@@ -1,6 +1,6 @@
# Checking GLR Parsing: Regression Tests -*- Autotest -*-
-# Copyright (C) 2002-2003, 2005-2007, 2009-2014 Free Software
+# Copyright (C) 2002-2003, 2005-2007, 2009-2015 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 a36abeb8..9c1d00bc 100644
--- a/tests/headers.at
+++ b/tests/headers.at
@@ -1,6 +1,6 @@
# Bison Parser Headers. -*- Autotest -*-
-# Copyright (C) 2001-2002, 2006-2007, 2009-2014 Free Software
+# Copyright (C) 2001-2002, 2006-2007, 2009-2015 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 cec82dd7..9e9296aa 100644
--- a/tests/input.at
+++ b/tests/input.at
@@ -1,6 +1,6 @@
# Checking the Bison scanner. -*- Autotest -*-
-# Copyright (C) 2002-2014 Free Software Foundation, Inc.
+# Copyright (C) 2002-2015 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 b156c5d6..8a4f5af4 100644
--- a/tests/java.at
+++ b/tests/java.at
@@ -1,6 +1,6 @@
# Java tests for simple calculator. -*- Autotest -*-
-# Copyright (C) 2007-2014 Free Software Foundation, Inc.
+# Copyright (C) 2007-2015 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/javapush.at b/tests/javapush.at
index 1f15fd91..28e69471 100644
--- a/tests/javapush.at
+++ b/tests/javapush.at
@@ -1,6 +1,6 @@
# Checking Java Push Parsing. -*- Autotest -*-
-# Copyright (C) 2013-2014 Free Software Foundation, Inc.
+# Copyright (C) 2013-2015 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 1e0d485d..5a459c64 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -2,7 +2,7 @@
# Macros for the GNU Bison Test suite.
-# Copyright (C) 2003-2014 Free Software Foundation, Inc.
+# Copyright (C) 2003-2015 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.mk b/tests/local.mk
index 8311f266..0fa6947a 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -1,6 +1,6 @@
## Makefile for Bison testsuite.
-# Copyright (C) 2000-2014 Free Software Foundation, Inc.
+# Copyright (C) 2000-2015 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 20578009..f8df417d 100644
--- a/tests/named-refs.at
+++ b/tests/named-refs.at
@@ -1,6 +1,6 @@
# Named references test. -*- Autotest -*-
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2015 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 5f98a198..09126774 100644
--- a/tests/output.at
+++ b/tests/output.at
@@ -1,6 +1,6 @@
# Checking the output filenames. -*- Autotest -*-
-# Copyright (C) 2000-2002, 2005-2014 Free Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2005-2015 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 78f1ebde..9dc9f53a 100644
--- a/tests/push.at
+++ b/tests/push.at
@@ -1,6 +1,6 @@
# Checking Push Parsing. -*- Autotest -*-
-# Copyright (C) 2007, 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2015 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 dece2233..c28635eb 100644
--- a/tests/reduce.at
+++ b/tests/reduce.at
@@ -1,6 +1,6 @@
# Exercising Bison Grammar Reduction. -*- Autotest -*-
-# Copyright (C) 2001-2002, 2007-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2002, 2007-2015 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 1ba4dc86..d2cb7de2 100644
--- a/tests/regression.at
+++ b/tests/regression.at
@@ -1,6 +1,6 @@
# Bison Regressions. -*- Autotest -*-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2015 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 186373a4..180f6ae1 100644
--- a/tests/sets.at
+++ b/tests/sets.at
@@ -1,6 +1,6 @@
# Exercising Bison Grammar Sets. -*- Autotest -*-
-# Copyright (C) 2001-2002, 2005, 2007, 2009-2014 Free Software
+# Copyright (C) 2001-2002, 2005, 2007, 2009-2015 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 27fc0cbe..386f3011 100644
--- a/tests/skeletons.at
+++ b/tests/skeletons.at
@@ -1,6 +1,6 @@
# Checking skeleton support. -*- Autotest -*-
-# Copyright (C) 2007, 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2015 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 72d5d853..de132f43 100644
--- a/tests/synclines.at
+++ b/tests/synclines.at
@@ -1,6 +1,6 @@
# Executing Actions. -*- Autotest -*-
-# Copyright (C) 2002, 2004-2005, 2007, 2009-2014 Free Software
+# Copyright (C) 2002, 2004-2005, 2007, 2009-2015 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 45d13e24..9b92e07c 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,6 +1,6 @@
# Test suite for GNU Bison. -*- Autotest -*-
-# Copyright (C) 2000-2004, 2006-2007, 2009-2014 Free Software
+# Copyright (C) 2000-2004, 2006-2007, 2009-2015 Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/tests/torture.at b/tests/torture.at
index a97baee7..ad9bf9b2 100644
--- a/tests/torture.at
+++ b/tests/torture.at
@@ -1,6 +1,6 @@
# Torturing Bison. -*- Autotest -*-
-# Copyright (C) 2001-2002, 2004-2007, 2009-2014 Free Software
+# Copyright (C) 2001-2002, 2004-2007, 2009-2015 Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/tests/types.at b/tests/types.at
index 29f51e2f..d735d83f 100644
--- a/tests/types.at
+++ b/tests/types.at
@@ -1,6 +1,6 @@
# Value type. -*- Autotest -*-
-# Copyright (C) 2013-2014 Free Software Foundation, Inc.
+# Copyright (C) 2013-2015 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