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 /qt/common | |
parent | d0f70a73a427364693ca529f45ce218ef7c036c3 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'qt/common')
-rw-r--r-- | qt/common/Makefile.am | 1 | ||||
-rw-r--r-- | qt/common/basic/driver.cxx | 1 | ||||
-rw-r--r-- | qt/common/basic/makefile | 1 | ||||
-rw-r--r-- | qt/common/basic/test.hxx | 1 | ||||
-rw-r--r-- | qt/common/containers/basics/driver.cxx | 1 | ||||
-rw-r--r-- | qt/common/containers/basics/makefile | 1 | ||||
-rw-r--r-- | qt/common/containers/basics/test.hxx | 1 | ||||
-rw-r--r-- | qt/common/containers/change-tracking/driver.cxx | 1 | ||||
-rw-r--r-- | qt/common/containers/change-tracking/makefile | 1 | ||||
-rw-r--r-- | qt/common/containers/change-tracking/test.hxx | 1 | ||||
-rw-r--r-- | qt/common/makefile | 1 | ||||
-rw-r--r-- | qt/common/smart-ptr/driver.cxx | 1 | ||||
-rw-r--r-- | qt/common/smart-ptr/makefile | 1 | ||||
-rw-r--r-- | qt/common/smart-ptr/test.hxx | 1 | ||||
-rw-r--r-- | qt/common/template/Makefile.am | 1 | ||||
-rw-r--r-- | qt/common/template/driver.cxx | 1 | ||||
-rw-r--r-- | qt/common/template/makefile | 1 | ||||
-rw-r--r-- | qt/common/template/test.hxx | 1 | ||||
-rw-r--r-- | qt/common/test.bat | 1 |
19 files changed, 0 insertions, 19 deletions
diff --git a/qt/common/Makefile.am b/qt/common/Makefile.am index aaca204..0093f76 100644 --- a/qt/common/Makefile.am +++ b/qt/common/Makefile.am @@ -1,5 +1,4 @@ # file : qt/common/Makefile.am -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/qt/common/basic/driver.cxx b/qt/common/basic/driver.cxx index 6eb9e70..342a313 100644 --- a/qt/common/basic/driver.cxx +++ b/qt/common/basic/driver.cxx @@ -1,5 +1,4 @@ // file : qt/common/basic/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test Qt basic type persistence (common part). diff --git a/qt/common/basic/makefile b/qt/common/basic/makefile index cd8b5dd..7b604a4 100644 --- a/qt/common/basic/makefile +++ b/qt/common/basic/makefile @@ -1,5 +1,4 @@ # file : qt/common/basic/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/qt/common/basic/test.hxx b/qt/common/basic/test.hxx index a9f036c..e67302e 100644 --- a/qt/common/basic/test.hxx +++ b/qt/common/basic/test.hxx @@ -1,5 +1,4 @@ // file : qt/common/basic/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/qt/common/containers/basics/driver.cxx b/qt/common/containers/basics/driver.cxx index f2d7941..5e38ee1 100644 --- a/qt/common/containers/basics/driver.cxx +++ b/qt/common/containers/basics/driver.cxx @@ -1,5 +1,4 @@ // file : qt/common/containers/basics/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test basic Qt containers persistence. diff --git a/qt/common/containers/basics/makefile b/qt/common/containers/basics/makefile index 411e1c5..efc9da1 100644 --- a/qt/common/containers/basics/makefile +++ b/qt/common/containers/basics/makefile @@ -1,5 +1,4 @@ # file : qt/common/containers/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/qt/common/containers/basics/test.hxx b/qt/common/containers/basics/test.hxx index 1b94523..2c61c88 100644 --- a/qt/common/containers/basics/test.hxx +++ b/qt/common/containers/basics/test.hxx @@ -1,5 +1,4 @@ // file : qt/common/containers/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/qt/common/containers/change-tracking/driver.cxx b/qt/common/containers/change-tracking/driver.cxx index 76f1a67..8157d96 100644 --- a/qt/common/containers/change-tracking/driver.cxx +++ b/qt/common/containers/change-tracking/driver.cxx @@ -1,5 +1,4 @@ // file : qt/common/containers/change-tracking/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test change-tracking Qt containers. diff --git a/qt/common/containers/change-tracking/makefile b/qt/common/containers/change-tracking/makefile index 8b94998..13864c5 100644 --- a/qt/common/containers/change-tracking/makefile +++ b/qt/common/containers/change-tracking/makefile @@ -1,5 +1,4 @@ # file : qt/common/containers/change-tracking/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/qt/common/containers/change-tracking/test.hxx b/qt/common/containers/change-tracking/test.hxx index 4c3614c..6067581 100644 --- a/qt/common/containers/change-tracking/test.hxx +++ b/qt/common/containers/change-tracking/test.hxx @@ -1,5 +1,4 @@ // file : qt/common/containers/change-tracking/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/qt/common/makefile b/qt/common/makefile index 4d90f60..874b374 100644 --- a/qt/common/makefile +++ b/qt/common/makefile @@ -1,5 +1,4 @@ # file : qt/common/makefile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/qt/common/smart-ptr/driver.cxx b/qt/common/smart-ptr/driver.cxx index 096c0ba..2c7c38a 100644 --- a/qt/common/smart-ptr/driver.cxx +++ b/qt/common/smart-ptr/driver.cxx @@ -1,5 +1,4 @@ // file : qt/common/smart-ptr/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test Qt smart pointers. diff --git a/qt/common/smart-ptr/makefile b/qt/common/smart-ptr/makefile index 8139f36..c678001 100644 --- a/qt/common/smart-ptr/makefile +++ b/qt/common/smart-ptr/makefile @@ -1,5 +1,4 @@ # file : qt/common/smart-ptr/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/qt/common/smart-ptr/test.hxx b/qt/common/smart-ptr/test.hxx index 5a07b93..2c8bf36 100644 --- a/qt/common/smart-ptr/test.hxx +++ b/qt/common/smart-ptr/test.hxx @@ -1,5 +1,4 @@ // file : qt/common/smart-ptr/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/qt/common/template/Makefile.am b/qt/common/template/Makefile.am index d132b5f..75652f3 100644 --- a/qt/common/template/Makefile.am +++ b/qt/common/template/Makefile.am @@ -1,5 +1,4 @@ # file : qt/common/template/Makefile.am -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file EXTRA_DIST = __file__(extra_dist) diff --git a/qt/common/template/driver.cxx b/qt/common/template/driver.cxx index e3619d7..30f9fc6 100644 --- a/qt/common/template/driver.cxx +++ b/qt/common/template/driver.cxx @@ -1,5 +1,4 @@ // file : qt/common/template/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // PLACE TEST DESCRIPTION HERE diff --git a/qt/common/template/makefile b/qt/common/template/makefile index 0e6196b..afe6b53 100644 --- a/qt/common/template/makefile +++ b/qt/common/template/makefile @@ -1,5 +1,4 @@ # file : qt/common/template/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/qt/common/template/test.hxx b/qt/common/template/test.hxx index bcf9f66..6f38186 100644 --- a/qt/common/template/test.hxx +++ b/qt/common/template/test.hxx @@ -1,5 +1,4 @@ // file : qt/common/template/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/qt/common/test.bat b/qt/common/test.bat index 2c8e672..100628f 100644 --- a/qt/common/test.bat +++ b/qt/common/test.bat @@ -1,6 +1,5 @@ @echo off rem file : qt/common/test.bat -rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file setlocal |