aboutsummaryrefslogtreecommitdiff
path: root/common/inheritance/polymorphism
diff options
context:
space:
mode:
Diffstat (limited to 'common/inheritance/polymorphism')
-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
17 files changed, 17 insertions, 17 deletions
diff --git a/common/inheritance/polymorphism/driver.cxx b/common/inheritance/polymorphism/driver.cxx
index d4509a4..3eec9b6 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 a9cbc4e..af4a115 100644
--- a/common/inheritance/polymorphism/makefile
+++ b/common/inheritance/polymorphism/makefile
@@ -1,5 +1,5 @@
# file : common/inheritance/polymorphism/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 1e784e2..ae3dfa0 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 146545c..b8b9d7f 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 74d1578..c9c2002 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 f822ed2..6b94f1e 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 8f80cdb..d86089f 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 95baf61..d5f3e4f 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 d64f935..0fbe326 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 e2905b0..a6fd621 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 9de72a5..a6c27fa 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 5c4ae2f..f3b7f45 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 54b8fd1..e253f6a 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 1b2709a..1682b3f 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 9e99149..6ae8e93 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 b07248a..0535468 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 51719ac..253bccd 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST9_HXX