aboutsummaryrefslogtreecommitdiff
path: root/common/optimistic
diff options
context:
space:
mode:
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 5af1c8c..38b19e1 100644
--- a/common/optimistic/driver.cxx
+++ b/common/optimistic/driver.cxx
@@ -1,5 +1,5 @@
// file : common/optimistic/driver.cxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 a4e9abe..a04ccf8 100644
--- a/common/optimistic/makefile
+++ b/common/optimistic/makefile
@@ -1,5 +1,5 @@
# file : common/optimistic/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 2799560..04c4037 100644
--- a/common/optimistic/test.hxx
+++ b/common/optimistic/test.hxx
@@ -1,5 +1,5 @@
// file : common/optimistic/test.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX