aboutsummaryrefslogtreecommitdiff
path: root/tests/fs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fs')
-rw-r--r--tests/fs/makefile1
-rw-r--r--tests/fs/path/buildfile1
-rw-r--r--tests/fs/path/driver.cxx1
-rw-r--r--tests/fs/path/makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/tests/fs/makefile b/tests/fs/makefile
index f5b76b5..b685a11 100644
--- a/tests/fs/makefile
+++ b/tests/fs/makefile
@@ -1,5 +1,4 @@
# file : tests/fs/makefile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/fs/path/buildfile b/tests/fs/path/buildfile
index 5deef95..b9c550f 100644
--- a/tests/fs/path/buildfile
+++ b/tests/fs/path/buildfile
@@ -1,5 +1,4 @@
# file : tests/fs/path/buildfile
-# 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 f8d2360..faf4703 100644
--- a/tests/fs/path/driver.cxx
+++ b/tests/fs/path/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/fs/path/driver.cxx
-// 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 834fa75..fa101ee 100644
--- a/tests/fs/path/makefile
+++ b/tests/fs/path/makefile
@@ -1,5 +1,4 @@
# file : tests/fs/path/makefile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make