aboutsummaryrefslogtreecommitdiff
path: root/common/lazy-ptr
diff options
context:
space:
mode:
Diffstat (limited to 'common/lazy-ptr')
-rw-r--r--common/lazy-ptr/driver.cxx2
-rw-r--r--common/lazy-ptr/makefile2
-rw-r--r--common/lazy-ptr/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/lazy-ptr/driver.cxx b/common/lazy-ptr/driver.cxx
index 8cd2b0a..7813134 100644
--- a/common/lazy-ptr/driver.cxx
+++ b/common/lazy-ptr/driver.cxx
@@ -1,5 +1,5 @@
// file : common/lazy-ptr/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 lazy object pointers.
diff --git a/common/lazy-ptr/makefile b/common/lazy-ptr/makefile
index 94fe58c..89f1e65 100644
--- a/common/lazy-ptr/makefile
+++ b/common/lazy-ptr/makefile
@@ -1,5 +1,5 @@
# file : common/lazy-ptr/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/lazy-ptr/test.hxx b/common/lazy-ptr/test.hxx
index b5ac1ff..175e830 100644
--- a/common/lazy-ptr/test.hxx
+++ b/common/lazy-ptr/test.hxx
@@ -1,5 +1,5 @@
// file : common/lazy-ptr/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