aboutsummaryrefslogtreecommitdiff
path: root/common/session
diff options
context:
space:
mode:
Diffstat (limited to 'common/session')
-rw-r--r--common/session/cache/driver.cxx2
-rw-r--r--common/session/cache/makefile2
-rw-r--r--common/session/cache/test.hxx2
-rw-r--r--common/session/custom/driver.cxx2
-rw-r--r--common/session/custom/makefile2
-rw-r--r--common/session/custom/session.cxx2
-rw-r--r--common/session/custom/session.hxx2
-rw-r--r--common/session/custom/session.txx2
-rw-r--r--common/session/custom/test.hxx2
9 files changed, 9 insertions, 9 deletions
diff --git a/common/session/cache/driver.cxx b/common/session/cache/driver.cxx
index 114d0ac..92eef3b 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 63c5638..9665dd2 100644
--- a/common/session/cache/makefile
+++ b/common/session/cache/makefile
@@ -1,5 +1,5 @@
# file : common/session/cache/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 a801db2..8e578e4 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/common/session/custom/driver.cxx b/common/session/custom/driver.cxx
index ab111b2..f37db94 100644
--- a/common/session/custom/driver.cxx
+++ b/common/session/custom/driver.cxx
@@ -1,5 +1,5 @@
// file : common/session/custom/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test custom session (C++11 only).
diff --git a/common/session/custom/makefile b/common/session/custom/makefile
index ad92aa8..a72203c 100644
--- a/common/session/custom/makefile
+++ b/common/session/custom/makefile
@@ -1,5 +1,5 @@
# file : common/session/custom/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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/custom/session.cxx b/common/session/custom/session.cxx
index 64fea10..6daa8b0 100644
--- a/common/session/custom/session.cxx
+++ b/common/session/custom/session.cxx
@@ -1,5 +1,5 @@
// file : common/session/custom/session.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cassert>
diff --git a/common/session/custom/session.hxx b/common/session/custom/session.hxx
index 1ebf452..29fb4a2 100644
--- a/common/session/custom/session.hxx
+++ b/common/session/custom/session.hxx
@@ -1,5 +1,5 @@
// file : common/session/custom/session.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef SESSION_HXX
diff --git a/common/session/custom/session.txx b/common/session/custom/session.txx
index 2fdd20e..f54ebb7 100644
--- a/common/session/custom/session.txx
+++ b/common/session/custom/session.txx
@@ -1,5 +1,5 @@
// file : common/session/custom/session.txx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cassert>
diff --git a/common/session/custom/test.hxx b/common/session/custom/test.hxx
index ffcd518..ba1a24f 100644
--- a/common/session/custom/test.hxx
+++ b/common/session/custom/test.hxx
@@ -1,5 +1,5 @@
// file : common/session/custom/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX