aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:51:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:51:26 +0200
commit9aaa002bf85e75bae1228af620987ae8743a267a (patch)
treec9a4bb0a35762904ed64b5218334c1bcb1bb03fe /tests/cxx/serializer
parent252f5c6d0a5912162e355b871cf6e150b4c64f06 (diff)
Copyright update
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 598edfc..b2f3ac5 100644
--- a/tests/cxx/serializer/all/driver.cxx
+++ b/tests/cxx/serializer/all/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/all/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 18780fb..ae9ae73 100644
--- a/tests/cxx/serializer/all/makefile
+++ b/tests/cxx/serializer/all/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/all/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 263f8ad..ec1fcfd 100644
--- a/tests/cxx/serializer/built-in/driver.cxx
+++ b/tests/cxx/serializer/built-in/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/built-in/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 406cefd..03ed5c8 100644
--- a/tests/cxx/serializer/built-in/makefile
+++ b/tests/cxx/serializer/built-in/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/built-in/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 051631b..4c8cb50 100644
--- a/tests/cxx/serializer/choice/driver.cxx
+++ b/tests/cxx/serializer/choice/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/choice/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 a48b079..b9670ee 100644
--- a/tests/cxx/serializer/choice/makefile
+++ b/tests/cxx/serializer/choice/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/choice/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 a917b7f..7b57b60 100644
--- a/tests/cxx/serializer/complex/driver.cxx
+++ b/tests/cxx/serializer/complex/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/complex/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 6f8d4d6..dc9e867 100644
--- a/tests/cxx/serializer/complex/makefile
+++ b/tests/cxx/serializer/complex/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/complex/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 783d196..4b78ed2 100644
--- a/tests/cxx/serializer/enumeration/boolean.hxx
+++ b/tests/cxx/serializer/enumeration/boolean.hxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/enumeration/boolean.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 3c923a0..5eb2f3f 100644
--- a/tests/cxx/serializer/enumeration/driver.cxx
+++ b/tests/cxx/serializer/enumeration/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/enumeration/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 78a7f09..9c89e69 100644
--- a/tests/cxx/serializer/enumeration/makefile
+++ b/tests/cxx/serializer/enumeration/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/enumeration/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 c8bce95..f0b4628 100644
--- a/tests/cxx/serializer/error-handling/codes/driver.cxx
+++ b/tests/cxx/serializer/error-handling/codes/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/error-handling/codes/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 cce1763..2a84a11 100644
--- a/tests/cxx/serializer/error-handling/codes/makefile
+++ b/tests/cxx/serializer/error-handling/codes/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/error-handling/codes/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 d29878e..b591ee9 100644
--- a/tests/cxx/serializer/error-handling/exceptions/driver.cxx
+++ b/tests/cxx/serializer/error-handling/exceptions/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/error-handling/exceptions/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 4fdaac1..416e753 100644
--- a/tests/cxx/serializer/error-handling/exceptions/makefile
+++ b/tests/cxx/serializer/error-handling/exceptions/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/error-handling/exceptions/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 1a9401b..b66c256 100644
--- a/tests/cxx/serializer/error-handling/makefile
+++ b/tests/cxx/serializer/error-handling/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/error-handling/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 81526cd..8f0e41c 100644
--- a/tests/cxx/serializer/generated-driver/makefile
+++ b/tests/cxx/serializer/generated-driver/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/generated-driver/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 64712e5..562de1f 100644
--- a/tests/cxx/serializer/generated-driver/test-simpl.cxx
+++ b/tests/cxx/serializer/generated-driver/test-simpl.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/generated-driver/test-simpl.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 8a48179..a148d18 100644
--- a/tests/cxx/serializer/generated-driver/test-simpl.hxx
+++ b/tests/cxx/serializer/generated-driver/test-simpl.hxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/generated-driver/test-simpl.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 9f0b4ca..4088140 100644
--- a/tests/cxx/serializer/generated-impl/makefile
+++ b/tests/cxx/serializer/generated-impl/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/generated-impl/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 945ec96..ed39901 100644
--- a/tests/cxx/serializer/list/driver.cxx
+++ b/tests/cxx/serializer/list/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/list/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 447ad86..ba4bae1 100644
--- a/tests/cxx/serializer/list/makefile
+++ b/tests/cxx/serializer/list/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/list/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 dff978a..e43f2c1 100644
--- a/tests/cxx/serializer/makefile
+++ b/tests/cxx/serializer/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 2c181a4..ce80949 100644
--- a/tests/cxx/serializer/polymorphism/driver.cxx
+++ b/tests/cxx/serializer/polymorphism/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/polymorphism/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 f6523a2..b0c3007 100644
--- a/tests/cxx/serializer/polymorphism/makefile
+++ b/tests/cxx/serializer/polymorphism/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/polymorphism/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 c082879..7fbc337 100644
--- a/tests/cxx/serializer/recursive/driver.cxx
+++ b/tests/cxx/serializer/recursive/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/recursive/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 d3d5491..6f074b5 100644
--- a/tests/cxx/serializer/recursive/makefile
+++ b/tests/cxx/serializer/recursive/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/recursive/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 487934d..234571c 100644
--- a/tests/cxx/serializer/reset/driver.cxx
+++ b/tests/cxx/serializer/reset/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/reset/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 005b054..537c9be 100644
--- a/tests/cxx/serializer/reset/makefile
+++ b/tests/cxx/serializer/reset/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/reset/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 a2624d1..9773093 100644
--- a/tests/cxx/serializer/restriction/driver.cxx
+++ b/tests/cxx/serializer/restriction/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/restriction/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 40f686c..99b3f10 100644
--- a/tests/cxx/serializer/restriction/makefile
+++ b/tests/cxx/serializer/restriction/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/restriction/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 824ded7..81a9438 100644
--- a/tests/cxx/serializer/sequence/driver.cxx
+++ b/tests/cxx/serializer/sequence/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/sequence/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 b8a88cb..0cf1703 100644
--- a/tests/cxx/serializer/sequence/makefile
+++ b/tests/cxx/serializer/sequence/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/sequence/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 a1b9489..e2d8c7b 100644
--- a/tests/cxx/serializer/test-template/driver.cxx
+++ b/tests/cxx/serializer/test-template/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/test-template/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 e554b43..edaeb0f 100644
--- a/tests/cxx/serializer/test-template/makefile
+++ b/tests/cxx/serializer/test-template/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/test-template/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 2506e95..dea8e7e 100644
--- a/tests/cxx/serializer/union/driver.cxx
+++ b/tests/cxx/serializer/union/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/union/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 a8f7afc..3d557b6 100644
--- a/tests/cxx/serializer/union/makefile
+++ b/tests/cxx/serializer/union/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/union/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 020932a..54577ab 100644
--- a/tests/cxx/serializer/validation/any/driver.cxx
+++ b/tests/cxx/serializer/validation/any/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/validation/any/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 af65c0d..c4ceaf4 100644
--- a/tests/cxx/serializer/validation/any/makefile
+++ b/tests/cxx/serializer/validation/any/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/validation/any/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 c30a120..2d3c54c 100644
--- a/tests/cxx/serializer/validation/attribute/driver.cxx
+++ b/tests/cxx/serializer/validation/attribute/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/validation/attribute/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 654905e..fb9aacb 100644
--- a/tests/cxx/serializer/validation/attribute/makefile
+++ b/tests/cxx/serializer/validation/attribute/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/validation/attribute/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 6e9b6ad..5a242f5 100644
--- a/tests/cxx/serializer/validation/built-in/date-time/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/date-time/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/validation/built-in/date-time/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 b98a647..7256896 100644
--- a/tests/cxx/serializer/validation/built-in/date-time/makefile
+++ b/tests/cxx/serializer/validation/built-in/date-time/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/validation/built-in/date-time/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 9e3f5b9..75cd2d7 100644
--- a/tests/cxx/serializer/validation/built-in/decimal/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/decimal/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/validation/built-in/decimal/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 1ce6e06..3caff0e 100644
--- a/tests/cxx/serializer/validation/built-in/decimal/makefile
+++ b/tests/cxx/serializer/validation/built-in/decimal/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/validation/built-in/decimal/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 c7ea1ba..f9825f7 100644
--- a/tests/cxx/serializer/validation/built-in/integer/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/integer/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/validation/built-in/int/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 3c0ba38..f3b9339 100644
--- a/tests/cxx/serializer/validation/built-in/integer/makefile
+++ b/tests/cxx/serializer/validation/built-in/integer/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/validation/built-in/integer/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 3e16e13..dd28318 100644
--- a/tests/cxx/serializer/validation/built-in/makefile
+++ b/tests/cxx/serializer/validation/built-in/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/validation/built-in/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 3f35ca8..472287d 100644
--- a/tests/cxx/serializer/validation/built-in/qname/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/qname/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/validation/built-in/qname/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 1c95058..bee9faa 100644
--- a/tests/cxx/serializer/validation/built-in/qname/makefile
+++ b/tests/cxx/serializer/validation/built-in/qname/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/validation/built-in/qname/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 854556f..ab84295 100644
--- a/tests/cxx/serializer/validation/built-in/string/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/string/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/validation/built-in/string/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 636a257..ffa744b 100644
--- a/tests/cxx/serializer/validation/built-in/string/makefile
+++ b/tests/cxx/serializer/validation/built-in/string/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/validation/built-in/string/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 a05c815..ff3632b 100644
--- a/tests/cxx/serializer/validation/choice/driver.cxx
+++ b/tests/cxx/serializer/validation/choice/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/validation/choice/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 a667a34..0e39773 100644
--- a/tests/cxx/serializer/validation/choice/makefile
+++ b/tests/cxx/serializer/validation/choice/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/validation/choice/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 afc720c..234abea 100644
--- a/tests/cxx/serializer/validation/element/driver.cxx
+++ b/tests/cxx/serializer/validation/element/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/validation/element/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 f6ff7bc..98ef038 100644
--- a/tests/cxx/serializer/validation/element/makefile
+++ b/tests/cxx/serializer/validation/element/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/validation/element/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 f81b032..de97ca4 100644
--- a/tests/cxx/serializer/validation/makefile
+++ b/tests/cxx/serializer/validation/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/validation/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 3f97a60..02e971d 100644
--- a/tests/cxx/serializer/validation/sequence/driver.cxx
+++ b/tests/cxx/serializer/validation/sequence/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/validation/sequence/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 c7ef067..6ab8279 100644
--- a/tests/cxx/serializer/validation/sequence/makefile
+++ b/tests/cxx/serializer/validation/sequence/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/validation/sequence/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 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 7578d49..6ef9204 100644
--- a/tests/cxx/serializer/wildcard/driver.cxx
+++ b/tests/cxx/serializer/wildcard/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/serializer/wildcard/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2011 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 8de313a..c31c627 100644
--- a/tests/cxx/serializer/wildcard/makefile
+++ b/tests/cxx/serializer/wildcard/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/serializer/wildcard/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make