aboutsummaryrefslogtreecommitdiff
path: root/tests/container/multi-index
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/container/multi-index
parentd77a3fd9a061539b2461e83abb6fef3968fb11f4 (diff)
Update copyright year
Diffstat (limited to 'tests/container/multi-index')
-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
3 files changed, 3 insertions, 3 deletions
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