From 0b39ac44c536f4ec13efea8738035f80a2efde4b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 1 Jan 2010 11:57:57 +0200 Subject: Update copyright in build system files --- tests/cxx/makefile | 2 +- tests/cxx/parser/built-in/makefile | 2 +- tests/cxx/parser/enumeration/makefile | 2 +- tests/cxx/parser/generated-impl/makefile | 2 +- tests/cxx/parser/list/makefile | 2 +- tests/cxx/parser/makefile | 2 +- tests/cxx/parser/name-clash/inheritance/makefile | 2 +- tests/cxx/parser/polymorphism/makefile | 2 +- tests/cxx/parser/polymorphism/same-type/makefile | 2 +- tests/cxx/parser/recursive/makefile | 2 +- tests/cxx/parser/test-template/makefile | 2 +- tests/cxx/parser/union/makefile | 2 +- tests/cxx/parser/validation/all/makefile | 2 +- tests/cxx/parser/validation/any/makefile | 2 +- tests/cxx/parser/validation/attribute/makefile | 2 +- tests/cxx/parser/validation/built-in/any-type/makefile | 2 +- tests/cxx/parser/validation/built-in/binary/makefile | 2 +- tests/cxx/parser/validation/built-in/boolean/makefile | 2 +- tests/cxx/parser/validation/built-in/byte/makefile | 2 +- tests/cxx/parser/validation/built-in/date-time/makefile | 2 +- tests/cxx/parser/validation/built-in/float/makefile | 2 +- tests/cxx/parser/validation/built-in/int/makefile | 2 +- tests/cxx/parser/validation/built-in/integer/makefile | 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/makefile | 2 +- tests/cxx/parser/validation/built-in/short/makefile | 2 +- tests/cxx/parser/validation/built-in/string/makefile | 2 +- tests/cxx/parser/validation/built-in/uri/makefile | 2 +- tests/cxx/parser/validation/choice/makefile | 2 +- tests/cxx/parser/validation/makefile | 2 +- tests/cxx/parser/validation/restriction/makefile | 2 +- tests/cxx/parser/validation/sequence/makefile | 2 +- tests/cxx/tree/binary/cdr/makefile | 2 +- tests/cxx/tree/binary/makefile | 2 +- tests/cxx/tree/binary/polymorphic/makefile | 2 +- tests/cxx/tree/binary/xdr/makefile | 2 +- tests/cxx/tree/built-in/makefile | 2 +- tests/cxx/tree/chameleon/makefile | 2 +- tests/cxx/tree/comparison/makefile | 2 +- tests/cxx/tree/compilation/makefile | 2 +- tests/cxx/tree/complex/ctor/makefile | 2 +- tests/cxx/tree/complex/makefile | 2 +- tests/cxx/tree/containment/makefile | 2 +- tests/cxx/tree/default/general/makefile | 2 +- tests/cxx/tree/default/makefile | 2 +- tests/cxx/tree/default/omit/makefile | 2 +- tests/cxx/tree/encoding/char/iso-8859-1/makefile | 2 +- tests/cxx/tree/encoding/char/lcp/makefile | 2 +- tests/cxx/tree/encoding/char/makefile | 2 +- tests/cxx/tree/encoding/char/utf-8/makefile | 2 +- tests/cxx/tree/encoding/makefile | 2 +- tests/cxx/tree/encoding/wchar/makefile | 2 +- tests/cxx/tree/enumeration/ctor/makefile | 2 +- tests/cxx/tree/enumeration/inheritance/makefile | 2 +- tests/cxx/tree/enumeration/makefile | 2 +- tests/cxx/tree/float/makefile | 2 +- tests/cxx/tree/list/ctor/makefile | 2 +- tests/cxx/tree/list/makefile | 2 +- tests/cxx/tree/makefile | 2 +- tests/cxx/tree/name-clash/inheritance/makefile | 2 +- tests/cxx/tree/name-clash/makefile | 2 +- tests/cxx/tree/naming/camel/makefile | 2 +- tests/cxx/tree/naming/java/makefile | 2 +- tests/cxx/tree/naming/knr/makefile | 2 +- tests/cxx/tree/naming/makefile | 2 +- tests/cxx/tree/polymorphism/comparison/makefile | 2 +- tests/cxx/tree/polymorphism/makefile | 2 +- tests/cxx/tree/polymorphism/ostream/makefile | 2 +- tests/cxx/tree/polymorphism/same-type/makefile | 2 +- tests/cxx/tree/prefix/makefile | 2 +- tests/cxx/tree/test-template/makefile | 2 +- tests/cxx/tree/types-only/makefile | 2 +- tests/cxx/tree/union/ctor/makefile | 2 +- tests/cxx/tree/union/makefile | 2 +- tests/cxx/tree/wildcard/makefile | 2 +- tests/makefile | 2 +- 77 files changed, 77 insertions(+), 77 deletions(-) (limited to 'tests') diff --git a/tests/cxx/makefile b/tests/cxx/makefile index 8349d13..2a9f659 100644 --- a/tests/cxx/makefile +++ b/tests/cxx/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/cxx/parser/built-in/makefile b/tests/cxx/parser/built-in/makefile index d2422d1..3164219 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/enumeration/makefile index 8ff1aef..5776cbe 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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 d968e98..3733590 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/list/makefile index 48e6826..deacdb9 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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 dec968c..935345b 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/name-clash/inheritance/makefile index 6674a8b..359b7e4 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/polymorphism/makefile index f22c152..42ac5c3 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/same-type/makefile b/tests/cxx/parser/polymorphism/same-type/makefile index bf627ab..c357597 100644 --- a/tests/cxx/parser/polymorphism/same-type/makefile +++ b/tests/cxx/parser/polymorphism/same-type/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/parser/polymorphism/same-type/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/parser/recursive/makefile b/tests/cxx/parser/recursive/makefile index 4d7574d..bd78bef 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/test-template/makefile index a0ab9e1..5f5f9bc 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/union/makefile index 0771e04..fa2b844 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/all/makefile index 324cc61..6336fdc 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/any/makefile index 8e66e39..084a131 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/attribute/makefile index 4141c45..0f7df21 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/built-in/any-type/makefile index f0269fb..bf42aac 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/built-in/binary/makefile index bab972d..b729cd0 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/built-in/boolean/makefile index ac9e9a7..39ca5e9 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/built-in/byte/makefile index ab96263..32f4b91 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/built-in/date-time/makefile index 7dc3ddf..d5e2edc 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/built-in/float/makefile index 705b67b..8755f3a 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/built-in/int/makefile index 6114808..4cebe64 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/built-in/integer/makefile index 0ed55bb..6b9d816 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/built-in/long/makefile index bbf4499..2ab6368 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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 45a2435..34bea8f 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/built-in/qname/makefile index a71e7aa..5f53fea 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/built-in/short/makefile index 00f1bf4..eee8382 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/built-in/string/makefile index edcef8c..5be3c4c 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/built-in/uri/makefile index 0ed0eee..ad53e89 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/choice/makefile index ba8c89a..f113bd5 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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 e2e23e0..5b7b884 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/restriction/makefile index 2a52880..66e4d9a 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/makefile b/tests/cxx/parser/validation/sequence/makefile index 32a2781..53f6c61 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-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 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/tree/binary/cdr/makefile b/tests/cxx/tree/binary/cdr/makefile index ee3305a..67437dc 100644 --- a/tests/cxx/tree/binary/cdr/makefile +++ b/tests/cxx/tree/binary/cdr/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/binary/cdr/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/binary/makefile b/tests/cxx/tree/binary/makefile index 35f4135..8a242c7 100644 --- a/tests/cxx/tree/binary/makefile +++ b/tests/cxx/tree/binary/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/binary/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/binary/polymorphic/makefile b/tests/cxx/tree/binary/polymorphic/makefile index e46eb44..7e97e00 100644 --- a/tests/cxx/tree/binary/polymorphic/makefile +++ b/tests/cxx/tree/binary/polymorphic/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/binary/polymorphic/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/binary/xdr/makefile b/tests/cxx/tree/binary/xdr/makefile index da36f94..7b3089b 100644 --- a/tests/cxx/tree/binary/xdr/makefile +++ b/tests/cxx/tree/binary/xdr/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/binary/xdr/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/built-in/makefile b/tests/cxx/tree/built-in/makefile index f2996ce..bf6301b 100644 --- a/tests/cxx/tree/built-in/makefile +++ b/tests/cxx/tree/built-in/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/built-in/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/chameleon/makefile b/tests/cxx/tree/chameleon/makefile index 06a0555..890de3f 100644 --- a/tests/cxx/tree/chameleon/makefile +++ b/tests/cxx/tree/chameleon/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/chameleon/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/comparison/makefile b/tests/cxx/tree/comparison/makefile index 7eb2a08..5d8721a 100644 --- a/tests/cxx/tree/comparison/makefile +++ b/tests/cxx/tree/comparison/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/comparison/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/compilation/makefile b/tests/cxx/tree/compilation/makefile index bdecca3..93b88db 100644 --- a/tests/cxx/tree/compilation/makefile +++ b/tests/cxx/tree/compilation/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/compilation/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/complex/ctor/makefile b/tests/cxx/tree/complex/ctor/makefile index 29fedb9..44776f6 100644 --- a/tests/cxx/tree/complex/ctor/makefile +++ b/tests/cxx/tree/complex/ctor/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/complex/ctor/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/complex/makefile b/tests/cxx/tree/complex/makefile index 15de60c..a0b3294 100644 --- a/tests/cxx/tree/complex/makefile +++ b/tests/cxx/tree/complex/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/complex/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/containment/makefile b/tests/cxx/tree/containment/makefile index d6f45b3..fcdd792 100644 --- a/tests/cxx/tree/containment/makefile +++ b/tests/cxx/tree/containment/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/containment/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/default/general/makefile b/tests/cxx/tree/default/general/makefile index 78dd1c4..b1b7fca 100644 --- a/tests/cxx/tree/default/general/makefile +++ b/tests/cxx/tree/default/general/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/default/general/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/default/makefile b/tests/cxx/tree/default/makefile index a1055f9..218e69c 100644 --- a/tests/cxx/tree/default/makefile +++ b/tests/cxx/tree/default/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/default/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/default/omit/makefile b/tests/cxx/tree/default/omit/makefile index 8a78c51..e0cce27 100644 --- a/tests/cxx/tree/default/omit/makefile +++ b/tests/cxx/tree/default/omit/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/default/omit/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/encoding/char/iso-8859-1/makefile b/tests/cxx/tree/encoding/char/iso-8859-1/makefile index dd48fc1..967357f 100644 --- a/tests/cxx/tree/encoding/char/iso-8859-1/makefile +++ b/tests/cxx/tree/encoding/char/iso-8859-1/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/encoding/char/iso-8859-1/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/encoding/char/lcp/makefile b/tests/cxx/tree/encoding/char/lcp/makefile index 324e331..518c514 100644 --- a/tests/cxx/tree/encoding/char/lcp/makefile +++ b/tests/cxx/tree/encoding/char/lcp/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/encoding/char/lcp/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/encoding/char/makefile b/tests/cxx/tree/encoding/char/makefile index ef25ad3..3e64dd9 100644 --- a/tests/cxx/tree/encoding/char/makefile +++ b/tests/cxx/tree/encoding/char/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/encoding/char/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/encoding/char/utf-8/makefile b/tests/cxx/tree/encoding/char/utf-8/makefile index da5d7b4..8c0256e 100644 --- a/tests/cxx/tree/encoding/char/utf-8/makefile +++ b/tests/cxx/tree/encoding/char/utf-8/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/encoding/char/utf-8/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/encoding/makefile b/tests/cxx/tree/encoding/makefile index ca3abba..fcadb8c 100644 --- a/tests/cxx/tree/encoding/makefile +++ b/tests/cxx/tree/encoding/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/encoding/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/encoding/wchar/makefile b/tests/cxx/tree/encoding/wchar/makefile index 35976df..fb2faed 100644 --- a/tests/cxx/tree/encoding/wchar/makefile +++ b/tests/cxx/tree/encoding/wchar/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/encoding/wchar/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/enumeration/ctor/makefile b/tests/cxx/tree/enumeration/ctor/makefile index 7a861a2..b33ab94 100644 --- a/tests/cxx/tree/enumeration/ctor/makefile +++ b/tests/cxx/tree/enumeration/ctor/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/enumeration/ctor/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/enumeration/inheritance/makefile b/tests/cxx/tree/enumeration/inheritance/makefile index 3d0c038..c29b0f8 100644 --- a/tests/cxx/tree/enumeration/inheritance/makefile +++ b/tests/cxx/tree/enumeration/inheritance/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/enumeration/inheritance/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/enumeration/makefile b/tests/cxx/tree/enumeration/makefile index 2eb0114..5730a08 100644 --- a/tests/cxx/tree/enumeration/makefile +++ b/tests/cxx/tree/enumeration/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/enumeration/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/float/makefile b/tests/cxx/tree/float/makefile index 565ff73..21966ba 100644 --- a/tests/cxx/tree/float/makefile +++ b/tests/cxx/tree/float/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/float/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/list/ctor/makefile b/tests/cxx/tree/list/ctor/makefile index e570ff4..cfda43a 100644 --- a/tests/cxx/tree/list/ctor/makefile +++ b/tests/cxx/tree/list/ctor/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/list/ctor/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/list/makefile b/tests/cxx/tree/list/makefile index 67ce1b6..ae6bb0a 100644 --- a/tests/cxx/tree/list/makefile +++ b/tests/cxx/tree/list/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/list/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/makefile b/tests/cxx/tree/makefile index f1b7e1a..da848e8 100644 --- a/tests/cxx/tree/makefile +++ b/tests/cxx/tree/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/cxx/tree/name-clash/inheritance/makefile b/tests/cxx/tree/name-clash/inheritance/makefile index eaa1657..b983d91 100644 --- a/tests/cxx/tree/name-clash/inheritance/makefile +++ b/tests/cxx/tree/name-clash/inheritance/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/name-clash/inheritance/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/name-clash/makefile b/tests/cxx/tree/name-clash/makefile index 4adeb0d..ef2fdf0 100644 --- a/tests/cxx/tree/name-clash/makefile +++ b/tests/cxx/tree/name-clash/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/name-clash/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/naming/camel/makefile b/tests/cxx/tree/naming/camel/makefile index 3a27131..e9ce149 100644 --- a/tests/cxx/tree/naming/camel/makefile +++ b/tests/cxx/tree/naming/camel/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/naming/camel/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/naming/java/makefile b/tests/cxx/tree/naming/java/makefile index 91f122e..f8e7d04 100644 --- a/tests/cxx/tree/naming/java/makefile +++ b/tests/cxx/tree/naming/java/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/naming/java/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/naming/knr/makefile b/tests/cxx/tree/naming/knr/makefile index c810d02..ac9e75e 100644 --- a/tests/cxx/tree/naming/knr/makefile +++ b/tests/cxx/tree/naming/knr/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/naming/knr/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/naming/makefile b/tests/cxx/tree/naming/makefile index 5e04d29..90bd7d3 100644 --- a/tests/cxx/tree/naming/makefile +++ b/tests/cxx/tree/naming/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/naming/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/polymorphism/comparison/makefile b/tests/cxx/tree/polymorphism/comparison/makefile index 0b09a34..6ab64a3 100644 --- a/tests/cxx/tree/polymorphism/comparison/makefile +++ b/tests/cxx/tree/polymorphism/comparison/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/polymorphism/comparison/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/polymorphism/makefile b/tests/cxx/tree/polymorphism/makefile index 6b9a293..bca8f3f 100644 --- a/tests/cxx/tree/polymorphism/makefile +++ b/tests/cxx/tree/polymorphism/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/polymorphism/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/polymorphism/ostream/makefile b/tests/cxx/tree/polymorphism/ostream/makefile index c68a2c4..313c1e3 100644 --- a/tests/cxx/tree/polymorphism/ostream/makefile +++ b/tests/cxx/tree/polymorphism/ostream/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/polymorphism/ostream/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/polymorphism/same-type/makefile b/tests/cxx/tree/polymorphism/same-type/makefile index 22bf1cf..c8e7bed 100644 --- a/tests/cxx/tree/polymorphism/same-type/makefile +++ b/tests/cxx/tree/polymorphism/same-type/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/polymorphism/same-type/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/prefix/makefile b/tests/cxx/tree/prefix/makefile index eb11f93..5de6fba 100644 --- a/tests/cxx/tree/prefix/makefile +++ b/tests/cxx/tree/prefix/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/prefix/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/test-template/makefile b/tests/cxx/tree/test-template/makefile index b88c823..f94665a 100644 --- a/tests/cxx/tree/test-template/makefile +++ b/tests/cxx/tree/test-template/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/test-template/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/types-only/makefile b/tests/cxx/tree/types-only/makefile index 240ca50..972de5a 100644 --- a/tests/cxx/tree/types-only/makefile +++ b/tests/cxx/tree/types-only/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/types-only/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/union/ctor/makefile b/tests/cxx/tree/union/ctor/makefile index a4de2b7..234ee45 100644 --- a/tests/cxx/tree/union/ctor/makefile +++ b/tests/cxx/tree/union/ctor/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/union/ctor/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make diff --git a/tests/cxx/tree/union/makefile b/tests/cxx/tree/union/makefile index e8fea6a..5d61aa7 100644 --- a/tests/cxx/tree/union/makefile +++ b/tests/cxx/tree/union/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/union/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/cxx/tree/wildcard/makefile b/tests/cxx/tree/wildcard/makefile index 40e2b63..b7b114f 100644 --- a/tests/cxx/tree/wildcard/makefile +++ b/tests/cxx/tree/wildcard/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/wildcard/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/tests/makefile b/tests/makefile index 67f6e37..435bb3a 100644 --- a/tests/makefile +++ b/tests/makefile @@ -1,6 +1,6 @@ # file : tests/makefile # 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 include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -- cgit v1.1