aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rwxr-xr-xbootstrap2
-rw-r--r--build/bootstrap.make2
-rw-r--r--build/export/libcutl/stub.make2
-rw-r--r--build/import/libcutl/configuration-rules.make2
-rwxr-xr-xbuild/import/libcutl/configure2
-rw-r--r--build/import/libcutl/stub.make2
-rw-r--r--configure.ac4
-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
-rw-r--r--libcutl.pc.in2
-rw-r--r--m4/disable-rpath.m42
-rw-r--r--m4/libboost.m42
-rw-r--r--m4/libtool-link.m42
-rw-r--r--m4/pkgconfig.m42
-rw-r--r--m4/static-lib.m42
-rw-r--r--m4/threads.m42
-rw-r--r--makefile2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/compiler/cxx-indenter/driver.cxx2
-rw-r--r--tests/compiler/cxx-indenter/makefile2
-rw-r--r--tests/compiler/makefile2
-rw-r--r--tests/compiler/sloc-counter/driver.cxx2
-rw-r--r--tests/compiler/sloc-counter/makefile2
-rw-r--r--tests/compiler/traversal/driver.cxx2
-rw-r--r--tests/compiler/traversal/makefile2
-rw-r--r--tests/container/makefile2
-rw-r--r--tests/container/multi-index/driver.cxx2
-rw-r--r--tests/container/multi-index/makefile2
-rw-r--r--tests/fs/makefile2
-rw-r--r--tests/fs/path/driver.cxx2
-rw-r--r--tests/fs/path/makefile2
-rw-r--r--tests/makefile2
-rw-r--r--tests/re/driver.cxx2
-rw-r--r--tests/re/makefile2
-rw-r--r--tests/shared-ptr/driver.cxx2
-rw-r--r--tests/shared-ptr/makefile2
93 files changed, 94 insertions, 94 deletions
diff --git a/Makefile.am b/Makefile.am
index 3c758c5..4d18c85 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# file : 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
SUBDIRS = __path__(dirs)
diff --git a/bootstrap b/bootstrap
index c4cce70..6f3b59e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
#! /bin/sh
# file : bootstrap
-# 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/build/bootstrap.make b/build/bootstrap.make
index 034c257..120b638 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -1,5 +1,5 @@
# file : build/bootstrap.make
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
project_name := libcutl
diff --git a/build/export/libcutl/stub.make b/build/export/libcutl/stub.make
index e5f4ba5..c12231d 100644
--- a/build/export/libcutl/stub.make
+++ b/build/export/libcutl/stub.make
@@ -1,5 +1,5 @@
# file : build/export/libcutl/stub.make
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
$(call include-once,$(src_root)/cutl/makefile,$(out_root))
diff --git a/build/import/libcutl/configuration-rules.make b/build/import/libcutl/configuration-rules.make
index b9fcabc..ed45fe8 100644
--- a/build/import/libcutl/configuration-rules.make
+++ b/build/import/libcutl/configuration-rules.make
@@ -1,5 +1,5 @@
# file : build/import/libcutl/configuration-rules.make
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
$(dcf_root)/import/libcutl/configuration-dynamic.make: | $(dcf_root)/import/libcutl/.
diff --git a/build/import/libcutl/configure b/build/import/libcutl/configure
index 8adb631..0a1ee62 100755
--- a/build/import/libcutl/configure
+++ b/build/import/libcutl/configure
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : build/import/libcutl/configure
-# 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/build/import/libcutl/stub.make b/build/import/libcutl/stub.make
index 1ec4716..d469000 100644
--- a/build/import/libcutl/stub.make
+++ b/build/import/libcutl/stub.make
@@ -1,5 +1,5 @@
# file : build/import/libcutl/stub.make
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
$(call include-once,$(scf_root)/import/libcutl/configuration-rules.make,$(dcf_root))
diff --git a/configure.ac b/configure.ac
index 49da0b5..b98b40e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# file : configure.ac
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
AC_PREREQ(2.60)
@@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([cutl/exception.hxx])
AM_INIT_AUTOMAKE([-Wall -Werror foreign nostdinc subdir-objects dist-bzip2 dist-zip tar-ustar])
-m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) # Required by automake 1.12.
+m4_equote()[m4_ifdef]m4_dquote()([AM_PROG_AR], [AM_PROG_AR]) # Required by automake 1.12.
LT_INIT([win32-dll])
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
diff --git a/libcutl.pc.in b/libcutl.pc.in
index 50eaa56..0fe9614 100644
--- a/libcutl.pc.in
+++ b/libcutl.pc.in
@@ -1,5 +1,5 @@
# file : libcutl.pc.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
prefix=@prefix@
diff --git a/m4/disable-rpath.m4 b/m4/disable-rpath.m4
index f5830a6..68495b9 100644
--- a/m4/disable-rpath.m4
+++ b/m4/disable-rpath.m4
@@ -1,5 +1,5 @@
dnl file : m4/disable-rpath.m4
-dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+dnl copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
dnl license : MIT; see accompanying LICENSE file
dnl
AC_DEFUN([DISABLE_RPATH],[
diff --git a/m4/libboost.m4 b/m4/libboost.m4
index 8a3b824..a0b5a06 100644
--- a/m4/libboost.m4
+++ b/m4/libboost.m4
@@ -1,5 +1,5 @@
dnl file : m4/libboost.m4
-dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+dnl copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
dnl license : MIT; see accompanying LICENSE file
dnl
dnl LIBBOOST([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
diff --git a/m4/libtool-link.m4 b/m4/libtool-link.m4
index 673a1f7..27b07a1 100644
--- a/m4/libtool-link.m4
+++ b/m4/libtool-link.m4
@@ -1,5 +1,5 @@
dnl file : m4/libtool-link.m4
-dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+dnl copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
dnl license : MIT; see accompanying LICENSE file
dnl
dnl
diff --git a/m4/pkgconfig.m4 b/m4/pkgconfig.m4
index 31d1f40..59439fc 100644
--- a/m4/pkgconfig.m4
+++ b/m4/pkgconfig.m4
@@ -1,5 +1,5 @@
dnl file : m4/pkgconfig.m4
-dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+dnl copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
dnl license : MIT; see accompanying LICENSE file
dnl
AC_DEFUN([PKGCONFIG],[
diff --git a/m4/static-lib.m4 b/m4/static-lib.m4
index 0b1abd5..802902a 100644
--- a/m4/static-lib.m4
+++ b/m4/static-lib.m4
@@ -1,5 +1,5 @@
dnl file : m4/static-lib.m4
-dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+dnl copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
dnl license : MIT; see accompanying LICENSE file
dnl
dnl STATIC_LIB(MACRO, DESCRIPTION)
diff --git a/m4/threads.m4 b/m4/threads.m4
index 4cd4c05..9a7da53 100644
--- a/m4/threads.m4
+++ b/m4/threads.m4
@@ -1,5 +1,5 @@
dnl file : m4/threads.m4
-dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+dnl copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
dnl license : GNU GPL v2; see accompanying LICENSE file
dnl
AC_DEFUN([THREADS],[
diff --git a/makefile b/makefile
index 85377c7..3dec817 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
# file : 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/tests/Makefile.am b/tests/Makefile.am
index 87364c4..8c4a4c8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
# file : 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
SUBDIRS = __path__(dirs)
diff --git a/tests/compiler/cxx-indenter/driver.cxx b/tests/compiler/cxx-indenter/driver.cxx
index fa43714..511b6d4 100644
--- a/tests/compiler/cxx-indenter/driver.cxx
+++ b/tests/compiler/cxx-indenter/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/compiler/cxx-indenter/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 <fstream>
diff --git a/tests/compiler/cxx-indenter/makefile b/tests/compiler/cxx-indenter/makefile
index 318920c..da5dbe0 100644
--- a/tests/compiler/cxx-indenter/makefile
+++ b/tests/compiler/cxx-indenter/makefile
@@ -1,5 +1,5 @@
# file : tests/compiler/cxx-indenter/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/tests/compiler/makefile b/tests/compiler/makefile
index 15ee674..11506fd 100644
--- a/tests/compiler/makefile
+++ b/tests/compiler/makefile
@@ -1,5 +1,5 @@
# file : tests/compiler/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/tests/compiler/sloc-counter/driver.cxx b/tests/compiler/sloc-counter/driver.cxx
index c42c094..504fbb7 100644
--- a/tests/compiler/sloc-counter/driver.cxx
+++ b/tests/compiler/sloc-counter/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/compiler/sloc-counter/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 <fstream>
diff --git a/tests/compiler/sloc-counter/makefile b/tests/compiler/sloc-counter/makefile
index d79e539..74c9a4a 100644
--- a/tests/compiler/sloc-counter/makefile
+++ b/tests/compiler/sloc-counter/makefile
@@ -1,5 +1,5 @@
# file : tests/compiler/sloc-counter/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/tests/compiler/traversal/driver.cxx b/tests/compiler/traversal/driver.cxx
index f42f94c..b1fea74 100644
--- a/tests/compiler/traversal/driver.cxx
+++ b/tests/compiler/traversal/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/compiler/traversal/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 <vector>
diff --git a/tests/compiler/traversal/makefile b/tests/compiler/traversal/makefile
index 5450593..f1c0fcf 100644
--- a/tests/compiler/traversal/makefile
+++ b/tests/compiler/traversal/makefile
@@ -1,5 +1,5 @@
# file : tests/compiler/traversal/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/tests/container/makefile b/tests/container/makefile
index 5f537db..b81d01e 100644
--- a/tests/container/makefile
+++ b/tests/container/makefile
@@ -1,5 +1,5 @@
# file : tests/container/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/tests/container/multi-index/driver.cxx b/tests/container/multi-index/driver.cxx
index 9ddf73d..289ec4a 100644
--- a/tests/container/multi-index/driver.cxx
+++ b/tests/container/multi-index/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/container/multi-index/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 <map>
diff --git a/tests/container/multi-index/makefile b/tests/container/multi-index/makefile
index fd70e3f..d5b805f 100644
--- a/tests/container/multi-index/makefile
+++ b/tests/container/multi-index/makefile
@@ -1,5 +1,5 @@
# file : tests/container/multi-index/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/tests/fs/makefile b/tests/fs/makefile
index 8d94a3d..9bf1523 100644
--- a/tests/fs/makefile
+++ b/tests/fs/makefile
@@ -1,5 +1,5 @@
# file : tests/fs/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/tests/fs/path/driver.cxx b/tests/fs/path/driver.cxx
index 4f24f6b..f35d3eb 100644
--- a/tests/fs/path/driver.cxx
+++ b/tests/fs/path/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/fs/path/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 <cassert>
diff --git a/tests/fs/path/makefile b/tests/fs/path/makefile
index 9f3f8c9..184510b 100644
--- a/tests/fs/path/makefile
+++ b/tests/fs/path/makefile
@@ -1,5 +1,5 @@
# file : tests/fs/path/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/tests/makefile b/tests/makefile
index 8d16183..3735414 100644
--- a/tests/makefile
+++ b/tests/makefile
@@ -1,5 +1,5 @@
# file : tests/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/tests/re/driver.cxx b/tests/re/driver.cxx
index 99ac014..4b070dd 100644
--- a/tests/re/driver.cxx
+++ b/tests/re/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/re/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/re/makefile b/tests/re/makefile
index 8e696f2..3d22640 100644
--- a/tests/re/makefile
+++ b/tests/re/makefile
@@ -1,5 +1,5 @@
# file : tests/re/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/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