aboutsummaryrefslogtreecommitdiff
path: root/common/session/cache
diff options
context:
space:
mode:
Diffstat (limited to 'common/session/cache')
-rw-r--r--common/session/cache/driver.cxx2
-rw-r--r--common/session/cache/makefile2
-rw-r--r--common/session/cache/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/session/cache/driver.cxx b/common/session/cache/driver.cxx
index 92eef3b..c26f2a1 100644
--- a/common/session/cache/driver.cxx
+++ b/common/session/cache/driver.cxx
@@ -1,5 +1,5 @@
// file : common/session/cache/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 session object cache.
diff --git a/common/session/cache/makefile b/common/session/cache/makefile
index 9665dd2..ef78545 100644
--- a/common/session/cache/makefile
+++ b/common/session/cache/makefile
@@ -1,5 +1,5 @@
# file : common/session/cache/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/session/cache/test.hxx b/common/session/cache/test.hxx
index 8e578e4..1c6fccc 100644
--- a/common/session/cache/test.hxx
+++ b/common/session/cache/test.hxx
@@ -1,5 +1,5 @@
// file : common/session/cache/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