aboutsummaryrefslogtreecommitdiff
path: root/common/session/custom
diff options
context:
space:
mode:
Diffstat (limited to 'common/session/custom')
-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
6 files changed, 6 insertions, 6 deletions
diff --git a/common/session/custom/driver.cxx b/common/session/custom/driver.cxx
index 3e7e1d0..f0cfc62 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 d9a2e33..18c0705 100644
--- a/common/session/custom/makefile
+++ b/common/session/custom/makefile
@@ -1,5 +1,5 @@
# file : common/session/custom/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/session/custom/session.cxx b/common/session/custom/session.cxx
index b59b9cd..1267d7f 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 f93bc7c..95ce596 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 e51073e..d3ae4e1 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 aaeaf9a..f5ce295 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-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