diff options
Diffstat (limited to 'common/optimistic')
-rw-r--r-- | common/optimistic/driver.cxx | 2 | ||||
-rw-r--r-- | common/optimistic/makefile | 2 | ||||
-rw-r--r-- | common/optimistic/test.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/optimistic/driver.cxx b/common/optimistic/driver.cxx index ae7294f..5af1c8c 100644 --- a/common/optimistic/driver.cxx +++ b/common/optimistic/driver.cxx @@ -1,5 +1,5 @@ // file : common/optimistic/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 4a04259..a4e9abe 100644 --- a/common/optimistic/makefile +++ b/common/optimistic/makefile @@ -1,5 +1,5 @@ # file : common/optimistic/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 b9c04cc..2799560 100644 --- a/common/optimistic/test.hxx +++ b/common/optimistic/test.hxx @@ -1,5 +1,5 @@ // file : common/optimistic/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX |