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/schema/embedded | |
parent | d0f70a73a427364693ca529f45ce218ef7c036c3 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'common/schema/embedded')
-rw-r--r-- | common/schema/embedded/basics/driver.cxx | 1 | ||||
-rw-r--r-- | common/schema/embedded/basics/makefile | 1 | ||||
-rw-r--r-- | common/schema/embedded/basics/test.hxx | 1 | ||||
-rw-r--r-- | common/schema/embedded/order/driver.cxx | 1 | ||||
-rw-r--r-- | common/schema/embedded/order/makefile | 1 | ||||
-rw-r--r-- | common/schema/embedded/order/test1.hxx | 1 | ||||
-rw-r--r-- | common/schema/embedded/order/test2.hxx | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/common/schema/embedded/basics/driver.cxx b/common/schema/embedded/basics/driver.cxx index ba9f184..131c438 100644 --- a/common/schema/embedded/basics/driver.cxx +++ b/common/schema/embedded/basics/driver.cxx @@ -1,5 +1,4 @@ // file : common/schema/embedded/basics/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test basic embedded schema functionality. diff --git a/common/schema/embedded/basics/makefile b/common/schema/embedded/basics/makefile index 205f360..8bbbd09 100644 --- a/common/schema/embedded/basics/makefile +++ b/common/schema/embedded/basics/makefile @@ -1,5 +1,4 @@ # file : common/schema/embedded/basics/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/schema/embedded/basics/test.hxx b/common/schema/embedded/basics/test.hxx index f8cdbf7..43331f9 100644 --- a/common/schema/embedded/basics/test.hxx +++ b/common/schema/embedded/basics/test.hxx @@ -1,5 +1,4 @@ // file : common/schema/embedded/basics/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/schema/embedded/order/driver.cxx b/common/schema/embedded/order/driver.cxx index cfab779..b035b69 100644 --- a/common/schema/embedded/order/driver.cxx +++ b/common/schema/embedded/order/driver.cxx @@ -1,5 +1,4 @@ // file : common/schema/embedded/order/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test statement execution order in embedded schemas. diff --git a/common/schema/embedded/order/makefile b/common/schema/embedded/order/makefile index f02e001..bcdf185 100644 --- a/common/schema/embedded/order/makefile +++ b/common/schema/embedded/order/makefile @@ -1,5 +1,4 @@ # file : common/schema/embedded/order/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/schema/embedded/order/test1.hxx b/common/schema/embedded/order/test1.hxx index 6c3d022..b35074b 100644 --- a/common/schema/embedded/order/test1.hxx +++ b/common/schema/embedded/order/test1.hxx @@ -1,5 +1,4 @@ // file : common/schema/embedded/order/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/common/schema/embedded/order/test2.hxx b/common/schema/embedded/order/test2.hxx index 94c4d10..b4e6d20 100644 --- a/common/schema/embedded/order/test2.hxx +++ b/common/schema/embedded/order/test2.hxx @@ -1,5 +1,4 @@ // file : common/schema/embedded/order/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX |