aboutsummaryrefslogtreecommitdiff
path: root/tests/roundtrip
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/roundtrip
parent29e21ce69490834731aa257b717544378fd00e57 (diff)
Update copyright year
Diffstat (limited to 'tests/roundtrip')
-rw-r--r--tests/roundtrip/buildfile2
-rw-r--r--tests/roundtrip/driver.cxx2
-rw-r--r--tests/roundtrip/makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/roundtrip/buildfile b/tests/roundtrip/buildfile
index c01be4b..01974c4 100644
--- a/tests/roundtrip/buildfile
+++ b/tests/roundtrip/buildfile
@@ -1,5 +1,5 @@
# file : tests/roundtrip/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
# @@ Hack until build2 supports multiple tests. Also remove .gitignore.
diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx
index e7a07f8..b056eeb 100644
--- a/tests/roundtrip/driver.cxx
+++ b/tests/roundtrip/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/roundtrip/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
#include <string>
diff --git a/tests/roundtrip/makefile b/tests/roundtrip/makefile
index 672951c..16dfefc 100644
--- a/tests/roundtrip/makefile
+++ b/tests/roundtrip/makefile
@@ -1,5 +1,5 @@
# file : tests/roundtrip/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