add more spacing
[personal-kdebase.git] / runtime / kdesu / LICENSE.readme
blob6751f486a179dc372948436fd3ca9b0901cafb12
1 kdesu - a KDE front end to su
3 AMMENDMENT: Geert Jansen relicensed his contributions 
4 under the following terms:
6 === Cut ===
7 Permission to use, copy, modify, and distribute this software
8 and its documentation for any purpose and without fee is hereby
9 granted, provided that the above copyright notice appear in all
10 copies and that both that the copyright notice and this
11 permission notice and warranty disclaimer appear in supporting
12 documentation, and that the name of the author not be used in
13 advertising or publicity pertaining to distribution of the
14 software without specific, written prior permission.
16 The author disclaim all warranties with regard to this
17 software, including all implied warranties of merchantability
18 and fitness.  In no event shall the author be liable for any
19 special, indirect or consequential damages or any damages
20 whatsoever resulting from loss of use, data or profits, whether
21 in an action of contract, negligence or other tortious action,
22 arising out of or in connection with the use or performance of
23 this software.
24 === Cut ===
26 The license below is only for reference once the remaining copyright
27 holders have approved this licensing change.
30 Copyright (c) 1998 by Pietro Iglio <iglio@fub.it>
31 Copyright (c) 1999,2000 by Geert Jansen <jansen@kde.org>
33                                The "Artistic License"
35                                       Preamble
37         The intent of this document is to state the conditions under which a
38         Package may be copied, such that the Copyright Holder maintains some
39         semblance of artistic control over the development of the package,
40         while giving the users of the package the right to use and
41         distribute the Package in a more-or-less customary fashion, plus the
42         right to make reasonable modifications.
44         Definitions:
46            * "Package" refers to the collection of files distributed by the
47              Copyright Holder, and derivatives of that collection of files
48              created through textual modification.
50            * "Standard Version" refers to such a Package if it has not been
51              modified, or has been modified in accordance with the wishes of
52              the Copyright Holder.
54            * "Copyright Holder" is whoever is named in the copyright or
55              copyrights for the package.
57            * "You" is you, if you're thinking about copying or distributing
58              this Package.
60            * "Reasonable copying fee" is whatever you can justify on the
61              basis of media cost, duplication charges, time of people
62              involved, and so on. (You will not be required to justify it to
63              the Copyright Holder, but only to the computing community at
64              large as a market that must bear the fee.)
66            * "Freely Available" means that no fee is charged for the item
67              itself, though there may be fees involved in handling the item.
68              It also means that recipients of the item may redistribute it
69              under the same conditions they received it.
71         1. You may make and give away verbatim copies of the source form of
72         the Standard Version of this Package without restriction, provided
73         that you duplicate all of the original copyright notices and
74         associated disclaimers.
76         2. You may apply bug fixes, portability fixes and other
77         modifications derived from the Public Domain or from the Copyright
78         Holder. A Package modified in such a way shall still be considered
79         the Standard Version.
81         3. You may otherwise modify your copy of this Package in any way,
82         provided that you insert a prominent notice in each changed file
83         stating how and when you changed that file, and provided that you do
84         at least ONE of the following:
86              a) place your modifications in the Public Domain or
87              otherwise make them Freely Available, such as by posting
88              said modifications to Usenet or an equivalent medium, or
89              placing the modifications on a major archive site such as
90              ftp.uu.net, or by allowing the Copyright Holder to include
91              your modifications in the Standard Version of the Package.
93              b) use the modified Package only within your corporation
94              or organization.
96              c) rename any non-standard executables so the names do not
97              conflict with standard executables, which must also be
98              provided, and provide a separate manual page for each
99              non-standard executable that clearly documents how it
100              differs from the Standard Version.
102              d) make other distribution arrangements with the Copyright
103              Holder.
105         4. You may distribute the programs of this Package in object code or
106         executable form, provided that you do at least ONE of the following:
108              a) distribute a Standard Version of the executables and
109              library files, together with instructions (in the manual
110              page or equivalent) on where to get the Standard Version.
112              b) accompany the distribution with the machine-readable
113              source of the Package with your modifications.
115              c) accompany any non-standard executables with their
116              corresponding Standard Version executables, giving the
117              non-standard executables non-standard names, and clearly
118              documenting the differences in manual pages (or
119              equivalent), together with instructions on where to get
120              the Standard Version.
122              d) make other distribution arrangements with the Copyright
123              Holder.
125         5. You may charge a reasonable copying fee for any distribution of
126         this Package. You may charge any fee you choose for support of this
127         Package. You may not charge a fee for this Package itself. However,
128         you may distribute this Package in aggregate with other (possibly
129         commercial) programs as part of a larger (possibly commercial)
130         software distribution provided that you do not advertise this
131         Package as a product of your own.
133         6. The scripts and library files supplied as input to or produced as
134         output from the programs of this Package do not automatically fall
135         under the copyright of this Package, but belong to whomever
136         generated them, and may be sold commercially, and may be aggregated
137         with this Package.
139         7. C or perl subroutines supplied by you and linked into this
140         Package shall not be considered part of this Package.
142         8. The name of the Copyright Holder may not be used to endorse or
143         promote products derived from this software without specific prior
144         written permission.
146         9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
147         IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
148         WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
150                                       The End