summaryrefslogtreecommitdiff
path: root/tests/inheritance
diff options
context:
space:
mode:
Diffstat (limited to 'tests/inheritance')
-rw-r--r--tests/inheritance/buildfile2
-rw-r--r--tests/inheritance/driver.cxx2
-rw-r--r--tests/inheritance/test.cli2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/inheritance/buildfile b/tests/inheritance/buildfile
index 49fbcb6..a0a2e8b 100644
--- a/tests/inheritance/buildfile
+++ b/tests/inheritance/buildfile
@@ -1,5 +1,5 @@
# file : tests/erase/buildfile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} {hxx ixx cxx}{test}
diff --git a/tests/inheritance/driver.cxx b/tests/inheritance/driver.cxx
index 1c4d32c..8b491a4 100644
--- a/tests/inheritance/driver.cxx
+++ b/tests/inheritance/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/inheritance/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
// Test option class inheritance.
diff --git a/tests/inheritance/test.cli b/tests/inheritance/test.cli
index 481a771..c5a5489 100644
--- a/tests/inheritance/test.cli
+++ b/tests/inheritance/test.cli
@@ -1,6 +1,6 @@
// file : tests/inheritance/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
include <string>;