aboutsummaryrefslogtreecommitdiff
path: root/tests/serializer
diff options
context:
space:
mode:
Diffstat (limited to 'tests/serializer')
-rw-r--r--tests/serializer/buildfile2
-rw-r--r--tests/serializer/driver.cxx2
-rw-r--r--tests/serializer/makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/serializer/buildfile b/tests/serializer/buildfile
index c36c155..c115c77 100644
--- a/tests/serializer/buildfile
+++ b/tests/serializer/buildfile
@@ -1,5 +1,5 @@
# file : tests/serializer/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/tests/serializer/driver.cxx b/tests/serializer/driver.cxx
index 8db3361..78040ca 100644
--- a/tests/serializer/driver.cxx
+++ b/tests/serializer/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/serializer/driver.cxx
-// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+// copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef NDEBUG
diff --git a/tests/serializer/makefile b/tests/serializer/makefile
index da37254..d7b2815 100644
--- a/tests/serializer/makefile
+++ b/tests/serializer/makefile
@@ -1,5 +1,5 @@
# file : tests/serializer/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make