aboutsummaryrefslogtreecommitdiff
path: root/common/ctor
diff options
context:
space:
mode:
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 78d5b4b..c8e418f 100644
--- a/common/ctor/driver.cxx
+++ b/common/ctor/driver.cxx
@@ -1,6 +1,6 @@
// file : common/ctor/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 489ecdd..9949e59 100644
--- a/common/ctor/makefile
+++ b/common/ctor/makefile
@@ -1,6 +1,6 @@
# file : common/ctor/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 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 3d08ed0..09a3686 100644
--- a/common/ctor/test.hxx
+++ b/common/ctor/test.hxx
@@ -1,6 +1,6 @@
// file : common/ctor/test.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX