aboutsummaryrefslogtreecommitdiff
path: root/cutl/shared-ptr
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:10:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:10:36 +0200
commitd557d4717fe12449b134f4f5ff4a2ba6291be6ee (patch)
treea492df7df9c6a5743fb5a2a9f4f22feea7276a60 /cutl/shared-ptr
parentdc687d03be0ee36465b7001b63cf6a25c7d4900b (diff)
Update copyright year
Diffstat (limited to 'cutl/shared-ptr')
-rw-r--r--cutl/shared-ptr/base.cxx2
-rw-r--r--cutl/shared-ptr/base.hxx2
-rw-r--r--cutl/shared-ptr/base.ixx2
-rw-r--r--cutl/shared-ptr/base.txx2
4 files changed, 4 insertions, 4 deletions
diff --git a/cutl/shared-ptr/base.cxx b/cutl/shared-ptr/base.cxx
index 24e777b..1ff8469 100644
--- a/cutl/shared-ptr/base.cxx
+++ b/cutl/shared-ptr/base.cxx
@@ -1,5 +1,5 @@
// file : cutl/shared-ptr/base.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 <cutl/shared-ptr/base.hxx>
diff --git a/cutl/shared-ptr/base.hxx b/cutl/shared-ptr/base.hxx
index 5f283dd..f2bfecc 100644
--- a/cutl/shared-ptr/base.hxx
+++ b/cutl/shared-ptr/base.hxx
@@ -1,5 +1,5 @@
// file : cutl/shared-ptr/base.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CUTL_SHARED_PTR_BASE_HXX
diff --git a/cutl/shared-ptr/base.ixx b/cutl/shared-ptr/base.ixx
index e6f8e63..14dd0ac 100644
--- a/cutl/shared-ptr/base.ixx
+++ b/cutl/shared-ptr/base.ixx
@@ -1,5 +1,5 @@
// file : cutl/shared-ptr/base.ixx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
namespace cutl
diff --git a/cutl/shared-ptr/base.txx b/cutl/shared-ptr/base.txx
index e59dbc6..5096284 100644
--- a/cutl/shared-ptr/base.txx
+++ b/cutl/shared-ptr/base.txx
@@ -1,5 +1,5 @@
// file : cutl/shared-ptr/base.txx
-// 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 <cutl/meta/answer.hxx>