aboutsummaryrefslogtreecommitdiff
path: root/common/ctor
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:19 +0200
commitd56f7077de2a985b9e105df3fd70253381a01401 (patch)
tree517733baa1781534f20ad16db9faf86ff52a90db /common/ctor
parent73ec71168651c90160635fa9c990edc716c0dd34 (diff)
Update copyright year
Diffstat (limited to 'common/ctor')
-rw-r--r--common/ctor/driver.cxx2
-rw-r--r--common/ctor/makefile2
-rw-r--r--common/ctor/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/ctor/driver.cxx b/common/ctor/driver.cxx
index d74c44d..3054e97 100644
--- a/common/ctor/driver.cxx
+++ b/common/ctor/driver.cxx
@@ -1,5 +1,5 @@
// file : common/ctor/driver.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test support for persistent objects without default constructors.
diff --git a/common/ctor/makefile b/common/ctor/makefile
index 4b79e2c..1290cb2 100644
--- a/common/ctor/makefile
+++ b/common/ctor/makefile
@@ -1,5 +1,5 @@
# file : common/ctor/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/common/ctor/test.hxx b/common/ctor/test.hxx
index 234119d..3c5107d 100644
--- a/common/ctor/test.hxx
+++ b/common/ctor/test.hxx
@@ -1,5 +1,5 @@
// file : common/ctor/test.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX