aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-03-21 11:01:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-03-21 11:01:12 +0200
commitcd817fe1c54fcf712c257d0628a002b2165ff098 (patch)
tree3300bf76b58daa6994afb6233e20db5d964dea13 /tests/cxx/serializer
parent8b33f84adf9e893bce0ee207c2ac8cbdfe501924 (diff)
Update copyright
Diffstat (limited to 'tests/cxx/serializer')
-rw-r--r--tests/cxx/serializer/all/driver.cxx2
-rw-r--r--tests/cxx/serializer/all/makefile2
-rw-r--r--tests/cxx/serializer/built-in/driver.cxx2
-rw-r--r--tests/cxx/serializer/built-in/makefile2
-rw-r--r--tests/cxx/serializer/choice/driver.cxx2
-rw-r--r--tests/cxx/serializer/choice/makefile2
-rw-r--r--tests/cxx/serializer/complex/driver.cxx2
-rw-r--r--tests/cxx/serializer/complex/makefile2
-rw-r--r--tests/cxx/serializer/enumeration/boolean.hxx2
-rw-r--r--tests/cxx/serializer/enumeration/driver.cxx2
-rw-r--r--tests/cxx/serializer/enumeration/makefile2
-rw-r--r--tests/cxx/serializer/error-handling/codes/driver.cxx2
-rw-r--r--tests/cxx/serializer/error-handling/codes/makefile2
-rw-r--r--tests/cxx/serializer/error-handling/exceptions/driver.cxx2
-rw-r--r--tests/cxx/serializer/error-handling/exceptions/makefile2
-rw-r--r--tests/cxx/serializer/error-handling/makefile2
-rw-r--r--tests/cxx/serializer/generated-driver/makefile2
-rw-r--r--tests/cxx/serializer/generated-driver/test-simpl.cxx2
-rw-r--r--tests/cxx/serializer/generated-driver/test-simpl.hxx2
-rw-r--r--tests/cxx/serializer/generated-impl/makefile2
-rw-r--r--tests/cxx/serializer/list/driver.cxx2
-rw-r--r--tests/cxx/serializer/list/makefile2
-rw-r--r--tests/cxx/serializer/makefile2
-rw-r--r--tests/cxx/serializer/polymorphism/driver.cxx2
-rw-r--r--tests/cxx/serializer/polymorphism/makefile2
-rw-r--r--tests/cxx/serializer/recursive/driver.cxx2
-rw-r--r--tests/cxx/serializer/recursive/makefile2
-rw-r--r--tests/cxx/serializer/reset/driver.cxx2
-rw-r--r--tests/cxx/serializer/reset/makefile2
-rw-r--r--tests/cxx/serializer/restriction/driver.cxx2
-rw-r--r--tests/cxx/serializer/restriction/makefile2
-rw-r--r--tests/cxx/serializer/sequence/driver.cxx2
-rw-r--r--tests/cxx/serializer/sequence/makefile2
-rw-r--r--tests/cxx/serializer/test-template/driver.cxx2
-rw-r--r--tests/cxx/serializer/test-template/makefile2
-rw-r--r--tests/cxx/serializer/union/driver.cxx2
-rw-r--r--tests/cxx/serializer/union/makefile2
-rw-r--r--tests/cxx/serializer/validation/any/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/any/makefile2
-rw-r--r--tests/cxx/serializer/validation/attribute/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/attribute/makefile2
-rw-r--r--tests/cxx/serializer/validation/built-in/date-time/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/built-in/date-time/makefile2
-rw-r--r--tests/cxx/serializer/validation/built-in/decimal/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/built-in/decimal/makefile2
-rw-r--r--tests/cxx/serializer/validation/built-in/integer/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/built-in/integer/makefile2
-rw-r--r--tests/cxx/serializer/validation/built-in/makefile2
-rw-r--r--tests/cxx/serializer/validation/built-in/qname/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/built-in/qname/makefile2
-rw-r--r--tests/cxx/serializer/validation/built-in/string/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/built-in/string/makefile2
-rw-r--r--tests/cxx/serializer/validation/choice/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/choice/makefile2
-rw-r--r--tests/cxx/serializer/validation/element/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/element/makefile2
-rw-r--r--tests/cxx/serializer/validation/makefile2
-rw-r--r--tests/cxx/serializer/validation/sequence/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/sequence/makefile2
-rw-r--r--tests/cxx/serializer/wildcard/driver.cxx2
-rw-r--r--tests/cxx/serializer/wildcard/makefile2
61 files changed, 61 insertions, 61 deletions
diff --git a/tests/cxx/serializer/all/driver.cxx b/tests/cxx/serializer/all/driver.cxx
index d0e101f..9c552c6 100644
--- a/tests/cxx/serializer/all/driver.cxx
+++ b/tests/cxx/serializer/all/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/all/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the all compositor serialization.
diff --git a/tests/cxx/serializer/all/makefile b/tests/cxx/serializer/all/makefile
index 61b40ab..92801f7 100644
--- a/tests/cxx/serializer/all/makefile
+++ b/tests/cxx/serializer/all/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/all/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/built-in/driver.cxx b/tests/cxx/serializer/built-in/driver.cxx
index f5c1e3a..22f5444 100644
--- a/tests/cxx/serializer/built-in/driver.cxx
+++ b/tests/cxx/serializer/built-in/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/built-in/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test built-in type serialization.
diff --git a/tests/cxx/serializer/built-in/makefile b/tests/cxx/serializer/built-in/makefile
index e6e8d4e..6f89e14 100644
--- a/tests/cxx/serializer/built-in/makefile
+++ b/tests/cxx/serializer/built-in/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/built-in/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/choice/driver.cxx b/tests/cxx/serializer/choice/driver.cxx
index 8ba0885..867f101 100644
--- a/tests/cxx/serializer/choice/driver.cxx
+++ b/tests/cxx/serializer/choice/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/choice/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the choice compositor serialization.
diff --git a/tests/cxx/serializer/choice/makefile b/tests/cxx/serializer/choice/makefile
index 2ba8a38..cc87663 100644
--- a/tests/cxx/serializer/choice/makefile
+++ b/tests/cxx/serializer/choice/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/choice/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/complex/driver.cxx b/tests/cxx/serializer/complex/driver.cxx
index 0dd7c0e..85147a5 100644
--- a/tests/cxx/serializer/complex/driver.cxx
+++ b/tests/cxx/serializer/complex/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/complex/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test complex types serialization.
diff --git a/tests/cxx/serializer/complex/makefile b/tests/cxx/serializer/complex/makefile
index 36a9101..f0bf711 100644
--- a/tests/cxx/serializer/complex/makefile
+++ b/tests/cxx/serializer/complex/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/complex/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/enumeration/boolean.hxx b/tests/cxx/serializer/enumeration/boolean.hxx
index 840a371..7387eaf 100644
--- a/tests/cxx/serializer/enumeration/boolean.hxx
+++ b/tests/cxx/serializer/enumeration/boolean.hxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/enumeration/boolean.hxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef BOOLEAN_HXX
diff --git a/tests/cxx/serializer/enumeration/driver.cxx b/tests/cxx/serializer/enumeration/driver.cxx
index baefc3e..9f264c0 100644
--- a/tests/cxx/serializer/enumeration/driver.cxx
+++ b/tests/cxx/serializer/enumeration/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/enumeration/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test enumeration type serialization.
diff --git a/tests/cxx/serializer/enumeration/makefile b/tests/cxx/serializer/enumeration/makefile
index 2fbd2f7..9480d41 100644
--- a/tests/cxx/serializer/enumeration/makefile
+++ b/tests/cxx/serializer/enumeration/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/enumeration/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/error-handling/codes/driver.cxx b/tests/cxx/serializer/error-handling/codes/driver.cxx
index 5d29cb2..c520aa4 100644
--- a/tests/cxx/serializer/error-handling/codes/driver.cxx
+++ b/tests/cxx/serializer/error-handling/codes/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/error-handling/codes/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test error reporting with error codes.
diff --git a/tests/cxx/serializer/error-handling/codes/makefile b/tests/cxx/serializer/error-handling/codes/makefile
index bb2e8e7..b8f461a 100644
--- a/tests/cxx/serializer/error-handling/codes/makefile
+++ b/tests/cxx/serializer/error-handling/codes/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/error-handling/codes/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/error-handling/exceptions/driver.cxx b/tests/cxx/serializer/error-handling/exceptions/driver.cxx
index 1567676..9f63582 100644
--- a/tests/cxx/serializer/error-handling/exceptions/driver.cxx
+++ b/tests/cxx/serializer/error-handling/exceptions/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/error-handling/exceptions/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test error reporting with exceptions.
diff --git a/tests/cxx/serializer/error-handling/exceptions/makefile b/tests/cxx/serializer/error-handling/exceptions/makefile
index 31eeca3..d02ffeb 100644
--- a/tests/cxx/serializer/error-handling/exceptions/makefile
+++ b/tests/cxx/serializer/error-handling/exceptions/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/error-handling/exceptions/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/error-handling/makefile b/tests/cxx/serializer/error-handling/makefile
index 04ab73e..54da0ee 100644
--- a/tests/cxx/serializer/error-handling/makefile
+++ b/tests/cxx/serializer/error-handling/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/error-handling/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/generated-driver/makefile b/tests/cxx/serializer/generated-driver/makefile
index 1629493..b5d2f6b 100644
--- a/tests/cxx/serializer/generated-driver/makefile
+++ b/tests/cxx/serializer/generated-driver/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/generated-driver/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/generated-driver/test-simpl.cxx b/tests/cxx/serializer/generated-driver/test-simpl.cxx
index acf7a85..6b060c5 100644
--- a/tests/cxx/serializer/generated-driver/test-simpl.cxx
+++ b/tests/cxx/serializer/generated-driver/test-simpl.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/generated-driver/test-simpl.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include "test-simpl.hxx"
diff --git a/tests/cxx/serializer/generated-driver/test-simpl.hxx b/tests/cxx/serializer/generated-driver/test-simpl.hxx
index e87f66f..d869085 100644
--- a/tests/cxx/serializer/generated-driver/test-simpl.hxx
+++ b/tests/cxx/serializer/generated-driver/test-simpl.hxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/generated-driver/test-simpl.hxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef TEST_SIMPL_HXX
diff --git a/tests/cxx/serializer/generated-impl/makefile b/tests/cxx/serializer/generated-impl/makefile
index ba66ab4..becc5be 100644
--- a/tests/cxx/serializer/generated-impl/makefile
+++ b/tests/cxx/serializer/generated-impl/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/generated-impl/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/list/driver.cxx b/tests/cxx/serializer/list/driver.cxx
index 4e6e310..25be63a 100644
--- a/tests/cxx/serializer/list/driver.cxx
+++ b/tests/cxx/serializer/list/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/list/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test list type serialization.
diff --git a/tests/cxx/serializer/list/makefile b/tests/cxx/serializer/list/makefile
index ababc71..16426a5 100644
--- a/tests/cxx/serializer/list/makefile
+++ b/tests/cxx/serializer/list/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/list/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/makefile b/tests/cxx/serializer/makefile
index 04559ae..d9ee6c4 100644
--- a/tests/cxx/serializer/makefile
+++ b/tests/cxx/serializer/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/polymorphism/driver.cxx b/tests/cxx/serializer/polymorphism/driver.cxx
index d1dc01e..cf3d303 100644
--- a/tests/cxx/serializer/polymorphism/driver.cxx
+++ b/tests/cxx/serializer/polymorphism/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/polymorphism/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test substitution groups and xsi:type support.
diff --git a/tests/cxx/serializer/polymorphism/makefile b/tests/cxx/serializer/polymorphism/makefile
index 8179f05..8f759e6 100644
--- a/tests/cxx/serializer/polymorphism/makefile
+++ b/tests/cxx/serializer/polymorphism/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/polymorphism/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/recursive/driver.cxx b/tests/cxx/serializer/recursive/driver.cxx
index 7002991..1754313 100644
--- a/tests/cxx/serializer/recursive/driver.cxx
+++ b/tests/cxx/serializer/recursive/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/recursive/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test recursive type serialization.
diff --git a/tests/cxx/serializer/recursive/makefile b/tests/cxx/serializer/recursive/makefile
index 9c734f6..08366b3 100644
--- a/tests/cxx/serializer/recursive/makefile
+++ b/tests/cxx/serializer/recursive/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/recursive/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/reset/driver.cxx b/tests/cxx/serializer/reset/driver.cxx
index 1e7350a..dd8acd1 100644
--- a/tests/cxx/serializer/reset/driver.cxx
+++ b/tests/cxx/serializer/reset/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/reset/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test serializer resetting.
diff --git a/tests/cxx/serializer/reset/makefile b/tests/cxx/serializer/reset/makefile
index 9281129..f84274d 100644
--- a/tests/cxx/serializer/reset/makefile
+++ b/tests/cxx/serializer/reset/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/reset/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/restriction/driver.cxx b/tests/cxx/serializer/restriction/driver.cxx
index b3a4417..1af0fa0 100644
--- a/tests/cxx/serializer/restriction/driver.cxx
+++ b/tests/cxx/serializer/restriction/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/restriction/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test inheritance-by-restriction serialization.
diff --git a/tests/cxx/serializer/restriction/makefile b/tests/cxx/serializer/restriction/makefile
index 3cb51f7..c9ae2e8 100644
--- a/tests/cxx/serializer/restriction/makefile
+++ b/tests/cxx/serializer/restriction/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/restriction/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/sequence/driver.cxx b/tests/cxx/serializer/sequence/driver.cxx
index 199e839..1118b24 100644
--- a/tests/cxx/serializer/sequence/driver.cxx
+++ b/tests/cxx/serializer/sequence/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/sequence/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the sequence compositor serialization.
diff --git a/tests/cxx/serializer/sequence/makefile b/tests/cxx/serializer/sequence/makefile
index 9e6c925..bf0a1f4 100644
--- a/tests/cxx/serializer/sequence/makefile
+++ b/tests/cxx/serializer/sequence/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/sequence/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/test-template/driver.cxx b/tests/cxx/serializer/test-template/driver.cxx
index c2bcf9d..8d1fe8f 100644
--- a/tests/cxx/serializer/test-template/driver.cxx
+++ b/tests/cxx/serializer/test-template/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/test-template/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Insert test description here.
diff --git a/tests/cxx/serializer/test-template/makefile b/tests/cxx/serializer/test-template/makefile
index c261a27..1901384 100644
--- a/tests/cxx/serializer/test-template/makefile
+++ b/tests/cxx/serializer/test-template/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/test-template/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/union/driver.cxx b/tests/cxx/serializer/union/driver.cxx
index 2890c99..e112b8e 100644
--- a/tests/cxx/serializer/union/driver.cxx
+++ b/tests/cxx/serializer/union/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/union/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test union type serialization.
diff --git a/tests/cxx/serializer/union/makefile b/tests/cxx/serializer/union/makefile
index 93915bf..4f06b17 100644
--- a/tests/cxx/serializer/union/makefile
+++ b/tests/cxx/serializer/union/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/union/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/validation/any/driver.cxx b/tests/cxx/serializer/validation/any/driver.cxx
index 4eaa96f..608d374 100644
--- a/tests/cxx/serializer/validation/any/driver.cxx
+++ b/tests/cxx/serializer/validation/any/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/validation/any/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test any validation.
diff --git a/tests/cxx/serializer/validation/any/makefile b/tests/cxx/serializer/validation/any/makefile
index 1b89636..c2daaac 100644
--- a/tests/cxx/serializer/validation/any/makefile
+++ b/tests/cxx/serializer/validation/any/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/validation/any/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/validation/attribute/driver.cxx b/tests/cxx/serializer/validation/attribute/driver.cxx
index 16fcc74..f9d9d04 100644
--- a/tests/cxx/serializer/validation/attribute/driver.cxx
+++ b/tests/cxx/serializer/validation/attribute/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/validation/attribute/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test attribute and anyAttribute validation.
diff --git a/tests/cxx/serializer/validation/attribute/makefile b/tests/cxx/serializer/validation/attribute/makefile
index d035f8d..1fa1c59 100644
--- a/tests/cxx/serializer/validation/attribute/makefile
+++ b/tests/cxx/serializer/validation/attribute/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/validation/attribute/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/validation/built-in/date-time/driver.cxx b/tests/cxx/serializer/validation/built-in/date-time/driver.cxx
index 16dc88b..c52c70f 100644
--- a/tests/cxx/serializer/validation/built-in/date-time/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/date-time/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/validation/built-in/date-time/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in date and time types validation.
diff --git a/tests/cxx/serializer/validation/built-in/date-time/makefile b/tests/cxx/serializer/validation/built-in/date-time/makefile
index dcb3d7a..2ab049b 100644
--- a/tests/cxx/serializer/validation/built-in/date-time/makefile
+++ b/tests/cxx/serializer/validation/built-in/date-time/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/validation/built-in/date-time/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/validation/built-in/decimal/driver.cxx b/tests/cxx/serializer/validation/built-in/decimal/driver.cxx
index 7c4b6f6..0b867d4 100644
--- a/tests/cxx/serializer/validation/built-in/decimal/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/decimal/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/validation/built-in/decimal/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in decimal type validation.
diff --git a/tests/cxx/serializer/validation/built-in/decimal/makefile b/tests/cxx/serializer/validation/built-in/decimal/makefile
index 92c8431..7e86d30 100644
--- a/tests/cxx/serializer/validation/built-in/decimal/makefile
+++ b/tests/cxx/serializer/validation/built-in/decimal/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/validation/built-in/decimal/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/validation/built-in/integer/driver.cxx b/tests/cxx/serializer/validation/built-in/integer/driver.cxx
index c105b18..e332b4f 100644
--- a/tests/cxx/serializer/validation/built-in/integer/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/integer/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/validation/built-in/int/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in integer & friends types validation.
diff --git a/tests/cxx/serializer/validation/built-in/integer/makefile b/tests/cxx/serializer/validation/built-in/integer/makefile
index 011adb6..503c958 100644
--- a/tests/cxx/serializer/validation/built-in/integer/makefile
+++ b/tests/cxx/serializer/validation/built-in/integer/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/validation/built-in/integer/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/validation/built-in/makefile b/tests/cxx/serializer/validation/built-in/makefile
index 4af5cfa..92db1ed 100644
--- a/tests/cxx/serializer/validation/built-in/makefile
+++ b/tests/cxx/serializer/validation/built-in/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/validation/built-in/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/validation/built-in/qname/driver.cxx b/tests/cxx/serializer/validation/built-in/qname/driver.cxx
index f8e70cf..9a25ca3 100644
--- a/tests/cxx/serializer/validation/built-in/qname/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/qname/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/validation/built-in/qname/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in QName type validation.
diff --git a/tests/cxx/serializer/validation/built-in/qname/makefile b/tests/cxx/serializer/validation/built-in/qname/makefile
index ca16720..ff1dac6 100644
--- a/tests/cxx/serializer/validation/built-in/qname/makefile
+++ b/tests/cxx/serializer/validation/built-in/qname/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/validation/built-in/qname/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/validation/built-in/string/driver.cxx b/tests/cxx/serializer/validation/built-in/string/driver.cxx
index 9d45b3c..16eefd3 100644
--- a/tests/cxx/serializer/validation/built-in/string/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/string/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/validation/built-in/string/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in string & friends types validation.
diff --git a/tests/cxx/serializer/validation/built-in/string/makefile b/tests/cxx/serializer/validation/built-in/string/makefile
index fd3fd4e..46eb13a 100644
--- a/tests/cxx/serializer/validation/built-in/string/makefile
+++ b/tests/cxx/serializer/validation/built-in/string/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/validation/built-in/string/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/validation/choice/driver.cxx b/tests/cxx/serializer/validation/choice/driver.cxx
index 1861eaa..e57f1c5 100644
--- a/tests/cxx/serializer/validation/choice/driver.cxx
+++ b/tests/cxx/serializer/validation/choice/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/validation/choice/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test choice validation.
diff --git a/tests/cxx/serializer/validation/choice/makefile b/tests/cxx/serializer/validation/choice/makefile
index 759cc54..5e2b609 100644
--- a/tests/cxx/serializer/validation/choice/makefile
+++ b/tests/cxx/serializer/validation/choice/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/validation/choice/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/validation/element/driver.cxx b/tests/cxx/serializer/validation/element/driver.cxx
index 8d3f973..b6a4f75 100644
--- a/tests/cxx/serializer/validation/element/driver.cxx
+++ b/tests/cxx/serializer/validation/element/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/validation/element/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test element validation.
diff --git a/tests/cxx/serializer/validation/element/makefile b/tests/cxx/serializer/validation/element/makefile
index 558921a..4741323 100644
--- a/tests/cxx/serializer/validation/element/makefile
+++ b/tests/cxx/serializer/validation/element/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/validation/element/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/validation/makefile b/tests/cxx/serializer/validation/makefile
index 03b2fd0..a9330ca 100644
--- a/tests/cxx/serializer/validation/makefile
+++ b/tests/cxx/serializer/validation/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/validation/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/validation/sequence/driver.cxx b/tests/cxx/serializer/validation/sequence/driver.cxx
index 70bec96..ad34645 100644
--- a/tests/cxx/serializer/validation/sequence/driver.cxx
+++ b/tests/cxx/serializer/validation/sequence/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/validation/sequence/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test sequence validation.
diff --git a/tests/cxx/serializer/validation/sequence/makefile b/tests/cxx/serializer/validation/sequence/makefile
index 57d7e0d..63706ad 100644
--- a/tests/cxx/serializer/validation/sequence/makefile
+++ b/tests/cxx/serializer/validation/sequence/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/validation/sequence/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 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/serializer/wildcard/driver.cxx b/tests/cxx/serializer/wildcard/driver.cxx
index 30220f0..7a55d28 100644
--- a/tests/cxx/serializer/wildcard/driver.cxx
+++ b/tests/cxx/serializer/wildcard/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/cxx/serializer/wildcard/driver.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test wildcard (any & anyAttribute) serialization.
diff --git a/tests/cxx/serializer/wildcard/makefile b/tests/cxx/serializer/wildcard/makefile
index 8bc5b67..92377d0 100644
--- a/tests/cxx/serializer/wildcard/makefile
+++ b/tests/cxx/serializer/wildcard/makefile
@@ -1,5 +1,5 @@
# file : tests/cxx/serializer/wildcard/makefile
-# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make