summaryrefslogtreecommitdiff
path: root/tests/inheritance
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-03 13:02:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-03 13:02:10 +0200
commitb5d8062bd651e796bac77ae580e0e45947374a89 (patch)
treea0509144bc7755c0f23f464a7b8ba6fa4635d1b9 /tests/inheritance
parent3728e358f92d25434163b5bb58b7623950a8738d (diff)
Update copyright year
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>;