From 2561a563b610fdbe594a7510c55bb0a9803a170b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 1 Jan 2010 12:32:35 +0200 Subject: Update copyright in source files --- tests/cxx/hybrid/binary/cdr/driver.cxx | 2 +- tests/cxx/hybrid/binary/custom/driver.cxx | 2 +- tests/cxx/hybrid/binary/xdr/driver.cxx | 2 +- tests/cxx/hybrid/built-in/driver.cxx | 2 +- tests/cxx/hybrid/choice/driver.cxx | 2 +- tests/cxx/hybrid/default/driver.cxx | 2 +- tests/cxx/hybrid/enumeration/driver.cxx | 2 +- tests/cxx/hybrid/iterator/driver.cxx | 2 +- tests/cxx/hybrid/list/driver.cxx | 2 +- tests/cxx/hybrid/polymorphism/any-type/driver.cxx | 2 +- tests/cxx/hybrid/polymorphism/enumeration/driver.cxx | 2 +- tests/cxx/hybrid/polymorphism/multischema/driver.cxx | 2 +- tests/cxx/hybrid/recursive/driver.cxx | 2 +- tests/cxx/hybrid/sequences/driver.cxx | 2 +- tests/cxx/hybrid/test-template/driver.cxx | 2 +- tests/cxx/hybrid/union/driver.cxx | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'tests/cxx/hybrid') 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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 -// 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. -- cgit v1.1