aboutsummaryrefslogtreecommitdiff
path: root/tests/fs/path
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:13:58 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:13:58 +0300
commitdebbd6dc138280620dd720d90571125170cdffca (patch)
tree8c105a7fd2c90326bf26a25871110a917b52fc02 /tests/fs/path
parentd77a3fd9a061539b2461e83abb6fef3968fb11f4 (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 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