From 0153d99ab976ac88f432099ddfe840e15d4f6a8e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 1 Jan 2010 12:08:54 +0200 Subject: Update copyright in source files --- tests/cxx/parser/built-in/driver.cxx | 2 +- tests/cxx/parser/enumeration/driver.cxx | 2 +- tests/cxx/parser/enumeration/gender.hxx | 2 +- tests/cxx/parser/list/driver.cxx | 2 +- tests/cxx/parser/name-clash/inheritance/driver.cxx | 2 +- tests/cxx/parser/polymorphism/same-type/driver.cxx | 2 +- tests/cxx/parser/recursive/driver.cxx | 2 +- tests/cxx/parser/test-template/driver.cxx | 2 +- tests/cxx/parser/union/driver.cxx | 2 +- tests/cxx/parser/validation/all/driver.cxx | 2 +- tests/cxx/parser/validation/any/driver.cxx | 2 +- tests/cxx/parser/validation/attribute/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/any-type/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/binary/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/boolean/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/byte/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/date-time/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/float/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/int/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/integer/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/long/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/qname/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/short/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/string/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/uri/driver.cxx | 2 +- tests/cxx/parser/validation/choice/driver.cxx | 2 +- tests/cxx/parser/validation/restriction/driver.cxx | 2 +- tests/cxx/parser/validation/sequence/driver.cxx | 2 +- tests/cxx/tree/binary/cdr/driver.cxx | 2 +- tests/cxx/tree/binary/polymorphic/driver.cxx | 2 +- tests/cxx/tree/binary/xdr/driver.cxx | 2 +- tests/cxx/tree/built-in/driver.cxx | 2 +- tests/cxx/tree/chameleon/driver.cxx | 2 +- tests/cxx/tree/comparison/driver.cxx | 2 +- tests/cxx/tree/compilation/driver.cxx | 2 +- tests/cxx/tree/complex/ctor/driver.cxx | 2 +- tests/cxx/tree/containment/driver.cxx | 2 +- tests/cxx/tree/default/general/driver.cxx | 2 +- tests/cxx/tree/default/omit/driver.cxx | 2 +- tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx | 2 +- tests/cxx/tree/encoding/char/lcp/driver.cxx | 2 +- tests/cxx/tree/encoding/char/utf-8/driver.cxx | 2 +- tests/cxx/tree/encoding/wchar/driver.cxx | 2 +- tests/cxx/tree/enumeration/ctor/driver.cxx | 2 +- tests/cxx/tree/enumeration/inheritance/driver.cxx | 2 +- tests/cxx/tree/float/driver.cxx | 2 +- tests/cxx/tree/list/ctor/driver.cxx | 2 +- tests/cxx/tree/name-clash/inheritance/driver.cxx | 2 +- tests/cxx/tree/naming/camel/driver.cxx | 2 +- tests/cxx/tree/naming/java/driver.cxx | 2 +- tests/cxx/tree/naming/knr/driver.cxx | 2 +- tests/cxx/tree/polymorphism/comparison/driver.cxx | 2 +- tests/cxx/tree/polymorphism/ostream/driver.cxx | 2 +- tests/cxx/tree/polymorphism/same-type/driver.cxx | 2 +- tests/cxx/tree/prefix/driver.cxx | 2 +- tests/cxx/tree/test-template/driver.cxx | 2 +- tests/cxx/tree/types-only/driver.cxx | 2 +- tests/cxx/tree/union/ctor/driver.cxx | 2 +- tests/cxx/tree/wildcard/driver.cxx | 2 +- 59 files changed, 59 insertions(+), 59 deletions(-) (limited to 'tests/cxx') diff --git a/tests/cxx/parser/built-in/driver.cxx b/tests/cxx/parser/built-in/driver.cxx index 5c9c6e8..11cae41 100644 --- a/tests/cxx/parser/built-in/driver.cxx +++ b/tests/cxx/parser/built-in/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/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 type parsing. diff --git a/tests/cxx/parser/enumeration/driver.cxx b/tests/cxx/parser/enumeration/driver.cxx index 056df76..fdb0134 100644 --- a/tests/cxx/parser/enumeration/driver.cxx +++ b/tests/cxx/parser/enumeration/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/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 xsd:enumeration parsing. diff --git a/tests/cxx/parser/enumeration/gender.hxx b/tests/cxx/parser/enumeration/gender.hxx index be74b4a..8e5dbfd 100644 --- a/tests/cxx/parser/enumeration/gender.hxx +++ b/tests/cxx/parser/enumeration/gender.hxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/enumeration/gender.hxx // 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 #ifndef GENDER_HXX diff --git a/tests/cxx/parser/list/driver.cxx b/tests/cxx/parser/list/driver.cxx index 531ad94..d4ac4e2 100644 --- a/tests/cxx/parser/list/driver.cxx +++ b/tests/cxx/parser/list/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/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 xsd:list parsing. diff --git a/tests/cxx/parser/name-clash/inheritance/driver.cxx b/tests/cxx/parser/name-clash/inheritance/driver.cxx index 86b2746..81adb7f 100644 --- a/tests/cxx/parser/name-clash/inheritance/driver.cxx +++ b/tests/cxx/parser/name-clash/inheritance/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/name-clash/inheritance/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 for name clashes across inheritance hierarchy. diff --git a/tests/cxx/parser/polymorphism/same-type/driver.cxx b/tests/cxx/parser/polymorphism/same-type/driver.cxx index 0607ff9..ea50776 100644 --- a/tests/cxx/parser/polymorphism/same-type/driver.cxx +++ b/tests/cxx/parser/polymorphism/same-type/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/polymorphism/same-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 substitution group and xsi:type that don't change the type. diff --git a/tests/cxx/parser/recursive/driver.cxx b/tests/cxx/parser/recursive/driver.cxx index db74cc6..3f54f8f 100644 --- a/tests/cxx/parser/recursive/driver.cxx +++ b/tests/cxx/parser/recursive/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/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 parser invocation. diff --git a/tests/cxx/parser/test-template/driver.cxx b/tests/cxx/parser/test-template/driver.cxx index aa14601..b3379ff 100644 --- a/tests/cxx/parser/test-template/driver.cxx +++ b/tests/cxx/parser/test-template/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/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/parser/union/driver.cxx b/tests/cxx/parser/union/driver.cxx index 765f06a..4a67f2f 100644 --- a/tests/cxx/parser/union/driver.cxx +++ b/tests/cxx/parser/union/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/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 xsd:union parsing. diff --git a/tests/cxx/parser/validation/all/driver.cxx b/tests/cxx/parser/validation/all/driver.cxx index a5ad1cf..d4a3839 100644 --- a/tests/cxx/parser/validation/all/driver.cxx +++ b/tests/cxx/parser/validation/all/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/all/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 the all compositor validation. diff --git a/tests/cxx/parser/validation/any/driver.cxx b/tests/cxx/parser/validation/any/driver.cxx index 956bc7a..e858285 100644 --- a/tests/cxx/parser/validation/any/driver.cxx +++ b/tests/cxx/parser/validation/any/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/any/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 the any particle validation. diff --git a/tests/cxx/parser/validation/attribute/driver.cxx b/tests/cxx/parser/validation/attribute/driver.cxx index b49af04..e726ad8 100644 --- a/tests/cxx/parser/validation/attribute/driver.cxx +++ b/tests/cxx/parser/validation/attribute/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/attribute/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 attribute and attribute wildcard (anyAttribute) validation. diff --git a/tests/cxx/parser/validation/built-in/any-type/driver.cxx b/tests/cxx/parser/validation/built-in/any-type/driver.cxx index 3381d94..46ccc96 100644 --- a/tests/cxx/parser/validation/built-in/any-type/driver.cxx +++ b/tests/cxx/parser/validation/built-in/any-type/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/built-in/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 the anyType and anySimpleType validation. diff --git a/tests/cxx/parser/validation/built-in/binary/driver.cxx b/tests/cxx/parser/validation/built-in/binary/driver.cxx index a3885c8..e75d55f 100644 --- a/tests/cxx/parser/validation/built-in/binary/driver.cxx +++ b/tests/cxx/parser/validation/built-in/binary/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/built-in/binary/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 the built-in base64Binary and hexBinary types validation. diff --git a/tests/cxx/parser/validation/built-in/boolean/driver.cxx b/tests/cxx/parser/validation/built-in/boolean/driver.cxx index 72a1356..85586a6 100644 --- a/tests/cxx/parser/validation/built-in/boolean/driver.cxx +++ b/tests/cxx/parser/validation/built-in/boolean/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/built-in/boolean/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 the built-in boolean type validation. diff --git a/tests/cxx/parser/validation/built-in/byte/driver.cxx b/tests/cxx/parser/validation/built-in/byte/driver.cxx index a7fa905..466f004 100644 --- a/tests/cxx/parser/validation/built-in/byte/driver.cxx +++ b/tests/cxx/parser/validation/built-in/byte/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/built-in/byte/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 the built-in byte and unsigned byte types validation. diff --git a/tests/cxx/parser/validation/built-in/date-time/driver.cxx b/tests/cxx/parser/validation/built-in/date-time/driver.cxx index 16d876d..6297912 100644 --- a/tests/cxx/parser/validation/built-in/date-time/driver.cxx +++ b/tests/cxx/parser/validation/built-in/date-time/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/built-in/date-time/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 the built-in date and time types validation. diff --git a/tests/cxx/parser/validation/built-in/float/driver.cxx b/tests/cxx/parser/validation/built-in/float/driver.cxx index 1b8454c..1f6f0bd 100644 --- a/tests/cxx/parser/validation/built-in/float/driver.cxx +++ b/tests/cxx/parser/validation/built-in/float/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/built-in/float/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 the built-in float, double, and decimal types validation. diff --git a/tests/cxx/parser/validation/built-in/int/driver.cxx b/tests/cxx/parser/validation/built-in/int/driver.cxx index 682eea9..00c5947 100644 --- a/tests/cxx/parser/validation/built-in/int/driver.cxx +++ b/tests/cxx/parser/validation/built-in/int/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/built-in/int/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 the built-in int and unsigned int types validation. diff --git a/tests/cxx/parser/validation/built-in/integer/driver.cxx b/tests/cxx/parser/validation/built-in/integer/driver.cxx index 6dd04d2..fa8e4e0 100644 --- a/tests/cxx/parser/validation/built-in/integer/driver.cxx +++ b/tests/cxx/parser/validation/built-in/integer/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/built-in/int/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 the built-in integer & friends types validation. diff --git a/tests/cxx/parser/validation/built-in/long/driver.cxx b/tests/cxx/parser/validation/built-in/long/driver.cxx index 462c7e7..c7a66c4 100644 --- a/tests/cxx/parser/validation/built-in/long/driver.cxx +++ b/tests/cxx/parser/validation/built-in/long/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/built-in/long/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 the built-in long and unsigned long types validation. diff --git a/tests/cxx/parser/validation/built-in/qname/driver.cxx b/tests/cxx/parser/validation/built-in/qname/driver.cxx index 3a2f88d..3a4bc90 100644 --- a/tests/cxx/parser/validation/built-in/qname/driver.cxx +++ b/tests/cxx/parser/validation/built-in/qname/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/built-in/qname/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 the built-in QName type validation. diff --git a/tests/cxx/parser/validation/built-in/short/driver.cxx b/tests/cxx/parser/validation/built-in/short/driver.cxx index 51eaee3..2bb95d2 100644 --- a/tests/cxx/parser/validation/built-in/short/driver.cxx +++ b/tests/cxx/parser/validation/built-in/short/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/built-in/short/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 the built-in short and unsigned short types validation. diff --git a/tests/cxx/parser/validation/built-in/string/driver.cxx b/tests/cxx/parser/validation/built-in/string/driver.cxx index a9b552c..2419d59 100644 --- a/tests/cxx/parser/validation/built-in/string/driver.cxx +++ b/tests/cxx/parser/validation/built-in/string/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/built-in/string/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 the built-in string & friends types validation. diff --git a/tests/cxx/parser/validation/built-in/uri/driver.cxx b/tests/cxx/parser/validation/built-in/uri/driver.cxx index 959e1c1..f6de3c2 100644 --- a/tests/cxx/parser/validation/built-in/uri/driver.cxx +++ b/tests/cxx/parser/validation/built-in/uri/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/built-in/uri/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 the built-in anyURI type validation. diff --git a/tests/cxx/parser/validation/choice/driver.cxx b/tests/cxx/parser/validation/choice/driver.cxx index 234bfc2..87cd0a9 100644 --- a/tests/cxx/parser/validation/choice/driver.cxx +++ b/tests/cxx/parser/validation/choice/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/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 the choice compositor validation. diff --git a/tests/cxx/parser/validation/restriction/driver.cxx b/tests/cxx/parser/validation/restriction/driver.cxx index 34db4d2..40a2bc9 100644 --- a/tests/cxx/parser/validation/restriction/driver.cxx +++ b/tests/cxx/parser/validation/restriction/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/restriction/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 the restriction compositor validation. diff --git a/tests/cxx/parser/validation/sequence/driver.cxx b/tests/cxx/parser/validation/sequence/driver.cxx index a1e1101..2e994b2 100644 --- a/tests/cxx/parser/validation/sequence/driver.cxx +++ b/tests/cxx/parser/validation/sequence/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/sequence/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 the sequence compositor validation. diff --git a/tests/cxx/tree/binary/cdr/driver.cxx b/tests/cxx/tree/binary/cdr/driver.cxx index 40cb799..42ca181 100644 --- a/tests/cxx/tree/binary/cdr/driver.cxx +++ b/tests/cxx/tree/binary/cdr/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/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 non-polymorphic binary serialization to ACE CDR. diff --git a/tests/cxx/tree/binary/polymorphic/driver.cxx b/tests/cxx/tree/binary/polymorphic/driver.cxx index bd2b0cf..3c3e057 100644 --- a/tests/cxx/tree/binary/polymorphic/driver.cxx +++ b/tests/cxx/tree/binary/polymorphic/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/binary/polymorphic/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 binary serialization. diff --git a/tests/cxx/tree/binary/xdr/driver.cxx b/tests/cxx/tree/binary/xdr/driver.cxx index 787cfaf..cf2a264 100644 --- a/tests/cxx/tree/binary/xdr/driver.cxx +++ b/tests/cxx/tree/binary/xdr/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/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 non-polymorphic binary serialization to XDR. diff --git a/tests/cxx/tree/built-in/driver.cxx b/tests/cxx/tree/built-in/driver.cxx index f3138aa..a41e4f3 100644 --- a/tests/cxx/tree/built-in/driver.cxx +++ b/tests/cxx/tree/built-in/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/built-in/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test built-in type mapping. diff --git a/tests/cxx/tree/chameleon/driver.cxx b/tests/cxx/tree/chameleon/driver.cxx index 944b486..6dae28e 100644 --- a/tests/cxx/tree/chameleon/driver.cxx +++ b/tests/cxx/tree/chameleon/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/chameleon/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 chameleon inclusion. diff --git a/tests/cxx/tree/comparison/driver.cxx b/tests/cxx/tree/comparison/driver.cxx index eda2b59..07ed7a6 100644 --- a/tests/cxx/tree/comparison/driver.cxx +++ b/tests/cxx/tree/comparison/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/comparison/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 generated comparison operators. diff --git a/tests/cxx/tree/compilation/driver.cxx b/tests/cxx/tree/compilation/driver.cxx index bb9f8cb..7b83f84 100644 --- a/tests/cxx/tree/compilation/driver.cxx +++ b/tests/cxx/tree/compilation/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/compilation/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 // Make sure the runtime library compiles by explicitly instantiating diff --git a/tests/cxx/tree/complex/ctor/driver.cxx b/tests/cxx/tree/complex/ctor/driver.cxx index a46bac8..55044a3 100644 --- a/tests/cxx/tree/complex/ctor/driver.cxx +++ b/tests/cxx/tree/complex/ctor/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/complex/ctor/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 generation of varous complex type constructors. diff --git a/tests/cxx/tree/containment/driver.cxx b/tests/cxx/tree/containment/driver.cxx index 62e1a8c..d60af56 100644 --- a/tests/cxx/tree/containment/driver.cxx +++ b/tests/cxx/tree/containment/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/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 // Test tree node containment. diff --git a/tests/cxx/tree/default/general/driver.cxx b/tests/cxx/tree/default/general/driver.cxx index e588a6b..a48650f 100644 --- a/tests/cxx/tree/default/general/driver.cxx +++ b/tests/cxx/tree/default/general/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/default/general/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/element values. diff --git a/tests/cxx/tree/default/omit/driver.cxx b/tests/cxx/tree/default/omit/driver.cxx index e7c52f2..cbf69b5 100644 --- a/tests/cxx/tree/default/omit/driver.cxx +++ b/tests/cxx/tree/default/omit/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/default/omit/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 omission from the output. diff --git a/tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx b/tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx index 9bd5725..56b2df8 100644 --- a/tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx +++ b/tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/encoding/char/iso-8859-1/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 ISO-8859-1 encoding. diff --git a/tests/cxx/tree/encoding/char/lcp/driver.cxx b/tests/cxx/tree/encoding/char/lcp/driver.cxx index 7bc4a2d..2fb13a3 100644 --- a/tests/cxx/tree/encoding/char/lcp/driver.cxx +++ b/tests/cxx/tree/encoding/char/lcp/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/encoding/char/lcp/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 local code page encoding (--char-encoding lcp). diff --git a/tests/cxx/tree/encoding/char/utf-8/driver.cxx b/tests/cxx/tree/encoding/char/utf-8/driver.cxx index 45a5fd1..0842203 100644 --- a/tests/cxx/tree/encoding/char/utf-8/driver.cxx +++ b/tests/cxx/tree/encoding/char/utf-8/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/encoding/char/utf-8/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 UTF-8 encoding. diff --git a/tests/cxx/tree/encoding/wchar/driver.cxx b/tests/cxx/tree/encoding/wchar/driver.cxx index 0707cc3..22cbfb4 100644 --- a/tests/cxx/tree/encoding/wchar/driver.cxx +++ b/tests/cxx/tree/encoding/wchar/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/encoding/wchar/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 the wide character mapping. diff --git a/tests/cxx/tree/enumeration/ctor/driver.cxx b/tests/cxx/tree/enumeration/ctor/driver.cxx index 238d446..114b7b7 100644 --- a/tests/cxx/tree/enumeration/ctor/driver.cxx +++ b/tests/cxx/tree/enumeration/ctor/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/enumeration/ctor/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 enumeration constructors. diff --git a/tests/cxx/tree/enumeration/inheritance/driver.cxx b/tests/cxx/tree/enumeration/inheritance/driver.cxx index af67afb..358f61d 100644 --- a/tests/cxx/tree/enumeration/inheritance/driver.cxx +++ b/tests/cxx/tree/enumeration/inheritance/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/enumeration/inheritance/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/tree/float/driver.cxx b/tests/cxx/tree/float/driver.cxx index 336c731..d2ec1dd 100644 --- a/tests/cxx/tree/float/driver.cxx +++ b/tests/cxx/tree/float/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/float/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 floating point (xsd:{float, double, decimal}) type parsing diff --git a/tests/cxx/tree/list/ctor/driver.cxx b/tests/cxx/tree/list/ctor/driver.cxx index 0cac51c..81743e8 100644 --- a/tests/cxx/tree/list/ctor/driver.cxx +++ b/tests/cxx/tree/list/ctor/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/list/ctor/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 constructors. diff --git a/tests/cxx/tree/name-clash/inheritance/driver.cxx b/tests/cxx/tree/name-clash/inheritance/driver.cxx index 47f70b7..70e6fc6 100644 --- a/tests/cxx/tree/name-clash/inheritance/driver.cxx +++ b/tests/cxx/tree/name-clash/inheritance/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/name-clash/inheritance/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 for name clashes across inheritance hierarchy. diff --git a/tests/cxx/tree/naming/camel/driver.cxx b/tests/cxx/tree/naming/camel/driver.cxx index 4958e32..96b88d5 100644 --- a/tests/cxx/tree/naming/camel/driver.cxx +++ b/tests/cxx/tree/naming/camel/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/naming/camel/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 camel case (upper for types, lower for functions) naming style. diff --git a/tests/cxx/tree/naming/java/driver.cxx b/tests/cxx/tree/naming/java/driver.cxx index 413ef70..843acff 100644 --- a/tests/cxx/tree/naming/java/driver.cxx +++ b/tests/cxx/tree/naming/java/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/naming/java/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 Java naming style. diff --git a/tests/cxx/tree/naming/knr/driver.cxx b/tests/cxx/tree/naming/knr/driver.cxx index 5db744b..fff944b 100644 --- a/tests/cxx/tree/naming/knr/driver.cxx +++ b/tests/cxx/tree/naming/knr/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/naming/knr/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 K&R naming style. diff --git a/tests/cxx/tree/polymorphism/comparison/driver.cxx b/tests/cxx/tree/polymorphism/comparison/driver.cxx index 02fe4f7..5e52e70 100644 --- a/tests/cxx/tree/polymorphism/comparison/driver.cxx +++ b/tests/cxx/tree/polymorphism/comparison/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/polymorphism/comparison/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 comparison of polymorphic object models. diff --git a/tests/cxx/tree/polymorphism/ostream/driver.cxx b/tests/cxx/tree/polymorphism/ostream/driver.cxx index c483d6f..216c887 100644 --- a/tests/cxx/tree/polymorphism/ostream/driver.cxx +++ b/tests/cxx/tree/polymorphism/ostream/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/polymorphism/ostream/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 printing of polymorphic object models. diff --git a/tests/cxx/tree/polymorphism/same-type/driver.cxx b/tests/cxx/tree/polymorphism/same-type/driver.cxx index f3556a5..441a742 100644 --- a/tests/cxx/tree/polymorphism/same-type/driver.cxx +++ b/tests/cxx/tree/polymorphism/same-type/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/polymorphism/same-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 substitution group and xsi:type that don't change the type. diff --git a/tests/cxx/tree/prefix/driver.cxx b/tests/cxx/tree/prefix/driver.cxx index 7155345..3ce9832 100644 --- a/tests/cxx/tree/prefix/driver.cxx +++ b/tests/cxx/tree/prefix/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/prefix/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 automatic prefix assignment. diff --git a/tests/cxx/tree/test-template/driver.cxx b/tests/cxx/tree/test-template/driver.cxx index 55b7a76..f36cc10 100644 --- a/tests/cxx/tree/test-template/driver.cxx +++ b/tests/cxx/tree/test-template/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/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/tree/types-only/driver.cxx b/tests/cxx/tree/types-only/driver.cxx index 1d819f1..b0caf72 100644 --- a/tests/cxx/tree/types-only/driver.cxx +++ b/tests/cxx/tree/types-only/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/types-only/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 that code generated without parsing and serialization functions diff --git a/tests/cxx/tree/union/ctor/driver.cxx b/tests/cxx/tree/union/ctor/driver.cxx index 965c98c..0aa22ab 100644 --- a/tests/cxx/tree/union/ctor/driver.cxx +++ b/tests/cxx/tree/union/ctor/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/union/ctor/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 constructors. diff --git a/tests/cxx/tree/wildcard/driver.cxx b/tests/cxx/tree/wildcard/driver.cxx index 5f46e1b..5bd8229 100644 --- a/tests/cxx/tree/wildcard/driver.cxx +++ b/tests/cxx/tree/wildcard/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/wildcard/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 wildcard (any & anyAttribute) mapping. -- cgit v1.1