aboutsummaryrefslogtreecommitdiff
path: root/cutl/shared-ptr
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-27 16:27:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-27 16:27:44 +0200
commitbf02f9156f90b7699065d613a1f27ba99101d9a9 (patch)
tree9ee5a738c70a542cfc524713934c172cc44f2480 /cutl/shared-ptr
parent1741b8e80e92135d80eaa2e22cf90b027034b58d (diff)
Update copyright
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 b213cbc..7d9a222 100644
--- a/cutl/shared-ptr/base.cxx
+++ b/cutl/shared-ptr/base.cxx
@@ -1,6 +1,6 @@
// file : cutl/shared-ptr/base.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 30c0cee..b04ac60 100644
--- a/cutl/shared-ptr/base.hxx
+++ b/cutl/shared-ptr/base.hxx
@@ -1,6 +1,6 @@
// file : cutl/shared-ptr/base.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 e5605c9..047c144 100644
--- a/cutl/shared-ptr/base.ixx
+++ b/cutl/shared-ptr/base.ixx
@@ -1,6 +1,6 @@
// file : cutl/shared-ptr/base.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 269a21a..6629451 100644
--- a/cutl/shared-ptr/base.txx
+++ b/cutl/shared-ptr/base.txx
@@ -1,6 +1,6 @@
// file : cutl/shared-ptr/base.txx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/meta/answer.hxx>