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