summaryrefslogtreecommitdiff
path: root/tests/inheritance
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-21 11:58:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-21 11:58:06 +0300
commita34d2bb1f5f3fc5c533b8440ac78fdd0a55775ea (patch)
treebf4b74c9c5b54e3ba40e73a90a64f388bf52f749 /tests/inheritance
parent5a54184f69d0b2a1d57c06a06e9deeaff1d6f180 (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 30ab13e..d6ca636 100644
--- a/tests/inheritance/buildfile
+++ b/tests/inheritance/buildfile
@@ -1,5 +1,5 @@
# file : tests/inheritance/buildfile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -test} cli.cxx{test}
diff --git a/tests/inheritance/driver.cxx b/tests/inheritance/driver.cxx
index 8b491a4..f9b7b60 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 c5a5489..cdaef32 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
include <string>;