aboutsummaryrefslogtreecommitdiff
path: root/common/object
diff options
context:
space:
mode:
Diffstat (limited to 'common/object')
-rw-r--r--common/object/driver.cxx2
-rw-r--r--common/object/makefile2
-rw-r--r--common/object/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/object/driver.cxx b/common/object/driver.cxx
index 6f07cd6..1e0fc83 100644
--- a/common/object/driver.cxx
+++ b/common/object/driver.cxx
@@ -1,5 +1,5 @@
// file : common/object/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 persistent classes.
diff --git a/common/object/makefile b/common/object/makefile
index b380acb..17074fe 100644
--- a/common/object/makefile
+++ b/common/object/makefile
@@ -1,5 +1,5 @@
# file : common/object/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/object/test.hxx b/common/object/test.hxx
index e23e876..e7a5032 100644
--- a/common/object/test.hxx
+++ b/common/object/test.hxx
@@ -1,5 +1,5 @@
// file : common/object/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