aboutsummaryrefslogtreecommitdiff
path: root/cutl
diff options
context:
space:
mode:
Diffstat (limited to 'cutl')
-rw-r--r--cutl/Makefile.am2
-rw-r--r--cutl/compiler/code-stream.hxx2
-rw-r--r--cutl/compiler/code-stream.txx2
-rw-r--r--cutl/compiler/context.cxx2
-rw-r--r--cutl/compiler/context.hxx2
-rw-r--r--cutl/compiler/context.txx2
-rw-r--r--cutl/compiler/cxx-indenter.cxx2
-rw-r--r--cutl/compiler/cxx-indenter.hxx2
-rw-r--r--cutl/compiler/cxx-indenter.ixx2
-rw-r--r--cutl/compiler/cxx-indenter.txx2
-rw-r--r--cutl/compiler/sloc-counter.hxx2
-rw-r--r--cutl/compiler/sloc-counter.txx2
-rw-r--r--cutl/compiler/traversal.hxx2
-rw-r--r--cutl/compiler/traversal.txx2
-rw-r--r--cutl/compiler/type-id.hxx2
-rw-r--r--cutl/compiler/type-id.ixx2
-rw-r--r--cutl/compiler/type-id.txx2
-rw-r--r--cutl/compiler/type-info.cxx2
-rw-r--r--cutl/compiler/type-info.hxx2
-rw-r--r--cutl/compiler/type-info.ixx2
-rw-r--r--cutl/container/any.hxx2
-rw-r--r--cutl/container/graph.hxx2
-rw-r--r--cutl/container/graph.txx2
-rw-r--r--cutl/container/key.hxx2
-rw-r--r--cutl/container/map-iterator.hxx2
-rw-r--r--cutl/container/multi-index.hxx2
-rw-r--r--cutl/container/pointer-iterator.hxx2
-rw-r--r--cutl/details/config-vc.h2
-rw-r--r--cutl/details/config.h.in2
-rw-r--r--cutl/details/config.hxx2
-rw-r--r--cutl/details/export.hxx2
-rw-r--r--cutl/exception.cxx2
-rw-r--r--cutl/exception.hxx2
-rw-r--r--cutl/fs/auto-remove.cxx2
-rw-r--r--cutl/fs/auto-remove.hxx2
-rw-r--r--cutl/fs/exception.cxx2
-rw-r--r--cutl/fs/exception.hxx2
-rw-r--r--cutl/fs/path.cxx2
-rw-r--r--cutl/fs/path.hxx2
-rw-r--r--cutl/fs/path.ixx2
-rw-r--r--cutl/fs/path.txx2
-rw-r--r--cutl/makefile2
-rw-r--r--cutl/meta/answer.hxx2
-rw-r--r--cutl/meta/class-p.hxx2
-rw-r--r--cutl/meta/polymorphic-p.hxx2
-rw-r--r--cutl/meta/remove-c.hxx2
-rw-r--r--cutl/meta/remove-cv.hxx2
-rw-r--r--cutl/meta/remove-p.hxx2
-rw-r--r--cutl/meta/remove-v.hxx2
-rw-r--r--cutl/re.hxx2
-rw-r--r--cutl/re/re.cxx2
-rw-r--r--cutl/re/re.txx2
-rw-r--r--cutl/shared-ptr.hxx2
-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
-rw-r--r--cutl/static-ptr.hxx2
58 files changed, 58 insertions, 58 deletions
diff --git a/cutl/Makefile.am b/cutl/Makefile.am
index e498a0e..7677f76 100644
--- a/cutl/Makefile.am
+++ b/cutl/Makefile.am
@@ -1,5 +1,5 @@
# file : cutl/Makefile.am
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/cutl/compiler/code-stream.hxx b/cutl/compiler/code-stream.hxx
index a93d0f5..bfd33d0 100644
--- a/cutl/compiler/code-stream.hxx
+++ b/cutl/compiler/code-stream.hxx
@@ -1,5 +1,5 @@
// file : cutl/compiler/code-stream.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_COMPILER_CODE_STREAM_HXX
diff --git a/cutl/compiler/code-stream.txx b/cutl/compiler/code-stream.txx
index 277e1a6..232c5cc 100644
--- a/cutl/compiler/code-stream.txx
+++ b/cutl/compiler/code-stream.txx
@@ -1,5 +1,5 @@
// file : cutl/compiler/code-stream.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
namespace cutl
diff --git a/cutl/compiler/context.cxx b/cutl/compiler/context.cxx
index 35c1159..51311fc 100644
--- a/cutl/compiler/context.cxx
+++ b/cutl/compiler/context.cxx
@@ -1,5 +1,5 @@
// file : cutl/compiler/context.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/compiler/context.hxx>
diff --git a/cutl/compiler/context.hxx b/cutl/compiler/context.hxx
index 6ada7b3..2933e36 100644
--- a/cutl/compiler/context.hxx
+++ b/cutl/compiler/context.hxx
@@ -1,5 +1,5 @@
// file : cutl/compiler/context.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_COMPILER_CONTEXT_HXX
diff --git a/cutl/compiler/context.txx b/cutl/compiler/context.txx
index 89c54b0..53edcda 100644
--- a/cutl/compiler/context.txx
+++ b/cutl/compiler/context.txx
@@ -1,5 +1,5 @@
// file : cutl/compiler/context.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
namespace cutl
diff --git a/cutl/compiler/cxx-indenter.cxx b/cutl/compiler/cxx-indenter.cxx
index f063c2f..dba9f09 100644
--- a/cutl/compiler/cxx-indenter.cxx
+++ b/cutl/compiler/cxx-indenter.cxx
@@ -1,5 +1,5 @@
// file : cutl/compiler/cxx-indenter.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/compiler/cxx-indenter.hxx>
diff --git a/cutl/compiler/cxx-indenter.hxx b/cutl/compiler/cxx-indenter.hxx
index a1bde22..eac2952 100644
--- a/cutl/compiler/cxx-indenter.hxx
+++ b/cutl/compiler/cxx-indenter.hxx
@@ -1,5 +1,5 @@
// file : cutl/compiler/cxx-indenter.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_COMPILER_CXX_INDENTER_HXX
diff --git a/cutl/compiler/cxx-indenter.ixx b/cutl/compiler/cxx-indenter.ixx
index f6a0269..74bfac3 100644
--- a/cutl/compiler/cxx-indenter.ixx
+++ b/cutl/compiler/cxx-indenter.ixx
@@ -1,5 +1,5 @@
// file : cutl/compiler/cxx-indenter.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/compiler/cxx-indenter.txx b/cutl/compiler/cxx-indenter.txx
index 9ce9552..67f9bf0 100644
--- a/cutl/compiler/cxx-indenter.txx
+++ b/cutl/compiler/cxx-indenter.txx
@@ -1,5 +1,5 @@
// file : cutl/compiler/cxx-indenter.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
namespace cutl
diff --git a/cutl/compiler/sloc-counter.hxx b/cutl/compiler/sloc-counter.hxx
index f4b63cf..cbcdede 100644
--- a/cutl/compiler/sloc-counter.hxx
+++ b/cutl/compiler/sloc-counter.hxx
@@ -1,5 +1,5 @@
// file : cutl/compiler/sloc-counter.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_COMPILER_SLOC_COUNTER_HXX
diff --git a/cutl/compiler/sloc-counter.txx b/cutl/compiler/sloc-counter.txx
index 36f1870..3b741ad 100644
--- a/cutl/compiler/sloc-counter.txx
+++ b/cutl/compiler/sloc-counter.txx
@@ -1,5 +1,5 @@
// file : cutl/compiler/sloc-counter.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 <cctype> // std::isspace
diff --git a/cutl/compiler/traversal.hxx b/cutl/compiler/traversal.hxx
index 7eeeffe..e0b6d77 100644
--- a/cutl/compiler/traversal.hxx
+++ b/cutl/compiler/traversal.hxx
@@ -1,5 +1,5 @@
// file : cutl/compiler/traversal.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_COMPILER_TRAVERSAL_HXX
diff --git a/cutl/compiler/traversal.txx b/cutl/compiler/traversal.txx
index 6888fb7..21200bc 100644
--- a/cutl/compiler/traversal.txx
+++ b/cutl/compiler/traversal.txx
@@ -1,5 +1,5 @@
// file : cutl/compiler/traversal.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
namespace cutl
diff --git a/cutl/compiler/type-id.hxx b/cutl/compiler/type-id.hxx
index 9e72e2a..f37454e 100644
--- a/cutl/compiler/type-id.hxx
+++ b/cutl/compiler/type-id.hxx
@@ -1,5 +1,5 @@
// file : cutl/compiler/type-id.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_COMPILER_TYPE_ID_HXX
diff --git a/cutl/compiler/type-id.ixx b/cutl/compiler/type-id.ixx
index f55f1d5..2e9f963 100644
--- a/cutl/compiler/type-id.ixx
+++ b/cutl/compiler/type-id.ixx
@@ -1,5 +1,5 @@
// file : cutl/compiler/type-id.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/compiler/type-id.txx b/cutl/compiler/type-id.txx
index 6773c40..bc7a2e3 100644
--- a/cutl/compiler/type-id.txx
+++ b/cutl/compiler/type-id.txx
@@ -1,5 +1,5 @@
// file : cutl/compiler/type-id.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
namespace cutl
diff --git a/cutl/compiler/type-info.cxx b/cutl/compiler/type-info.cxx
index 93e2bcc..b4353b3 100644
--- a/cutl/compiler/type-info.cxx
+++ b/cutl/compiler/type-info.cxx
@@ -1,5 +1,5 @@
// file : cutl/compiler/type-info.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/compiler/type-info.hxx>
diff --git a/cutl/compiler/type-info.hxx b/cutl/compiler/type-info.hxx
index d042644..8d9a32b 100644
--- a/cutl/compiler/type-info.hxx
+++ b/cutl/compiler/type-info.hxx
@@ -1,5 +1,5 @@
// file : cutl/compiler/type-info.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_COMPILER_TYPE_INFO_HXX
diff --git a/cutl/compiler/type-info.ixx b/cutl/compiler/type-info.ixx
index ab416a1..bf0987c 100644
--- a/cutl/compiler/type-info.ixx
+++ b/cutl/compiler/type-info.ixx
@@ -1,5 +1,5 @@
// file : cutl/compiler/type-info.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/container/any.hxx b/cutl/container/any.hxx
index 87a3d7b..5dd1c25 100644
--- a/cutl/container/any.hxx
+++ b/cutl/container/any.hxx
@@ -1,5 +1,5 @@
// file : cutl/container/any.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_CONTAINER_ANY_HXX
diff --git a/cutl/container/graph.hxx b/cutl/container/graph.hxx
index c2fb539..f803797 100644
--- a/cutl/container/graph.hxx
+++ b/cutl/container/graph.hxx
@@ -1,5 +1,5 @@
// file : cutl/container/graph.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_CONTAINER_GRAPH_HXX
diff --git a/cutl/container/graph.txx b/cutl/container/graph.txx
index 5099d37..666f94a 100644
--- a/cutl/container/graph.txx
+++ b/cutl/container/graph.txx
@@ -1,5 +1,5 @@
// file : cutl/container/graph.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
namespace cutl
diff --git a/cutl/container/key.hxx b/cutl/container/key.hxx
index 6afef96..42f0fe5 100644
--- a/cutl/container/key.hxx
+++ b/cutl/container/key.hxx
@@ -1,5 +1,5 @@
// file : cutl/container/key.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : MIT; see accompkeying LICENSE file
#ifndef CUTL_CONTAINER_KEY_HXX
diff --git a/cutl/container/map-iterator.hxx b/cutl/container/map-iterator.hxx
index 3e84a4f..051ffb5 100644
--- a/cutl/container/map-iterator.hxx
+++ b/cutl/container/map-iterator.hxx
@@ -1,5 +1,5 @@
// file : cutl/container/map-iterator.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_CONTAINER_MAP_ITERATOR_HXX
diff --git a/cutl/container/multi-index.hxx b/cutl/container/multi-index.hxx
index d9a713b..5249647 100644
--- a/cutl/container/multi-index.hxx
+++ b/cutl/container/multi-index.hxx
@@ -1,5 +1,5 @@
// file : cutl/container/multi-index.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_CONTAINER_MULTI_INDEX_HXX
diff --git a/cutl/container/pointer-iterator.hxx b/cutl/container/pointer-iterator.hxx
index cfd69d4..7059558 100644
--- a/cutl/container/pointer-iterator.hxx
+++ b/cutl/container/pointer-iterator.hxx
@@ -1,5 +1,5 @@
// file : cutl/container/pointer-iterator.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_CONTAINER_POINTER_ITERATOR_HXX
diff --git a/cutl/details/config-vc.h b/cutl/details/config-vc.h
index 2495bb6..433e5c5 100644
--- a/cutl/details/config-vc.h
+++ b/cutl/details/config-vc.h
@@ -1,5 +1,5 @@
/* file : cutl/details/config-vc.h
- * copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+ * copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/cutl/details/config.h.in b/cutl/details/config.h.in
index cc16e60..b53706f 100644
--- a/cutl/details/config.h.in
+++ b/cutl/details/config.h.in
@@ -1,5 +1,5 @@
/* file : cutl/details/config.h.in
- * copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+ * copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/cutl/details/config.hxx b/cutl/details/config.hxx
index 1cc70fa..8a4adc0 100644
--- a/cutl/details/config.hxx
+++ b/cutl/details/config.hxx
@@ -1,5 +1,5 @@
// file : cutl/details/config.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_DETAILS_CONFIG_HXX
diff --git a/cutl/details/export.hxx b/cutl/details/export.hxx
index 978163f..f9f764f 100644
--- a/cutl/details/export.hxx
+++ b/cutl/details/export.hxx
@@ -1,5 +1,5 @@
// file : cutl/details/export.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_DETAILS_EXPORT_HXX
diff --git a/cutl/exception.cxx b/cutl/exception.cxx
index 3e7718d..6f69aa7 100644
--- a/cutl/exception.cxx
+++ b/cutl/exception.cxx
@@ -1,5 +1,5 @@
// file : cutl/exception.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 <typeinfo>
diff --git a/cutl/exception.hxx b/cutl/exception.hxx
index 76ee163..e8952fd 100644
--- a/cutl/exception.hxx
+++ b/cutl/exception.hxx
@@ -1,5 +1,5 @@
// file : cutl/exception.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_EXCEPTION_HXX
diff --git a/cutl/fs/auto-remove.cxx b/cutl/fs/auto-remove.cxx
index 0f25071..c790c29 100644
--- a/cutl/fs/auto-remove.cxx
+++ b/cutl/fs/auto-remove.cxx
@@ -1,5 +1,5 @@
// file : cutl/fs/auto-remove.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 <cstdio> // std::remove
diff --git a/cutl/fs/auto-remove.hxx b/cutl/fs/auto-remove.hxx
index 6c55efc..c0319e8 100644
--- a/cutl/fs/auto-remove.hxx
+++ b/cutl/fs/auto-remove.hxx
@@ -1,5 +1,5 @@
// file : cutl/fs/auto-remove.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_FS_AUTO_REMOVE_HXX
diff --git a/cutl/fs/exception.cxx b/cutl/fs/exception.cxx
index beaa3d7..3fbd26b 100644
--- a/cutl/fs/exception.cxx
+++ b/cutl/fs/exception.cxx
@@ -1,5 +1,5 @@
// file : cutl/fs/exception.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/fs/exception.hxx>
diff --git a/cutl/fs/exception.hxx b/cutl/fs/exception.hxx
index 0796c2a..d6c9601 100644
--- a/cutl/fs/exception.hxx
+++ b/cutl/fs/exception.hxx
@@ -1,5 +1,5 @@
// file : cutl/fs/exception.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_FS_EXCEPTION_HXX
diff --git a/cutl/fs/path.cxx b/cutl/fs/path.cxx
index e1151ab..87b7f5f 100644
--- a/cutl/fs/path.cxx
+++ b/cutl/fs/path.cxx
@@ -1,5 +1,5 @@
// file : cutl/fs/path.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
#ifdef _WIN32
diff --git a/cutl/fs/path.hxx b/cutl/fs/path.hxx
index ea0034e..d96644e 100644
--- a/cutl/fs/path.hxx
+++ b/cutl/fs/path.hxx
@@ -1,5 +1,5 @@
// file : cutl/fs/path.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_FS_PATH_HXX
diff --git a/cutl/fs/path.ixx b/cutl/fs/path.ixx
index 4c3b959..38a486d 100644
--- a/cutl/fs/path.ixx
+++ b/cutl/fs/path.ixx
@@ -1,5 +1,5 @@
// file : cutl/fs/path.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
#ifdef _WIN32
diff --git a/cutl/fs/path.txx b/cutl/fs/path.txx
index 4b6c31d..f7cdcc4 100644
--- a/cutl/fs/path.txx
+++ b/cutl/fs/path.txx
@@ -1,5 +1,5 @@
// file : cutl/fs/path.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 <vector>
diff --git a/cutl/makefile b/cutl/makefile
index 615e5fa..5c527bb 100644
--- a/cutl/makefile
+++ b/cutl/makefile
@@ -1,5 +1,5 @@
# file : cutl/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
diff --git a/cutl/meta/answer.hxx b/cutl/meta/answer.hxx
index b12a879..96a3911 100644
--- a/cutl/meta/answer.hxx
+++ b/cutl/meta/answer.hxx
@@ -1,5 +1,5 @@
// file : cutl/meta/answer.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_META_ANSWER_HXX
diff --git a/cutl/meta/class-p.hxx b/cutl/meta/class-p.hxx
index bc047a1..fec5a59 100644
--- a/cutl/meta/class-p.hxx
+++ b/cutl/meta/class-p.hxx
@@ -1,5 +1,5 @@
// file : cutl/meta/class-p.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_META_CLASS_HXX
diff --git a/cutl/meta/polymorphic-p.hxx b/cutl/meta/polymorphic-p.hxx
index 4e10368..dd820db 100644
--- a/cutl/meta/polymorphic-p.hxx
+++ b/cutl/meta/polymorphic-p.hxx
@@ -1,5 +1,5 @@
// file : cutl/meta/polymorphic-p.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_META_POLYMORPHIC_HXX
diff --git a/cutl/meta/remove-c.hxx b/cutl/meta/remove-c.hxx
index 94cdf44..0f67488 100644
--- a/cutl/meta/remove-c.hxx
+++ b/cutl/meta/remove-c.hxx
@@ -1,5 +1,5 @@
// file : cutl/meta/remove-c.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_META_REMOVE_C_HXX
diff --git a/cutl/meta/remove-cv.hxx b/cutl/meta/remove-cv.hxx
index 829d39b..1d825da 100644
--- a/cutl/meta/remove-cv.hxx
+++ b/cutl/meta/remove-cv.hxx
@@ -1,5 +1,5 @@
// file : cutl/meta/remove-cv.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_META_REMOVE_CV_HXX
diff --git a/cutl/meta/remove-p.hxx b/cutl/meta/remove-p.hxx
index eb85eb5..f032dc2 100644
--- a/cutl/meta/remove-p.hxx
+++ b/cutl/meta/remove-p.hxx
@@ -1,5 +1,5 @@
// file : cutl/meta/remove-p.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_META_REMOVE_P_HXX
diff --git a/cutl/meta/remove-v.hxx b/cutl/meta/remove-v.hxx
index 7ce4af7..ac05f28 100644
--- a/cutl/meta/remove-v.hxx
+++ b/cutl/meta/remove-v.hxx
@@ -1,5 +1,5 @@
// file : cutl/meta/remove-v.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_META_REMOVE_V_HXX
diff --git a/cutl/re.hxx b/cutl/re.hxx
index 92dfdd5..b5bbdb9 100644
--- a/cutl/re.hxx
+++ b/cutl/re.hxx
@@ -1,5 +1,5 @@
// file : cutl/re.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_RE_HXX
diff --git a/cutl/re/re.cxx b/cutl/re/re.cxx
index 95a6411..f541a1d 100644
--- a/cutl/re/re.cxx
+++ b/cutl/re/re.cxx
@@ -1,5 +1,5 @@
// file : cutl/re/re.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/re.hxx>
diff --git a/cutl/re/re.txx b/cutl/re/re.txx
index 9c4122b..174e0d4 100644
--- a/cutl/re/re.txx
+++ b/cutl/re/re.txx
@@ -1,5 +1,5 @@
// file : cutl/re/re.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
namespace cutl
diff --git a/cutl/shared-ptr.hxx b/cutl/shared-ptr.hxx
index 7aebcfa..d6d7cf9 100644
--- a/cutl/shared-ptr.hxx
+++ b/cutl/shared-ptr.hxx
@@ -1,5 +1,5 @@
// file : cutl/shared-ptr.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_HXX
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>
diff --git a/cutl/static-ptr.hxx b/cutl/static-ptr.hxx
index c4ec463..6c907c8 100644
--- a/cutl/static-ptr.hxx
+++ b/cutl/static-ptr.hxx
@@ -1,5 +1,5 @@
// file : cutl/static-ptr.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_STATIC_PTR_HXX