summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/union/ctor
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/union/ctor')
-rw-r--r--tests/cxx/tree/union/ctor/driver.cxx2
-rw-r--r--tests/cxx/tree/union/ctor/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cxx/tree/union/ctor/driver.cxx b/tests/cxx/tree/union/ctor/driver.cxx
index 0aa22ab..2c64420 100644
--- a/tests/cxx/tree/union/ctor/driver.cxx
+++ b/tests/cxx/tree/union/ctor/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/tree/union/ctor/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 union constructors.
diff --git a/tests/cxx/tree/union/ctor/makefile b/tests/cxx/tree/union/ctor/makefile
index 234ee45..980f6f4 100644
--- a/tests/cxx/tree/union/ctor/makefile
+++ b/tests/cxx/tree/union/ctor/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/tree/union/ctor/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