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/driver.cxx2
-rw-r--r--tests/container/multi-index/makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/container/makefile b/tests/container/makefile
index 5f537db..b81d01e 100644
--- a/tests/container/makefile
+++ b/tests/container/makefile
@@ -1,5 +1,5 @@
# file : tests/container/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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/driver.cxx b/tests/container/multi-index/driver.cxx
index 9ddf73d..289ec4a 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 fd70e3f..d5b805f 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-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make