From 7e3616382296533e5016caec792b88a6b8556268 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 12:42:09 +0200 Subject: Update copyright year --- tests/cxx/hybrid/binary/cdr/driver.cxx | 2 +- tests/cxx/hybrid/binary/cdr/makefile | 2 +- tests/cxx/hybrid/binary/custom/driver.cxx | 2 +- tests/cxx/hybrid/binary/custom/makefile | 2 +- tests/cxx/hybrid/binary/xdr/driver.cxx | 2 +- tests/cxx/hybrid/binary/xdr/makefile | 2 +- tests/cxx/hybrid/built-in/driver.cxx | 2 +- tests/cxx/hybrid/built-in/makefile | 2 +- tests/cxx/hybrid/choice/driver.cxx | 2 +- tests/cxx/hybrid/choice/makefile | 2 +- tests/cxx/hybrid/clone/driver.cxx | 2 +- tests/cxx/hybrid/clone/makefile | 2 +- tests/cxx/hybrid/default/driver.cxx | 2 +- tests/cxx/hybrid/default/makefile | 2 +- tests/cxx/hybrid/enumeration/driver.cxx | 2 +- tests/cxx/hybrid/enumeration/makefile | 2 +- tests/cxx/hybrid/facets/driver.cxx | 2 +- tests/cxx/hybrid/facets/makefile | 2 +- tests/cxx/hybrid/iso8859-1/driver.cxx | 2 +- tests/cxx/hybrid/iso8859-1/makefile | 2 +- tests/cxx/hybrid/iterator/driver.cxx | 2 +- tests/cxx/hybrid/iterator/makefile | 2 +- tests/cxx/hybrid/list/driver.cxx | 2 +- tests/cxx/hybrid/list/makefile | 2 +- tests/cxx/hybrid/makefile | 2 +- tests/cxx/hybrid/pattern/driver.cxx | 2 +- tests/cxx/hybrid/pattern/makefile | 2 +- tests/cxx/hybrid/polymorphism/any-type/driver.cxx | 2 +- tests/cxx/hybrid/polymorphism/any-type/makefile | 2 +- tests/cxx/hybrid/polymorphism/enumeration/driver.cxx | 2 +- tests/cxx/hybrid/polymorphism/enumeration/makefile | 2 +- tests/cxx/hybrid/polymorphism/makefile | 2 +- tests/cxx/hybrid/polymorphism/multischema/driver.cxx | 2 +- tests/cxx/hybrid/polymorphism/multischema/makefile | 2 +- tests/cxx/hybrid/recursive/driver.cxx | 2 +- tests/cxx/hybrid/recursive/makefile | 2 +- tests/cxx/hybrid/sequences/driver.cxx | 2 +- tests/cxx/hybrid/sequences/makefile | 2 +- tests/cxx/hybrid/test-template/driver.cxx | 2 +- tests/cxx/hybrid/test-template/makefile | 2 +- tests/cxx/hybrid/union/driver.cxx | 2 +- tests/cxx/hybrid/union/makefile | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) (limited to 'tests/cxx/hybrid') diff --git a/tests/cxx/hybrid/binary/cdr/driver.cxx b/tests/cxx/hybrid/binary/cdr/driver.cxx index 0fbe4f7..60cc52b 100644 --- a/tests/cxx/hybrid/binary/cdr/driver.cxx +++ b/tests/cxx/hybrid/binary/cdr/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/binary/cdr/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test CDR insertion and extraction. diff --git a/tests/cxx/hybrid/binary/cdr/makefile b/tests/cxx/hybrid/binary/cdr/makefile index 5188c74..7fb5368 100644 --- a/tests/cxx/hybrid/binary/cdr/makefile +++ b/tests/cxx/hybrid/binary/cdr/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/binary/cdr/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/binary/custom/driver.cxx b/tests/cxx/hybrid/binary/custom/driver.cxx index 933f79c..1adda96 100644 --- a/tests/cxx/hybrid/binary/custom/driver.cxx +++ b/tests/cxx/hybrid/binary/custom/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/binary/custom/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test RAW insertion and extraction. diff --git a/tests/cxx/hybrid/binary/custom/makefile b/tests/cxx/hybrid/binary/custom/makefile index 5d45528..fee5f89 100644 --- a/tests/cxx/hybrid/binary/custom/makefile +++ b/tests/cxx/hybrid/binary/custom/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/binary/custom/makefile -# copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2017 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/hybrid/binary/xdr/driver.cxx b/tests/cxx/hybrid/binary/xdr/driver.cxx index 15c2da1..af29e4a 100644 --- a/tests/cxx/hybrid/binary/xdr/driver.cxx +++ b/tests/cxx/hybrid/binary/xdr/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/binary/xdr/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test XDR insertion and extraction. diff --git a/tests/cxx/hybrid/binary/xdr/makefile b/tests/cxx/hybrid/binary/xdr/makefile index 6102927..8e59edf 100644 --- a/tests/cxx/hybrid/binary/xdr/makefile +++ b/tests/cxx/hybrid/binary/xdr/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/binary/xdr/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/built-in/driver.cxx b/tests/cxx/hybrid/built-in/driver.cxx index 76203e7..3cac026 100644 --- a/tests/cxx/hybrid/built-in/driver.cxx +++ b/tests/cxx/hybrid/built-in/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/built-in/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test built-in types. diff --git a/tests/cxx/hybrid/built-in/makefile b/tests/cxx/hybrid/built-in/makefile index 214c752..ffd4753 100644 --- a/tests/cxx/hybrid/built-in/makefile +++ b/tests/cxx/hybrid/built-in/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/built-in/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/choice/driver.cxx b/tests/cxx/hybrid/choice/driver.cxx index f8e56e6..a0f3b03 100644 --- a/tests/cxx/hybrid/choice/driver.cxx +++ b/tests/cxx/hybrid/choice/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/choice/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test choice mapping. diff --git a/tests/cxx/hybrid/choice/makefile b/tests/cxx/hybrid/choice/makefile index 3f8a261..aa58e58 100644 --- a/tests/cxx/hybrid/choice/makefile +++ b/tests/cxx/hybrid/choice/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/choice/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/clone/driver.cxx b/tests/cxx/hybrid/clone/driver.cxx index 3264e85..eb837dd 100644 --- a/tests/cxx/hybrid/clone/driver.cxx +++ b/tests/cxx/hybrid/clone/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/clone/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test _clone() functionality. diff --git a/tests/cxx/hybrid/clone/makefile b/tests/cxx/hybrid/clone/makefile index 4052602..79974c1 100644 --- a/tests/cxx/hybrid/clone/makefile +++ b/tests/cxx/hybrid/clone/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/clone/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/default/driver.cxx b/tests/cxx/hybrid/default/driver.cxx index 8f5ce4d..8e13cf1 100644 --- a/tests/cxx/hybrid/default/driver.cxx +++ b/tests/cxx/hybrid/default/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/default/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test default attribute values. diff --git a/tests/cxx/hybrid/default/makefile b/tests/cxx/hybrid/default/makefile index a6934f5..27c0a36 100644 --- a/tests/cxx/hybrid/default/makefile +++ b/tests/cxx/hybrid/default/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/default/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/enumeration/driver.cxx b/tests/cxx/hybrid/enumeration/driver.cxx index 2bf6921..5845beb 100644 --- a/tests/cxx/hybrid/enumeration/driver.cxx +++ b/tests/cxx/hybrid/enumeration/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/enumeration/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test XML Schema enumeration to C++ enum mapping. diff --git a/tests/cxx/hybrid/enumeration/makefile b/tests/cxx/hybrid/enumeration/makefile index 50467be..98aeedd 100644 --- a/tests/cxx/hybrid/enumeration/makefile +++ b/tests/cxx/hybrid/enumeration/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/enumeration/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/facets/driver.cxx b/tests/cxx/hybrid/facets/driver.cxx index bb2f258..d6e844d 100644 --- a/tests/cxx/hybrid/facets/driver.cxx +++ b/tests/cxx/hybrid/facets/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/facets/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test facets (except pattern) validation. diff --git a/tests/cxx/hybrid/facets/makefile b/tests/cxx/hybrid/facets/makefile index 36b4af6..cdeacd8 100644 --- a/tests/cxx/hybrid/facets/makefile +++ b/tests/cxx/hybrid/facets/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/facets/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/iso8859-1/driver.cxx b/tests/cxx/hybrid/iso8859-1/driver.cxx index 3e03156..b16f935 100644 --- a/tests/cxx/hybrid/iso8859-1/driver.cxx +++ b/tests/cxx/hybrid/iso8859-1/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/iso8859-1/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test support for the ISO-8859-1 encoding. diff --git a/tests/cxx/hybrid/iso8859-1/makefile b/tests/cxx/hybrid/iso8859-1/makefile index 64792c9..ca438fd 100644 --- a/tests/cxx/hybrid/iso8859-1/makefile +++ b/tests/cxx/hybrid/iso8859-1/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/iso8859-1/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/iterator/driver.cxx b/tests/cxx/hybrid/iterator/driver.cxx index 7195d18..59adbe8 100644 --- a/tests/cxx/hybrid/iterator/driver.cxx +++ b/tests/cxx/hybrid/iterator/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/iterator/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test conformance to STL iterator requirements. diff --git a/tests/cxx/hybrid/iterator/makefile b/tests/cxx/hybrid/iterator/makefile index 4ad4e9e..7db0a28 100644 --- a/tests/cxx/hybrid/iterator/makefile +++ b/tests/cxx/hybrid/iterator/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/iterator/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/list/driver.cxx b/tests/cxx/hybrid/list/driver.cxx index a8f9b2b..4b8a85e 100644 --- a/tests/cxx/hybrid/list/driver.cxx +++ b/tests/cxx/hybrid/list/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/list/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test list mapping. diff --git a/tests/cxx/hybrid/list/makefile b/tests/cxx/hybrid/list/makefile index cf5a83b..eb4aa12 100644 --- a/tests/cxx/hybrid/list/makefile +++ b/tests/cxx/hybrid/list/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/list/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/makefile b/tests/cxx/hybrid/makefile index 6a4f9af..0bb3567 100644 --- a/tests/cxx/hybrid/makefile +++ b/tests/cxx/hybrid/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/pattern/driver.cxx b/tests/cxx/hybrid/pattern/driver.cxx index 07789de..b9bfab5 100644 --- a/tests/cxx/hybrid/pattern/driver.cxx +++ b/tests/cxx/hybrid/pattern/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/pattern/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test the pattern facet validation. diff --git a/tests/cxx/hybrid/pattern/makefile b/tests/cxx/hybrid/pattern/makefile index fb56449..e33eb06 100644 --- a/tests/cxx/hybrid/pattern/makefile +++ b/tests/cxx/hybrid/pattern/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/pattern/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/polymorphism/any-type/driver.cxx b/tests/cxx/hybrid/polymorphism/any-type/driver.cxx index 86962b0..3ca0155 100644 --- a/tests/cxx/hybrid/polymorphism/any-type/driver.cxx +++ b/tests/cxx/hybrid/polymorphism/any-type/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/polymorphism/any-type/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test polymorphic parsing and serialization of anyType-based hierarchy. diff --git a/tests/cxx/hybrid/polymorphism/any-type/makefile b/tests/cxx/hybrid/polymorphism/any-type/makefile index 3c29335..ef8a40e 100644 --- a/tests/cxx/hybrid/polymorphism/any-type/makefile +++ b/tests/cxx/hybrid/polymorphism/any-type/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/polymorphism/any-type/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/polymorphism/enumeration/driver.cxx b/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx index d696506..d634895 100644 --- a/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx +++ b/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/polymorphism/enumeration/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test XML Schema enumeration to C++ enum mapping. diff --git a/tests/cxx/hybrid/polymorphism/enumeration/makefile b/tests/cxx/hybrid/polymorphism/enumeration/makefile index 7e1437f..fc91a47 100644 --- a/tests/cxx/hybrid/polymorphism/enumeration/makefile +++ b/tests/cxx/hybrid/polymorphism/enumeration/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/polymorphism/enumeration/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/polymorphism/makefile b/tests/cxx/hybrid/polymorphism/makefile index 4184850..2d128ca 100644 --- a/tests/cxx/hybrid/polymorphism/makefile +++ b/tests/cxx/hybrid/polymorphism/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/polymorphism/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/polymorphism/multischema/driver.cxx b/tests/cxx/hybrid/polymorphism/multischema/driver.cxx index d511886..fc178ab 100644 --- a/tests/cxx/hybrid/polymorphism/multischema/driver.cxx +++ b/tests/cxx/hybrid/polymorphism/multischema/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/polymorphism/multischema/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test polymorphic parsing and serialization with the type hierarchy diff --git a/tests/cxx/hybrid/polymorphism/multischema/makefile b/tests/cxx/hybrid/polymorphism/multischema/makefile index 645919d..c1604cd 100644 --- a/tests/cxx/hybrid/polymorphism/multischema/makefile +++ b/tests/cxx/hybrid/polymorphism/multischema/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/polymorphism/multischema/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/recursive/driver.cxx b/tests/cxx/hybrid/recursive/driver.cxx index bf5a692..5c160ea 100644 --- a/tests/cxx/hybrid/recursive/driver.cxx +++ b/tests/cxx/hybrid/recursive/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/recursive/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test recursive parsing and serialization. diff --git a/tests/cxx/hybrid/recursive/makefile b/tests/cxx/hybrid/recursive/makefile index 7bdf024..db7f791 100644 --- a/tests/cxx/hybrid/recursive/makefile +++ b/tests/cxx/hybrid/recursive/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/recursive/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/sequences/driver.cxx b/tests/cxx/hybrid/sequences/driver.cxx index 08b7f77..5360b6b 100644 --- a/tests/cxx/hybrid/sequences/driver.cxx +++ b/tests/cxx/hybrid/sequences/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/sequences/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test sequence templates. diff --git a/tests/cxx/hybrid/sequences/makefile b/tests/cxx/hybrid/sequences/makefile index 6a854dd..d30aebf 100644 --- a/tests/cxx/hybrid/sequences/makefile +++ b/tests/cxx/hybrid/sequences/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/sequences/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/test-template/driver.cxx b/tests/cxx/hybrid/test-template/driver.cxx index a5906c2..a19eb95 100644 --- a/tests/cxx/hybrid/test-template/driver.cxx +++ b/tests/cxx/hybrid/test-template/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/test-template/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Insert test description here. diff --git a/tests/cxx/hybrid/test-template/makefile b/tests/cxx/hybrid/test-template/makefile index 9e24b9f..32bdf20 100644 --- a/tests/cxx/hybrid/test-template/makefile +++ b/tests/cxx/hybrid/test-template/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/test-template/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 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/hybrid/union/driver.cxx b/tests/cxx/hybrid/union/driver.cxx index 5475364..60d0b40 100644 --- a/tests/cxx/hybrid/union/driver.cxx +++ b/tests/cxx/hybrid/union/driver.cxx @@ -1,5 +1,5 @@ // file : tests/cxx/hybrid/union/driver.cxx -// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // Test union mapping. diff --git a/tests/cxx/hybrid/union/makefile b/tests/cxx/hybrid/union/makefile index 3cb1723..578b7e4 100644 --- a/tests/cxx/hybrid/union/makefile +++ b/tests/cxx/hybrid/union/makefile @@ -1,5 +1,5 @@ # file : tests/cxx/hybrid/union/makefile -# copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make -- cgit v1.1