From 7c064687415c895334650321bd5bc34453b0ce38 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Jan 2011 16:42:25 +0200 Subject: Copyright update --- tests/cxx/tree/binary/cdr/driver.cxx | 2 +- tests/cxx/tree/binary/cdr/makefile | 2 +- tests/cxx/tree/binary/makefile | 2 +- tests/cxx/tree/binary/polymorphic/driver.cxx | 2 +- tests/cxx/tree/binary/polymorphic/makefile | 2 +- tests/cxx/tree/binary/xdr/driver.cxx | 2 +- tests/cxx/tree/binary/xdr/makefile | 2 +- tests/cxx/tree/built-in/driver.cxx | 2 +- tests/cxx/tree/built-in/makefile | 2 +- tests/cxx/tree/chameleon/driver.cxx | 2 +- tests/cxx/tree/chameleon/makefile | 2 +- tests/cxx/tree/comparison/driver.cxx | 2 +- tests/cxx/tree/comparison/makefile | 2 +- tests/cxx/tree/compilation/driver.cxx | 2 +- tests/cxx/tree/compilation/makefile | 2 +- tests/cxx/tree/complex/ctor/driver.cxx | 2 +- tests/cxx/tree/complex/ctor/makefile | 2 +- tests/cxx/tree/complex/makefile | 2 +- tests/cxx/tree/containment/driver.cxx | 2 +- tests/cxx/tree/containment/makefile | 2 +- tests/cxx/tree/default/general/driver.cxx | 2 +- tests/cxx/tree/default/general/makefile | 2 +- tests/cxx/tree/default/makefile | 2 +- tests/cxx/tree/default/omit/driver.cxx | 2 +- tests/cxx/tree/default/omit/makefile | 2 +- tests/cxx/tree/detach/driver.cxx | 2 +- tests/cxx/tree/detach/makefile | 2 +- tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx | 2 +- tests/cxx/tree/encoding/char/iso-8859-1/makefile | 2 +- tests/cxx/tree/encoding/char/lcp/driver.cxx | 2 +- tests/cxx/tree/encoding/char/lcp/makefile | 2 +- tests/cxx/tree/encoding/char/makefile | 2 +- tests/cxx/tree/encoding/char/utf-8/driver.cxx | 2 +- tests/cxx/tree/encoding/char/utf-8/makefile | 2 +- tests/cxx/tree/encoding/makefile | 2 +- tests/cxx/tree/encoding/wchar/driver.cxx | 2 +- tests/cxx/tree/encoding/wchar/makefile | 2 +- tests/cxx/tree/enumeration/ctor/driver.cxx | 2 +- tests/cxx/tree/enumeration/ctor/makefile | 2 +- tests/cxx/tree/enumeration/inheritance/driver.cxx | 2 +- tests/cxx/tree/enumeration/inheritance/makefile | 2 +- tests/cxx/tree/enumeration/makefile | 2 +- tests/cxx/tree/float/driver.cxx | 2 +- tests/cxx/tree/float/makefile | 2 +- tests/cxx/tree/list/ctor/driver.cxx | 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/driver.cxx | 2 +- tests/cxx/tree/name-clash/inheritance/makefile | 2 +- tests/cxx/tree/name-clash/makefile | 2 +- tests/cxx/tree/naming/camel/driver.cxx | 2 +- tests/cxx/tree/naming/camel/makefile | 2 +- tests/cxx/tree/naming/java/driver.cxx | 2 +- tests/cxx/tree/naming/java/makefile | 2 +- tests/cxx/tree/naming/knr/driver.cxx | 2 +- tests/cxx/tree/naming/knr/makefile | 2 +- tests/cxx/tree/naming/makefile | 2 +- tests/cxx/tree/polymorphism/comparison/driver.cxx | 2 +- tests/cxx/tree/polymorphism/comparison/makefile | 2 +- tests/cxx/tree/polymorphism/makefile | 2 +- tests/cxx/tree/polymorphism/ostream/driver.cxx | 2 +- tests/cxx/tree/polymorphism/ostream/makefile | 2 +- tests/cxx/tree/polymorphism/same-type/driver.cxx | 2 +- tests/cxx/tree/polymorphism/same-type/makefile | 2 +- tests/cxx/tree/prefix/driver.cxx | 2 +- tests/cxx/tree/prefix/makefile | 2 +- tests/cxx/tree/test-template/driver.cxx | 2 +- tests/cxx/tree/test-template/makefile | 2 +- tests/cxx/tree/types-only/driver.cxx | 2 +- tests/cxx/tree/types-only/makefile | 2 +- tests/cxx/tree/union/ctor/driver.cxx | 2 +- tests/cxx/tree/union/ctor/makefile | 2 +- tests/cxx/tree/union/makefile | 2 +- tests/cxx/tree/wildcard/driver.cxx | 2 +- tests/cxx/tree/wildcard/makefile | 2 +- 76 files changed, 76 insertions(+), 76 deletions(-) (limited to 'tests/cxx/tree') diff --git a/tests/cxx/tree/binary/cdr/driver.cxx b/tests/cxx/tree/binary/cdr/driver.cxx index 42ca181..012c2cf 100644 --- a/tests/cxx/tree/binary/cdr/driver.cxx +++ b/tests/cxx/tree/binary/cdr/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/binary/cdr/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test non-polymorphic binary serialization to ACE CDR. diff --git a/tests/cxx/tree/binary/cdr/makefile b/tests/cxx/tree/binary/cdr/makefile index 67437dc..da7ebe0 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-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/tree/binary/makefile b/tests/cxx/tree/binary/makefile index 8a242c7..ffee035 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-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/tree/binary/polymorphic/driver.cxx b/tests/cxx/tree/binary/polymorphic/driver.cxx index 1b537d1..8aff63c 100644 --- a/tests/cxx/tree/binary/polymorphic/driver.cxx +++ b/tests/cxx/tree/binary/polymorphic/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/binary/polymorphic/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test polymorphic binary serialization. diff --git a/tests/cxx/tree/binary/polymorphic/makefile b/tests/cxx/tree/binary/polymorphic/makefile index 7e97e00..2138eeb 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-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/tree/binary/xdr/driver.cxx b/tests/cxx/tree/binary/xdr/driver.cxx index cf2a264..afce978 100644 --- a/tests/cxx/tree/binary/xdr/driver.cxx +++ b/tests/cxx/tree/binary/xdr/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/binary/xdr/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test non-polymorphic binary serialization to XDR. diff --git a/tests/cxx/tree/binary/xdr/makefile b/tests/cxx/tree/binary/xdr/makefile index 7b3089b..f72e161 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-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/tree/built-in/driver.cxx b/tests/cxx/tree/built-in/driver.cxx index a41e4f3..fee634a 100644 --- a/tests/cxx/tree/built-in/driver.cxx +++ b/tests/cxx/tree/built-in/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/built-in/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test built-in type mapping. diff --git a/tests/cxx/tree/built-in/makefile b/tests/cxx/tree/built-in/makefile index bf6301b..d15a15a 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-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-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/tree/chameleon/driver.cxx b/tests/cxx/tree/chameleon/driver.cxx index 6dae28e..1627144 100644 --- a/tests/cxx/tree/chameleon/driver.cxx +++ b/tests/cxx/tree/chameleon/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/chameleon/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test chameleon inclusion. diff --git a/tests/cxx/tree/chameleon/makefile b/tests/cxx/tree/chameleon/makefile index 890de3f..37fb74d 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-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/tree/comparison/driver.cxx b/tests/cxx/tree/comparison/driver.cxx index 07ed7a6..f6480bb 100644 --- a/tests/cxx/tree/comparison/driver.cxx +++ b/tests/cxx/tree/comparison/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/comparison/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test generated comparison operators. diff --git a/tests/cxx/tree/comparison/makefile b/tests/cxx/tree/comparison/makefile index 5d8721a..3cbe6f5 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-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/tree/compilation/driver.cxx b/tests/cxx/tree/compilation/driver.cxx index 8135c9b..060bf2c 100644 --- a/tests/cxx/tree/compilation/driver.cxx +++ b/tests/cxx/tree/compilation/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/compilation/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Make sure the runtime library compiles by explicitly instantiating diff --git a/tests/cxx/tree/compilation/makefile b/tests/cxx/tree/compilation/makefile index 93b88db..d4201c7 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-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/tree/complex/ctor/driver.cxx b/tests/cxx/tree/complex/ctor/driver.cxx index 55044a3..ea9695d 100644 --- a/tests/cxx/tree/complex/ctor/driver.cxx +++ b/tests/cxx/tree/complex/ctor/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/complex/ctor/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test generation of varous complex type constructors. diff --git a/tests/cxx/tree/complex/ctor/makefile b/tests/cxx/tree/complex/ctor/makefile index 66558f5..6070b44 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-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/tree/complex/makefile b/tests/cxx/tree/complex/makefile index a0b3294..e1804e9 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-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/tree/containment/driver.cxx b/tests/cxx/tree/containment/driver.cxx index cb6c76e..ac798a6 100644 --- a/tests/cxx/tree/containment/driver.cxx +++ b/tests/cxx/tree/containment/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/containment/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 tree node containment. diff --git a/tests/cxx/tree/containment/makefile b/tests/cxx/tree/containment/makefile index fcdd792..58509ae 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-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/tree/default/general/driver.cxx b/tests/cxx/tree/default/general/driver.cxx index a48650f..e9e5528 100644 --- a/tests/cxx/tree/default/general/driver.cxx +++ b/tests/cxx/tree/default/general/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/default/general/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test default attribute/element values. diff --git a/tests/cxx/tree/default/general/makefile b/tests/cxx/tree/default/general/makefile index b1b7fca..9ae4bd2 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-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/tree/default/makefile b/tests/cxx/tree/default/makefile index 218e69c..62e3cf7 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-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/tree/default/omit/driver.cxx b/tests/cxx/tree/default/omit/driver.cxx index cbf69b5..f01ce1a 100644 --- a/tests/cxx/tree/default/omit/driver.cxx +++ b/tests/cxx/tree/default/omit/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/default/omit/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test default attribute omission from the output. diff --git a/tests/cxx/tree/default/omit/makefile b/tests/cxx/tree/default/omit/makefile index e0cce27..4a6aaf0 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-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/tree/detach/driver.cxx b/tests/cxx/tree/detach/driver.cxx index afcb90d..8317ac4 100644 --- a/tests/cxx/tree/detach/driver.cxx +++ b/tests/cxx/tree/detach/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/detach/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 detach functionality. diff --git a/tests/cxx/tree/detach/makefile b/tests/cxx/tree/detach/makefile index 938fba2..b460dfb 100644 --- a/tests/cxx/tree/detach/makefile +++ b/tests/cxx/tree/detach/makefile @@ -1,6 +1,6 @@ # file : tests/cxx/tree/detach/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/tree/encoding/char/iso-8859-1/driver.cxx b/tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx index 56b2df8..b134da2 100644 --- a/tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx +++ b/tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/encoding/char/iso-8859-1/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test ISO-8859-1 encoding. diff --git a/tests/cxx/tree/encoding/char/iso-8859-1/makefile b/tests/cxx/tree/encoding/char/iso-8859-1/makefile index 967357f..79d4de3 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-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/tree/encoding/char/lcp/driver.cxx b/tests/cxx/tree/encoding/char/lcp/driver.cxx index 2fb13a3..c33ba27 100644 --- a/tests/cxx/tree/encoding/char/lcp/driver.cxx +++ b/tests/cxx/tree/encoding/char/lcp/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/encoding/char/lcp/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test local code page encoding (--char-encoding lcp). diff --git a/tests/cxx/tree/encoding/char/lcp/makefile b/tests/cxx/tree/encoding/char/lcp/makefile index 518c514..47bf85d 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-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/tree/encoding/char/makefile b/tests/cxx/tree/encoding/char/makefile index 3e64dd9..2b1cb3e 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-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/tree/encoding/char/utf-8/driver.cxx b/tests/cxx/tree/encoding/char/utf-8/driver.cxx index 87e63c7..5da863c 100644 --- a/tests/cxx/tree/encoding/char/utf-8/driver.cxx +++ b/tests/cxx/tree/encoding/char/utf-8/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/encoding/char/utf-8/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test UTF-8 encoding. diff --git a/tests/cxx/tree/encoding/char/utf-8/makefile b/tests/cxx/tree/encoding/char/utf-8/makefile index 8c0256e..aa748df 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-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/tree/encoding/makefile b/tests/cxx/tree/encoding/makefile index fcadb8c..6006e28 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-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/tree/encoding/wchar/driver.cxx b/tests/cxx/tree/encoding/wchar/driver.cxx index 06d0e81..fde45fa 100644 --- a/tests/cxx/tree/encoding/wchar/driver.cxx +++ b/tests/cxx/tree/encoding/wchar/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/encoding/wchar/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-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 wide character mapping. diff --git a/tests/cxx/tree/encoding/wchar/makefile b/tests/cxx/tree/encoding/wchar/makefile index fb2faed..c2d81a3 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-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/tree/enumeration/ctor/driver.cxx b/tests/cxx/tree/enumeration/ctor/driver.cxx index 114b7b7..3ea2132 100644 --- a/tests/cxx/tree/enumeration/ctor/driver.cxx +++ b/tests/cxx/tree/enumeration/ctor/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/enumeration/ctor/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test enumeration constructors. diff --git a/tests/cxx/tree/enumeration/ctor/makefile b/tests/cxx/tree/enumeration/ctor/makefile index b33ab94..2086242 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-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/tree/enumeration/inheritance/driver.cxx b/tests/cxx/tree/enumeration/inheritance/driver.cxx index 358f61d..6141af8 100644 --- a/tests/cxx/tree/enumeration/inheritance/driver.cxx +++ b/tests/cxx/tree/enumeration/inheritance/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/enumeration/inheritance/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-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/tree/enumeration/inheritance/makefile b/tests/cxx/tree/enumeration/inheritance/makefile index c29b0f8..6f40509 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-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/tree/enumeration/makefile b/tests/cxx/tree/enumeration/makefile index 5730a08..a1a4e9c 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-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/tree/float/driver.cxx b/tests/cxx/tree/float/driver.cxx index d2ec1dd..1c073d8 100644 --- a/tests/cxx/tree/float/driver.cxx +++ b/tests/cxx/tree/float/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/float/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test floating point (xsd:{float, double, decimal}) type parsing diff --git a/tests/cxx/tree/float/makefile b/tests/cxx/tree/float/makefile index 21966ba..da12da3 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-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/tree/list/ctor/driver.cxx b/tests/cxx/tree/list/ctor/driver.cxx index 81743e8..13ab2fe 100644 --- a/tests/cxx/tree/list/ctor/driver.cxx +++ b/tests/cxx/tree/list/ctor/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/list/ctor/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test list constructors. diff --git a/tests/cxx/tree/list/ctor/makefile b/tests/cxx/tree/list/ctor/makefile index cfda43a..35581bb 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-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/tree/list/makefile b/tests/cxx/tree/list/makefile index ae6bb0a..fbdad36 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-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/tree/makefile b/tests/cxx/tree/makefile index 9b79424..9825601 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-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/tree/name-clash/inheritance/driver.cxx b/tests/cxx/tree/name-clash/inheritance/driver.cxx index 70e6fc6..611d145 100644 --- a/tests/cxx/tree/name-clash/inheritance/driver.cxx +++ b/tests/cxx/tree/name-clash/inheritance/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/name-clash/inheritance/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-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/tree/name-clash/inheritance/makefile b/tests/cxx/tree/name-clash/inheritance/makefile index b983d91..43960fa 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-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/tree/name-clash/makefile b/tests/cxx/tree/name-clash/makefile index ef2fdf0..4c4e41d 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-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/tree/naming/camel/driver.cxx b/tests/cxx/tree/naming/camel/driver.cxx index 96b88d5..677dfdd 100644 --- a/tests/cxx/tree/naming/camel/driver.cxx +++ b/tests/cxx/tree/naming/camel/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/naming/camel/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test camel case (upper for types, lower for functions) naming style. diff --git a/tests/cxx/tree/naming/camel/makefile b/tests/cxx/tree/naming/camel/makefile index e9ce149..e4041d1 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-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/tree/naming/java/driver.cxx b/tests/cxx/tree/naming/java/driver.cxx index 843acff..1c4bfdd 100644 --- a/tests/cxx/tree/naming/java/driver.cxx +++ b/tests/cxx/tree/naming/java/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/naming/java/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test Java naming style. diff --git a/tests/cxx/tree/naming/java/makefile b/tests/cxx/tree/naming/java/makefile index f8e7d04..de7413a 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-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/tree/naming/knr/driver.cxx b/tests/cxx/tree/naming/knr/driver.cxx index fff944b..a75b676 100644 --- a/tests/cxx/tree/naming/knr/driver.cxx +++ b/tests/cxx/tree/naming/knr/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/naming/knr/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test K&R naming style. diff --git a/tests/cxx/tree/naming/knr/makefile b/tests/cxx/tree/naming/knr/makefile index ac9e75e..1104321 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-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/tree/naming/makefile b/tests/cxx/tree/naming/makefile index 90bd7d3..85bfa0d 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-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/tree/polymorphism/comparison/driver.cxx b/tests/cxx/tree/polymorphism/comparison/driver.cxx index 5e52e70..049cc45 100644 --- a/tests/cxx/tree/polymorphism/comparison/driver.cxx +++ b/tests/cxx/tree/polymorphism/comparison/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/polymorphism/comparison/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test comparison of polymorphic object models. diff --git a/tests/cxx/tree/polymorphism/comparison/makefile b/tests/cxx/tree/polymorphism/comparison/makefile index ad2c8ec..a52ab6e 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-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/tree/polymorphism/makefile b/tests/cxx/tree/polymorphism/makefile index bca8f3f..32c44c1 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-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/tree/polymorphism/ostream/driver.cxx b/tests/cxx/tree/polymorphism/ostream/driver.cxx index 216c887..836c329 100644 --- a/tests/cxx/tree/polymorphism/ostream/driver.cxx +++ b/tests/cxx/tree/polymorphism/ostream/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/polymorphism/ostream/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test printing of polymorphic object models. diff --git a/tests/cxx/tree/polymorphism/ostream/makefile b/tests/cxx/tree/polymorphism/ostream/makefile index 661ba16..c6dd0b0 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-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/tree/polymorphism/same-type/driver.cxx b/tests/cxx/tree/polymorphism/same-type/driver.cxx index 441a742..59ca905 100644 --- a/tests/cxx/tree/polymorphism/same-type/driver.cxx +++ b/tests/cxx/tree/polymorphism/same-type/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/polymorphism/same-type/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-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 group and xsi:type that don't change the type. diff --git a/tests/cxx/tree/polymorphism/same-type/makefile b/tests/cxx/tree/polymorphism/same-type/makefile index c8e7bed..25b0117 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-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/tree/prefix/driver.cxx b/tests/cxx/tree/prefix/driver.cxx index 3ce9832..08c416c 100644 --- a/tests/cxx/tree/prefix/driver.cxx +++ b/tests/cxx/tree/prefix/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/prefix/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test automatic prefix assignment. diff --git a/tests/cxx/tree/prefix/makefile b/tests/cxx/tree/prefix/makefile index 3317161..c048934 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-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/tree/test-template/driver.cxx b/tests/cxx/tree/test-template/driver.cxx index f36cc10..1bb06cb 100644 --- a/tests/cxx/tree/test-template/driver.cxx +++ b/tests/cxx/tree/test-template/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/test-template/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-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/tree/test-template/makefile b/tests/cxx/tree/test-template/makefile index f94665a..31e652a 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-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/tree/types-only/driver.cxx b/tests/cxx/tree/types-only/driver.cxx index b0caf72..198d8ca 100644 --- a/tests/cxx/tree/types-only/driver.cxx +++ b/tests/cxx/tree/types-only/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/types-only/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test that code generated without parsing and serialization functions diff --git a/tests/cxx/tree/types-only/makefile b/tests/cxx/tree/types-only/makefile index 972de5a..6846e9f 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-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/tree/union/ctor/driver.cxx b/tests/cxx/tree/union/ctor/driver.cxx index 0aa22ab..2c64420 100644 --- a/tests/cxx/tree/union/ctor/driver.cxx +++ b/tests/cxx/tree/union/ctor/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/union/ctor/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test union constructors. diff --git a/tests/cxx/tree/union/ctor/makefile b/tests/cxx/tree/union/ctor/makefile index 234ee45..980f6f4 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-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/tree/union/makefile b/tests/cxx/tree/union/makefile index 5d61aa7..fc3e327 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-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/tree/wildcard/driver.cxx b/tests/cxx/tree/wildcard/driver.cxx index 5bd8229..d784a97 100644 --- a/tests/cxx/tree/wildcard/driver.cxx +++ b/tests/cxx/tree/wildcard/driver.cxx @@ -1,6 +1,6 @@ // file : tests/cxx/tree/wildcard/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test wildcard (any & anyAttribute) mapping. diff --git a/tests/cxx/tree/wildcard/makefile b/tests/cxx/tree/wildcard/makefile index b7b114f..30aa5b1 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-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