adjust copyrights
authorkonrad <konrad@6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33>
Sat, 25 Dec 2010 12:12:53 +0000 (12:12 +0000)
committerkonrad <konrad@6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33>
Sat, 25 Dec 2010 12:12:53 +0000 (12:12 +0000)
git-svn-id: https://silmor.de/svn/softmagic/pack/trunk@678 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33

77 files changed:
COPYING.LGPL [new file with mode: 0644]
README
doc/standards/scgi.txt [new file with mode: 0644]
examples/clock/README
phpbase/autoload.php
phpbase/db.php
phpbase/db_mysql.php
phpbase/db_pgsql.php
phpbase/exception.php
phpbase/object.php
phpbase/schema.php
phpbase/table.php
phpbase/tr.php
phpbase/transaction.php
qtbase/include/exception.h
qtbase/include/helper.h
qtbase/include/interface.h
qtbase/include/nullable.h
qtbase/include/object.h
qtbase/include/server.h
qtbase/include/transaction.h
qtbase/include/transaction_p.h
qtbase/src/helper.cpp
qtbase/src/interface.cpp
qtbase/src/object.cpp
qtbase/src/server.cpp
qtbase/src/server_p.h
qtbase/src/transaction.cpp
qtbase/wbase.pro
woc/domquery.cpp
woc/domquery.h
woc/htmlout.cpp
woc/htmlout.h
woc/mfile.cpp
woc/mfile.h
woc/php/phpclass.cpp
woc/php/phpclass.h
woc/php/phpconst.h
woc/php/phpctrans.cpp
woc/php/phpctrans.h
woc/php/phpdb.cpp
woc/php/phpdb.h
woc/php/phpout.cpp
woc/php/phpout.h
woc/php/phpstrans.cpp
woc/php/phpstrans.h
woc/php/phptrans.cpp
woc/php/phptrans.h
woc/proc/procclass.cpp
woc/proc/procclass.h
woc/proc/processor.cpp
woc/proc/processor.h
woc/proc/proctable.cpp
woc/proc/proctable.h
woc/proc/proctrans.cpp
woc/proc/proctrans.h
woc/qt/qtclass.cpp
woc/qt/qtclass.h
woc/qt/qtconst.h
woc/qt/qtctrans.cpp
woc/qt/qtctrans.h
woc/qt/qtdb.cpp
woc/qt/qtdb.h
woc/qt/qtfiles.qrc
woc/qt/qtout.cpp
woc/qt/qtout.h
woc/qt/qtstrans.cpp
woc/qt/qtstrans.h
woc/soap/schemafiles.qrc
woc/soap/schemaout.cpp
woc/soap/schemaout.h
woc/soap/soapout.cpp
woc/soap/soapout.h
woc/soap/wob-base.xsd
woc/soap/wob-header.xsd
woc/woc.cpp
woc/woc.pro

diff --git a/COPYING.LGPL b/COPYING.LGPL
new file mode 100644 (file)
index 0000000..fc8a5de
--- /dev/null
@@ -0,0 +1,165 @@
+                  GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+  This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+  0. Additional Definitions. 
+
+  As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+  "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+  An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+  A "Combined Work" is a work produced by combining or linking an
+Application with the Library.  The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+  The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+  The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+  1. Exception to Section 3 of the GNU GPL.
+
+  You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+  2. Conveying Modified Versions.
+
+  If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+   a) under this License, provided that you make a good faith effort to
+   ensure that, in the event an Application does not supply the
+   function or data, the facility still operates, and performs
+   whatever part of its purpose remains meaningful, or
+
+   b) under the GNU GPL, with none of the additional permissions of
+   this License applicable to that copy.
+
+  3. Object Code Incorporating Material from Library Header Files.
+
+  The object code form of an Application may incorporate material from
+a header file that is part of the Library.  You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+   a) Give prominent notice with each copy of the object code that the
+   Library is used in it and that the Library and its use are
+   covered by this License.
+
+   b) Accompany the object code with a copy of the GNU GPL and this license
+   document.
+
+  4. Combined Works.
+
+  You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+   a) Give prominent notice with each copy of the Combined Work that
+   the Library is used in it and that the Library and its use are
+   covered by this License.
+
+   b) Accompany the Combined Work with a copy of the GNU GPL and this license
+   document.
+
+   c) For a Combined Work that displays copyright notices during
+   execution, include the copyright notice for the Library among
+   these notices, as well as a reference directing the user to the
+   copies of the GNU GPL and this license document.
+
+   d) Do one of the following:
+
+       0) Convey the Minimal Corresponding Source under the terms of this
+       License, and the Corresponding Application Code in a form
+       suitable for, and under terms that permit, the user to
+       recombine or relink the Application with a modified version of
+       the Linked Version to produce a modified Combined Work, in the
+       manner specified by section 6 of the GNU GPL for conveying
+       Corresponding Source.
+
+       1) Use a suitable shared library mechanism for linking with the
+       Library.  A suitable mechanism is one that (a) uses at run time
+       a copy of the Library already present on the user's computer
+       system, and (b) will operate properly with a modified version
+       of the Library that is interface-compatible with the Linked
+       Version. 
+
+   e) Provide Installation Information, but only if you would otherwise
+   be required to provide such information under section 6 of the
+   GNU GPL, and only to the extent that such information is
+   necessary to install and execute a modified version of the
+   Combined Work produced by recombining or relinking the
+   Application with a modified version of the Linked Version. (If
+   you use option 4d0, the Installation Information must accompany
+   the Minimal Corresponding Source and Corresponding Application
+   Code. If you use option 4d1, you must provide the Installation
+   Information in the manner specified by section 6 of the GNU GPL
+   for conveying Corresponding Source.)
+
+  5. Combined Libraries.
+
+  You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+   a) Accompany the combined library with a copy of the same work based
+   on the Library, uncombined with any other library facilities,
+   conveyed under the terms of this License.
+
+   b) Give prominent notice with the combined library that part of it
+   is a work based on the Library, and explaining where to find the
+   accompanying uncombined form of the same work.
+
+  6. Revised Versions of the GNU Lesser General Public License.
+
+  The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+  Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+  If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
diff --git a/README b/README
index 553f29b..502543d 100644 (file)
--- a/README
+++ b/README
@@ -2,17 +2,27 @@ README for PACK
 =================
 
 PACK = Persistence And Communication Kit
-version 0.5
+version 0.6
 
-(c) Konrad Rosenbaum, 2009-2010
+(c) Konrad Rosenbaum, 2009-2011
 
-Directories qtbase, woc:
-The C++-source files are licensed under GPLv3 or at your option any newer version
-of the license. See COPYING.GPL for details.
+Directory woc:
+The C++-source files of woc (Web Object Compiler) are licensed under GPLv3 or
+at your option any newer version of the license. See COPYING.GPL for details.
+The SOAP target of woc uses some schema files that are under different
+copyright, see those files (woc/soap/*.xsd) for details.
 
-Directory phpbase:
-The web-code PHP files are licensed under GNU AGPLv3 or at your option any newer
-version of the license. See COPYING.AGPL for details.
+Directories qtbase, phpbase:
+The C++-source files of the Qt base library are licensed under LGPLv3 or at
+your option any newer version of the license. See COPYING.LGPL for details.
+
+AGPL option:
+Since you are free to link this code with code under the AGPL, I encourage its
+use for server side code. See COPYING.AGPL for details.
+
+Directory examples:
+The example code is in the public domain - you are free to use it however you
+like.
 
 Directory doc:
 The documentation files are licensed under GNU FDLv1.3 without Invariant Sections
diff --git a/doc/standards/scgi.txt b/doc/standards/scgi.txt
new file mode 100644 (file)
index 0000000..34c1280
--- /dev/null
@@ -0,0 +1,101 @@
+SCGI: A Simple Common Gateway Interface alternative
+Neil Schemenauer <nas@python.ca>
+2008-06-23 
+
+1. Introduction
+
+    The SCGI protocol is a replacement for the Common Gateway Interface
+    (CGI) protocol.  It is a standard for applications to interface with
+    HTTP servers.  It is similar to FastCGI but is designed to be easier
+    to implement.
+
+    In this document, a string of 8-bit bytes may be written in two
+    different forms: as a series of hexadecimal numbers between angle
+    brackets, or as a sequence of ASCII characters between double quotes.
+    For example, <68 65 6c 6c 6f 20 77 6f 72 6c 64 21> is a string of
+    length 12; it is the same as the string "hello world!". Note that
+    these notations are part of this document, not part of the protocol.
+
+
+2. Protocol
+
+    The client connects to a SCGI server over a reliable stream protocol
+    allowing transmission of 8-bit bytes.  The client begins by sending a
+    request.  See section 3 for the format of the request.  When the SCGI
+    server sees the end of the request it sends back a response and closes
+    the connection.  The format of the response is not specified by this
+    protocol.
+
+
+3. Request Format
+
+    A request consists of a number of headers and a body.  The format of
+    the headers is:
+
+        headers ::= header*
+        header ::= name NUL value NUL
+        name ::= notnull+                
+        value ::= notnull*
+        notnull ::= <01> | <02> | <03> | ... | <ff>
+        NUL = <00>
+
+    Duplicate names are not allowed in the headers.  The first header
+    must have the name "CONTENT_LENGTH" and a value that is a nonempty
+    sequence of ASCII digits giving the of the body length in decimal.
+    The "CONTENT_LENGTH" header must always be present, even if its
+    value is "0".  There must also always be a header with the name
+    "SCGI" and a value of "1".  In order to facilitate the transition
+    from CGI, standard CGI environment variables should be provided as
+    SCGI headers.  
+
+    The headers are sent encoded as a netstring.  Netstring encoding is
+    explained in section 4.  The body is sent following the headers and
+    its length is specified by the "CONTENT_LENGTH" header.
+    
+
+4. Netstrings
+
+    Any string of 8-bit bytes may be encoded as [len]":"[string]",".  Here
+    [string] is the string and [len] is a nonempty sequence of ASCII
+    digits giving the length of [string] in decimal. The ASCII digits are
+    <30> for 0, <31> for 1, and so on up through <39> for 9. Extra zeros
+    at the front of [len] are prohibited: [len] begins with <30> exactly
+    when [string] is empty.
+
+    For example, the string "hello world!" is encoded as <31 32 3a 68 65
+    6c 6c 6f 20 77 6f 72 6c 64 21 2c>, i.e., "12:hello world!,". The empty
+    string is encoded as "0:,".
+    
+    [len]":"[string]"," is called a netstring. [string] is called the
+    interpretation of the netstring.
+
+
+5. Example
+
+    The web server (a SCGI client) opens a connection and sends the
+    concatenation of the following strings:
+
+        "70:"
+            "CONTENT_LENGTH" <00> "27" <00>
+            "SCGI" <00> "1" <00>
+            "REQUEST_METHOD" <00> "POST" <00>
+            "REQUEST_URI" <00> "/deepthought" <00>
+        ","
+        "What is the answer to life?"
+
+    The SCGI server sends the following response:
+
+        "Status: 200 OK" <0d 0a>
+        "Content-Type: text/plain" <0d 0a>
+        "" <0d 0a>
+        "42"
+
+    The SCGI server closes the connection. 
+
+
+6. Copyright
+
+    This document has been placed in the public domain.
+
+
+/* vim: set ai tw=74 et sw=4 sts=4: */
index beaf80d..b450f44 100644 (file)
@@ -11,4 +11,6 @@ phps - PHP based server
 
 You need Apache or another CGI or SCGI capable web server for the server
 examples.
-Please read the documentation on how to install servers.
\ No newline at end of file
+Please read the documentation on how to install servers.
+
+The examples are in the public domain - you can use them however you want.
\ No newline at end of file
index d2165af..01cd4e3 100644 (file)
@@ -1,12 +1,7 @@
 <?php
-// +----------------------------------------------------------------------
-// | PHP Source                                                           
-// +----------------------------------------------------------------------
-// | Copyright (C) 2009 by Konrad Rosenbaum <konrad@silmor.de>
-// +----------------------------------------------------------------------
-// |
-// | Copyright: See COPYING file that comes with this distribution
-// +----------------------------------------------------------------------
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 /**registers a class to be loaded automatically*/
index becc0e9..628ca7b 100644 (file)
@@ -1,4 +1,8 @@
 <?
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
+//
 /**Abstract base class for database engines*/
 abstract class DbEngine
 {
index 9b1af51..e43e53f 100644 (file)
@@ -1,4 +1,8 @@
 <?
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
+//
 /**MySQL adaptation of DB-Engine*/
 class MysqlEngine extends DbEngine
 {
index 78849d6..65ec832 100644 (file)
@@ -1,4 +1,8 @@
 <?
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
+//
 /**MySQL adaptation of DB-Engine*/
 class PGsqlEngine extends DbEngine
 {
index 32ec2a5..2b880a4 100644 (file)
@@ -1,14 +1,7 @@
 <?
-//
-// PHP Implementation: exception
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 class WobXmlException extends Exception {};
index bd3dd0a..d29f4c4 100644 (file)
@@ -1,12 +1,7 @@
 <?php
-// +----------------------------------------------------------------------
-// | PHP Source                                                           
-// +----------------------------------------------------------------------
-// | Copyright (C) 2009 by Konrad Rosenbaum <konrad@silmor.de>
-// +----------------------------------------------------------------------
-// |
-// | Copyright: See COPYING file that comes with this distribution
-// +----------------------------------------------------------------------
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 class WObject {
index 0d40157..21ee8d2 100644 (file)
@@ -1,4 +1,8 @@
 <?
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
+//
 /**This class parses the high-level description of the database structure generated by woc; access it via $dbScheme*/
 class WobSchemaBase {
        protected static $scheme;
index a9cc4bc..830d8e9 100644 (file)
@@ -1,14 +1,7 @@
 <?
-//
-// PHP Implementation: wob table base class
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 /**thrown by WobTable if a property change is out of range*/
index d102eb8..b970d3b 100644 (file)
@@ -1,14 +1,7 @@
 <?
-//
-// PHP Implementation: tr
-//
-// Description: dummy implementation for Qt's tr and transalate to make the PHP code
-//  compatible with linguist
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2008-2010
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 /** tr() assumes the context is set with a C++ class statement (won't find any here)
index ef7291a..bbfbf98 100644 (file)
@@ -1,14 +1,7 @@
 <?
-//
-// PHP Implementation: transaction
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 /* TRANSLATOR WobTransactionBase */
index 1dff0ea..172ec11 100644 (file)
@@ -1,14 +1,8 @@
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
-// C++ Interface: exception
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
-//
+
 
 #ifndef WOLF_EXCEPTION_H
 #define WOLF_EXCEPTION_H
index acd94a4..ed6d8bf 100644 (file)
@@ -1,14 +1,8 @@
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
-// C++ Interface: WHelper
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2010
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
-//
+
 
 #ifndef WOLF_HELPER_H
 #define WOLF_HELPER_H
index 5d7d70c..bb0470b 100644 (file)
@@ -1,14 +1,8 @@
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
-// C++ Interface: WInterface
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
-//
+
 
 #ifndef WOB_INTERFACE_H
 #define WOB_INTERFACE_H
index 4417e7b..94fe369 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: nullable
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 
index 00af35d..3866a83 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: wobject
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 #ifndef WOLF_WOBJECT_H
index 2719e88..3f47861 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: WInterface
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2010
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2010-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 #ifndef WOB_SERVER_H
index 658ec14..d0d51f1 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: wtransaction
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 #ifndef WOLF_TRANSACTION_H
index cc58d2a..a0705ac 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: wtransaction
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2010
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 #ifndef WOLF_TRANSACTION_PH
index 06afd48..9023a52 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: WHelper
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2010
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 #include "WHelper"
index 5e1fc7f..da81d8c 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: WInterface
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 #include <WInterface>
index 49f3dcd..5bb17a7 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: wobject
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 #include "WObject"
index 424ceb0..8429651 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: WInterface
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2010
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 #include "server.h"
index 7c8e4ea..96e278c 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: wtransaction
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2010
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 #ifndef WOLF_SERVER_PH
index d482a73..f476ff9 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: wtransaction
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU LGPL version 3 or at your option any newer.
+// See COPYING.LGPL file that comes with this distribution.
 //
 
 #include "WTransaction_Private"
index ee6ce31..a5bddd4 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+# protected under the GNU LGPL version 3 or at your option any newer.
+# See COPYING.LGPL file that comes with this distribution.
+
 TEMPLATE = lib
 TARGET = qwbase
 DESTDIR = ../qtbase
index 056fc2d..0da3337 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: domquery
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "domquery.h"
index b3ab7d3..ae6e2c9 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: domquery
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef MAGICSMOKE_DOMQUERY_H
index 60ef9bf..0c88f13 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: qtout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "htmlout.h"
index c3650d9..43dd6b2 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: qtout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_HTMLOUT_H
index e6c0c9a..66a3a9f 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: mfile
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2010
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "mfile.h"
index 0e12fb0..d2138cc 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: mfile
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2010
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_MFILE_H
index 69784f0..40d0092 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: phpout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "phpout.h"
index fc67a26..a9c0879 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: phpout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_PHPOUT_CLASS_H
index d7b3036..8cfe12e 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: phpout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_PHP_CONST_H
index 53fc835..3cb573c 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: phpout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "phpout.h"
index 0e1a700..ead1dd0 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: phpout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_PHPOUT_CTRANS_H
index c60f489..423d855 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: phpout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "phpout.h"
index 5c9193d..feaa87f 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: phpout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_PHPOUT_DB_H
index eb2c54b..8fb9a65 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: phpout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "phpout.h"
index d40ce6e..9c8daf4 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: phpout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_PHPOUT_H
index 6d53632..b92ccca 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: phpout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "phpout.h"
index 05a1399..36eb21e 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: phpout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_PHPOUT_STRANS_H
index b925907..9924dcd 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: phpout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "phpout.h"
index 13eaf9f..9b34987 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: phpout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_PHPOUT_TRANS_H
index cc8cd90..f820f02 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: processor
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "processor.h"
index 89acb42..456ffa1 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: processor
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_PROCESSOR_CLASS_H
index cea51a7..b9812fd 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: processor
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "processor.h"
index 0566d00..56146ca 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: processor
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_PROCESSOR_H
index c521ee8..c8c1ae2 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: processor
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "processor.h"
index 8a98a7e..88dddb2 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: processor
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_PROCESSOR_TABLE_H
index 2eba1dd..cafba69 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: processor
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "processor.h"
index e4f888f..98abfe3 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: processor
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_PROCESSOR_TRANS_H
index 8eb1911..271abee 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: qtout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "qtout.h"
index 4555a4f..0ca6f65 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: qtout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_QTOUT_CLASS_H
index 301e418..e371224 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: qtout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_QT_CONST_H
index 9d51675..2bb3cc1 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: qtout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "qtout.h"
index fb0a8b6..9919117 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: qtout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_QTOUT_CTRANS_H
index 6d93269..31988cc 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: qtout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "qtout.h"
index 15c1768..d7317e0 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: qtout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_QTOUT_DB_H
index 1a13a3f..05bb51c 100644 (file)
@@ -1,4 +1,9 @@
 <!DOCTYPE RCC>
+<!-- 
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
+ -->
 <RCC version="1.0">
     <qresource>
         <file alias="nullscript.cpp">../../qtbase/src/nullscript.cpp</file>
index 75c0582..895b632 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: qtout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "qtout.h"
index 85cabe8..3ea726b 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: qtout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_QTOUT_H
index 5894893..e438ff8 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: qtout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "qtout.h"
index c7c2ae1..9850c2c 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: qtout
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_QTOUT_STRANS_H
index 93bcd8f..04bec1f 100644 (file)
@@ -1,4 +1,9 @@
 <!DOCTYPE RCC>
+<!-- 
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
+ -->
 <RCC version="1.0">
     <qresource>
         <file>soap12.xsd</file>
index 8706779..20cc25c 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: schemaout
-//
-// Description: XML Schema file generator
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "schemaout.h"
index 9cb726d..326b9e7 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: schemaout
-//
-// Description: XML Schema file generator
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_SCHEMAOUT_H
index 47e446f..251e23c 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: schemaout
-//
-// Description: XML Schema file generator
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include "soapout.h"
index 0ca420f..2b9eca3 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Interface: schemaout
-//
-// Description: XML Schema file generator
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #ifndef WOC_SOAPOUT_H
index 9755df6..75a1405 100644 (file)
@@ -1,4 +1,8 @@
 <!-- Schema for Wob default elements
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
+//
 -->
 
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
index 95174db..d983900 100644 (file)
@@ -1,4 +1,9 @@
-<!-- Schema for Wob header elements in SOAP encoding -->
+<!-- Schema for Wob header elements in SOAP encoding 
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
+//
+-->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
            xmlns="http://silmor.de/PACK/v0.5/Header"
            targetNamespace="http://silmor.de/PACK/v0.5/Header" 
index 05b4dd8..dbca80f 100644 (file)
@@ -1,13 +1,6 @@
-//
-// C++ Implementation: woc
-//
-// Description: 
-//
-//
-// Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2009
-//
-// Copyright: See README/COPYING files that come with this distribution
-//
+// Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+// protected under the GNU GPL version 3 or at your option any newer.
+// See COPYING.GPL file that comes with this distribution.
 //
 
 #include <QCoreApplication>
index d3de413..abb4c02 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de>
+# protected under the GNU GPL version 3 or at your option any newer.
+# See COPYING.GPL file that comes with this distribution.
+
 TEMPLATE=app
 TARGET=../woc/woc
 QT-=gui