aboutsummaryrefslogtreecommitdiff
path: root/common/access
diff options
context:
space:
mode:
Diffstat (limited to 'common/access')
-rw-r--r--common/access/driver.cxx2
-rw-r--r--common/access/makefile2
-rw-r--r--common/access/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/access/driver.cxx b/common/access/driver.cxx
index 1e8ed91..245ec36 100644
--- a/common/access/driver.cxx
+++ b/common/access/driver.cxx
@@ -1,5 +1,5 @@
// file : common/access/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 accessor/modifier expressions.
diff --git a/common/access/makefile b/common/access/makefile
index 160a6e6..830645a 100644
--- a/common/access/makefile
+++ b/common/access/makefile
@@ -1,5 +1,5 @@
# file : common/access/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/access/test.hxx b/common/access/test.hxx
index a91d1bd..902d06d 100644
--- a/common/access/test.hxx
+++ b/common/access/test.hxx
@@ -1,5 +1,5 @@
// file : common/access/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