aboutsummaryrefslogtreecommitdiff
path: root/tests/fs/path
diff options
context:
space:
mode:
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 d600296..5deef95 100644
--- a/tests/fs/path/buildfile
+++ b/tests/fs/path/buildfile
@@ -1,5 +1,5 @@
# file : tests/fs/path/buildfile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 8c18924..f8d2360 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 0b0a36c..834fa75 100644
--- a/tests/fs/path/makefile
+++ b/tests/fs/path/makefile
@@ -1,5 +1,5 @@
# file : tests/fs/path/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make