aboutsummaryrefslogtreecommitdiff
path: root/tests/shared-ptr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shared-ptr')
-rw-r--r--tests/shared-ptr/buildfile2
-rw-r--r--tests/shared-ptr/driver.cxx2
-rw-r--r--tests/shared-ptr/makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/shared-ptr/buildfile b/tests/shared-ptr/buildfile
index 91fadac..8fb72ed 100644
--- a/tests/shared-ptr/buildfile
+++ b/tests/shared-ptr/buildfile
@@ -1,5 +1,5 @@
# file : tests/shared-ptr/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/shared-ptr/driver.cxx b/tests/shared-ptr/driver.cxx
index 97e0ac0..fd8d7f2 100644
--- a/tests/shared-ptr/driver.cxx
+++ b/tests/shared-ptr/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/shared-ptr/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 <string>
diff --git a/tests/shared-ptr/makefile b/tests/shared-ptr/makefile
index 60b368b..34057c9 100644
--- a/tests/shared-ptr/makefile
+++ b/tests/shared-ptr/makefile
@@ -1,5 +1,5 @@
# file : tests/shared-ptr/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