summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/name-clash/inheritance
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/name-clash/inheritance')
-rw-r--r--tests/cxx/parser/name-clash/inheritance/driver.cxx2
-rw-r--r--tests/cxx/parser/name-clash/inheritance/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cxx/parser/name-clash/inheritance/driver.cxx b/tests/cxx/parser/name-clash/inheritance/driver.cxx
index 81adb7f..7d0c00f 100644
--- a/tests/cxx/parser/name-clash/inheritance/driver.cxx
+++ b/tests/cxx/parser/name-clash/inheritance/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/parser/name-clash/inheritance/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test for name clashes across inheritance hierarchy.
diff --git a/tests/cxx/parser/name-clash/inheritance/makefile b/tests/cxx/parser/name-clash/inheritance/makefile
index 359b7e4..30a3397 100644
--- a/tests/cxx/parser/name-clash/inheritance/makefile
+++ b/tests/cxx/parser/name-clash/inheritance/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/parser/name-clash/inheritance/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make