aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:32:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:32:35 +0200
commit2561a563b610fdbe594a7510c55bb0a9803a170b (patch)
tree9f98ee3ffba83b01d112bbba9cae7a6b4376abda /tests/cxx/serializer
parent0ef72f9ed42a36d30920a815becf77b3543b5a43 (diff)
Update copyright in source files
Diffstat (limited to 'tests/cxx/serializer')
-rw-r--r--tests/cxx/serializer/all/driver.cxx2
-rw-r--r--tests/cxx/serializer/built-in/driver.cxx2
-rw-r--r--tests/cxx/serializer/choice/driver.cxx2
-rw-r--r--tests/cxx/serializer/complex/driver.cxx2
-rw-r--r--tests/cxx/serializer/enumeration/boolean.hxx2
-rw-r--r--tests/cxx/serializer/enumeration/driver.cxx2
-rw-r--r--tests/cxx/serializer/error-handling/codes/driver.cxx2
-rw-r--r--tests/cxx/serializer/error-handling/exceptions/driver.cxx2
-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/list/driver.cxx2
-rw-r--r--tests/cxx/serializer/polymorphism/driver.cxx2
-rw-r--r--tests/cxx/serializer/recursive/driver.cxx2
-rw-r--r--tests/cxx/serializer/reset/driver.cxx2
-rw-r--r--tests/cxx/serializer/restriction/driver.cxx2
-rw-r--r--tests/cxx/serializer/sequence/driver.cxx2
-rw-r--r--tests/cxx/serializer/test-template/driver.cxx2
-rw-r--r--tests/cxx/serializer/union/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/any/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/attribute/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/built-in/date-time/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/built-in/decimal/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/built-in/integer/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/built-in/qname/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/built-in/string/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/choice/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/element/driver.cxx2
-rw-r--r--tests/cxx/serializer/validation/sequence/driver.cxx2
-rw-r--r--tests/cxx/serializer/wildcard/driver.cxx2
29 files changed, 29 insertions, 29 deletions
diff --git a/tests/cxx/serializer/all/driver.cxx b/tests/cxx/serializer/all/driver.cxx
index f781b94..427ec0e 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the all compositor serialization.
diff --git a/tests/cxx/serializer/built-in/driver.cxx b/tests/cxx/serializer/built-in/driver.cxx
index 9798659..f7ea95f 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test built-in type serialization.
diff --git a/tests/cxx/serializer/choice/driver.cxx b/tests/cxx/serializer/choice/driver.cxx
index 684f14d..3f698a9 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the choice compositor serialization.
diff --git a/tests/cxx/serializer/complex/driver.cxx b/tests/cxx/serializer/complex/driver.cxx
index d27aee1..988a83a 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test complex types serialization.
diff --git a/tests/cxx/serializer/enumeration/boolean.hxx b/tests/cxx/serializer/enumeration/boolean.hxx
index b648a56..783d196 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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 ae200ae..050edc7 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test enumeration type serialization.
diff --git a/tests/cxx/serializer/error-handling/codes/driver.cxx b/tests/cxx/serializer/error-handling/codes/driver.cxx
index 2e83c34..d438a35 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/exceptions/driver.cxx b/tests/cxx/serializer/error-handling/exceptions/driver.cxx
index 3a7437b..255fdc2 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test error reporting with exceptions.
diff --git a/tests/cxx/serializer/generated-driver/test-simpl.cxx b/tests/cxx/serializer/generated-driver/test-simpl.cxx
index 7acda2c..64712e5 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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 4700a9f..8a48179 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef TEST_SIMPL_HXX
diff --git a/tests/cxx/serializer/list/driver.cxx b/tests/cxx/serializer/list/driver.cxx
index 7ed5ee1..13d8902 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test list type serialization.
diff --git a/tests/cxx/serializer/polymorphism/driver.cxx b/tests/cxx/serializer/polymorphism/driver.cxx
index ebb0244..c16063e 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/recursive/driver.cxx b/tests/cxx/serializer/recursive/driver.cxx
index c474191..8c6d907 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test recursive type serialization.
diff --git a/tests/cxx/serializer/reset/driver.cxx b/tests/cxx/serializer/reset/driver.cxx
index 49e5d32..8432119 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test serializer resetting.
diff --git a/tests/cxx/serializer/restriction/driver.cxx b/tests/cxx/serializer/restriction/driver.cxx
index 0430765..e79693d 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test inheritance-by-restriction serialization.
diff --git a/tests/cxx/serializer/sequence/driver.cxx b/tests/cxx/serializer/sequence/driver.cxx
index ed6c5fb..6857f55 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the sequence compositor serialization.
diff --git a/tests/cxx/serializer/test-template/driver.cxx b/tests/cxx/serializer/test-template/driver.cxx
index 784f223..40a084c 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Insert test description here.
diff --git a/tests/cxx/serializer/union/driver.cxx b/tests/cxx/serializer/union/driver.cxx
index 566b681..d492654 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test union type serialization.
diff --git a/tests/cxx/serializer/validation/any/driver.cxx b/tests/cxx/serializer/validation/any/driver.cxx
index ecdf7f8..5407ce0 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test any validation.
diff --git a/tests/cxx/serializer/validation/attribute/driver.cxx b/tests/cxx/serializer/validation/attribute/driver.cxx
index 977a61b..b0e4233 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/built-in/date-time/driver.cxx b/tests/cxx/serializer/validation/built-in/date-time/driver.cxx
index bdc196e..b06c0f8 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/decimal/driver.cxx b/tests/cxx/serializer/validation/built-in/decimal/driver.cxx
index 9349e6b..5ad6374 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/integer/driver.cxx b/tests/cxx/serializer/validation/built-in/integer/driver.cxx
index e20a561..b17c9a1 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/qname/driver.cxx b/tests/cxx/serializer/validation/built-in/qname/driver.cxx
index 33ccdc1..902f0d9 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/string/driver.cxx b/tests/cxx/serializer/validation/built-in/string/driver.cxx
index c1cfe21..52f80fc 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/choice/driver.cxx b/tests/cxx/serializer/validation/choice/driver.cxx
index 11e1aaa..66b2050 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test choice validation.
diff --git a/tests/cxx/serializer/validation/element/driver.cxx b/tests/cxx/serializer/validation/element/driver.cxx
index b0ff7ed..a824389 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test element validation.
diff --git a/tests/cxx/serializer/validation/sequence/driver.cxx b/tests/cxx/serializer/validation/sequence/driver.cxx
index 562874c..25c619c 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test sequence validation.
diff --git a/tests/cxx/serializer/wildcard/driver.cxx b/tests/cxx/serializer/wildcard/driver.cxx
index 942fdad..449c789 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test wildcard (any & anyAttribute) serialization.