aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/polymorphism
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-03 12:42:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-03 12:42:09 +0200
commit7e3616382296533e5016caec792b88a6b8556268 (patch)
treed5a7fe6b111829beb847da61a6ed9633c8d62f05 /tests/cxx/hybrid/polymorphism
parent811453ff689059b75a6147b33ce35b3734865f12 (diff)
Update copyright year
Diffstat (limited to 'tests/cxx/hybrid/polymorphism')
-rw-r--r--tests/cxx/hybrid/polymorphism/any-type/driver.cxx2
-rw-r--r--tests/cxx/hybrid/polymorphism/any-type/makefile2
-rw-r--r--tests/cxx/hybrid/polymorphism/enumeration/driver.cxx2
-rw-r--r--tests/cxx/hybrid/polymorphism/enumeration/makefile2
-rw-r--r--tests/cxx/hybrid/polymorphism/makefile2
-rw-r--r--tests/cxx/hybrid/polymorphism/multischema/driver.cxx2
-rw-r--r--tests/cxx/hybrid/polymorphism/multischema/makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/cxx/hybrid/polymorphism/any-type/driver.cxx b/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
index 86962b0..3ca0155 100644
--- a/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
+++ b/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/hybrid/polymorphism/any-type/driver.cxx
-// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test polymorphic parsing and serialization of anyType-based hierarchy.
diff --git a/tests/cxx/hybrid/polymorphism/any-type/makefile b/tests/cxx/hybrid/polymorphism/any-type/makefile
index 3c29335..ef8a40e 100644
--- a/tests/cxx/hybrid/polymorphism/any-type/makefile
+++ b/tests/cxx/hybrid/polymorphism/any-type/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/hybrid/polymorphism/any-type/makefile
-# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx b/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
index d696506..d634895 100644
--- a/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
+++ b/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
-// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test XML Schema enumeration to C++ enum mapping.
diff --git a/tests/cxx/hybrid/polymorphism/enumeration/makefile b/tests/cxx/hybrid/polymorphism/enumeration/makefile
index 7e1437f..fc91a47 100644
--- a/tests/cxx/hybrid/polymorphism/enumeration/makefile
+++ b/tests/cxx/hybrid/polymorphism/enumeration/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/hybrid/polymorphism/enumeration/makefile
-# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/polymorphism/makefile b/tests/cxx/hybrid/polymorphism/makefile
index 4184850..2d128ca 100644
--- a/tests/cxx/hybrid/polymorphism/makefile
+++ b/tests/cxx/hybrid/polymorphism/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/hybrid/polymorphism/makefile
-# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/polymorphism/multischema/driver.cxx b/tests/cxx/hybrid/polymorphism/multischema/driver.cxx
index d511886..fc178ab 100644
--- a/tests/cxx/hybrid/polymorphism/multischema/driver.cxx
+++ b/tests/cxx/hybrid/polymorphism/multischema/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/hybrid/polymorphism/multischema/driver.cxx
-// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test polymorphic parsing and serialization with the type hierarchy
diff --git a/tests/cxx/hybrid/polymorphism/multischema/makefile b/tests/cxx/hybrid/polymorphism/multischema/makefile
index 645919d..c1604cd 100644
--- a/tests/cxx/hybrid/polymorphism/multischema/makefile
+++ b/tests/cxx/hybrid/polymorphism/multischema/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/hybrid/polymorphism/multischema/makefile
-# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make