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 38b19e1..ed243c6 100644
--- a/common/optimistic/driver.cxx
+++ b/common/optimistic/driver.cxx
@@ -1,5 +1,5 @@
// file : common/optimistic/driver.cxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 a04ccf8..6fa67c8 100644
--- a/common/optimistic/makefile
+++ b/common/optimistic/makefile
@@ -1,5 +1,5 @@
# file : common/optimistic/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 04c4037..8d918d2 100644
--- a/common/optimistic/test.hxx
+++ b/common/optimistic/test.hxx
@@ -1,5 +1,5 @@
// file : common/optimistic/test.hxx
-// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX