summaryrefslogtreecommitdiff
path: root/tests/inheritance
diff options
context:
space:
mode:
Diffstat (limited to 'tests/inheritance')
-rw-r--r--tests/inheritance/buildfile1
-rw-r--r--tests/inheritance/driver.cxx1
-rw-r--r--tests/inheritance/test.cli1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/inheritance/buildfile b/tests/inheritance/buildfile
index a37dab9..f1b72ce 100644
--- a/tests/inheritance/buildfile
+++ b/tests/inheritance/buildfile
@@ -1,5 +1,4 @@
# file : tests/inheritance/buildfile
-# copyright : Copyright (c) 2009-2019 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 a948361..5ecb019 100644
--- a/tests/inheritance/driver.cxx
+++ b/tests/inheritance/driver.cxx
@@ -1,6 +1,5 @@
// file : tests/inheritance/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 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 009198b..9e43bb5 100644
--- a/tests/inheritance/test.cli
+++ b/tests/inheritance/test.cli
@@ -1,6 +1,5 @@
// file : tests/inheritance/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
include <string>;