aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/validation
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/serializer/validation')
-rw-r--r--tests/cxx/serializer/validation/any/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/any/makefile1
-rw-r--r--tests/cxx/serializer/validation/attribute/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/attribute/makefile1
-rw-r--r--tests/cxx/serializer/validation/built-in/date-time/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/built-in/date-time/makefile1
-rw-r--r--tests/cxx/serializer/validation/built-in/decimal/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/built-in/decimal/makefile1
-rw-r--r--tests/cxx/serializer/validation/built-in/integer/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/built-in/integer/makefile1
-rw-r--r--tests/cxx/serializer/validation/built-in/makefile1
-rw-r--r--tests/cxx/serializer/validation/built-in/qname/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/built-in/qname/makefile1
-rw-r--r--tests/cxx/serializer/validation/built-in/string/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/built-in/string/makefile1
-rw-r--r--tests/cxx/serializer/validation/choice/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/choice/makefile1
-rw-r--r--tests/cxx/serializer/validation/element/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/element/makefile1
-rw-r--r--tests/cxx/serializer/validation/makefile1
-rw-r--r--tests/cxx/serializer/validation/sequence/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/sequence/makefile1
22 files changed, 0 insertions, 22 deletions
diff --git a/tests/cxx/serializer/validation/any/driver.cxx b/tests/cxx/serializer/validation/any/driver.cxx
index 63b34db..7a47033 100644
--- a/tests/cxx/serializer/validation/any/driver.cxx
+++ b/tests/cxx/serializer/validation/any/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/any/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test any validation.
diff --git a/tests/cxx/serializer/validation/any/makefile b/tests/cxx/serializer/validation/any/makefile
index c75086e..d2e42a5 100644
--- a/tests/cxx/serializer/validation/any/makefile
+++ b/tests/cxx/serializer/validation/any/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/validation/attribute/driver.cxx b/tests/cxx/serializer/validation/attribute/driver.cxx
index d591428..7e09820 100644
--- a/tests/cxx/serializer/validation/attribute/driver.cxx
+++ b/tests/cxx/serializer/validation/attribute/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/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 anyAttribute validation.
diff --git a/tests/cxx/serializer/validation/attribute/makefile b/tests/cxx/serializer/validation/attribute/makefile
index 69fc655..39e2e57 100644
--- a/tests/cxx/serializer/validation/attribute/makefile
+++ b/tests/cxx/serializer/validation/attribute/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/validation/built-in/date-time/driver.cxx b/tests/cxx/serializer/validation/built-in/date-time/driver.cxx
index 373e468..9e398e5 100644
--- a/tests/cxx/serializer/validation/built-in/date-time/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/date-time/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/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/serializer/validation/built-in/date-time/makefile b/tests/cxx/serializer/validation/built-in/date-time/makefile
index 7fdec74..98ca14c 100644
--- a/tests/cxx/serializer/validation/built-in/date-time/makefile
+++ b/tests/cxx/serializer/validation/built-in/date-time/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/validation/built-in/decimal/driver.cxx b/tests/cxx/serializer/validation/built-in/decimal/driver.cxx
index 7023781..a919dc7 100644
--- a/tests/cxx/serializer/validation/built-in/decimal/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/decimal/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/built-in/decimal/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in decimal type validation.
diff --git a/tests/cxx/serializer/validation/built-in/decimal/makefile b/tests/cxx/serializer/validation/built-in/decimal/makefile
index ae48721..419a056 100644
--- a/tests/cxx/serializer/validation/built-in/decimal/makefile
+++ b/tests/cxx/serializer/validation/built-in/decimal/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/validation/built-in/decimal/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/serializer/validation/built-in/integer/driver.cxx b/tests/cxx/serializer/validation/built-in/integer/driver.cxx
index dab7480..1dd09eb 100644
--- a/tests/cxx/serializer/validation/built-in/integer/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/integer/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/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/serializer/validation/built-in/integer/makefile b/tests/cxx/serializer/validation/built-in/integer/makefile
index 280a65a..eeb407e 100644
--- a/tests/cxx/serializer/validation/built-in/integer/makefile
+++ b/tests/cxx/serializer/validation/built-in/integer/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/validation/built-in/makefile b/tests/cxx/serializer/validation/built-in/makefile
index 80a941d..bf271fc 100644
--- a/tests/cxx/serializer/validation/built-in/makefile
+++ b/tests/cxx/serializer/validation/built-in/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/validation/built-in/qname/driver.cxx b/tests/cxx/serializer/validation/built-in/qname/driver.cxx
index 18445ed..fbdff15 100644
--- a/tests/cxx/serializer/validation/built-in/qname/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/qname/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/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/serializer/validation/built-in/qname/makefile b/tests/cxx/serializer/validation/built-in/qname/makefile
index 22535da..5723bf7 100644
--- a/tests/cxx/serializer/validation/built-in/qname/makefile
+++ b/tests/cxx/serializer/validation/built-in/qname/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/validation/built-in/string/driver.cxx b/tests/cxx/serializer/validation/built-in/string/driver.cxx
index b311571..39d2700 100644
--- a/tests/cxx/serializer/validation/built-in/string/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/string/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/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/serializer/validation/built-in/string/makefile b/tests/cxx/serializer/validation/built-in/string/makefile
index 5fc649b..a2394b5 100644
--- a/tests/cxx/serializer/validation/built-in/string/makefile
+++ b/tests/cxx/serializer/validation/built-in/string/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/validation/choice/driver.cxx b/tests/cxx/serializer/validation/choice/driver.cxx
index 6775d7d..382d392 100644
--- a/tests/cxx/serializer/validation/choice/driver.cxx
+++ b/tests/cxx/serializer/validation/choice/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/choice/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test choice validation.
diff --git a/tests/cxx/serializer/validation/choice/makefile b/tests/cxx/serializer/validation/choice/makefile
index 919d3f4..5b2f461 100644
--- a/tests/cxx/serializer/validation/choice/makefile
+++ b/tests/cxx/serializer/validation/choice/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/validation/element/driver.cxx b/tests/cxx/serializer/validation/element/driver.cxx
index c6a564e..3ad71a6 100644
--- a/tests/cxx/serializer/validation/element/driver.cxx
+++ b/tests/cxx/serializer/validation/element/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/element/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test element validation.
diff --git a/tests/cxx/serializer/validation/element/makefile b/tests/cxx/serializer/validation/element/makefile
index 9a94860..f9b756b 100644
--- a/tests/cxx/serializer/validation/element/makefile
+++ b/tests/cxx/serializer/validation/element/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/validation/element/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/serializer/validation/makefile b/tests/cxx/serializer/validation/makefile
index 22e3432..82f5c96 100644
--- a/tests/cxx/serializer/validation/makefile
+++ b/tests/cxx/serializer/validation/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/validation/sequence/driver.cxx b/tests/cxx/serializer/validation/sequence/driver.cxx
index 2c7646d..76a0bce 100644
--- a/tests/cxx/serializer/validation/sequence/driver.cxx
+++ b/tests/cxx/serializer/validation/sequence/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/sequence/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test sequence validation.
diff --git a/tests/cxx/serializer/validation/sequence/makefile b/tests/cxx/serializer/validation/sequence/makefile
index 183744a..b3bda44 100644
--- a/tests/cxx/serializer/validation/sequence/makefile
+++ b/tests/cxx/serializer/validation/sequence/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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