diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-09 10:19:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-09 10:19:19 +0200 |
commit | d56f7077de2a985b9e105df3fd70253381a01401 (patch) | |
tree | 517733baa1781534f20ad16db9faf86ff52a90db /common/session | |
parent | 73ec71168651c90160635fa9c990edc716c0dd34 (diff) |
Update copyright year
Diffstat (limited to 'common/session')
-rw-r--r-- | common/session/cache/driver.cxx | 2 | ||||
-rw-r--r-- | common/session/cache/makefile | 2 | ||||
-rw-r--r-- | common/session/cache/test.hxx | 2 | ||||
-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 |
9 files changed, 9 insertions, 9 deletions
diff --git a/common/session/cache/driver.cxx b/common/session/cache/driver.cxx index 9487afa..114d0ac 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 cbbf600..5309cd9 100644 --- a/common/session/cache/makefile +++ b/common/session/cache/makefile @@ -1,5 +1,5 @@ # file : common/session/cache/makefile -# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2013 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 ff59249..a801db2 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 1b00ada..2baa122 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 f989a76..5d998ac 100644 --- a/common/session/custom/makefile +++ b/common/session/custom/makefile @@ -1,5 +1,5 @@ # file : common/session/custom/makefile -# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2013 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 d82ab3d..64fea10 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 b0a6694..cda0258 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 de1f3f0..803a27b 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 1c4a713..ffcd518 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX |