aboutsummaryrefslogtreecommitdiff
path: root/tests/container
diff options
context:
space:
mode:
Diffstat (limited to 'tests/container')
-rw-r--r--tests/container/makefile2
-rw-r--r--tests/container/multi-index/buildfile2
-rw-r--r--tests/container/multi-index/driver.cxx2
-rw-r--r--tests/container/multi-index/makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/container/makefile b/tests/container/makefile
index 8f14a3d..e8c5dc1 100644
--- a/tests/container/makefile
+++ b/tests/container/makefile
@@ -1,5 +1,5 @@
# file : tests/container/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
diff --git a/tests/container/multi-index/buildfile b/tests/container/multi-index/buildfile
index 2f4a4ba..ffc2068 100644
--- a/tests/container/multi-index/buildfile
+++ b/tests/container/multi-index/buildfile
@@ -1,5 +1,5 @@
# file : tests/container/multi-index/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/container/multi-index/driver.cxx b/tests/container/multi-index/driver.cxx
index fb737af..7a78e55 100644
--- a/tests/container/multi-index/driver.cxx
+++ b/tests/container/multi-index/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/container/multi-index/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 <map>
diff --git a/tests/container/multi-index/makefile b/tests/container/multi-index/makefile
index 1d75df7..1ed7e26 100644
--- a/tests/container/multi-index/makefile
+++ b/tests/container/multi-index/makefile
@@ -1,5 +1,5 @@
# file : tests/container/multi-index/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