From 42ba01d77e205219a87e1e0a1107495e3c3bc3db Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 25 Dec 2010 12:12:53 +0000 Subject: [PATCH] adjust copyrights git-svn-id: https://silmor.de/svn/softmagic/pack/trunk@678 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- COPYING.LGPL | 165 ++++++++++++++++++++++++++++++++++++++++ README | 26 +++++-- doc/standards/scgi.txt | 101 ++++++++++++++++++++++++ examples/clock/README | 4 +- phpbase/autoload.php | 11 +-- phpbase/db.php | 4 + phpbase/db_mysql.php | 4 + phpbase/db_pgsql.php | 4 + phpbase/exception.php | 13 +--- phpbase/object.php | 11 +-- phpbase/schema.php | 4 + phpbase/table.php | 13 +--- phpbase/tr.php | 13 +--- phpbase/transaction.php | 13 +--- qtbase/include/exception.h | 14 +--- qtbase/include/helper.h | 14 +--- qtbase/include/interface.h | 14 +--- qtbase/include/nullable.h | 13 +--- qtbase/include/object.h | 13 +--- qtbase/include/server.h | 13 +--- qtbase/include/transaction.h | 13 +--- qtbase/include/transaction_p.h | 13 +--- qtbase/src/helper.cpp | 13 +--- qtbase/src/interface.cpp | 13 +--- qtbase/src/object.cpp | 13 +--- qtbase/src/server.cpp | 13 +--- qtbase/src/server_p.h | 13 +--- qtbase/src/transaction.cpp | 13 +--- qtbase/wbase.pro | 4 + woc/domquery.cpp | 13 +--- woc/domquery.h | 13 +--- woc/htmlout.cpp | 13 +--- woc/htmlout.h | 13 +--- woc/mfile.cpp | 13 +--- woc/mfile.h | 13 +--- woc/php/phpclass.cpp | 13 +--- woc/php/phpclass.h | 13 +--- woc/php/phpconst.h | 13 +--- woc/php/phpctrans.cpp | 13 +--- woc/php/phpctrans.h | 13 +--- woc/php/phpdb.cpp | 13 +--- woc/php/phpdb.h | 13 +--- woc/php/phpout.cpp | 13 +--- woc/php/phpout.h | 13 +--- woc/php/phpstrans.cpp | 13 +--- woc/php/phpstrans.h | 13 +--- woc/php/phptrans.cpp | 13 +--- woc/php/phptrans.h | 13 +--- woc/proc/procclass.cpp | 13 +--- woc/proc/procclass.h | 13 +--- woc/proc/processor.cpp | 13 +--- woc/proc/processor.h | 13 +--- woc/proc/proctable.cpp | 13 +--- woc/proc/proctable.h | 13 +--- woc/proc/proctrans.cpp | 13 +--- woc/proc/proctrans.h | 13 +--- woc/qt/qtclass.cpp | 13 +--- woc/qt/qtclass.h | 13 +--- woc/qt/qtconst.h | 13 +--- woc/qt/qtctrans.cpp | 13 +--- woc/qt/qtctrans.h | 13 +--- woc/qt/qtdb.cpp | 13 +--- woc/qt/qtdb.h | 13 +--- woc/qt/qtfiles.qrc | 5 + woc/qt/qtout.cpp | 13 +--- woc/qt/qtout.h | 13 +--- woc/qt/qtstrans.cpp | 13 +--- woc/qt/qtstrans.h | 13 +--- woc/soap/schemafiles.qrc | 5 + woc/soap/schemaout.cpp | 13 +--- woc/soap/schemaout.h | 13 +--- woc/soap/soapout.cpp | 13 +--- woc/soap/soapout.h | 13 +--- woc/soap/wob-base.xsd | 4 + woc/soap/wob-header.xsd | 7 ++- woc/woc.cpp | 13 +--- woc/woc.pro | 4 + 77 files changed, 523 insertions(+), 636 deletions(-) create mode 100644 COPYING.LGPL create mode 100644 doc/standards/scgi.txt diff --git a/COPYING.LGPL b/COPYING.LGPL new file mode 100644 index 0000000..fc8a5de --- /dev/null +++ b/COPYING.LGPL @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + 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 --- 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 index 0000000..34c1280 --- /dev/null +++ b/doc/standards/scgi.txt @@ -0,0 +1,101 @@ +SCGI: A Simple Common Gateway Interface alternative +Neil Schemenauer +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> | ... | + 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: */ diff --git a/examples/clock/README b/examples/clock/README index beaf80d..b450f44 100644 --- a/examples/clock/README +++ b/examples/clock/README @@ -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 diff --git a/phpbase/autoload.php b/phpbase/autoload.php index d2165af..01cd4e3 100644 --- a/phpbase/autoload.php +++ b/phpbase/autoload.php @@ -1,12 +1,7 @@ -// +---------------------------------------------------------------------- -// | -// | Copyright: See COPYING file that comes with this distribution -// +---------------------------------------------------------------------- +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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*/ diff --git a/phpbase/db.php b/phpbase/db.php index becc0e9..628ca7b 100644 --- a/phpbase/db.php +++ b/phpbase/db.php @@ -1,4 +1,8 @@ +// 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 { diff --git a/phpbase/db_mysql.php b/phpbase/db_mysql.php index 9b1af51..e43e53f 100644 --- a/phpbase/db_mysql.php +++ b/phpbase/db_mysql.php @@ -1,4 +1,8 @@ +// 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 { diff --git a/phpbase/db_pgsql.php b/phpbase/db_pgsql.php index 78849d6..65ec832 100644 --- a/phpbase/db_pgsql.php +++ b/phpbase/db_pgsql.php @@ -1,4 +1,8 @@ +// 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 { diff --git a/phpbase/exception.php b/phpbase/exception.php index 32ec2a5..2b880a4 100644 --- a/phpbase/exception.php +++ b/phpbase/exception.php @@ -1,14 +1,7 @@ , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 {}; diff --git a/phpbase/object.php b/phpbase/object.php index bd3dd0a..d29f4c4 100644 --- a/phpbase/object.php +++ b/phpbase/object.php @@ -1,12 +1,7 @@ -// +---------------------------------------------------------------------- -// | -// | Copyright: See COPYING file that comes with this distribution -// +---------------------------------------------------------------------- +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// protected under the GNU LGPL version 3 or at your option any newer. +// See COPYING.LGPL file that comes with this distribution. // class WObject { diff --git a/phpbase/schema.php b/phpbase/schema.php index 0d40157..21ee8d2 100644 --- a/phpbase/schema.php +++ b/phpbase/schema.php @@ -1,4 +1,8 @@ +// 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; diff --git a/phpbase/table.php b/phpbase/table.php index a9cc4bc..830d8e9 100644 --- a/phpbase/table.php +++ b/phpbase/table.php @@ -1,14 +1,7 @@ , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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*/ diff --git a/phpbase/tr.php b/phpbase/tr.php index d102eb8..b970d3b 100644 --- a/phpbase/tr.php +++ b/phpbase/tr.php @@ -1,14 +1,7 @@ , (C) 2008-2010 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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) diff --git a/phpbase/transaction.php b/phpbase/transaction.php index ef7291a..bbfbf98 100644 --- a/phpbase/transaction.php +++ b/phpbase/transaction.php @@ -1,14 +1,7 @@ , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// protected under the GNU LGPL version 3 or at your option any newer. +// See COPYING.LGPL file that comes with this distribution. // /* TRANSLATOR WobTransactionBase */ diff --git a/qtbase/include/exception.h b/qtbase/include/exception.h index 1dff0ea..172ec11 100644 --- a/qtbase/include/exception.h +++ b/qtbase/include/exception.h @@ -1,14 +1,8 @@ +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// -// + #ifndef WOLF_EXCEPTION_H #define WOLF_EXCEPTION_H diff --git a/qtbase/include/helper.h b/qtbase/include/helper.h index acd94a4..ed6d8bf 100644 --- a/qtbase/include/helper.h +++ b/qtbase/include/helper.h @@ -1,14 +1,8 @@ +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 , (C) 2010 -// -// Copyright: See README/COPYING files that come with this distribution -// -// + #ifndef WOLF_HELPER_H #define WOLF_HELPER_H diff --git a/qtbase/include/interface.h b/qtbase/include/interface.h index 5d7d70c..bb0470b 100644 --- a/qtbase/include/interface.h +++ b/qtbase/include/interface.h @@ -1,14 +1,8 @@ +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// -// + #ifndef WOB_INTERFACE_H #define WOB_INTERFACE_H diff --git a/qtbase/include/nullable.h b/qtbase/include/nullable.h index 4417e7b..94fe369 100644 --- a/qtbase/include/nullable.h +++ b/qtbase/include/nullable.h @@ -1,13 +1,6 @@ -// -// C++ Interface: nullable -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// protected under the GNU LGPL version 3 or at your option any newer. +// See COPYING.LGPL file that comes with this distribution. // diff --git a/qtbase/include/object.h b/qtbase/include/object.h index 00af35d..3866a83 100644 --- a/qtbase/include/object.h +++ b/qtbase/include/object.h @@ -1,13 +1,6 @@ -// -// C++ Interface: wobject -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/qtbase/include/server.h b/qtbase/include/server.h index 2719e88..3f47861 100644 --- a/qtbase/include/server.h +++ b/qtbase/include/server.h @@ -1,13 +1,6 @@ -// -// C++ Interface: WInterface -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2010 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2010-2011 by Konrad Rosenbaum +// 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 diff --git a/qtbase/include/transaction.h b/qtbase/include/transaction.h index 658ec14..d0d51f1 100644 --- a/qtbase/include/transaction.h +++ b/qtbase/include/transaction.h @@ -1,13 +1,6 @@ -// -// C++ Interface: wtransaction -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/qtbase/include/transaction_p.h b/qtbase/include/transaction_p.h index cc58d2a..a0705ac 100644 --- a/qtbase/include/transaction_p.h +++ b/qtbase/include/transaction_p.h @@ -1,13 +1,6 @@ -// -// C++ Interface: wtransaction -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2010 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/qtbase/src/helper.cpp b/qtbase/src/helper.cpp index 06afd48..9023a52 100644 --- a/qtbase/src/helper.cpp +++ b/qtbase/src/helper.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: WHelper -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2010 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// protected under the GNU LGPL version 3 or at your option any newer. +// See COPYING.LGPL file that comes with this distribution. // #include "WHelper" diff --git a/qtbase/src/interface.cpp b/qtbase/src/interface.cpp index 5e1fc7f..da81d8c 100644 --- a/qtbase/src/interface.cpp +++ b/qtbase/src/interface.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: WInterface -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// protected under the GNU LGPL version 3 or at your option any newer. +// See COPYING.LGPL file that comes with this distribution. // #include diff --git a/qtbase/src/object.cpp b/qtbase/src/object.cpp index 49f3dcd..5bb17a7 100644 --- a/qtbase/src/object.cpp +++ b/qtbase/src/object.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: wobject -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// protected under the GNU LGPL version 3 or at your option any newer. +// See COPYING.LGPL file that comes with this distribution. // #include "WObject" diff --git a/qtbase/src/server.cpp b/qtbase/src/server.cpp index 424ceb0..8429651 100644 --- a/qtbase/src/server.cpp +++ b/qtbase/src/server.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: WInterface -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2010 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/qtbase/src/server_p.h b/qtbase/src/server_p.h index 7c8e4ea..96e278c 100644 --- a/qtbase/src/server_p.h +++ b/qtbase/src/server_p.h @@ -1,13 +1,6 @@ -// -// C++ Interface: wtransaction -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2010 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/qtbase/src/transaction.cpp b/qtbase/src/transaction.cpp index d482a73..f476ff9 100644 --- a/qtbase/src/transaction.cpp +++ b/qtbase/src/transaction.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: wtransaction -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/qtbase/wbase.pro b/qtbase/wbase.pro index ee6ce31..a5bddd4 100644 --- a/qtbase/wbase.pro +++ b/qtbase/wbase.pro @@ -1,3 +1,7 @@ +# Copyright (C) 2009-2011 by Konrad Rosenbaum +# 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 diff --git a/woc/domquery.cpp b/woc/domquery.cpp index 056fc2d..0da3337 100644 --- a/woc/domquery.cpp +++ b/woc/domquery.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: domquery -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/domquery.h b/woc/domquery.h index b3ab7d3..ae6e2c9 100644 --- a/woc/domquery.h +++ b/woc/domquery.h @@ -1,13 +1,6 @@ -// -// C++ Interface: domquery -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/htmlout.cpp b/woc/htmlout.cpp index 60ef9bf..0c88f13 100644 --- a/woc/htmlout.cpp +++ b/woc/htmlout.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: qtout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/htmlout.h b/woc/htmlout.h index c3650d9..43dd6b2 100644 --- a/woc/htmlout.h +++ b/woc/htmlout.h @@ -1,13 +1,6 @@ -// -// C++ Interface: qtout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/mfile.cpp b/woc/mfile.cpp index e6c0c9a..66a3a9f 100644 --- a/woc/mfile.cpp +++ b/woc/mfile.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: mfile -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2010 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/mfile.h b/woc/mfile.h index 0e12fb0..d2138cc 100644 --- a/woc/mfile.h +++ b/woc/mfile.h @@ -1,13 +1,6 @@ -// -// C++ Interface: mfile -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2010 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/php/phpclass.cpp b/woc/php/phpclass.cpp index 69784f0..40d0092 100644 --- a/woc/php/phpclass.cpp +++ b/woc/php/phpclass.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: phpout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/php/phpclass.h b/woc/php/phpclass.h index fc67a26..a9c0879 100644 --- a/woc/php/phpclass.h +++ b/woc/php/phpclass.h @@ -1,13 +1,6 @@ -// -// C++ Interface: phpout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/php/phpconst.h b/woc/php/phpconst.h index d7b3036..8cfe12e 100644 --- a/woc/php/phpconst.h +++ b/woc/php/phpconst.h @@ -1,13 +1,6 @@ -// -// C++ Implementation: phpout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/php/phpctrans.cpp b/woc/php/phpctrans.cpp index 53fc835..3cb573c 100644 --- a/woc/php/phpctrans.cpp +++ b/woc/php/phpctrans.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: phpout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/php/phpctrans.h b/woc/php/phpctrans.h index 0e1a700..ead1dd0 100644 --- a/woc/php/phpctrans.h +++ b/woc/php/phpctrans.h @@ -1,13 +1,6 @@ -// -// C++ Interface: phpout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/php/phpdb.cpp b/woc/php/phpdb.cpp index c60f489..423d855 100644 --- a/woc/php/phpdb.cpp +++ b/woc/php/phpdb.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: phpout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/php/phpdb.h b/woc/php/phpdb.h index 5c9193d..feaa87f 100644 --- a/woc/php/phpdb.h +++ b/woc/php/phpdb.h @@ -1,13 +1,6 @@ -// -// C++ Interface: phpout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/php/phpout.cpp b/woc/php/phpout.cpp index eb2c54b..8fb9a65 100644 --- a/woc/php/phpout.cpp +++ b/woc/php/phpout.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: phpout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/php/phpout.h b/woc/php/phpout.h index d40ce6e..9c8daf4 100644 --- a/woc/php/phpout.h +++ b/woc/php/phpout.h @@ -1,13 +1,6 @@ -// -// C++ Interface: phpout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/php/phpstrans.cpp b/woc/php/phpstrans.cpp index 6d53632..b92ccca 100644 --- a/woc/php/phpstrans.cpp +++ b/woc/php/phpstrans.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: phpout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/php/phpstrans.h b/woc/php/phpstrans.h index 05a1399..36eb21e 100644 --- a/woc/php/phpstrans.h +++ b/woc/php/phpstrans.h @@ -1,13 +1,6 @@ -// -// C++ Interface: phpout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/php/phptrans.cpp b/woc/php/phptrans.cpp index b925907..9924dcd 100644 --- a/woc/php/phptrans.cpp +++ b/woc/php/phptrans.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: phpout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/php/phptrans.h b/woc/php/phptrans.h index 13eaf9f..9b34987 100644 --- a/woc/php/phptrans.h +++ b/woc/php/phptrans.h @@ -1,13 +1,6 @@ -// -// C++ Interface: phpout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/proc/procclass.cpp b/woc/proc/procclass.cpp index cc8cd90..f820f02 100644 --- a/woc/proc/procclass.cpp +++ b/woc/proc/procclass.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: processor -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/proc/procclass.h b/woc/proc/procclass.h index 89acb42..456ffa1 100644 --- a/woc/proc/procclass.h +++ b/woc/proc/procclass.h @@ -1,13 +1,6 @@ -// -// C++ Interface: processor -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/proc/processor.cpp b/woc/proc/processor.cpp index cea51a7..b9812fd 100644 --- a/woc/proc/processor.cpp +++ b/woc/proc/processor.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: processor -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/proc/processor.h b/woc/proc/processor.h index 0566d00..56146ca 100644 --- a/woc/proc/processor.h +++ b/woc/proc/processor.h @@ -1,13 +1,6 @@ -// -// C++ Interface: processor -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/proc/proctable.cpp b/woc/proc/proctable.cpp index c521ee8..c8c1ae2 100644 --- a/woc/proc/proctable.cpp +++ b/woc/proc/proctable.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: processor -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/proc/proctable.h b/woc/proc/proctable.h index 8a98a7e..88dddb2 100644 --- a/woc/proc/proctable.h +++ b/woc/proc/proctable.h @@ -1,13 +1,6 @@ -// -// C++ Interface: processor -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/proc/proctrans.cpp b/woc/proc/proctrans.cpp index 2eba1dd..cafba69 100644 --- a/woc/proc/proctrans.cpp +++ b/woc/proc/proctrans.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: processor -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/proc/proctrans.h b/woc/proc/proctrans.h index e4f888f..98abfe3 100644 --- a/woc/proc/proctrans.h +++ b/woc/proc/proctrans.h @@ -1,13 +1,6 @@ -// -// C++ Interface: processor -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/qt/qtclass.cpp b/woc/qt/qtclass.cpp index 8eb1911..271abee 100644 --- a/woc/qt/qtclass.cpp +++ b/woc/qt/qtclass.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: qtout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/qt/qtclass.h b/woc/qt/qtclass.h index 4555a4f..0ca6f65 100644 --- a/woc/qt/qtclass.h +++ b/woc/qt/qtclass.h @@ -1,13 +1,6 @@ -// -// C++ Interface: qtout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/qt/qtconst.h b/woc/qt/qtconst.h index 301e418..e371224 100644 --- a/woc/qt/qtconst.h +++ b/woc/qt/qtconst.h @@ -1,13 +1,6 @@ -// -// C++ Implementation: qtout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/qt/qtctrans.cpp b/woc/qt/qtctrans.cpp index 9d51675..2bb3cc1 100644 --- a/woc/qt/qtctrans.cpp +++ b/woc/qt/qtctrans.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: qtout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/qt/qtctrans.h b/woc/qt/qtctrans.h index fb0a8b6..9919117 100644 --- a/woc/qt/qtctrans.h +++ b/woc/qt/qtctrans.h @@ -1,13 +1,6 @@ -// -// C++ Interface: qtout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/qt/qtdb.cpp b/woc/qt/qtdb.cpp index 6d93269..31988cc 100644 --- a/woc/qt/qtdb.cpp +++ b/woc/qt/qtdb.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: qtout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/qt/qtdb.h b/woc/qt/qtdb.h index 15c1768..d7317e0 100644 --- a/woc/qt/qtdb.h +++ b/woc/qt/qtdb.h @@ -1,13 +1,6 @@ -// -// C++ Interface: qtout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/qt/qtfiles.qrc b/woc/qt/qtfiles.qrc index 1a13a3f..05bb51c 100644 --- a/woc/qt/qtfiles.qrc +++ b/woc/qt/qtfiles.qrc @@ -1,4 +1,9 @@ + ../../qtbase/src/nullscript.cpp diff --git a/woc/qt/qtout.cpp b/woc/qt/qtout.cpp index 75c0582..895b632 100644 --- a/woc/qt/qtout.cpp +++ b/woc/qt/qtout.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: qtout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/qt/qtout.h b/woc/qt/qtout.h index 85cabe8..3ea726b 100644 --- a/woc/qt/qtout.h +++ b/woc/qt/qtout.h @@ -1,13 +1,6 @@ -// -// C++ Interface: qtout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/qt/qtstrans.cpp b/woc/qt/qtstrans.cpp index 5894893..e438ff8 100644 --- a/woc/qt/qtstrans.cpp +++ b/woc/qt/qtstrans.cpp @@ -1,13 +1,6 @@ -// -// C++ Implementation: qtout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/qt/qtstrans.h b/woc/qt/qtstrans.h index c7c2ae1..9850c2c 100644 --- a/woc/qt/qtstrans.h +++ b/woc/qt/qtstrans.h @@ -1,13 +1,6 @@ -// -// C++ Interface: qtout -// -// Description: -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/soap/schemafiles.qrc b/woc/soap/schemafiles.qrc index 93bcd8f..04bec1f 100644 --- a/woc/soap/schemafiles.qrc +++ b/woc/soap/schemafiles.qrc @@ -1,4 +1,9 @@ + soap12.xsd diff --git a/woc/soap/schemaout.cpp b/woc/soap/schemaout.cpp index 8706779..20cc25c 100644 --- a/woc/soap/schemaout.cpp +++ b/woc/soap/schemaout.cpp @@ -1,13 +1,6 @@ -// -// C++ Interface: schemaout -// -// Description: XML Schema file generator -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/soap/schemaout.h b/woc/soap/schemaout.h index 9cb726d..326b9e7 100644 --- a/woc/soap/schemaout.h +++ b/woc/soap/schemaout.h @@ -1,13 +1,6 @@ -// -// C++ Interface: schemaout -// -// Description: XML Schema file generator -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/soap/soapout.cpp b/woc/soap/soapout.cpp index 47e446f..251e23c 100644 --- a/woc/soap/soapout.cpp +++ b/woc/soap/soapout.cpp @@ -1,13 +1,6 @@ -// -// C++ Interface: schemaout -// -// Description: XML Schema file generator -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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" diff --git a/woc/soap/soapout.h b/woc/soap/soapout.h index 0ca420f..2b9eca3 100644 --- a/woc/soap/soapout.h +++ b/woc/soap/soapout.h @@ -1,13 +1,6 @@ -// -// C++ Interface: schemaout -// -// Description: XML Schema file generator -// -// -// Author: Konrad Rosenbaum , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// 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 diff --git a/woc/soap/wob-base.xsd b/woc/soap/wob-base.xsd index 9755df6..75a1405 100644 --- a/woc/soap/wob-base.xsd +++ b/woc/soap/wob-base.xsd @@ -1,4 +1,8 @@ + , (C) 2009 -// -// Copyright: See README/COPYING files that come with this distribution -// +// Copyright (C) 2009-2011 by Konrad Rosenbaum +// protected under the GNU GPL version 3 or at your option any newer. +// See COPYING.GPL file that comes with this distribution. // #include diff --git a/woc/woc.pro b/woc/woc.pro index d3de413..abb4c02 100644 --- a/woc/woc.pro +++ b/woc/woc.pro @@ -1,3 +1,7 @@ +# Copyright (C) 2009-2011 by Konrad Rosenbaum +# 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 -- 1.7.2.5