aboutsummaryrefslogtreecommitdiff
path: root/tests/fs/path
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-03 12:52:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-03 12:52:21 +0200
commit4387e824764b3e7ac1466c34a4cc81701cca4f67 (patch)
tree26c5b83e7bc1cb46101b48235e07670a6fc5dd9b /tests/fs/path
parentc1ae16a53f52e282e15959e137a773c79e43e473 (diff)
Update copyright year
Diffstat (limited to 'tests/fs/path')
-rw-r--r--tests/fs/path/buildfile2
-rw-r--r--tests/fs/path/driver.cxx2
-rw-r--r--tests/fs/path/makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/fs/path/buildfile b/tests/fs/path/buildfile
index dd9b1fe..9809400 100644
--- a/tests/fs/path/buildfile
+++ b/tests/fs/path/buildfile
@@ -1,5 +1,5 @@
# file : tests/fs/path/buildfile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libcutl%lib{cutl}
diff --git a/tests/fs/path/driver.cxx b/tests/fs/path/driver.cxx
index c6bf46a..e01ac69 100644
--- a/tests/fs/path/driver.cxx
+++ b/tests/fs/path/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/fs/path/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 <cassert>
diff --git a/tests/fs/path/makefile b/tests/fs/path/makefile
index 184510b..1023b45 100644
--- a/tests/fs/path/makefile
+++ b/tests/fs/path/makefile
@@ -1,5 +1,5 @@
# file : tests/fs/path/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