aboutsummaryrefslogtreecommitdiff
path: root/tracer/object
diff options
context:
space:
mode:
Diffstat (limited to 'tracer/object')
-rw-r--r--tracer/object/driver.cxx2
-rw-r--r--tracer/object/makefile2
-rw-r--r--tracer/object/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/tracer/object/driver.cxx b/tracer/object/driver.cxx
index 085c6a3..9c8d465 100644
--- a/tracer/object/driver.cxx
+++ b/tracer/object/driver.cxx
@@ -1,6 +1,6 @@
// file : tracer/object/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 object persistence operations.
diff --git a/tracer/object/makefile b/tracer/object/makefile
index a812671..428743d 100644
--- a/tracer/object/makefile
+++ b/tracer/object/makefile
@@ -1,6 +1,6 @@
# file : tracer/object/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/tracer/object/test.hxx b/tracer/object/test.hxx
index e7adee3..38bbd7f 100644
--- a/tracer/object/test.hxx
+++ b/tracer/object/test.hxx
@@ -1,6 +1,6 @@
// file : tracer/object/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