aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/polyrecur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/polyrecur')
-rw-r--r--tests/cxx/parser/polyrecur/driver.cxx2
-rw-r--r--tests/cxx/parser/polyrecur/makefile2
-rw-r--r--tests/cxx/parser/polyrecur/test-pimpl.cxx2
-rw-r--r--tests/cxx/parser/polyrecur/test-pimpl.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/cxx/parser/polyrecur/driver.cxx b/tests/cxx/parser/polyrecur/driver.cxx
index 5854915..c486399 100644
--- a/tests/cxx/parser/polyrecur/driver.cxx
+++ b/tests/cxx/parser/polyrecur/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/parser/polyrecur/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test recursive polymorphic parsing.
diff --git a/tests/cxx/parser/polyrecur/makefile b/tests/cxx/parser/polyrecur/makefile
index 227b41f..e2f7032 100644
--- a/tests/cxx/parser/polyrecur/makefile
+++ b/tests/cxx/parser/polyrecur/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/parser/polyrecur/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/parser/polyrecur/test-pimpl.cxx b/tests/cxx/parser/polyrecur/test-pimpl.cxx
index a924d23..2f0f471 100644
--- a/tests/cxx/parser/polyrecur/test-pimpl.cxx
+++ b/tests/cxx/parser/polyrecur/test-pimpl.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/parser/polyrecur/test-pimpl.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <iostream>
diff --git a/tests/cxx/parser/polyrecur/test-pimpl.hxx b/tests/cxx/parser/polyrecur/test-pimpl.hxx
index ff0603c..d0e87bb 100644
--- a/tests/cxx/parser/polyrecur/test-pimpl.hxx
+++ b/tests/cxx/parser/polyrecur/test-pimpl.hxx
@@ -1,5 +1,5 @@
// file : tests/cxx/parser/polyrecur/test-pimpl.hxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef TEST_PIMPL_HXX