summaryrefslogtreecommitdiff
path: root/tests/cxx/parser
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser')
-rw-r--r--tests/cxx/parser/built-in/driver.cxx1
-rw-r--r--tests/cxx/parser/built-in/makefile1
-rw-r--r--tests/cxx/parser/enumeration/driver.cxx1
-rw-r--r--tests/cxx/parser/enumeration/gender.hxx1
-rw-r--r--tests/cxx/parser/enumeration/makefile1
-rw-r--r--tests/cxx/parser/generated-impl/makefile1
-rw-r--r--tests/cxx/parser/list/driver.cxx1
-rw-r--r--tests/cxx/parser/list/makefile1
-rw-r--r--tests/cxx/parser/makefile1
-rw-r--r--tests/cxx/parser/name-clash/inheritance/driver.cxx1
-rw-r--r--tests/cxx/parser/name-clash/inheritance/makefile1
-rw-r--r--tests/cxx/parser/polymorphism/makefile1
-rw-r--r--tests/cxx/parser/polymorphism/recursive/driver.cxx1
-rw-r--r--tests/cxx/parser/polymorphism/recursive/makefile1
-rw-r--r--tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx1
-rw-r--r--tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx1
-rw-r--r--tests/cxx/parser/polymorphism/same-type/driver.cxx1
-rw-r--r--tests/cxx/parser/polymorphism/same-type/makefile1
-rw-r--r--tests/cxx/parser/recursive/driver.cxx1
-rw-r--r--tests/cxx/parser/recursive/makefile1
-rw-r--r--tests/cxx/parser/test-template/driver.cxx1
-rw-r--r--tests/cxx/parser/test-template/makefile1
-rw-r--r--tests/cxx/parser/union/driver.cxx1
-rw-r--r--tests/cxx/parser/union/makefile1
-rw-r--r--tests/cxx/parser/validation/all/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/all/makefile1
-rw-r--r--tests/cxx/parser/validation/any/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/any/makefile1
-rw-r--r--tests/cxx/parser/validation/attribute/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/attribute/makefile1
-rw-r--r--tests/cxx/parser/validation/built-in/any-type/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/built-in/any-type/makefile1
-rw-r--r--tests/cxx/parser/validation/built-in/binary/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/built-in/binary/makefile1
-rw-r--r--tests/cxx/parser/validation/built-in/boolean/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/built-in/boolean/makefile1
-rw-r--r--tests/cxx/parser/validation/built-in/byte/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/built-in/byte/makefile1
-rw-r--r--tests/cxx/parser/validation/built-in/date-time/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/built-in/date-time/makefile1
-rw-r--r--tests/cxx/parser/validation/built-in/float/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/built-in/float/makefile1
-rw-r--r--tests/cxx/parser/validation/built-in/int/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/built-in/int/makefile1
-rw-r--r--tests/cxx/parser/validation/built-in/integer/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/built-in/integer/makefile1
-rw-r--r--tests/cxx/parser/validation/built-in/long/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/built-in/long/makefile1
-rw-r--r--tests/cxx/parser/validation/built-in/makefile1
-rw-r--r--tests/cxx/parser/validation/built-in/qname/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/built-in/qname/makefile1
-rw-r--r--tests/cxx/parser/validation/built-in/short/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/built-in/short/makefile1
-rw-r--r--tests/cxx/parser/validation/built-in/string/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/built-in/string/makefile1
-rw-r--r--tests/cxx/parser/validation/built-in/uri/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/built-in/uri/makefile1
-rw-r--r--tests/cxx/parser/validation/choice/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/choice/makefile1
-rw-r--r--tests/cxx/parser/validation/makefile1
-rw-r--r--tests/cxx/parser/validation/restriction/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/restriction/makefile1
-rw-r--r--tests/cxx/parser/validation/sequence/driver.cxx1
-rw-r--r--tests/cxx/parser/validation/sequence/makefile1
64 files changed, 0 insertions, 64 deletions
diff --git a/tests/cxx/parser/built-in/driver.cxx b/tests/cxx/parser/built-in/driver.cxx
index a4bcdf0..6cfd8fc 100644
--- a/tests/cxx/parser/built-in/driver.cxx
+++ b/tests/cxx/parser/built-in/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/built-in/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test built-in type parsing.
diff --git a/tests/cxx/parser/built-in/makefile b/tests/cxx/parser/built-in/makefile
index 0be7b21..5602b6a 100644
--- a/tests/cxx/parser/built-in/makefile
+++ b/tests/cxx/parser/built-in/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/built-in/makefile
-# 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/parser/enumeration/driver.cxx b/tests/cxx/parser/enumeration/driver.cxx
index 0869437..e90f58b 100644
--- a/tests/cxx/parser/enumeration/driver.cxx
+++ b/tests/cxx/parser/enumeration/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/enumeration/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test xsd:enumeration parsing.
diff --git a/tests/cxx/parser/enumeration/gender.hxx b/tests/cxx/parser/enumeration/gender.hxx
index c0d1900..a2e5cd8 100644
--- a/tests/cxx/parser/enumeration/gender.hxx
+++ b/tests/cxx/parser/enumeration/gender.hxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/enumeration/gender.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef GENDER_HXX
diff --git a/tests/cxx/parser/enumeration/makefile b/tests/cxx/parser/enumeration/makefile
index 06db1b2..f2ae834 100644
--- a/tests/cxx/parser/enumeration/makefile
+++ b/tests/cxx/parser/enumeration/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/enumeration/makefile
-# 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/parser/generated-impl/makefile b/tests/cxx/parser/generated-impl/makefile
index 8e08ed0..ba26c37 100644
--- a/tests/cxx/parser/generated-impl/makefile
+++ b/tests/cxx/parser/generated-impl/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/generated-impl/makefile
-# 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/parser/list/driver.cxx b/tests/cxx/parser/list/driver.cxx
index 909b0de..dfc27bf 100644
--- a/tests/cxx/parser/list/driver.cxx
+++ b/tests/cxx/parser/list/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/list/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test xsd:list parsing.
diff --git a/tests/cxx/parser/list/makefile b/tests/cxx/parser/list/makefile
index 218eb07..c3b5a87 100644
--- a/tests/cxx/parser/list/makefile
+++ b/tests/cxx/parser/list/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/list/makefile
-# 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/parser/makefile b/tests/cxx/parser/makefile
index f860440..53de7c7 100644
--- a/tests/cxx/parser/makefile
+++ b/tests/cxx/parser/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/makefile
-# 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/parser/name-clash/inheritance/driver.cxx b/tests/cxx/parser/name-clash/inheritance/driver.cxx
index 47336a3..dc5f871 100644
--- a/tests/cxx/parser/name-clash/inheritance/driver.cxx
+++ b/tests/cxx/parser/name-clash/inheritance/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/name-clash/inheritance/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test for name clashes across inheritance hierarchy.
diff --git a/tests/cxx/parser/name-clash/inheritance/makefile b/tests/cxx/parser/name-clash/inheritance/makefile
index ea9b049..c540ebe 100644
--- a/tests/cxx/parser/name-clash/inheritance/makefile
+++ b/tests/cxx/parser/name-clash/inheritance/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/name-clash/inheritance/makefile
-# 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/parser/polymorphism/makefile b/tests/cxx/parser/polymorphism/makefile
index 98b82f2..252d857 100644
--- a/tests/cxx/parser/polymorphism/makefile
+++ b/tests/cxx/parser/polymorphism/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/polymorphism/makefile
-# 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/parser/polymorphism/recursive/driver.cxx b/tests/cxx/parser/polymorphism/recursive/driver.cxx
index 8de26e9..4a401bd 100644
--- a/tests/cxx/parser/polymorphism/recursive/driver.cxx
+++ b/tests/cxx/parser/polymorphism/recursive/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/polymorphism/recursive/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test polymorphic recursive parsing.
diff --git a/tests/cxx/parser/polymorphism/recursive/makefile b/tests/cxx/parser/polymorphism/recursive/makefile
index 719febb..855d471 100644
--- a/tests/cxx/parser/polymorphism/recursive/makefile
+++ b/tests/cxx/parser/polymorphism/recursive/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/polymorphism/recursive/makefile
-# 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/parser/polymorphism/recursive/test-pimpl.cxx b/tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx
index b1c3ca3..8c355ea 100644
--- a/tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx
+++ b/tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <iostream>
diff --git a/tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx b/tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx
index 35740e2..932be9e 100644
--- a/tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx
+++ b/tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef TEST_PIMPL_HXX
diff --git a/tests/cxx/parser/polymorphism/same-type/driver.cxx b/tests/cxx/parser/polymorphism/same-type/driver.cxx
index c4ff165..4ccaec5 100644
--- a/tests/cxx/parser/polymorphism/same-type/driver.cxx
+++ b/tests/cxx/parser/polymorphism/same-type/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/polymorphism/same-type/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test substitution group and xsi:type that don't change the type.
diff --git a/tests/cxx/parser/polymorphism/same-type/makefile b/tests/cxx/parser/polymorphism/same-type/makefile
index 3ca6b17..588d8b6 100644
--- a/tests/cxx/parser/polymorphism/same-type/makefile
+++ b/tests/cxx/parser/polymorphism/same-type/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/polymorphism/same-type/makefile
-# 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/parser/recursive/driver.cxx b/tests/cxx/parser/recursive/driver.cxx
index 6b7e778..39c6621 100644
--- a/tests/cxx/parser/recursive/driver.cxx
+++ b/tests/cxx/parser/recursive/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/recursive/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test recursive parser invocation.
diff --git a/tests/cxx/parser/recursive/makefile b/tests/cxx/parser/recursive/makefile
index a2499b9..a1bc9ab 100644
--- a/tests/cxx/parser/recursive/makefile
+++ b/tests/cxx/parser/recursive/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/recursive/makefile
-# 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/parser/test-template/driver.cxx b/tests/cxx/parser/test-template/driver.cxx
index 9355563..9f56496 100644
--- a/tests/cxx/parser/test-template/driver.cxx
+++ b/tests/cxx/parser/test-template/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/test-template/driver.cxx
-// 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/parser/test-template/makefile b/tests/cxx/parser/test-template/makefile
index be99ccb..b680466 100644
--- a/tests/cxx/parser/test-template/makefile
+++ b/tests/cxx/parser/test-template/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/test-template/makefile
-# 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/parser/union/driver.cxx b/tests/cxx/parser/union/driver.cxx
index b4d7549..5577f78 100644
--- a/tests/cxx/parser/union/driver.cxx
+++ b/tests/cxx/parser/union/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/union/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test xsd:union parsing.
diff --git a/tests/cxx/parser/union/makefile b/tests/cxx/parser/union/makefile
index 7281086..a8e70f6 100644
--- a/tests/cxx/parser/union/makefile
+++ b/tests/cxx/parser/union/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/union/makefile
-# 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/parser/validation/all/driver.cxx b/tests/cxx/parser/validation/all/driver.cxx
index d14e6fc..093d480 100644
--- a/tests/cxx/parser/validation/all/driver.cxx
+++ b/tests/cxx/parser/validation/all/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/all/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the all compositor validation.
diff --git a/tests/cxx/parser/validation/all/makefile b/tests/cxx/parser/validation/all/makefile
index c248bba..b50e067 100644
--- a/tests/cxx/parser/validation/all/makefile
+++ b/tests/cxx/parser/validation/all/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/all/makefile
-# 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/parser/validation/any/driver.cxx b/tests/cxx/parser/validation/any/driver.cxx
index 7914a1f..3896598 100644
--- a/tests/cxx/parser/validation/any/driver.cxx
+++ b/tests/cxx/parser/validation/any/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/any/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the any particle validation.
diff --git a/tests/cxx/parser/validation/any/makefile b/tests/cxx/parser/validation/any/makefile
index 347eb08..fe3cdab 100644
--- a/tests/cxx/parser/validation/any/makefile
+++ b/tests/cxx/parser/validation/any/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/any/makefile
-# 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/parser/validation/attribute/driver.cxx b/tests/cxx/parser/validation/attribute/driver.cxx
index 6529a90..8eda713 100644
--- a/tests/cxx/parser/validation/attribute/driver.cxx
+++ b/tests/cxx/parser/validation/attribute/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/attribute/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test attribute and attribute wildcard (anyAttribute) validation.
diff --git a/tests/cxx/parser/validation/attribute/makefile b/tests/cxx/parser/validation/attribute/makefile
index 7dbf56d..d92bf1d 100644
--- a/tests/cxx/parser/validation/attribute/makefile
+++ b/tests/cxx/parser/validation/attribute/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/attribute/makefile
-# 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/parser/validation/built-in/any-type/driver.cxx b/tests/cxx/parser/validation/built-in/any-type/driver.cxx
index cb6784e..fd91247 100644
--- a/tests/cxx/parser/validation/built-in/any-type/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/any-type/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/built-in/any-type/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the anyType and anySimpleType validation.
diff --git a/tests/cxx/parser/validation/built-in/any-type/makefile b/tests/cxx/parser/validation/built-in/any-type/makefile
index fcdac7d..dfbb183 100644
--- a/tests/cxx/parser/validation/built-in/any-type/makefile
+++ b/tests/cxx/parser/validation/built-in/any-type/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/built-in/any-type/makefile
-# 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/parser/validation/built-in/binary/driver.cxx b/tests/cxx/parser/validation/built-in/binary/driver.cxx
index f8537e7..86575f4 100644
--- a/tests/cxx/parser/validation/built-in/binary/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/binary/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/built-in/binary/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in base64Binary and hexBinary types validation.
diff --git a/tests/cxx/parser/validation/built-in/binary/makefile b/tests/cxx/parser/validation/built-in/binary/makefile
index 27d6b1f..f0c5ae6 100644
--- a/tests/cxx/parser/validation/built-in/binary/makefile
+++ b/tests/cxx/parser/validation/built-in/binary/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/built-in/binary/makefile
-# 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/parser/validation/built-in/boolean/driver.cxx b/tests/cxx/parser/validation/built-in/boolean/driver.cxx
index 4d38767..6a21cb7 100644
--- a/tests/cxx/parser/validation/built-in/boolean/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/boolean/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/built-in/boolean/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in boolean type validation.
diff --git a/tests/cxx/parser/validation/built-in/boolean/makefile b/tests/cxx/parser/validation/built-in/boolean/makefile
index a952dd9..52f4e88 100644
--- a/tests/cxx/parser/validation/built-in/boolean/makefile
+++ b/tests/cxx/parser/validation/built-in/boolean/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/built-in/boolean/makefile
-# 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/parser/validation/built-in/byte/driver.cxx b/tests/cxx/parser/validation/built-in/byte/driver.cxx
index 4cd7d26..c0e2b99 100644
--- a/tests/cxx/parser/validation/built-in/byte/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/byte/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/built-in/byte/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in byte and unsigned byte types validation.
diff --git a/tests/cxx/parser/validation/built-in/byte/makefile b/tests/cxx/parser/validation/built-in/byte/makefile
index 5c926a4..afc8174 100644
--- a/tests/cxx/parser/validation/built-in/byte/makefile
+++ b/tests/cxx/parser/validation/built-in/byte/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/built-in/byte/makefile
-# 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/parser/validation/built-in/date-time/driver.cxx b/tests/cxx/parser/validation/built-in/date-time/driver.cxx
index 2c4961e..8aa3943 100644
--- a/tests/cxx/parser/validation/built-in/date-time/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/date-time/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/built-in/date-time/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in date and time types validation.
diff --git a/tests/cxx/parser/validation/built-in/date-time/makefile b/tests/cxx/parser/validation/built-in/date-time/makefile
index cc8a766..42d60e8 100644
--- a/tests/cxx/parser/validation/built-in/date-time/makefile
+++ b/tests/cxx/parser/validation/built-in/date-time/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/built-in/date-time/makefile
-# 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/parser/validation/built-in/float/driver.cxx b/tests/cxx/parser/validation/built-in/float/driver.cxx
index 16ae102..7563aa7 100644
--- a/tests/cxx/parser/validation/built-in/float/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/float/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/built-in/float/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in float, double, and decimal types validation.
diff --git a/tests/cxx/parser/validation/built-in/float/makefile b/tests/cxx/parser/validation/built-in/float/makefile
index d7c6f79..68fac22 100644
--- a/tests/cxx/parser/validation/built-in/float/makefile
+++ b/tests/cxx/parser/validation/built-in/float/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/built-in/float/makefile
-# 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/parser/validation/built-in/int/driver.cxx b/tests/cxx/parser/validation/built-in/int/driver.cxx
index 4dcb94a..18e83ca 100644
--- a/tests/cxx/parser/validation/built-in/int/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/int/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/built-in/int/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in int and unsigned int types validation.
diff --git a/tests/cxx/parser/validation/built-in/int/makefile b/tests/cxx/parser/validation/built-in/int/makefile
index b038219..7a13105 100644
--- a/tests/cxx/parser/validation/built-in/int/makefile
+++ b/tests/cxx/parser/validation/built-in/int/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/built-in/int/makefile
-# 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/parser/validation/built-in/integer/driver.cxx b/tests/cxx/parser/validation/built-in/integer/driver.cxx
index 1183156..7eeb708 100644
--- a/tests/cxx/parser/validation/built-in/integer/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/integer/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/built-in/int/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in integer & friends types validation.
diff --git a/tests/cxx/parser/validation/built-in/integer/makefile b/tests/cxx/parser/validation/built-in/integer/makefile
index eeedc81..66a7dd6 100644
--- a/tests/cxx/parser/validation/built-in/integer/makefile
+++ b/tests/cxx/parser/validation/built-in/integer/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/built-in/integer/makefile
-# 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/parser/validation/built-in/long/driver.cxx b/tests/cxx/parser/validation/built-in/long/driver.cxx
index 9373cb1..a44ae70 100644
--- a/tests/cxx/parser/validation/built-in/long/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/long/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/built-in/long/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in long and unsigned long types validation.
diff --git a/tests/cxx/parser/validation/built-in/long/makefile b/tests/cxx/parser/validation/built-in/long/makefile
index 2a5bb46..5854363 100644
--- a/tests/cxx/parser/validation/built-in/long/makefile
+++ b/tests/cxx/parser/validation/built-in/long/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/built-in/long/makefile
-# 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/parser/validation/built-in/makefile b/tests/cxx/parser/validation/built-in/makefile
index 89be0c7..79eab4f 100644
--- a/tests/cxx/parser/validation/built-in/makefile
+++ b/tests/cxx/parser/validation/built-in/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/built-in/makefile
-# 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/parser/validation/built-in/qname/driver.cxx b/tests/cxx/parser/validation/built-in/qname/driver.cxx
index c647445..6da6f2f 100644
--- a/tests/cxx/parser/validation/built-in/qname/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/qname/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/built-in/qname/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in QName type validation.
diff --git a/tests/cxx/parser/validation/built-in/qname/makefile b/tests/cxx/parser/validation/built-in/qname/makefile
index b78d3b5..c442812 100644
--- a/tests/cxx/parser/validation/built-in/qname/makefile
+++ b/tests/cxx/parser/validation/built-in/qname/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/built-in/qname/makefile
-# 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/parser/validation/built-in/short/driver.cxx b/tests/cxx/parser/validation/built-in/short/driver.cxx
index 5aed263..42009a1 100644
--- a/tests/cxx/parser/validation/built-in/short/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/short/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/built-in/short/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in short and unsigned short types validation.
diff --git a/tests/cxx/parser/validation/built-in/short/makefile b/tests/cxx/parser/validation/built-in/short/makefile
index 1baa027..05f8e2c 100644
--- a/tests/cxx/parser/validation/built-in/short/makefile
+++ b/tests/cxx/parser/validation/built-in/short/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/built-in/short/makefile
-# 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/parser/validation/built-in/string/driver.cxx b/tests/cxx/parser/validation/built-in/string/driver.cxx
index 4807a16..b5da70d 100644
--- a/tests/cxx/parser/validation/built-in/string/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/string/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/built-in/string/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in string & friends types validation.
diff --git a/tests/cxx/parser/validation/built-in/string/makefile b/tests/cxx/parser/validation/built-in/string/makefile
index 9ef3be3..bcdae7e 100644
--- a/tests/cxx/parser/validation/built-in/string/makefile
+++ b/tests/cxx/parser/validation/built-in/string/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/built-in/string/makefile
-# 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/parser/validation/built-in/uri/driver.cxx b/tests/cxx/parser/validation/built-in/uri/driver.cxx
index b6db98c..9e487e6 100644
--- a/tests/cxx/parser/validation/built-in/uri/driver.cxx
+++ b/tests/cxx/parser/validation/built-in/uri/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/built-in/uri/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in anyURI type validation.
diff --git a/tests/cxx/parser/validation/built-in/uri/makefile b/tests/cxx/parser/validation/built-in/uri/makefile
index 91ebc6f..ae7e8bd 100644
--- a/tests/cxx/parser/validation/built-in/uri/makefile
+++ b/tests/cxx/parser/validation/built-in/uri/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/built-in/uri/makefile
-# 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/parser/validation/choice/driver.cxx b/tests/cxx/parser/validation/choice/driver.cxx
index c01447b..af30727 100644
--- a/tests/cxx/parser/validation/choice/driver.cxx
+++ b/tests/cxx/parser/validation/choice/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/choice/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the choice compositor validation.
diff --git a/tests/cxx/parser/validation/choice/makefile b/tests/cxx/parser/validation/choice/makefile
index c5637d8..93b05c5 100644
--- a/tests/cxx/parser/validation/choice/makefile
+++ b/tests/cxx/parser/validation/choice/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/choice/makefile
-# 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/parser/validation/makefile b/tests/cxx/parser/validation/makefile
index 2bca295..600d9dd 100644
--- a/tests/cxx/parser/validation/makefile
+++ b/tests/cxx/parser/validation/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/makefile
-# 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/parser/validation/restriction/driver.cxx b/tests/cxx/parser/validation/restriction/driver.cxx
index 3cb4328..6f9a871 100644
--- a/tests/cxx/parser/validation/restriction/driver.cxx
+++ b/tests/cxx/parser/validation/restriction/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/restriction/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the restriction compositor validation.
diff --git a/tests/cxx/parser/validation/restriction/makefile b/tests/cxx/parser/validation/restriction/makefile
index 7ea1505..61af2bf 100644
--- a/tests/cxx/parser/validation/restriction/makefile
+++ b/tests/cxx/parser/validation/restriction/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/restriction/makefile
-# 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/parser/validation/sequence/driver.cxx b/tests/cxx/parser/validation/sequence/driver.cxx
index e02acbe..61652b3 100644
--- a/tests/cxx/parser/validation/sequence/driver.cxx
+++ b/tests/cxx/parser/validation/sequence/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/validation/sequence/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the sequence compositor validation.
diff --git a/tests/cxx/parser/validation/sequence/makefile b/tests/cxx/parser/validation/sequence/makefile
index 449bbe1..f0a7b14 100644
--- a/tests/cxx/parser/validation/sequence/makefile
+++ b/tests/cxx/parser/validation/sequence/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/validation/sequence/makefile
-# 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