aboutsummaryrefslogtreecommitdiff
path: root/tests/shared-ptr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shared-ptr')
-rw-r--r--tests/shared-ptr/driver.cxx2
-rw-r--r--tests/shared-ptr/makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/shared-ptr/driver.cxx b/tests/shared-ptr/driver.cxx
index 78b9675..3e763a0 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 3a5e73e..2303d78 100644
--- a/tests/shared-ptr/makefile
+++ b/tests/shared-ptr/makefile
@@ -1,5 +1,5 @@
# file : tests/shared-ptr/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