aboutsummaryrefslogtreecommitdiff
path: root/tests/serializer
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:07:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:07:18 +0200
commitfcf9219b8ff6e9d21c4f4748dc822a7b92310975 (patch)
tree66bd2d45e92d0847bf833c2445c6eb318ac6d9c4 /tests/serializer
parent29e21ce69490834731aa257b717544378fd00e57 (diff)
Update copyright year
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