aboutsummaryrefslogtreecommitdiff
path: root/common/optimistic
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/optimistic
parent73ec71168651c90160635fa9c990edc716c0dd34 (diff)
Update copyright year
Diffstat (limited to 'common/optimistic')
-rw-r--r--common/optimistic/driver.cxx2
-rw-r--r--common/optimistic/makefile2
-rw-r--r--common/optimistic/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/optimistic/driver.cxx b/common/optimistic/driver.cxx
index 2ee15b8..84e72f9 100644
--- a/common/optimistic/driver.cxx
+++ b/common/optimistic/driver.cxx
@@ -1,5 +1,5 @@
// file : common/optimistic/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 optimistic concurrency support.
diff --git a/common/optimistic/makefile b/common/optimistic/makefile
index 9042931..57836d3 100644
--- a/common/optimistic/makefile
+++ b/common/optimistic/makefile
@@ -1,5 +1,5 @@
# file : common/optimistic/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/optimistic/test.hxx b/common/optimistic/test.hxx
index 9363d22..df753c4 100644
--- a/common/optimistic/test.hxx
+++ b/common/optimistic/test.hxx
@@ -1,5 +1,5 @@
// file : common/optimistic/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