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 acf94d5..4ed1427 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 af4a115..b464d97 100644
--- a/common/inheritance/polymorphism/makefile
+++ b/common/inheritance/polymorphism/makefile
@@ -1,5 +1,5 @@
# file : common/inheritance/polymorphism/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 1110ee3..e298641 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 b8b9d7f..e1e26f3 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 c9c2002..7869bcf 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 6b94f1e..6368bbd 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 d86089f..4a88946 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 d5f3e4f..058cf1b 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 0fbe326..f3d3a7f 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 a6fd621..74782c7 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 a6c27fa..2c14080 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 f3b7f45..ea1e4f8 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 78f909f..dfabddf 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 c12b5f4..25d70cc 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 6ae8e93..b7b8afe 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 0535468..d1f9a61 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 253bccd..637093c 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 20d89ec..763f023 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 554d090..3f7583f 100644
--- a/common/inheritance/reuse/makefile
+++ b/common/inheritance/reuse/makefile
@@ -1,5 +1,5 @@
# file : common/inheritance/reuse/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 47deb67..86b4cb2 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 94b3800..3c73b83 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 c403ced..d70aa2f 100644
--- a/common/inheritance/transient/makefile
+++ b/common/inheritance/transient/makefile
@@ -1,5 +1,5 @@
# file : common/inheritance/transient/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 02967ab..5b1aaa6 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX