diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-13 14:10:04 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-13 14:10:04 +0300 |
commit | 6da43dcf1dfabb382a4e2c2d7d5e0c66f159738b (patch) | |
tree | 376a090d0237d45dc4f0046ce84040466fc9382d /common/session | |
parent | d0f70a73a427364693ca529f45ce218ef7c036c3 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'common/session')
-rw-r--r-- | common/session/cache/driver.cxx | 1 | ||||
-rw-r--r-- | common/session/cache/makefile | 1 | ||||
-rw-r--r-- | common/session/cache/test.hxx | 1 | ||||
-rw-r--r-- | common/session/custom/driver.cxx | 1 | ||||
-rw-r--r-- | common/session/custom/makefile | 1 | ||||
-rw-r--r-- | common/session/custom/session.cxx | 1 | ||||
-rw-r--r-- | common/session/custom/session.hxx | 1 | ||||
-rw-r--r-- | common/session/custom/session.txx | 1 | ||||
-rw-r--r-- | common/session/custom/test.hxx | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/common/session/cache/driver.cxx b/common/session/cache/driver.cxx index 59768df..6858d06 100644 --- a/common/session/cache/driver.cxx +++ b/common/session/cache/driver.cxx @@ -1,5 +1,4 @@ // file : common/session/cache/driver.cxx -// copyright : Copyright (c) 2009-2019 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 31e710d..8e475a2 100644 --- a/common/session/cache/makefile +++ b/common/session/cache/makefile @@ -1,5 +1,4 @@ # file : common/session/cache/makefile -# copyright : Copyright (c) 2009-2019 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 2948d06..3ee2fbf 100644 --- a/common/session/cache/test.hxx +++ b/common/session/cache/test.hxx @@ -1,5 +1,4 @@ // file : common/session/cache/test.hxx -// copyright : Copyright (c) 2009-2019 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 1073a6f..851443e 100644 --- a/common/session/custom/driver.cxx +++ b/common/session/custom/driver.cxx @@ -1,5 +1,4 @@ // file : common/session/custom/driver.cxx -// copyright : Copyright (c) 2009-2019 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 1b2c23a..c1fa5bc 100644 --- a/common/session/custom/makefile +++ b/common/session/custom/makefile @@ -1,5 +1,4 @@ # file : common/session/custom/makefile -# copyright : Copyright (c) 2009-2019 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 0f6e5a2..1a08c79 100644 --- a/common/session/custom/session.cxx +++ b/common/session/custom/session.cxx @@ -1,5 +1,4 @@ // file : common/session/custom/session.cxx -// copyright : Copyright (c) 2009-2019 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 225dcdf..29ac040 100644 --- a/common/session/custom/session.hxx +++ b/common/session/custom/session.hxx @@ -1,5 +1,4 @@ // file : common/session/custom/session.hxx -// copyright : Copyright (c) 2009-2019 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 a908475..65ab933 100644 --- a/common/session/custom/session.txx +++ b/common/session/custom/session.txx @@ -1,5 +1,4 @@ // file : common/session/custom/session.txx -// copyright : Copyright (c) 2009-2019 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 9e3bc72..3f2703f 100644 --- a/common/session/custom/test.hxx +++ b/common/session/custom/test.hxx @@ -1,5 +1,4 @@ // file : common/session/custom/test.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX |