aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid
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/hybrid
parent252f5c6d0a5912162e355b871cf6e150b4c64f06 (diff)
Copyright update
Diffstat (limited to 'tests/cxx/hybrid')
-rw-r--r--tests/cxx/hybrid/binary/cdr/driver.cxx2
-rw-r--r--tests/cxx/hybrid/binary/cdr/makefile2
-rw-r--r--tests/cxx/hybrid/binary/custom/driver.cxx2
-rw-r--r--tests/cxx/hybrid/binary/custom/makefile2
-rw-r--r--tests/cxx/hybrid/binary/xdr/driver.cxx2
-rw-r--r--tests/cxx/hybrid/binary/xdr/makefile2
-rw-r--r--tests/cxx/hybrid/built-in/driver.cxx2
-rw-r--r--tests/cxx/hybrid/built-in/makefile2
-rw-r--r--tests/cxx/hybrid/choice/driver.cxx2
-rw-r--r--tests/cxx/hybrid/choice/makefile2
-rw-r--r--tests/cxx/hybrid/clone/driver.cxx2
-rw-r--r--tests/cxx/hybrid/clone/makefile2
-rw-r--r--tests/cxx/hybrid/default/driver.cxx2
-rw-r--r--tests/cxx/hybrid/default/makefile2
-rw-r--r--tests/cxx/hybrid/enumeration/driver.cxx2
-rw-r--r--tests/cxx/hybrid/enumeration/makefile2
-rw-r--r--tests/cxx/hybrid/facets/driver.cxx2
-rw-r--r--tests/cxx/hybrid/facets/makefile2
-rw-r--r--tests/cxx/hybrid/iso8859-1/driver.cxx2
-rw-r--r--tests/cxx/hybrid/iso8859-1/makefile2
-rw-r--r--tests/cxx/hybrid/iterator/driver.cxx2
-rw-r--r--tests/cxx/hybrid/iterator/makefile2
-rw-r--r--tests/cxx/hybrid/list/driver.cxx2
-rw-r--r--tests/cxx/hybrid/list/makefile2
-rw-r--r--tests/cxx/hybrid/makefile2
-rw-r--r--tests/cxx/hybrid/pattern/driver.cxx2
-rw-r--r--tests/cxx/hybrid/pattern/makefile2
-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
-rw-r--r--tests/cxx/hybrid/recursive/driver.cxx2
-rw-r--r--tests/cxx/hybrid/recursive/makefile2
-rw-r--r--tests/cxx/hybrid/sequences/driver.cxx2
-rw-r--r--tests/cxx/hybrid/sequences/makefile2
-rw-r--r--tests/cxx/hybrid/test-template/driver.cxx2
-rw-r--r--tests/cxx/hybrid/test-template/makefile2
-rw-r--r--tests/cxx/hybrid/union/driver.cxx2
-rw-r--r--tests/cxx/hybrid/union/makefile2
42 files changed, 42 insertions, 42 deletions
diff --git a/tests/cxx/hybrid/binary/cdr/driver.cxx b/tests/cxx/hybrid/binary/cdr/driver.cxx
index 96c649b..72d385e 100644
--- a/tests/cxx/hybrid/binary/cdr/driver.cxx
+++ b/tests/cxx/hybrid/binary/cdr/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/binary/cdr/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 CDR insertion and extraction.
diff --git a/tests/cxx/hybrid/binary/cdr/makefile b/tests/cxx/hybrid/binary/cdr/makefile
index 220d756..0b8f10f 100644
--- a/tests/cxx/hybrid/binary/cdr/makefile
+++ b/tests/cxx/hybrid/binary/cdr/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/binary/cdr/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/hybrid/binary/custom/driver.cxx b/tests/cxx/hybrid/binary/custom/driver.cxx
index 4ee3407..9131b25 100644
--- a/tests/cxx/hybrid/binary/custom/driver.cxx
+++ b/tests/cxx/hybrid/binary/custom/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/binary/custom/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 RAW insertion and extraction.
diff --git a/tests/cxx/hybrid/binary/custom/makefile b/tests/cxx/hybrid/binary/custom/makefile
index 7ab67d8..1d97162 100644
--- a/tests/cxx/hybrid/binary/custom/makefile
+++ b/tests/cxx/hybrid/binary/custom/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/binary/custom/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2005-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/hybrid/binary/xdr/driver.cxx b/tests/cxx/hybrid/binary/xdr/driver.cxx
index 14ad36e..533c1cf 100644
--- a/tests/cxx/hybrid/binary/xdr/driver.cxx
+++ b/tests/cxx/hybrid/binary/xdr/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/binary/xdr/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 XDR insertion and extraction.
diff --git a/tests/cxx/hybrid/binary/xdr/makefile b/tests/cxx/hybrid/binary/xdr/makefile
index 7ea4949..c2a2eb7 100644
--- a/tests/cxx/hybrid/binary/xdr/makefile
+++ b/tests/cxx/hybrid/binary/xdr/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/binary/xdr/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/hybrid/built-in/driver.cxx b/tests/cxx/hybrid/built-in/driver.cxx
index a412c65..0fee4db 100644
--- a/tests/cxx/hybrid/built-in/driver.cxx
+++ b/tests/cxx/hybrid/built-in/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/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 types.
diff --git a/tests/cxx/hybrid/built-in/makefile b/tests/cxx/hybrid/built-in/makefile
index b4b08c5..47af8ca 100644
--- a/tests/cxx/hybrid/built-in/makefile
+++ b/tests/cxx/hybrid/built-in/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/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/hybrid/choice/driver.cxx b/tests/cxx/hybrid/choice/driver.cxx
index b9bbeb0..8d8be2d 100644
--- a/tests/cxx/hybrid/choice/driver.cxx
+++ b/tests/cxx/hybrid/choice/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/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 mapping.
diff --git a/tests/cxx/hybrid/choice/makefile b/tests/cxx/hybrid/choice/makefile
index 2117d5c..13f6816 100644
--- a/tests/cxx/hybrid/choice/makefile
+++ b/tests/cxx/hybrid/choice/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/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/hybrid/clone/driver.cxx b/tests/cxx/hybrid/clone/driver.cxx
index b0d8825..c78eb19 100644
--- a/tests/cxx/hybrid/clone/driver.cxx
+++ b/tests/cxx/hybrid/clone/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/clone/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 _clone() functionality.
diff --git a/tests/cxx/hybrid/clone/makefile b/tests/cxx/hybrid/clone/makefile
index 7138869..be676ad 100644
--- a/tests/cxx/hybrid/clone/makefile
+++ b/tests/cxx/hybrid/clone/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/clone/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/hybrid/default/driver.cxx b/tests/cxx/hybrid/default/driver.cxx
index b704eda..83167f5 100644
--- a/tests/cxx/hybrid/default/driver.cxx
+++ b/tests/cxx/hybrid/default/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/default/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 default attribute values.
diff --git a/tests/cxx/hybrid/default/makefile b/tests/cxx/hybrid/default/makefile
index 911d8ff..aa614b0 100644
--- a/tests/cxx/hybrid/default/makefile
+++ b/tests/cxx/hybrid/default/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/default/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/hybrid/enumeration/driver.cxx b/tests/cxx/hybrid/enumeration/driver.cxx
index 29004a7..7941c60 100644
--- a/tests/cxx/hybrid/enumeration/driver.cxx
+++ b/tests/cxx/hybrid/enumeration/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/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 XML Schema enumeration to C++ enum mapping.
diff --git a/tests/cxx/hybrid/enumeration/makefile b/tests/cxx/hybrid/enumeration/makefile
index 8ce7a9f..1767642 100644
--- a/tests/cxx/hybrid/enumeration/makefile
+++ b/tests/cxx/hybrid/enumeration/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/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/hybrid/facets/driver.cxx b/tests/cxx/hybrid/facets/driver.cxx
index 3dfd95e..8950f04 100644
--- a/tests/cxx/hybrid/facets/driver.cxx
+++ b/tests/cxx/hybrid/facets/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/facets/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 facets (except pattern) validation.
diff --git a/tests/cxx/hybrid/facets/makefile b/tests/cxx/hybrid/facets/makefile
index ec749b3..ff11745 100644
--- a/tests/cxx/hybrid/facets/makefile
+++ b/tests/cxx/hybrid/facets/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/facets/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/hybrid/iso8859-1/driver.cxx b/tests/cxx/hybrid/iso8859-1/driver.cxx
index a515ef9..36fdb73 100644
--- a/tests/cxx/hybrid/iso8859-1/driver.cxx
+++ b/tests/cxx/hybrid/iso8859-1/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/iso8859-1/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 support for the ISO-8859-1 encoding.
diff --git a/tests/cxx/hybrid/iso8859-1/makefile b/tests/cxx/hybrid/iso8859-1/makefile
index 2cc1f57..fa21ffd 100644
--- a/tests/cxx/hybrid/iso8859-1/makefile
+++ b/tests/cxx/hybrid/iso8859-1/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/iso8859-1/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/hybrid/iterator/driver.cxx b/tests/cxx/hybrid/iterator/driver.cxx
index 884582c..87f097a 100644
--- a/tests/cxx/hybrid/iterator/driver.cxx
+++ b/tests/cxx/hybrid/iterator/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/iterator/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 conformance to STL iterator requirements.
diff --git a/tests/cxx/hybrid/iterator/makefile b/tests/cxx/hybrid/iterator/makefile
index 9bd867c..bd0a1bb 100644
--- a/tests/cxx/hybrid/iterator/makefile
+++ b/tests/cxx/hybrid/iterator/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/iterator/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/hybrid/list/driver.cxx b/tests/cxx/hybrid/list/driver.cxx
index e0514d0..e08c267 100644
--- a/tests/cxx/hybrid/list/driver.cxx
+++ b/tests/cxx/hybrid/list/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/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 mapping.
diff --git a/tests/cxx/hybrid/list/makefile b/tests/cxx/hybrid/list/makefile
index 61a1758..a02d995 100644
--- a/tests/cxx/hybrid/list/makefile
+++ b/tests/cxx/hybrid/list/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/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/hybrid/makefile b/tests/cxx/hybrid/makefile
index cb664d9..4297e11 100644
--- a/tests/cxx/hybrid/makefile
+++ b/tests/cxx/hybrid/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/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/hybrid/pattern/driver.cxx b/tests/cxx/hybrid/pattern/driver.cxx
index e98859d..1ec53a3 100644
--- a/tests/cxx/hybrid/pattern/driver.cxx
+++ b/tests/cxx/hybrid/pattern/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/pattern/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 pattern facet validation.
diff --git a/tests/cxx/hybrid/pattern/makefile b/tests/cxx/hybrid/pattern/makefile
index 8313805..0fb1567 100644
--- a/tests/cxx/hybrid/pattern/makefile
+++ b/tests/cxx/hybrid/pattern/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/pattern/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/hybrid/polymorphism/any-type/driver.cxx b/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
index 62aaa79..4bbdc0e 100644
--- a/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
+++ b/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/polymorphism/any-type/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 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 dbfab80..195c2e4 100644
--- a/tests/cxx/hybrid/polymorphism/any-type/makefile
+++ b/tests/cxx/hybrid/polymorphism/any-type/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/polymorphism/any-type/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/hybrid/polymorphism/enumeration/driver.cxx b/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
index fea2d8b..721c2f3 100644
--- a/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
+++ b/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/polymorphism/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 XML Schema enumeration to C++ enum mapping.
diff --git a/tests/cxx/hybrid/polymorphism/enumeration/makefile b/tests/cxx/hybrid/polymorphism/enumeration/makefile
index acd73e9..7bb004b 100644
--- a/tests/cxx/hybrid/polymorphism/enumeration/makefile
+++ b/tests/cxx/hybrid/polymorphism/enumeration/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/polymorphism/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/hybrid/polymorphism/makefile b/tests/cxx/hybrid/polymorphism/makefile
index c418d34..e29a537 100644
--- a/tests/cxx/hybrid/polymorphism/makefile
+++ b/tests/cxx/hybrid/polymorphism/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/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/hybrid/polymorphism/multischema/driver.cxx b/tests/cxx/hybrid/polymorphism/multischema/driver.cxx
index 3347142..782b896 100644
--- a/tests/cxx/hybrid/polymorphism/multischema/driver.cxx
+++ b/tests/cxx/hybrid/polymorphism/multischema/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/polymorphism/multischema/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 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 56da60d..600155e 100644
--- a/tests/cxx/hybrid/polymorphism/multischema/makefile
+++ b/tests/cxx/hybrid/polymorphism/multischema/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/polymorphism/multischema/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/hybrid/recursive/driver.cxx b/tests/cxx/hybrid/recursive/driver.cxx
index 9adbdee..1710e95 100644
--- a/tests/cxx/hybrid/recursive/driver.cxx
+++ b/tests/cxx/hybrid/recursive/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/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 parsing and serialization.
diff --git a/tests/cxx/hybrid/recursive/makefile b/tests/cxx/hybrid/recursive/makefile
index 64471f0..325908b 100644
--- a/tests/cxx/hybrid/recursive/makefile
+++ b/tests/cxx/hybrid/recursive/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/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/hybrid/sequences/driver.cxx b/tests/cxx/hybrid/sequences/driver.cxx
index c0fc7b4..e707277 100644
--- a/tests/cxx/hybrid/sequences/driver.cxx
+++ b/tests/cxx/hybrid/sequences/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/sequences/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 templates.
diff --git a/tests/cxx/hybrid/sequences/makefile b/tests/cxx/hybrid/sequences/makefile
index 4a4b573..53a59e4 100644
--- a/tests/cxx/hybrid/sequences/makefile
+++ b/tests/cxx/hybrid/sequences/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/sequences/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/hybrid/test-template/driver.cxx b/tests/cxx/hybrid/test-template/driver.cxx
index 9ebbb86..4e13165 100644
--- a/tests/cxx/hybrid/test-template/driver.cxx
+++ b/tests/cxx/hybrid/test-template/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/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/hybrid/test-template/makefile b/tests/cxx/hybrid/test-template/makefile
index df8b7d1..25c8653 100644
--- a/tests/cxx/hybrid/test-template/makefile
+++ b/tests/cxx/hybrid/test-template/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/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/hybrid/union/driver.cxx b/tests/cxx/hybrid/union/driver.cxx
index aa40be6..c1b6f48 100644
--- a/tests/cxx/hybrid/union/driver.cxx
+++ b/tests/cxx/hybrid/union/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/cxx/hybrid/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 mapping.
diff --git a/tests/cxx/hybrid/union/makefile b/tests/cxx/hybrid/union/makefile
index 976d15d..ce3e7cb 100644
--- a/tests/cxx/hybrid/union/makefile
+++ b/tests/cxx/hybrid/union/makefile
@@ -1,6 +1,6 @@
# file : tests/cxx/hybrid/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