]> git.sur5r.net Git - openldap/blob - LICENSE
Reformat (fmt) license for only. No actual change to terms and conditions.
[openldap] / LICENSE
1 The OpenLDAP Public License
2
3 Version 1.2, 1 September 1998
4 Copyright 1998, The OpenLDAP Foundation.
5 All Rights Reserved.
6
7 Note:
8     This license is derived from the "Artistic License" as distributed
9     with the Perl Programming Language.  As differences may exist,
10     the complete license should be read.
11
12 PREAMBLE
13
14 The intent of this document is to state the conditions under which
15 a Package may be copied, such that the Copyright Holder maintains
16 some semblance of artistic control over the development of the
17 package, while giving the users of the package the right to use
18 and distribute the Package in a more-or-less customary fashion,
19 plus the right to make reasonable modifications.
20
21 Definitions:
22
23     "Package" refers to the collection of files distributed by the
24     Copyright Holder, and derivatives of that collection of files
25     created through textual modification.
26
27     "Standard Version" refers to such a Package if it has not been
28     modified, or has been modified in accordance with the wishes
29     of the Copyright Holder.
30
31     "Copyright Holder" is whoever is named in the copyright or
32     copyrights for the package.
33
34     "You" is you, if you're thinking about copying or distributing
35     this Package.
36
37     "Reasonable copying fee" is whatever you can justify on the
38     basis of media cost, duplication charges, time of people
39     involved, and so on.  (You will not be required to justify it
40     to the Copyright Holder, but only to the computing community
41     at large as a market that must bear the fee.)
42
43     "Freely Available" means that no fee is charged for the item
44     itself, though there may be fees involved in handling the item.
45     It also means that recipients of the item may redistribute it
46     under the same conditions they received it.
47
48 1. You may make and give away verbatim copies of the source form
49 of the Standard Version of this Package without restriction, provided
50 that you duplicate all of the original copyright notices and
51 associated disclaimers.
52
53 2. You may apply bug fixes, portability fixes and other modifications
54 derived from the Public Domain or from the Copyright Holder.  A
55 Package modified in such a way shall still be considered the Standard
56 Version.
57
58 3. You may otherwise modify your copy of this Package in any way,
59 provided that you insert a prominent notice in each changed file
60 stating how and when you changed that file, and provided that you
61 do at least ONE of the following:
62
63     a) place your modifications in the Public Domain or otherwise
64     make them Freely Available, such as by posting said modifications
65     to Usenet or an equivalent medium, or placing the modifications
66     on a major archive site such as uunet.uu.net, or by allowing
67     the Copyright Holder to include your modifications in the
68     Standard Version of the Package.
69
70     b) use the modified Package only within your corporation or
71     organization.
72
73     c) rename any non-standard executables so the names do not
74     conflict with standard executables, which must also be provided,
75     and provide a separate manual page for each non-standard
76     executable that clearly documents how it differs from the
77     Standard Version.
78
79     d) make other distribution arrangements with the Copyright
80     Holder.
81
82 4. You may distribute the programs of this Package in object code
83 or executable form, provided that you do at least ONE of the
84 following:
85
86     a) distribute a Standard Version of the executables and library
87     files, together with instructions (in the manual page or
88     equivalent) on where to get the Standard Version.
89
90     b) accompany the distribution with the machine-readable source
91     of the Package with your modifications.
92
93     c) accompany any non-standard executables with their corresponding
94     Standard Version executables, giving the non-standard executables
95     non-standard names, and clearly documenting the differences in
96     manual pages (or equivalent), together with instructions on
97     where to get the Standard Version.
98
99     d) make other distribution arrangements with the Copyright
100     Holder.
101
102 5. You may charge a reasonable copying fee for any distribution of
103 this Package.  You may charge any fee you choose for support of
104 this Package.  You may not charge a fee for this Package itself.
105 However, you may distribute this Package in aggregate with other
106 (possibly commercial) programs as part of a larger (possibly
107 commercial) software distribution provided that you do not advertise
108 this Package as a product of your own.
109
110 6. The scripts and library files supplied as input to or produced
111 as output from the programs of this Package do not automatically
112 fall under the copyright of this Package, but belong to whomever
113 generated them, and may be sold commercially, and may be aggregated
114 with this Package.
115
116 7. C subroutines supplied by you and linked into this Package in
117 order to emulate subroutines and variables of the language defined
118 by this Package shall not be considered part of this Package, but
119 are the equivalent of input as in Paragraph 6, provided these
120 subroutines do not change the language in any way that would cause
121 it to fail the regression tests for the language.
122
123 8. The name of the Copyright Holder may not be used to endorse or
124 promote products derived from this software without specific prior
125 written permission.
126
127 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
128 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
129 WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
130
131 The End