aboutsummaryrefslogtreecommitdiff
path: root/tests/shared-ptr
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:33:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:33:32 +0200
commitd8fc8867ae9eb86e132a6ba676b6c5319346f7f0 (patch)
tree1c2262c28abb40a707b447e851f4a9f915374161 /tests/shared-ptr
parente334e747c19a4fd47772f82330856f05f53589c9 (diff)
Copyright update
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 67ed12e..3ffff87 100644
--- a/tests/shared-ptr/driver.cxx
+++ b/tests/shared-ptr/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/shared-ptr/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 86e2a8c..d9b03ee 100644
--- a/tests/shared-ptr/makefile
+++ b/tests/shared-ptr/makefile
@@ -1,6 +1,6 @@
# file : tests/shared-ptr/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make