Fix status message sending.
[kdenetwork.git] / kdict / LICENSE
blob4def90fc1b2b80eabdc5eecea3a5a2171399741c
1 kdict - The KDE Dictionary Client
3 Copyright (C) 2000-2001 Christian Gebauer <gebauer@kde.org>
4 copyright (C) 1998 by Matthias Hoelzer <hoelzer@kde.org>
7                                       Preamble
9         The intent of this document is to state the conditions under which a
10         Package may be copied, such that the Copyright Holder maintains some
11         semblance of artistic control over the development of the package,
12         while giving the users of the package the right to use and
13         distribute the Package in a more-or-less customary fashion, plus the
14         right to make reasonable modifications.
16         Definitions:
18            * "Package" refers to the collection of files distributed by the
19              Copyright Holder, and derivatives of that collection of files
20              created through textual modification.
22            * "Standard Version" refers to such a Package if it has not been
23              modified, or has been modified in accordance with the wishes of
24              the Copyright Holder.
26            * "Copyright Holder" is whoever is named in the copyright or
27              copyrights for the package.
29            * "You" is you, if you're thinking about copying or distributing
30              this Package.
32            * "Reasonable copying fee" is whatever you can justify on the
33              basis of media cost, duplication charges, time of people
34              involved, and so on. (You will not be required to justify it to
35              the Copyright Holder, but only to the computing community at
36              large as a market that must bear the fee.)
38            * "Freely Available" means that no fee is charged for the item
39              itself, though there may be fees involved in handling the item.
40              It also means that recipients of the item may redistribute it
41              under the same conditions they received it.
43         1. You may make and give away verbatim copies of the source form of
44         the Standard Version of this Package without restriction, provided
45         that you duplicate all of the original copyright notices and
46         associated disclaimers.
48         2. You may apply bug fixes, portability fixes and other
49         modifications derived from the Public Domain or from the Copyright
50         Holder. A Package modified in such a way shall still be considered
51         the Standard Version.
53         3. You may otherwise modify your copy of this Package in any way,
54         provided that you insert a prominent notice in each changed file
55         stating how and when you changed that file, and provided that you do
56         at least ONE of the following:
58              a) place your modifications in the Public Domain or
59              otherwise make them Freely Available, such as by posting
60              said modifications to Usenet or an equivalent medium, or
61              placing the modifications on a major archive site such as
62              ftp.uu.net, or by allowing the Copyright Holder to include
63              your modifications in the Standard Version of the Package.
65              b) use the modified Package only within your corporation
66              or organization.
68              c) rename any non-standard executables so the names do not
69              conflict with standard executables, which must also be
70              provided, and provide a separate manual page for each
71              non-standard executable that clearly documents how it
72              differs from the Standard Version.
74              d) make other distribution arrangements with the Copyright
75              Holder.
77         4. You may distribute the programs of this Package in object code or
78         executable form, provided that you do at least ONE of the following:
80              a) distribute a Standard Version of the executables and
81              library files, together with instructions (in the manual
82              page or equivalent) on where to get the Standard Version.
84              b) accompany the distribution with the machine-readable
85              source of the Package with your modifications.
87              c) accompany any non-standard executables with their
88              corresponding Standard Version executables, giving the
89              non-standard executables non-standard names, and clearly
90              documenting the differences in manual pages (or
91              equivalent), together with instructions on where to get
92              the Standard Version.
94              d) make other distribution arrangements with the Copyright
95              Holder.
97         5. You may charge a reasonable copying fee for any distribution of
98         this Package. You may charge any fee you choose for support of this
99         Package. You may not charge a fee for this Package itself. However,
100         you may distribute this Package in aggregate with other (possibly
101         commercial) programs as part of a larger (possibly commercial)
102         software distribution provided that you do not advertise this
103         Package as a product of your own.
105         6. The scripts and library files supplied as input to or produced as
106         output from the programs of this Package do not automatically fall
107         under the copyright of this Package, but belong to whomever
108         generated them, and may be sold commercially, and may be aggregated
109         with this Package.
111         7. C or perl subroutines supplied by you and linked into this
112         Package shall not be considered part of this Package.
114         8. The name of the Copyright Holder may not be used to endorse or
115         promote products derived from this software without specific prior
116         written permission.
118         9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
119         IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
120         WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
122                                       The End