aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid
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/hybrid
parent0ef72f9ed42a36d30920a815becf77b3543b5a43 (diff)
Update copyright in source files
Diffstat (limited to 'tests/cxx/hybrid')
-rw-r--r--tests/cxx/hybrid/binary/cdr/driver.cxx2
-rw-r--r--tests/cxx/hybrid/binary/custom/driver.cxx2
-rw-r--r--tests/cxx/hybrid/binary/xdr/driver.cxx2
-rw-r--r--tests/cxx/hybrid/built-in/driver.cxx2
-rw-r--r--tests/cxx/hybrid/choice/driver.cxx2
-rw-r--r--tests/cxx/hybrid/default/driver.cxx2
-rw-r--r--tests/cxx/hybrid/enumeration/driver.cxx2
-rw-r--r--tests/cxx/hybrid/iterator/driver.cxx2
-rw-r--r--tests/cxx/hybrid/list/driver.cxx2
-rw-r--r--tests/cxx/hybrid/polymorphism/any-type/driver.cxx2
-rw-r--r--tests/cxx/hybrid/polymorphism/enumeration/driver.cxx2
-rw-r--r--tests/cxx/hybrid/polymorphism/multischema/driver.cxx2
-rw-r--r--tests/cxx/hybrid/recursive/driver.cxx2
-rw-r--r--tests/cxx/hybrid/sequences/driver.cxx2
-rw-r--r--tests/cxx/hybrid/test-template/driver.cxx2
-rw-r--r--tests/cxx/hybrid/union/driver.cxx2
16 files changed, 16 insertions, 16 deletions
diff --git a/tests/cxx/hybrid/binary/cdr/driver.cxx b/tests/cxx/hybrid/binary/cdr/driver.cxx
index e7909cf..b4663a6 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/custom/driver.cxx b/tests/cxx/hybrid/binary/custom/driver.cxx
index 400551a..3414a99 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/xdr/driver.cxx b/tests/cxx/hybrid/binary/xdr/driver.cxx
index dc776f2..420323f 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test XDR insertion and extraction.
diff --git a/tests/cxx/hybrid/built-in/driver.cxx b/tests/cxx/hybrid/built-in/driver.cxx
index 6204882..ddffcfa 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-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 types.
diff --git a/tests/cxx/hybrid/choice/driver.cxx b/tests/cxx/hybrid/choice/driver.cxx
index b781e24..8edf80b 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-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 mapping.
diff --git a/tests/cxx/hybrid/default/driver.cxx b/tests/cxx/hybrid/default/driver.cxx
index 1ab379f..5c98296 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test default attribute values.
diff --git a/tests/cxx/hybrid/enumeration/driver.cxx b/tests/cxx/hybrid/enumeration/driver.cxx
index ffbbf0b..b057929 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/iterator/driver.cxx b/tests/cxx/hybrid/iterator/driver.cxx
index cff3015..88e6d14 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/list/driver.cxx b/tests/cxx/hybrid/list/driver.cxx
index 5d6b20e..7681f27 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-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 mapping.
diff --git a/tests/cxx/hybrid/polymorphism/any-type/driver.cxx b/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
index 555c145..bfea16f 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/enumeration/driver.cxx b/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
index b2c9429..ff8703e 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/multischema/driver.cxx b/tests/cxx/hybrid/polymorphism/multischema/driver.cxx
index 895d600..baf8d74 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-2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2010 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/recursive/driver.cxx b/tests/cxx/hybrid/recursive/driver.cxx
index d3ce1c3..827b5a6 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-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 parsing and serialization.
diff --git a/tests/cxx/hybrid/sequences/driver.cxx b/tests/cxx/hybrid/sequences/driver.cxx
index 9358c19..d952090 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-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 templates.
diff --git a/tests/cxx/hybrid/test-template/driver.cxx b/tests/cxx/hybrid/test-template/driver.cxx
index c482a0c..14c4128 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-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/hybrid/union/driver.cxx b/tests/cxx/hybrid/union/driver.cxx
index 286bf14..892a750 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-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 mapping.