diff options
Diffstat (limited to 'common/session/custom')
-rw-r--r-- | common/session/custom/driver.cxx | 2 | ||||
-rw-r--r-- | common/session/custom/makefile | 2 | ||||
-rw-r--r-- | common/session/custom/session.cxx | 2 | ||||
-rw-r--r-- | common/session/custom/session.hxx | 2 | ||||
-rw-r--r-- | common/session/custom/session.txx | 2 | ||||
-rw-r--r-- | common/session/custom/test.hxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/common/session/custom/driver.cxx b/common/session/custom/driver.cxx index f37db94..3e7e1d0 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 a72203c..d9a2e33 100644 --- a/common/session/custom/makefile +++ b/common/session/custom/makefile @@ -1,5 +1,5 @@ # file : common/session/custom/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/custom/session.cxx b/common/session/custom/session.cxx index 6daa8b0..b59b9cd 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 3cb7c24..f93bc7c 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 f54ebb7..e51073e 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 ba1a24f..aaeaf9a 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-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 |