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 /evolution/soft-add | |
parent | d0f70a73a427364693ca529f45ce218ef7c036c3 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'evolution/soft-add')
-rw-r--r-- | evolution/soft-add/driver.cxx | 1 | ||||
-rw-r--r-- | evolution/soft-add/makefile | 1 | ||||
-rw-r--r-- | evolution/soft-add/model.hxx | 1 | ||||
-rw-r--r-- | evolution/soft-add/test1.hxx | 1 | ||||
-rw-r--r-- | evolution/soft-add/test2.hxx | 1 | ||||
-rw-r--r-- | evolution/soft-add/test3.hxx | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/evolution/soft-add/driver.cxx b/evolution/soft-add/driver.cxx index ceb6799..c70edcb 100644 --- a/evolution/soft-add/driver.cxx +++ b/evolution/soft-add/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/soft-add/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test soft-add functionality. diff --git a/evolution/soft-add/makefile b/evolution/soft-add/makefile index b9a97d5..7455c98 100644 --- a/evolution/soft-add/makefile +++ b/evolution/soft-add/makefile @@ -1,5 +1,4 @@ # file : evolution/soft-add/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/evolution/soft-add/model.hxx b/evolution/soft-add/model.hxx index a360388..39d63c4 100644 --- a/evolution/soft-add/model.hxx +++ b/evolution/soft-add/model.hxx @@ -1,5 +1,4 @@ // file : evolution/soft-add/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/soft-add/test1.hxx b/evolution/soft-add/test1.hxx index 29964f7..461d663 100644 --- a/evolution/soft-add/test1.hxx +++ b/evolution/soft-add/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/soft-add/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/soft-add/test2.hxx b/evolution/soft-add/test2.hxx index 58c6db9..746da4b 100644 --- a/evolution/soft-add/test2.hxx +++ b/evolution/soft-add/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/soft-add/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/soft-add/test3.hxx b/evolution/soft-add/test3.hxx index cb0f68b..f2990d0 100644 --- a/evolution/soft-add/test3.hxx +++ b/evolution/soft-add/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/soft-add/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX |