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/add-index | |
parent | d0f70a73a427364693ca529f45ce218ef7c036c3 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'evolution/add-index')
-rw-r--r-- | evolution/add-index/driver.cxx | 1 | ||||
-rw-r--r-- | evolution/add-index/makefile | 1 | ||||
-rw-r--r-- | evolution/add-index/model.hxx | 1 | ||||
-rw-r--r-- | evolution/add-index/test1.hxx | 1 | ||||
-rw-r--r-- | evolution/add-index/test2.hxx | 1 | ||||
-rw-r--r-- | evolution/add-index/test3.hxx | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/evolution/add-index/driver.cxx b/evolution/add-index/driver.cxx index c8e5a3a..689504e 100644 --- a/evolution/add-index/driver.cxx +++ b/evolution/add-index/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/add-index/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test adding a new index. diff --git a/evolution/add-index/makefile b/evolution/add-index/makefile index 0cea925..c0e0289 100644 --- a/evolution/add-index/makefile +++ b/evolution/add-index/makefile @@ -1,5 +1,4 @@ # file : evolution/add-index/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/add-index/model.hxx b/evolution/add-index/model.hxx index 5d7467f..fec75cc 100644 --- a/evolution/add-index/model.hxx +++ b/evolution/add-index/model.hxx @@ -1,5 +1,4 @@ // file : evolution/add-index/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/add-index/test1.hxx b/evolution/add-index/test1.hxx index 587c60a..1be2b5b 100644 --- a/evolution/add-index/test1.hxx +++ b/evolution/add-index/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/add-index/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/add-index/test2.hxx b/evolution/add-index/test2.hxx index 4859c11..a0faca9 100644 --- a/evolution/add-index/test2.hxx +++ b/evolution/add-index/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/add-index/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/add-index/test3.hxx b/evolution/add-index/test3.hxx index beb43c2..aab9c86 100644 --- a/evolution/add-index/test3.hxx +++ b/evolution/add-index/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/add-index/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX |