From 9aaa002bf85e75bae1228af620987ae8743a267a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Jan 2011 16:51:26 +0200 Subject: Copyright update --- tests/cxx/parser/built-in/driver.cxx | 2 +- tests/cxx/parser/built-in/makefile | 2 +- tests/cxx/parser/duplicate/makefile | 2 +- tests/cxx/parser/enumeration/driver.cxx | 2 +- tests/cxx/parser/enumeration/gender.hxx | 2 +- tests/cxx/parser/enumeration/makefile | 2 +- tests/cxx/parser/error-handling/codes/driver.cxx | 2 +- tests/cxx/parser/error-handling/codes/makefile | 2 +- tests/cxx/parser/error-handling/exceptions/driver.cxx | 2 +- tests/cxx/parser/error-handling/exceptions/makefile | 2 +- tests/cxx/parser/error-handling/makefile | 2 +- tests/cxx/parser/generated-impl/makefile | 2 +- tests/cxx/parser/list/driver.cxx | 2 +- tests/cxx/parser/list/makefile | 2 +- tests/cxx/parser/makefile | 2 +- tests/cxx/parser/name-clash/inheritance/driver.cxx | 2 +- tests/cxx/parser/name-clash/inheritance/makefile | 2 +- tests/cxx/parser/polymorphism/driver.cxx | 2 +- tests/cxx/parser/polymorphism/makefile | 2 +- tests/cxx/parser/recursive/driver.cxx | 2 +- tests/cxx/parser/recursive/makefile | 2 +- tests/cxx/parser/reset/driver.cxx | 2 +- tests/cxx/parser/reset/makefile | 2 +- tests/cxx/parser/test-template/driver.cxx | 2 +- tests/cxx/parser/test-template/makefile | 2 +- tests/cxx/parser/union/driver.cxx | 2 +- tests/cxx/parser/union/makefile | 2 +- tests/cxx/parser/validation/all/driver.cxx | 2 +- tests/cxx/parser/validation/all/makefile | 2 +- tests/cxx/parser/validation/any/driver.cxx | 2 +- tests/cxx/parser/validation/any/makefile | 2 +- tests/cxx/parser/validation/attribute/driver.cxx | 2 +- tests/cxx/parser/validation/attribute/makefile | 2 +- tests/cxx/parser/validation/built-in/any-type/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/any-type/makefile | 2 +- tests/cxx/parser/validation/built-in/binary/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/binary/makefile | 2 +- tests/cxx/parser/validation/built-in/boolean/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/boolean/makefile | 2 +- tests/cxx/parser/validation/built-in/byte/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/byte/makefile | 2 +- tests/cxx/parser/validation/built-in/date-time/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/date-time/makefile | 2 +- tests/cxx/parser/validation/built-in/float/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/float/makefile | 2 +- tests/cxx/parser/validation/built-in/int/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/int/makefile | 2 +- tests/cxx/parser/validation/built-in/integer/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/integer/makefile | 2 +- tests/cxx/parser/validation/built-in/long-long/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/long-long/makefile | 2 +- tests/cxx/parser/validation/built-in/long/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/long/makefile | 2 +- tests/cxx/parser/validation/built-in/makefile | 2 +- tests/cxx/parser/validation/built-in/qname/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/qname/makefile | 2 +- tests/cxx/parser/validation/built-in/short/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/short/makefile | 2 +- tests/cxx/parser/validation/built-in/string/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/string/makefile | 2 +- tests/cxx/parser/validation/built-in/uri/driver.cxx | 2 +- tests/cxx/parser/validation/built-in/uri/makefile | 2 +- tests/cxx/parser/validation/choice/driver.cxx | 2 +- tests/cxx/parser/validation/choice/makefile | 2 +- tests/cxx/parser/validation/makefile | 2 +- tests/cxx/parser/validation/restriction/driver.cxx | 2 +- tests/cxx/parser/validation/restriction/makefile | 2 +- tests/cxx/parser/validation/sequence/driver.cxx | 2 +- tests/cxx/parser/validation/sequence/makefile | 2 +- 69 files changed, 69 insertions(+), 69 deletions(-) (limited to 'tests/cxx/parser') diff --git a/tests/cxx/parser/built-in/driver.cxx b/tests/cxx/parser/built-in/driver.cxx index ea8c3be..70cb1c2 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-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 type parsing. diff --git a/tests/cxx/parser/built-in/makefile b/tests/cxx/parser/built-in/makefile index 27f10a3..00c2604 100644 --- a/tests/cxx/parser/built-in/makefile +++ b/tests/cxx/parser/built-in/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/built-in/makefile # author : Boris Kolpackov -# 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/parser/duplicate/makefile b/tests/cxx/parser/duplicate/makefile index cb1a87e..6229d3e 100644 --- a/tests/cxx/parser/duplicate/makefile +++ b/tests/cxx/parser/duplicate/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/duplicate/makefile # author : Boris Kolpackov -# 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/parser/enumeration/driver.cxx b/tests/cxx/parser/enumeration/driver.cxx index 1070be5..9b17056 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 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 8e5dbfd..62850ef 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef GENDER_HXX diff --git a/tests/cxx/parser/enumeration/makefile b/tests/cxx/parser/enumeration/makefile index c7910fd..a197403 100644 --- a/tests/cxx/parser/enumeration/makefile +++ b/tests/cxx/parser/enumeration/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/enumeration/makefile # author : Boris Kolpackov -# 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/parser/error-handling/codes/driver.cxx b/tests/cxx/parser/error-handling/codes/driver.cxx index 0a9e192..cf40995 100644 --- a/tests/cxx/parser/error-handling/codes/driver.cxx +++ b/tests/cxx/parser/error-handling/codes/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/error-handling/codes/driver.cxx // author : Boris Kolpackov -// 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 error reporting with error codes. diff --git a/tests/cxx/parser/error-handling/codes/makefile b/tests/cxx/parser/error-handling/codes/makefile index 715c36c..3dd0084 100644 --- a/tests/cxx/parser/error-handling/codes/makefile +++ b/tests/cxx/parser/error-handling/codes/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/error-handling/codes/makefile # author : Boris Kolpackov -# 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/parser/error-handling/exceptions/driver.cxx b/tests/cxx/parser/error-handling/exceptions/driver.cxx index 0c6f995..89180df 100644 --- a/tests/cxx/parser/error-handling/exceptions/driver.cxx +++ b/tests/cxx/parser/error-handling/exceptions/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/error-handling/exceptions/driver.cxx // author : Boris Kolpackov -// 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 error reporting with exceptions. diff --git a/tests/cxx/parser/error-handling/exceptions/makefile b/tests/cxx/parser/error-handling/exceptions/makefile index 7f0790a..e68d089 100644 --- a/tests/cxx/parser/error-handling/exceptions/makefile +++ b/tests/cxx/parser/error-handling/exceptions/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/error-handling/exceptions/makefile # author : Boris Kolpackov -# 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/parser/error-handling/makefile b/tests/cxx/parser/error-handling/makefile index 554390e..4dbf16f 100644 --- a/tests/cxx/parser/error-handling/makefile +++ b/tests/cxx/parser/error-handling/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/error-handling/makefile # author : Boris Kolpackov -# 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/parser/generated-impl/makefile b/tests/cxx/parser/generated-impl/makefile index 0da358e..422357b 100644 --- a/tests/cxx/parser/generated-impl/makefile +++ b/tests/cxx/parser/generated-impl/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/generated-impl/makefile # author : Boris Kolpackov -# 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/parser/list/driver.cxx b/tests/cxx/parser/list/driver.cxx index b79ff46..add21b9 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test xsd:list parsing. diff --git a/tests/cxx/parser/list/makefile b/tests/cxx/parser/list/makefile index cd11d18..94072bc 100644 --- a/tests/cxx/parser/list/makefile +++ b/tests/cxx/parser/list/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/list/makefile # author : Boris Kolpackov -# 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/parser/makefile b/tests/cxx/parser/makefile index b66569c..39b9f61 100644 --- a/tests/cxx/parser/makefile +++ b/tests/cxx/parser/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/makefile # author : Boris Kolpackov -# 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/parser/name-clash/inheritance/driver.cxx b/tests/cxx/parser/name-clash/inheritance/driver.cxx index 44c3218..6029c5d 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 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/name-clash/inheritance/makefile b/tests/cxx/parser/name-clash/inheritance/makefile index bf257f9..426e766 100644 --- a/tests/cxx/parser/name-clash/inheritance/makefile +++ b/tests/cxx/parser/name-clash/inheritance/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/name-clash/inheritance/makefile # author : Boris Kolpackov -# 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/parser/polymorphism/driver.cxx b/tests/cxx/parser/polymorphism/driver.cxx index 581eede..103cab8 100644 --- a/tests/cxx/parser/polymorphism/driver.cxx +++ b/tests/cxx/parser/polymorphism/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/polymorphism/driver.cxx // author : Boris Kolpackov -// 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 substitution groups and xsi:type support. diff --git a/tests/cxx/parser/polymorphism/makefile b/tests/cxx/parser/polymorphism/makefile index 8d227c9..f497f38 100644 --- a/tests/cxx/parser/polymorphism/makefile +++ b/tests/cxx/parser/polymorphism/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/polymorphism/makefile # author : Boris Kolpackov -# 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/parser/recursive/driver.cxx b/tests/cxx/parser/recursive/driver.cxx index 51b0a9b..d161e12 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-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 parser invocation. diff --git a/tests/cxx/parser/recursive/makefile b/tests/cxx/parser/recursive/makefile index 79307b7..42af4ff 100644 --- a/tests/cxx/parser/recursive/makefile +++ b/tests/cxx/parser/recursive/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/recursive/makefile # author : Boris Kolpackov -# 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/parser/reset/driver.cxx b/tests/cxx/parser/reset/driver.cxx index f4d797e..aeaae45 100644 --- a/tests/cxx/parser/reset/driver.cxx +++ b/tests/cxx/parser/reset/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/reset/driver.cxx // author : Boris Kolpackov -// 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 parser resetting. diff --git a/tests/cxx/parser/reset/makefile b/tests/cxx/parser/reset/makefile index 08b0fe8..52c9bd4 100644 --- a/tests/cxx/parser/reset/makefile +++ b/tests/cxx/parser/reset/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/reset/makefile # author : Boris Kolpackov -# 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/parser/test-template/driver.cxx b/tests/cxx/parser/test-template/driver.cxx index 6433876..48759fd 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-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/parser/test-template/makefile b/tests/cxx/parser/test-template/makefile index 1cc954e..f0cd7c6 100644 --- a/tests/cxx/parser/test-template/makefile +++ b/tests/cxx/parser/test-template/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/test-template/makefile # author : Boris Kolpackov -# 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/parser/union/driver.cxx b/tests/cxx/parser/union/driver.cxx index 5b780bb..60b8356 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test xsd:union parsing. diff --git a/tests/cxx/parser/union/makefile b/tests/cxx/parser/union/makefile index 3ce365d..39aa8c2 100644 --- a/tests/cxx/parser/union/makefile +++ b/tests/cxx/parser/union/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/union/makefile # author : Boris Kolpackov -# 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/parser/validation/all/driver.cxx b/tests/cxx/parser/validation/all/driver.cxx index 5ea53eb..a6e4a13 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-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 all compositor validation. diff --git a/tests/cxx/parser/validation/all/makefile b/tests/cxx/parser/validation/all/makefile index 314d92b..7541388 100644 --- a/tests/cxx/parser/validation/all/makefile +++ b/tests/cxx/parser/validation/all/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/all/makefile # author : Boris Kolpackov -# 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/parser/validation/any/driver.cxx b/tests/cxx/parser/validation/any/driver.cxx index ef2cdc6..6718133 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-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 any particle validation. diff --git a/tests/cxx/parser/validation/any/makefile b/tests/cxx/parser/validation/any/makefile index 83b613c..129a93f 100644 --- a/tests/cxx/parser/validation/any/makefile +++ b/tests/cxx/parser/validation/any/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/any/makefile # author : Boris Kolpackov -# 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/parser/validation/attribute/driver.cxx b/tests/cxx/parser/validation/attribute/driver.cxx index 36c3bfe..d3b6393 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 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/attribute/makefile b/tests/cxx/parser/validation/attribute/makefile index a15bb74..997d765 100644 --- a/tests/cxx/parser/validation/attribute/makefile +++ b/tests/cxx/parser/validation/attribute/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/attribute/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/any-type/driver.cxx b/tests/cxx/parser/validation/built-in/any-type/driver.cxx index ef50b76..b939d1e 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-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 anyType and anySimpleType validation. diff --git a/tests/cxx/parser/validation/built-in/any-type/makefile b/tests/cxx/parser/validation/built-in/any-type/makefile index 692e0af..0cdab98 100644 --- a/tests/cxx/parser/validation/built-in/any-type/makefile +++ b/tests/cxx/parser/validation/built-in/any-type/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/any-type/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/binary/driver.cxx b/tests/cxx/parser/validation/built-in/binary/driver.cxx index 358b9d6..cec06ff 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-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 built-in base64Binary and hexBinary types validation. diff --git a/tests/cxx/parser/validation/built-in/binary/makefile b/tests/cxx/parser/validation/built-in/binary/makefile index 022dd28..abeac72 100644 --- a/tests/cxx/parser/validation/built-in/binary/makefile +++ b/tests/cxx/parser/validation/built-in/binary/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/binary/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/boolean/driver.cxx b/tests/cxx/parser/validation/built-in/boolean/driver.cxx index 4b00d31..885f6f0 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-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 built-in boolean type validation. diff --git a/tests/cxx/parser/validation/built-in/boolean/makefile b/tests/cxx/parser/validation/built-in/boolean/makefile index d189ea2..d6afbca 100644 --- a/tests/cxx/parser/validation/built-in/boolean/makefile +++ b/tests/cxx/parser/validation/built-in/boolean/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/boolean/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/byte/driver.cxx b/tests/cxx/parser/validation/built-in/byte/driver.cxx index b0ef445..343b4a8 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-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 built-in byte and unsigned byte types validation. diff --git a/tests/cxx/parser/validation/built-in/byte/makefile b/tests/cxx/parser/validation/built-in/byte/makefile index 748cc6b..0cd4f33 100644 --- a/tests/cxx/parser/validation/built-in/byte/makefile +++ b/tests/cxx/parser/validation/built-in/byte/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/byte/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/date-time/driver.cxx b/tests/cxx/parser/validation/built-in/date-time/driver.cxx index b649932..be7080c 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-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 built-in date and time types validation. diff --git a/tests/cxx/parser/validation/built-in/date-time/makefile b/tests/cxx/parser/validation/built-in/date-time/makefile index 99539cf..c63def9 100644 --- a/tests/cxx/parser/validation/built-in/date-time/makefile +++ b/tests/cxx/parser/validation/built-in/date-time/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/date-time/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/float/driver.cxx b/tests/cxx/parser/validation/built-in/float/driver.cxx index 1ded04a..d84a7db 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-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 built-in float, double, and decimal types validation. diff --git a/tests/cxx/parser/validation/built-in/float/makefile b/tests/cxx/parser/validation/built-in/float/makefile index 0fae3cb..d3c94d0 100644 --- a/tests/cxx/parser/validation/built-in/float/makefile +++ b/tests/cxx/parser/validation/built-in/float/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/float/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/int/driver.cxx b/tests/cxx/parser/validation/built-in/int/driver.cxx index 124126c..6470ab3 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-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 built-in int and unsigned int types validation. diff --git a/tests/cxx/parser/validation/built-in/int/makefile b/tests/cxx/parser/validation/built-in/int/makefile index 84ef675..b042c1a 100644 --- a/tests/cxx/parser/validation/built-in/int/makefile +++ b/tests/cxx/parser/validation/built-in/int/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/int/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/integer/driver.cxx b/tests/cxx/parser/validation/built-in/integer/driver.cxx index 0b42e49..dfc90b5 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-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 built-in integer & friends types validation. diff --git a/tests/cxx/parser/validation/built-in/integer/makefile b/tests/cxx/parser/validation/built-in/integer/makefile index 4e5c22f..2205ca8 100644 --- a/tests/cxx/parser/validation/built-in/integer/makefile +++ b/tests/cxx/parser/validation/built-in/integer/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/integer/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/long-long/driver.cxx b/tests/cxx/parser/validation/built-in/long-long/driver.cxx index a426edf..f4fb5ce 100644 --- a/tests/cxx/parser/validation/built-in/long-long/driver.cxx +++ b/tests/cxx/parser/validation/built-in/long-long/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/parser/validation/built-in/long-long/driver.cxx // author : Boris Kolpackov -// 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 built-in long and unsigned long types validation. diff --git a/tests/cxx/parser/validation/built-in/long-long/makefile b/tests/cxx/parser/validation/built-in/long-long/makefile index 8459cd5..d4f32e1 100644 --- a/tests/cxx/parser/validation/built-in/long-long/makefile +++ b/tests/cxx/parser/validation/built-in/long-long/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/long-long/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/long/driver.cxx b/tests/cxx/parser/validation/built-in/long/driver.cxx index b140821..d837a12 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-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 long and unsigned long types validation (32 bit fall-back). diff --git a/tests/cxx/parser/validation/built-in/long/makefile b/tests/cxx/parser/validation/built-in/long/makefile index cbc8e03..11daa0f 100644 --- a/tests/cxx/parser/validation/built-in/long/makefile +++ b/tests/cxx/parser/validation/built-in/long/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/long/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/makefile b/tests/cxx/parser/validation/built-in/makefile index e2f4151..c8d537e 100644 --- a/tests/cxx/parser/validation/built-in/makefile +++ b/tests/cxx/parser/validation/built-in/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/qname/driver.cxx b/tests/cxx/parser/validation/built-in/qname/driver.cxx index d29eb4e..328b7a6 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-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 built-in QName type validation. diff --git a/tests/cxx/parser/validation/built-in/qname/makefile b/tests/cxx/parser/validation/built-in/qname/makefile index b762485..5f63060 100644 --- a/tests/cxx/parser/validation/built-in/qname/makefile +++ b/tests/cxx/parser/validation/built-in/qname/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/qname/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/short/driver.cxx b/tests/cxx/parser/validation/built-in/short/driver.cxx index 5cd7ac8..b4a9f3f 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-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 built-in short and unsigned short types validation. diff --git a/tests/cxx/parser/validation/built-in/short/makefile b/tests/cxx/parser/validation/built-in/short/makefile index 732de46..ce49001 100644 --- a/tests/cxx/parser/validation/built-in/short/makefile +++ b/tests/cxx/parser/validation/built-in/short/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/short/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/string/driver.cxx b/tests/cxx/parser/validation/built-in/string/driver.cxx index 638fb10..bf798dd 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-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 built-in string & friends types validation. diff --git a/tests/cxx/parser/validation/built-in/string/makefile b/tests/cxx/parser/validation/built-in/string/makefile index 020c4f5..c50fd68 100644 --- a/tests/cxx/parser/validation/built-in/string/makefile +++ b/tests/cxx/parser/validation/built-in/string/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/string/makefile # author : Boris Kolpackov -# 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/parser/validation/built-in/uri/driver.cxx b/tests/cxx/parser/validation/built-in/uri/driver.cxx index dbdc78d..b542145 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-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 built-in anyURI type validation. diff --git a/tests/cxx/parser/validation/built-in/uri/makefile b/tests/cxx/parser/validation/built-in/uri/makefile index a41fc62..3c21589 100644 --- a/tests/cxx/parser/validation/built-in/uri/makefile +++ b/tests/cxx/parser/validation/built-in/uri/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/built-in/uri/makefile # author : Boris Kolpackov -# 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/parser/validation/choice/driver.cxx b/tests/cxx/parser/validation/choice/driver.cxx index e72bd55..b16cee5 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-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 choice compositor validation. diff --git a/tests/cxx/parser/validation/choice/makefile b/tests/cxx/parser/validation/choice/makefile index 795988e..ed51663 100644 --- a/tests/cxx/parser/validation/choice/makefile +++ b/tests/cxx/parser/validation/choice/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/choice/makefile # author : Boris Kolpackov -# 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/parser/validation/makefile b/tests/cxx/parser/validation/makefile index 22bbdc7..193f5ac 100644 --- a/tests/cxx/parser/validation/makefile +++ b/tests/cxx/parser/validation/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/makefile # author : Boris Kolpackov -# 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/parser/validation/restriction/driver.cxx b/tests/cxx/parser/validation/restriction/driver.cxx index eda6edd..1c413d0 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-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 restriction compositor validation. diff --git a/tests/cxx/parser/validation/restriction/makefile b/tests/cxx/parser/validation/restriction/makefile index db1f86d..5569a9d 100644 --- a/tests/cxx/parser/validation/restriction/makefile +++ b/tests/cxx/parser/validation/restriction/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/restriction/makefile # author : Boris Kolpackov -# 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/parser/validation/sequence/driver.cxx b/tests/cxx/parser/validation/sequence/driver.cxx index 37818ea..c0e3d16 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-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 sequence compositor validation. diff --git a/tests/cxx/parser/validation/sequence/makefile b/tests/cxx/parser/validation/sequence/makefile index fccb013..db2c5b4 100644 --- a/tests/cxx/parser/validation/sequence/makefile +++ b/tests/cxx/parser/validation/sequence/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/validation/sequence/makefile # author : Boris Kolpackov -# 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 -- cgit v1.1