aboutsummaryrefslogtreecommitdiff
path: root/common/inheritance
diff options
context:
space:
mode:
Diffstat (limited to 'common/inheritance')
-rw-r--r--common/inheritance/polymorphism/driver.cxx2
-rw-r--r--common/inheritance/polymorphism/makefile2
-rw-r--r--common/inheritance/polymorphism/test1.hxx2
-rw-r--r--common/inheritance/polymorphism/test10.hxx2
-rw-r--r--common/inheritance/polymorphism/test11.hxx2
-rw-r--r--common/inheritance/polymorphism/test12.hxx2
-rw-r--r--common/inheritance/polymorphism/test13.hxx2
-rw-r--r--common/inheritance/polymorphism/test14.hxx2
-rw-r--r--common/inheritance/polymorphism/test15.hxx2
-rw-r--r--common/inheritance/polymorphism/test2.hxx2
-rw-r--r--common/inheritance/polymorphism/test3.hxx2
-rw-r--r--common/inheritance/polymorphism/test4.hxx2
-rw-r--r--common/inheritance/polymorphism/test5.hxx2
-rw-r--r--common/inheritance/polymorphism/test6.hxx2
-rw-r--r--common/inheritance/polymorphism/test7.hxx2
-rw-r--r--common/inheritance/polymorphism/test8.hxx2
-rw-r--r--common/inheritance/polymorphism/test9.hxx2
-rw-r--r--common/inheritance/reuse/driver.cxx2
-rw-r--r--common/inheritance/reuse/makefile2
-rw-r--r--common/inheritance/reuse/test.hxx2
-rw-r--r--common/inheritance/transient/driver.cxx2
-rw-r--r--common/inheritance/transient/makefile2
-rw-r--r--common/inheritance/transient/test.hxx2
23 files changed, 23 insertions, 23 deletions
diff --git a/common/inheritance/polymorphism/driver.cxx b/common/inheritance/polymorphism/driver.cxx
index 4ed1427..d243768 100644
--- a/common/inheritance/polymorphism/driver.cxx
+++ b/common/inheritance/polymorphism/driver.cxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/driver.cxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test polymorphic object inheritance.
diff --git a/common/inheritance/polymorphism/makefile b/common/inheritance/polymorphism/makefile
index b464d97..992d9bb 100644
--- a/common/inheritance/polymorphism/makefile
+++ b/common/inheritance/polymorphism/makefile
@@ -1,5 +1,5 @@
# file : common/inheritance/polymorphism/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/common/inheritance/polymorphism/test1.hxx b/common/inheritance/polymorphism/test1.hxx
index e298641..204f131 100644
--- a/common/inheritance/polymorphism/test1.hxx
+++ b/common/inheritance/polymorphism/test1.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test1.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST1_HXX
diff --git a/common/inheritance/polymorphism/test10.hxx b/common/inheritance/polymorphism/test10.hxx
index e1e26f3..e1baf97 100644
--- a/common/inheritance/polymorphism/test10.hxx
+++ b/common/inheritance/polymorphism/test10.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test10.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST10_HXX
diff --git a/common/inheritance/polymorphism/test11.hxx b/common/inheritance/polymorphism/test11.hxx
index 7869bcf..f2918ce 100644
--- a/common/inheritance/polymorphism/test11.hxx
+++ b/common/inheritance/polymorphism/test11.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test11.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST11_HXX
diff --git a/common/inheritance/polymorphism/test12.hxx b/common/inheritance/polymorphism/test12.hxx
index 6368bbd..410b5c7 100644
--- a/common/inheritance/polymorphism/test12.hxx
+++ b/common/inheritance/polymorphism/test12.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test12.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST12_HXX
diff --git a/common/inheritance/polymorphism/test13.hxx b/common/inheritance/polymorphism/test13.hxx
index 4a88946..f5637f5 100644
--- a/common/inheritance/polymorphism/test13.hxx
+++ b/common/inheritance/polymorphism/test13.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test13.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST13_HXX
diff --git a/common/inheritance/polymorphism/test14.hxx b/common/inheritance/polymorphism/test14.hxx
index 058cf1b..98c1c99 100644
--- a/common/inheritance/polymorphism/test14.hxx
+++ b/common/inheritance/polymorphism/test14.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test14.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST14_HXX
diff --git a/common/inheritance/polymorphism/test15.hxx b/common/inheritance/polymorphism/test15.hxx
index f3d3a7f..218a121 100644
--- a/common/inheritance/polymorphism/test15.hxx
+++ b/common/inheritance/polymorphism/test15.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test15.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST15_HXX
diff --git a/common/inheritance/polymorphism/test2.hxx b/common/inheritance/polymorphism/test2.hxx
index 74782c7..b8880a3 100644
--- a/common/inheritance/polymorphism/test2.hxx
+++ b/common/inheritance/polymorphism/test2.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test2.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST2_HXX
diff --git a/common/inheritance/polymorphism/test3.hxx b/common/inheritance/polymorphism/test3.hxx
index 2c14080..6953afc 100644
--- a/common/inheritance/polymorphism/test3.hxx
+++ b/common/inheritance/polymorphism/test3.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test3.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST3_HXX
diff --git a/common/inheritance/polymorphism/test4.hxx b/common/inheritance/polymorphism/test4.hxx
index ea1e4f8..c12ce25 100644
--- a/common/inheritance/polymorphism/test4.hxx
+++ b/common/inheritance/polymorphism/test4.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test4.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST4_HXX
diff --git a/common/inheritance/polymorphism/test5.hxx b/common/inheritance/polymorphism/test5.hxx
index dfabddf..082b574 100644
--- a/common/inheritance/polymorphism/test5.hxx
+++ b/common/inheritance/polymorphism/test5.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test5.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST5_HXX
diff --git a/common/inheritance/polymorphism/test6.hxx b/common/inheritance/polymorphism/test6.hxx
index 25d70cc..4138163 100644
--- a/common/inheritance/polymorphism/test6.hxx
+++ b/common/inheritance/polymorphism/test6.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test6.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST6_HXX
diff --git a/common/inheritance/polymorphism/test7.hxx b/common/inheritance/polymorphism/test7.hxx
index b7b8afe..137a6a6 100644
--- a/common/inheritance/polymorphism/test7.hxx
+++ b/common/inheritance/polymorphism/test7.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test7.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST7_HXX
diff --git a/common/inheritance/polymorphism/test8.hxx b/common/inheritance/polymorphism/test8.hxx
index d1f9a61..08459fc 100644
--- a/common/inheritance/polymorphism/test8.hxx
+++ b/common/inheritance/polymorphism/test8.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test8.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST8_HXX
diff --git a/common/inheritance/polymorphism/test9.hxx b/common/inheritance/polymorphism/test9.hxx
index 637093c..dee4786 100644
--- a/common/inheritance/polymorphism/test9.hxx
+++ b/common/inheritance/polymorphism/test9.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/polymorphism/test9.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST9_HXX
diff --git a/common/inheritance/reuse/driver.cxx b/common/inheritance/reuse/driver.cxx
index 763f023..91571c8 100644
--- a/common/inheritance/reuse/driver.cxx
+++ b/common/inheritance/reuse/driver.cxx
@@ -1,5 +1,5 @@
// file : common/inheritance/reuse/driver.cxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test reuse object inheritance.
diff --git a/common/inheritance/reuse/makefile b/common/inheritance/reuse/makefile
index 3f7583f..16f9c08 100644
--- a/common/inheritance/reuse/makefile
+++ b/common/inheritance/reuse/makefile
@@ -1,5 +1,5 @@
# file : common/inheritance/reuse/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/common/inheritance/reuse/test.hxx b/common/inheritance/reuse/test.hxx
index 86b4cb2..9e0650f 100644
--- a/common/inheritance/reuse/test.hxx
+++ b/common/inheritance/reuse/test.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/reuse/test.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/common/inheritance/transient/driver.cxx b/common/inheritance/transient/driver.cxx
index 3c73b83..b56173d 100644
--- a/common/inheritance/transient/driver.cxx
+++ b/common/inheritance/transient/driver.cxx
@@ -1,5 +1,5 @@
// file : common/inheritance/transient/driver.cxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test transient inheritance of objects, composite value types, and views.
diff --git a/common/inheritance/transient/makefile b/common/inheritance/transient/makefile
index d70aa2f..4500a7a 100644
--- a/common/inheritance/transient/makefile
+++ b/common/inheritance/transient/makefile
@@ -1,5 +1,5 @@
# file : common/inheritance/transient/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/common/inheritance/transient/test.hxx b/common/inheritance/transient/test.hxx
index 5b1aaa6..5f7fbf8 100644
--- a/common/inheritance/transient/test.hxx
+++ b/common/inheritance/transient/test.hxx
@@ -1,5 +1,5 @@
// file : common/inheritance/transient/test.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX