aboutsummaryrefslogtreecommitdiff
path: root/tests/xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xml')
-rw-r--r--tests/xml/makefile2
-rw-r--r--tests/xml/parser/driver.cxx2
-rw-r--r--tests/xml/parser/makefile2
-rw-r--r--tests/xml/roundtrip/driver.cxx2
-rw-r--r--tests/xml/roundtrip/makefile2
-rw-r--r--tests/xml/serializer/driver.cxx2
-rw-r--r--tests/xml/serializer/makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/xml/makefile b/tests/xml/makefile
index 2073182..6d752bc 100644
--- a/tests/xml/makefile
+++ b/tests/xml/makefile
@@ -1,5 +1,5 @@
# file : tests/xml/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/xml/parser/driver.cxx b/tests/xml/parser/driver.cxx
index 39d5994..f5b8578 100644
--- a/tests/xml/parser/driver.cxx
+++ b/tests/xml/parser/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/xml/parser/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/xml/parser/makefile b/tests/xml/parser/makefile
index f654976..aaa7646 100644
--- a/tests/xml/parser/makefile
+++ b/tests/xml/parser/makefile
@@ -1,5 +1,5 @@
# file : tests/xml/parser/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/xml/roundtrip/driver.cxx b/tests/xml/roundtrip/driver.cxx
index b0b6497..294efa0 100644
--- a/tests/xml/roundtrip/driver.cxx
+++ b/tests/xml/roundtrip/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/xml/roundtrip/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/xml/roundtrip/makefile b/tests/xml/roundtrip/makefile
index 9769593..1fa943d 100644
--- a/tests/xml/roundtrip/makefile
+++ b/tests/xml/roundtrip/makefile
@@ -1,5 +1,5 @@
# file : tests/xml/roundtrip/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/xml/serializer/driver.cxx b/tests/xml/serializer/driver.cxx
index 869bb8e..3b79567 100644
--- a/tests/xml/serializer/driver.cxx
+++ b/tests/xml/serializer/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/xml/serializer/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/xml/serializer/makefile b/tests/xml/serializer/makefile
index 8bd1a4a..1d9acc1 100644
--- a/tests/xml/serializer/makefile
+++ b/tests/xml/serializer/makefile
@@ -1,5 +1,5 @@
# file : tests/xml/serializer/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make