Rev 23 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 23 | Rev 26 | ||
---|---|---|---|
1 | This package was debianized by Marek Habersack <grendel@debian.org> on |
1 | This package was debianized by Marek Habersack <grendel@debian.org> on |
2 | Sun, 5 May 2002 01:34:05 +0200. |
2 | Sun, 5 May 2002 01:34:05 +0200. |
3 | 3 | ||
4 | The current maintainer is Magnus Holmgren <holmgren@debian.org> with |
4 | The current maintainer is Magnus Holmgren <holmgren@debian.org> with |
5 | some help from Henrik Andreasson <pike@han.pp.se>. |
5 | some help from Henrik Andreasson <pike@han.pp.se>. |
6 | 6 | ||
7 | It was downloaded from http://pike.ida.liu.se/download/pub/pike/ |
7 | It was downloaded from http://pike.ida.liu.se/download/pub/pike/ |
8 | 8 | ||
9 | Copyright © 1994-1996 Fredrik Hübinette |
9 | Copyright © 1994-1996 Fredrik Hübinette |
10 | Copyright © 1996-1997 Informationsvävarna AB |
10 | Copyright © 1996-1997 Informationsvävarna AB |
11 | Copyright © 1997-2000 Idonex AB |
11 | Copyright © 1997-2000 Idonex AB |
12 | Copyright © 2000-2002 Roxen Internet Software AB |
12 | Copyright © 2000-2002 Roxen Internet Software AB |
13 | Copyright © 2002 Department of Computer and Information Science, |
13 | Copyright © 2002-2007 Department of Computer and Information Science, |
14 | Linköping University |
14 | Linköping University |
- | 15 | ||
- | 16 | Pike refers to the source code, and any executables |
|
- | 17 | created from the same source code. Parts of other |
|
- | 18 | copyrighted works are included in Pike, in accordance |
|
- | 19 | with their respective conditions for distribution. |
|
- | 20 | ||
- | 21 | Doug Lea's Malloc |
|
- | 22 | Copyright © 1987-2005 Doug Lea |
|
- | 23 | ||
- | 24 | Emacs font lock definitions |
|
- | 25 | Copyright © 2002 Martin Stjernholm |
|
- | 26 | ||
- | 27 | IDEA encryption and decryption code |
|
- | 28 | Copyright © Xuejia Lai |
|
- | 29 | ||
- | 30 | JPEG transform code |
|
- | 31 | Copyright © 1991-1998, Thomas G. Lane, Independent JPEG Group |
|
- | 32 | ||
- | 33 | MD5 password hash code |
|
- | 34 | Copyright © Poul-Henning Kamp |
|
- | 35 | ||
- | 36 | Regular expression matching code |
|
- | 37 | Copyright © 1986 by University of Toronto. |
|
- | 38 | ||
- | 39 | TrueVision Targa code |
|
- | 40 | Copyright © 1997 Raphael FRANCOIS and Gordon Matzigkeit |
|
- | 41 | ||
- | 42 | Unicode Character Database |
|
- | 43 | Copyright © 1991-2004 Unicode, Inc. |
|
- | 44 | ||
- | 45 | Zlib detection and verification code |
|
- | 46 | Copyright © 1995-1998 Jean-loup Gailly and Mark Adler |
|
- | 47 | ||
- | 48 | License: |
|
15 | 49 | ||
16 | The Pike source is distributed under GPL (GNU General Public License 2), LGPL |
50 | The Pike source is distributed under GPL (GNU General Public License 2), LGPL |
17 | (GNU Lesser General Public License 2.1) and MPL (Mozilla Public License 1.1). |
51 | (GNU Lesser General Public License 2.1) and MPL (Mozilla Public License 1.1). |
18 | 52 | ||
19 | On Debian GNU/Linux systems, the complete text of the GNU General |
53 | On Debian GNU/Linux systems, the complete text of the GNU General |
20 | Public License can be found in `/usr/share/common-licenses/GPL'. |
54 | Public License can be found in `/usr/share/common-licenses/GPL'. |
21 | 55 | ||
22 | On Debian GNU/Linux systems, the complete text of the GNU Lesser General |
56 | On Debian GNU/Linux systems, the complete text of the GNU Lesser General |
23 | Public License can be found in `/usr/share/common-licenses/LGPL'. |
57 | Public License can be found in `/usr/share/common-licenses/LGPL'. |
24 | 58 | ||
25 | The full text of the Mozilla Public License 1.1 follows. |
59 | The full text of the Mozilla Public License 1.1 follows. |
26 | 60 | ||
27 | MOZILLA PUBLIC LICENSE |
61 | MOZILLA PUBLIC LICENSE |
28 | Version 1.1 |
62 | Version 1.1 |
29 | 63 | ||
30 | --------------- |
64 | --------------- |
31 | 65 | ||
32 | 1. Definitions. |
66 | 1. Definitions. |
33 | 67 | ||
34 | 1.0.1. "Commercial Use" means distribution or otherwise making the |
68 | 1.0.1. "Commercial Use" means distribution or otherwise making the |
35 | Covered Code available to a third party. |
69 | Covered Code available to a third party. |
36 | 70 | ||
37 | 1.1. "Contributor" means each entity that creates or contributes to |
71 | 1.1. "Contributor" means each entity that creates or contributes to |
38 | the creation of Modifications. |
72 | the creation of Modifications. |
39 | 73 | ||
40 | 1.2. "Contributor Version" means the combination of the Original |
74 | 1.2. "Contributor Version" means the combination of the Original |
41 | Code, prior Modifications used by a Contributor, and the Modifications |
75 | Code, prior Modifications used by a Contributor, and the Modifications |
42 | made by that particular Contributor. |
76 | made by that particular Contributor. |
43 | 77 | ||
44 | 1.3. "Covered Code" means the Original Code or Modifications or the |
78 | 1.3. "Covered Code" means the Original Code or Modifications or the |
45 | combination of the Original Code and Modifications, in each case |
79 | combination of the Original Code and Modifications, in each case |
46 | including portions thereof. |
80 | including portions thereof. |
47 | 81 | ||
48 | 1.4. "Electronic Distribution Mechanism" means a mechanism generally |
82 | 1.4. "Electronic Distribution Mechanism" means a mechanism generally |
49 | accepted in the software development community for the electronic |
83 | accepted in the software development community for the electronic |
50 | transfer of data. |
84 | transfer of data. |
51 | 85 | ||
52 | 1.5. "Executable" means Covered Code in any form other than Source |
86 | 1.5. "Executable" means Covered Code in any form other than Source |
53 | Code. |
87 | Code. |
54 | 88 | ||
55 | 1.6. "Initial Developer" means the individual or entity identified |
89 | 1.6. "Initial Developer" means the individual or entity identified |
56 | as the Initial Developer in the Source Code notice required by Exhibit |
90 | as the Initial Developer in the Source Code notice required by Exhibit |
57 | A. |
91 | A. |
58 | 92 | ||
59 | 1.7. "Larger Work" means a work which combines Covered Code or |
93 | 1.7. "Larger Work" means a work which combines Covered Code or |
60 | portions thereof with code not governed by the terms of this License. |
94 | portions thereof with code not governed by the terms of this License. |
61 | 95 | ||
62 | 1.8. "License" means this document. |
96 | 1.8. "License" means this document. |
63 | 97 | ||
64 | 1.8.1. "Licensable" means having the right to grant, to the maximum |
98 | 1.8.1. "Licensable" means having the right to grant, to the maximum |
65 | extent possible, whether at the time of the initial grant or |
99 | extent possible, whether at the time of the initial grant or |
66 | subsequently acquired, any and all of the rights conveyed herein. |
100 | subsequently acquired, any and all of the rights conveyed herein. |
67 | 101 | ||
68 | 1.9. "Modifications" means any addition to or deletion from the |
102 | 1.9. "Modifications" means any addition to or deletion from the |
69 | substance or structure of either the Original Code or any previous |
103 | substance or structure of either the Original Code or any previous |
70 | Modifications. When Covered Code is released as a series of files, a |
104 | Modifications. When Covered Code is released as a series of files, a |
71 | Modification is: |
105 | Modification is: |
72 | A. Any addition to or deletion from the contents of a file |
106 | A. Any addition to or deletion from the contents of a file |
73 | containing Original Code or previous Modifications. |
107 | containing Original Code or previous Modifications. |
74 | 108 | ||
75 | B. Any new file that contains any part of the Original Code or |
109 | B. Any new file that contains any part of the Original Code or |
76 | previous Modifications. |
110 | previous Modifications. |
77 | 111 | ||
78 | 1.10. "Original Code" means Source Code of computer software code |
112 | 1.10. "Original Code" means Source Code of computer software code |
79 | which is described in the Source Code notice required by Exhibit A as |
113 | which is described in the Source Code notice required by Exhibit A as |
80 | Original Code, and which, at the time of its release under this |
114 | Original Code, and which, at the time of its release under this |
81 | License is not already Covered Code governed by this License. |
115 | License is not already Covered Code governed by this License. |
82 | 116 | ||
83 | 1.10.1. "Patent Claims" means any patent claim(s), now owned or |
117 | 1.10.1. "Patent Claims" means any patent claim(s), now owned or |
84 | hereafter acquired, including without limitation, method, process, |
118 | hereafter acquired, including without limitation, method, process, |
85 | and apparatus claims, in any patent Licensable by grantor. |
119 | and apparatus claims, in any patent Licensable by grantor. |
86 | 120 | ||
87 | 1.11. "Source Code" means the preferred form of the Covered Code for |
121 | 1.11. "Source Code" means the preferred form of the Covered Code for |
88 | making modifications to it, including all modules it contains, plus |
122 | making modifications to it, including all modules it contains, plus |
89 | any associated interface definition files, scripts used to control |
123 | any associated interface definition files, scripts used to control |
90 | compilation and installation of an Executable, or source code |
124 | compilation and installation of an Executable, or source code |
91 | differential comparisons against either the Original Code or another |
125 | differential comparisons against either the Original Code or another |
92 | well known, available Covered Code of the Contributor's choice. The |
126 | well known, available Covered Code of the Contributor's choice. The |
93 | Source Code can be in a compressed or archival form, provided the |
127 | Source Code can be in a compressed or archival form, provided the |
94 | appropriate decompression or de-archiving software is widely available |
128 | appropriate decompression or de-archiving software is widely available |
95 | for no charge. |
129 | for no charge. |
96 | 130 | ||
97 | 1.12. "You" (or "Your") means an individual or a legal entity |
131 | 1.12. "You" (or "Your") means an individual or a legal entity |
98 | exercising rights under, and complying with all of the terms of, this |
132 | exercising rights under, and complying with all of the terms of, this |
99 | License or a future version of this License issued under Section 6.1. |
133 | License or a future version of this License issued under Section 6.1. |
100 | For legal entities, "You" includes any entity which controls, is |
134 | For legal entities, "You" includes any entity which controls, is |
101 | controlled by, or is under common control with You. For purposes of |
135 | controlled by, or is under common control with You. For purposes of |
102 | this definition, "control" means (a) the power, direct or indirect, |
136 | this definition, "control" means (a) the power, direct or indirect, |
103 | to cause the direction or management of such entity, whether by |
137 | to cause the direction or management of such entity, whether by |
104 | contract or otherwise, or (b) ownership of more than fifty percent |
138 | contract or otherwise, or (b) ownership of more than fifty percent |
105 | (50%) of the outstanding shares or beneficial ownership of such |
139 | (50%) of the outstanding shares or beneficial ownership of such |
106 | entity. |
140 | entity. |
107 | 141 | ||
108 | 2. Source Code License. |
142 | 2. Source Code License. |
109 | 143 | ||
110 | 2.1. The Initial Developer Grant. |
144 | 2.1. The Initial Developer Grant. |
111 | The Initial Developer hereby grants You a world-wide, royalty-free, |
145 | The Initial Developer hereby grants You a world-wide, royalty-free, |
112 | non-exclusive license, subject to third party intellectual property |
146 | non-exclusive license, subject to third party intellectual property |
113 | claims: |
147 | claims: |
114 | (a) under intellectual property rights (other than patent or |
148 | (a) under intellectual property rights (other than patent or |
115 | trademark) Licensable by Initial Developer to use, reproduce, |
149 | trademark) Licensable by Initial Developer to use, reproduce, |
116 | modify, display, perform, sublicense and distribute the Original |
150 | modify, display, perform, sublicense and distribute the Original |
117 | Code (or portions thereof) with or without Modifications, and/or |
151 | Code (or portions thereof) with or without Modifications, and/or |
118 | as part of a Larger Work; and |
152 | as part of a Larger Work; and |
119 | 153 | ||
120 | (b) under Patents Claims infringed by the making, using or |
154 | (b) under Patents Claims infringed by the making, using or |
121 | selling of Original Code, to make, have made, use, practice, |
155 | selling of Original Code, to make, have made, use, practice, |
122 | sell, and offer for sale, and/or otherwise dispose of the |
156 | sell, and offer for sale, and/or otherwise dispose of the |
123 | Original Code (or portions thereof). |
157 | Original Code (or portions thereof). |
124 | 158 | ||
125 | (c) the licenses granted in this Section 2.1(a) and (b) are |
159 | (c) the licenses granted in this Section 2.1(a) and (b) are |
126 | effective on the date Initial Developer first distributes |
160 | effective on the date Initial Developer first distributes |
127 | Original Code under the terms of this License. |
161 | Original Code under the terms of this License. |
128 | 162 | ||
129 | (d) Notwithstanding Section 2.1(b) above, no patent license is |
163 | (d) Notwithstanding Section 2.1(b) above, no patent license is |
130 | granted: 1) for code that You delete from the Original Code; 2) |
164 | granted: 1) for code that You delete from the Original Code; 2) |
131 | separate from the Original Code; or 3) for infringements caused |
165 | separate from the Original Code; or 3) for infringements caused |
132 | by: i) the modification of the Original Code or ii) the |
166 | by: i) the modification of the Original Code or ii) the |
133 | combination of the Original Code with other software or devices. |
167 | combination of the Original Code with other software or devices. |
134 | 168 | ||
135 | 2.2. Contributor Grant. |
169 | 2.2. Contributor Grant. |
136 | Subject to third party intellectual property claims, each Contributor |
170 | Subject to third party intellectual property claims, each Contributor |
137 | hereby grants You a world-wide, royalty-free, non-exclusive license |
171 | hereby grants You a world-wide, royalty-free, non-exclusive license |
138 | 172 | ||
139 | (a) under intellectual property rights (other than patent or |
173 | (a) under intellectual property rights (other than patent or |
140 | trademark) Licensable by Contributor, to use, reproduce, modify, |
174 | trademark) Licensable by Contributor, to use, reproduce, modify, |
141 | display, perform, sublicense and distribute the Modifications |
175 | display, perform, sublicense and distribute the Modifications |
142 | created by such Contributor (or portions thereof) either on an |
176 | created by such Contributor (or portions thereof) either on an |
143 | unmodified basis, with other Modifications, as Covered Code |
177 | unmodified basis, with other Modifications, as Covered Code |
144 | and/or as part of a Larger Work; and |
178 | and/or as part of a Larger Work; and |
145 | 179 | ||
146 | (b) under Patent Claims infringed by the making, using, or |
180 | (b) under Patent Claims infringed by the making, using, or |
147 | selling of Modifications made by that Contributor either alone |
181 | selling of Modifications made by that Contributor either alone |
148 | and/or in combination with its Contributor Version (or portions |
182 | and/or in combination with its Contributor Version (or portions |
149 | of such combination), to make, use, sell, offer for sale, have |
183 | of such combination), to make, use, sell, offer for sale, have |
150 | made, and/or otherwise dispose of: 1) Modifications made by that |
184 | made, and/or otherwise dispose of: 1) Modifications made by that |
151 | Contributor (or portions thereof); and 2) the combination of |
185 | Contributor (or portions thereof); and 2) the combination of |
152 | Modifications made by that Contributor with its Contributor |
186 | Modifications made by that Contributor with its Contributor |
153 | Version (or portions of such combination). |
187 | Version (or portions of such combination). |
154 | 188 | ||
155 | (c) the licenses granted in Sections 2.2(a) and 2.2(b) are |
189 | (c) the licenses granted in Sections 2.2(a) and 2.2(b) are |
156 | effective on the date Contributor first makes Commercial Use of |
190 | effective on the date Contributor first makes Commercial Use of |
157 | the Covered Code. |
191 | the Covered Code. |
158 | 192 | ||
159 | (d) Notwithstanding Section 2.2(b) above, no patent license is |
193 | (d) Notwithstanding Section 2.2(b) above, no patent license is |
160 | granted: 1) for any code that Contributor has deleted from the |
194 | granted: 1) for any code that Contributor has deleted from the |
161 | Contributor Version; 2) separate from the Contributor Version; |
195 | Contributor Version; 2) separate from the Contributor Version; |
162 | 3) for infringements caused by: i) third party modifications of |
196 | 3) for infringements caused by: i) third party modifications of |
163 | Contributor Version or ii) the combination of Modifications made |
197 | Contributor Version or ii) the combination of Modifications made |
164 | by that Contributor with other software (except as part of the |
198 | by that Contributor with other software (except as part of the |
165 | Contributor Version) or other devices; or 4) under Patent Claims |
199 | Contributor Version) or other devices; or 4) under Patent Claims |
166 | infringed by Covered Code in the absence of Modifications made by |
200 | infringed by Covered Code in the absence of Modifications made by |
167 | that Contributor. |
201 | that Contributor. |
168 | 202 | ||
169 | 3. Distribution Obligations. |
203 | 3. Distribution Obligations. |
170 | 204 | ||
171 | 3.1. Application of License. |
205 | 3.1. Application of License. |
172 | The Modifications which You create or to which You contribute are |
206 | The Modifications which You create or to which You contribute are |
173 | governed by the terms of this License, including without limitation |
207 | governed by the terms of this License, including without limitation |
174 | Section 2.2. The Source Code version of Covered Code may be |
208 | Section 2.2. The Source Code version of Covered Code may be |
175 | distributed only under the terms of this License or a future version |
209 | distributed only under the terms of this License or a future version |
176 | of this License released under Section 6.1, and You must include a |
210 | of this License released under Section 6.1, and You must include a |
177 | copy of this License with every copy of the Source Code You |
211 | copy of this License with every copy of the Source Code You |
178 | distribute. You may not offer or impose any terms on any Source Code |
212 | distribute. You may not offer or impose any terms on any Source Code |
179 | version that alters or restricts the applicable version of this |
213 | version that alters or restricts the applicable version of this |
180 | License or the recipients' rights hereunder. However, You may include |
214 | License or the recipients' rights hereunder. However, You may include |
181 | an additional document offering the additional rights described in |
215 | an additional document offering the additional rights described in |
182 | Section 3.5. |
216 | Section 3.5. |
183 | 217 | ||
184 | 3.2. Availability of Source Code. |
218 | 3.2. Availability of Source Code. |
185 | Any Modification which You create or to which You contribute must be |
219 | Any Modification which You create or to which You contribute must be |
186 | made available in Source Code form under the terms of this License |
220 | made available in Source Code form under the terms of this License |
187 | either on the same media as an Executable version or via an accepted |
221 | either on the same media as an Executable version or via an accepted |
188 | Electronic Distribution Mechanism to anyone to whom you made an |
222 | Electronic Distribution Mechanism to anyone to whom you made an |
189 | Executable version available; and if made available via Electronic |
223 | Executable version available; and if made available via Electronic |
190 | Distribution Mechanism, must remain available for at least twelve (12) |
224 | Distribution Mechanism, must remain available for at least twelve (12) |
191 | months after the date it initially became available, or at least six |
225 | months after the date it initially became available, or at least six |
192 | (6) months after a subsequent version of that particular Modification |
226 | (6) months after a subsequent version of that particular Modification |
193 | has been made available to such recipients. You are responsible for |
227 | has been made available to such recipients. You are responsible for |
194 | ensuring that the Source Code version remains available even if the |
228 | ensuring that the Source Code version remains available even if the |
195 | Electronic Distribution Mechanism is maintained by a third party. |
229 | Electronic Distribution Mechanism is maintained by a third party. |
196 | 230 | ||
197 | 3.3. Description of Modifications. |
231 | 3.3. Description of Modifications. |
198 | You must cause all Covered Code to which You contribute to contain a |
232 | You must cause all Covered Code to which You contribute to contain a |
199 | file documenting the changes You made to create that Covered Code and |
233 | file documenting the changes You made to create that Covered Code and |
200 | the date of any change. You must include a prominent statement that |
234 | the date of any change. You must include a prominent statement that |
201 | the Modification is derived, directly or indirectly, from Original |
235 | the Modification is derived, directly or indirectly, from Original |
202 | Code provided by the Initial Developer and including the name of the |
236 | Code provided by the Initial Developer and including the name of the |
203 | Initial Developer in (a) the Source Code, and (b) in any notice in an |
237 | Initial Developer in (a) the Source Code, and (b) in any notice in an |
204 | Executable version or related documentation in which You describe the |
238 | Executable version or related documentation in which You describe the |
205 | origin or ownership of the Covered Code. |
239 | origin or ownership of the Covered Code. |
206 | 240 | ||
207 | 3.4. Intellectual Property Matters |
241 | 3.4. Intellectual Property Matters |
208 | (a) Third Party Claims. |
242 | (a) Third Party Claims. |
209 | If Contributor has knowledge that a license under a third party's |
243 | If Contributor has knowledge that a license under a third party's |
210 | intellectual property rights is required to exercise the rights |
244 | intellectual property rights is required to exercise the rights |
211 | granted by such Contributor under Sections 2.1 or 2.2, |
245 | granted by such Contributor under Sections 2.1 or 2.2, |
212 | Contributor must include a text file with the Source Code |
246 | Contributor must include a text file with the Source Code |
213 | distribution titled "LEGAL" which describes the claim and the |
247 | distribution titled "LEGAL" which describes the claim and the |
214 | party making the claim in sufficient detail that a recipient will |
248 | party making the claim in sufficient detail that a recipient will |
215 | know whom to contact. If Contributor obtains such knowledge after |
249 | know whom to contact. If Contributor obtains such knowledge after |
216 | the Modification is made available as described in Section 3.2, |
250 | the Modification is made available as described in Section 3.2, |
217 | Contributor shall promptly modify the LEGAL file in all copies |
251 | Contributor shall promptly modify the LEGAL file in all copies |
218 | Contributor makes available thereafter and shall take other steps |
252 | Contributor makes available thereafter and shall take other steps |
219 | (such as notifying appropriate mailing lists or newsgroups) |
253 | (such as notifying appropriate mailing lists or newsgroups) |
220 | reasonably calculated to inform those who received the Covered |
254 | reasonably calculated to inform those who received the Covered |
221 | Code that new knowledge has been obtained. |
255 | Code that new knowledge has been obtained. |
222 | 256 | ||
223 | (b) Contributor APIs. |
257 | (b) Contributor APIs. |
224 | If Contributor's Modifications include an application programming |
258 | If Contributor's Modifications include an application programming |
225 | interface and Contributor has knowledge of patent licenses which |
259 | interface and Contributor has knowledge of patent licenses which |
226 | are reasonably necessary to implement that API, Contributor must |
260 | are reasonably necessary to implement that API, Contributor must |
227 | also include this information in the LEGAL file. |
261 | also include this information in the LEGAL file. |
228 | 262 | ||
229 | (c) Representations. |
263 | (c) Representations. |
230 | Contributor represents that, except as disclosed pursuant to |
264 | Contributor represents that, except as disclosed pursuant to |
231 | Section 3.4(a) above, Contributor believes that Contributor's |
265 | Section 3.4(a) above, Contributor believes that Contributor's |
232 | Modifications are Contributor's original creation(s) and/or |
266 | Modifications are Contributor's original creation(s) and/or |
233 | Contributor has sufficient rights to grant the rights conveyed by |
267 | Contributor has sufficient rights to grant the rights conveyed by |
234 | this License. |
268 | this License. |
235 | 269 | ||
236 | 3.5. Required Notices. |
270 | 3.5. Required Notices. |
237 | You must duplicate the notice in Exhibit A in each file of the Source |
271 | You must duplicate the notice in Exhibit A in each file of the Source |
238 | Code. If it is not possible to put such notice in a particular Source |
272 | Code. If it is not possible to put such notice in a particular Source |
239 | Code file due to its structure, then You must include such notice in a |
273 | Code file due to its structure, then You must include such notice in a |
240 | location (such as a relevant directory) where a user would be likely |
274 | location (such as a relevant directory) where a user would be likely |
241 | to look for such a notice. If You created one or more Modification(s) |
275 | to look for such a notice. If You created one or more Modification(s) |
242 | You may add your name as a Contributor to the notice described in |
276 | You may add your name as a Contributor to the notice described in |
243 | Exhibit A. You must also duplicate this License in any documentation |
277 | Exhibit A. You must also duplicate this License in any documentation |
244 | for the Source Code where You describe recipients' rights or ownership |
278 | for the Source Code where You describe recipients' rights or ownership |
245 | rights relating to Covered Code. You may choose to offer, and to |
279 | rights relating to Covered Code. You may choose to offer, and to |
246 | charge a fee for, warranty, support, indemnity or liability |
280 | charge a fee for, warranty, support, indemnity or liability |
247 | obligations to one or more recipients of Covered Code. However, You |
281 | obligations to one or more recipients of Covered Code. However, You |
248 | may do so only on Your own behalf, and not on behalf of the Initial |
282 | may do so only on Your own behalf, and not on behalf of the Initial |
249 | Developer or any Contributor. You must make it absolutely clear than |
283 | Developer or any Contributor. You must make it absolutely clear than |
250 | any such warranty, support, indemnity or liability obligation is |
284 | any such warranty, support, indemnity or liability obligation is |
251 | offered by You alone, and You hereby agree to indemnify the Initial |
285 | offered by You alone, and You hereby agree to indemnify the Initial |
252 | Developer and every Contributor for any liability incurred by the |
286 | Developer and every Contributor for any liability incurred by the |
253 | Initial Developer or such Contributor as a result of warranty, |
287 | Initial Developer or such Contributor as a result of warranty, |
254 | support, indemnity or liability terms You offer. |
288 | support, indemnity or liability terms You offer. |
255 | 289 | ||
256 | 3.6. Distribution of Executable Versions. |
290 | 3.6. Distribution of Executable Versions. |
257 | You may distribute Covered Code in Executable form only if the |
291 | You may distribute Covered Code in Executable form only if the |
258 | requirements of Section 3.1-3.5 have been met for that Covered Code, |
292 | requirements of Section 3.1-3.5 have been met for that Covered Code, |
259 | and if You include a notice stating that the Source Code version of |
293 | and if You include a notice stating that the Source Code version of |
260 | the Covered Code is available under the terms of this License, |
294 | the Covered Code is available under the terms of this License, |
261 | including a description of how and where You have fulfilled the |
295 | including a description of how and where You have fulfilled the |
262 | obligations of Section 3.2. The notice must be conspicuously included |
296 | obligations of Section 3.2. The notice must be conspicuously included |
263 | in any notice in an Executable version, related documentation or |
297 | in any notice in an Executable version, related documentation or |
264 | collateral in which You describe recipients' rights relating to the |
298 | collateral in which You describe recipients' rights relating to the |
265 | Covered Code. You may distribute the Executable version of Covered |
299 | Covered Code. You may distribute the Executable version of Covered |
266 | Code or ownership rights under a license of Your choice, which may |
300 | Code or ownership rights under a license of Your choice, which may |
267 | contain terms different from this License, provided that You are in |
301 | contain terms different from this License, provided that You are in |
268 | compliance with the terms of this License and that the license for the |
302 | compliance with the terms of this License and that the license for the |
269 | Executable version does not attempt to limit or alter the recipient's |
303 | Executable version does not attempt to limit or alter the recipient's |
270 | rights in the Source Code version from the rights set forth in this |
304 | rights in the Source Code version from the rights set forth in this |
271 | License. If You distribute the Executable version under a different |
305 | License. If You distribute the Executable version under a different |
272 | license You must make it absolutely clear that any terms which differ |
306 | license You must make it absolutely clear that any terms which differ |
273 | from this License are offered by You alone, not by the Initial |
307 | from this License are offered by You alone, not by the Initial |
274 | Developer or any Contributor. You hereby agree to indemnify the |
308 | Developer or any Contributor. You hereby agree to indemnify the |
275 | Initial Developer and every Contributor for any liability incurred by |
309 | Initial Developer and every Contributor for any liability incurred by |
276 | the Initial Developer or such Contributor as a result of any such |
310 | the Initial Developer or such Contributor as a result of any such |
277 | terms You offer. |
311 | terms You offer. |
278 | 312 | ||
279 | 3.7. Larger Works. |
313 | 3.7. Larger Works. |
280 | You may create a Larger Work by combining Covered Code with other code |
314 | You may create a Larger Work by combining Covered Code with other code |
281 | not governed by the terms of this License and distribute the Larger |
315 | not governed by the terms of this License and distribute the Larger |
282 | Work as a single product. In such a case, You must make sure the |
316 | Work as a single product. In such a case, You must make sure the |
283 | requirements of this License are fulfilled for the Covered Code. |
317 | requirements of this License are fulfilled for the Covered Code. |
284 | 318 | ||
285 | 4. Inability to Comply Due to Statute or Regulation. |
319 | 4. Inability to Comply Due to Statute or Regulation. |
286 | 320 | ||
287 | If it is impossible for You to comply with any of the terms of this |
321 | If it is impossible for You to comply with any of the terms of this |
288 | License with respect to some or all of the Covered Code due to |
322 | License with respect to some or all of the Covered Code due to |
289 | statute, judicial order, or regulation then You must: (a) comply with |
323 | statute, judicial order, or regulation then You must: (a) comply with |
290 | the terms of this License to the maximum extent possible; and (b) |
324 | the terms of this License to the maximum extent possible; and (b) |
291 | describe the limitations and the code they affect. Such description |
325 | describe the limitations and the code they affect. Such description |
292 | must be included in the LEGAL file described in Section 3.4 and must |
326 | must be included in the LEGAL file described in Section 3.4 and must |
293 | be included with all distributions of the Source Code. Except to the |
327 | be included with all distributions of the Source Code. Except to the |
294 | extent prohibited by statute or regulation, such description must be |
328 | extent prohibited by statute or regulation, such description must be |
295 | sufficiently detailed for a recipient of ordinary skill to be able to |
329 | sufficiently detailed for a recipient of ordinary skill to be able to |
296 | understand it. |
330 | understand it. |
297 | 331 | ||
298 | 5. Application of this License. |
332 | 5. Application of this License. |
299 | 333 | ||
300 | This License applies to code to which the Initial Developer has |
334 | This License applies to code to which the Initial Developer has |
301 | attached the notice in Exhibit A and to related Covered Code. |
335 | attached the notice in Exhibit A and to related Covered Code. |
302 | 336 | ||
303 | 6. Versions of the License. |
337 | 6. Versions of the License. |
304 | 338 | ||
305 | 6.1. New Versions. |
339 | 6.1. New Versions. |
306 | Netscape Communications Corporation ("Netscape") may publish revised |
340 | Netscape Communications Corporation ("Netscape") may publish revised |
307 | and/or new versions of the License from time to time. Each version |
341 | and/or new versions of the License from time to time. Each version |
308 | will be given a distinguishing version number. |
342 | will be given a distinguishing version number. |
309 | 343 | ||
310 | 6.2. Effect of New Versions. |
344 | 6.2. Effect of New Versions. |
311 | Once Covered Code has been published under a particular version of the |
345 | Once Covered Code has been published under a particular version of the |
312 | License, You may always continue to use it under the terms of that |
346 | License, You may always continue to use it under the terms of that |
313 | version. You may also choose to use such Covered Code under the terms |
347 | version. You may also choose to use such Covered Code under the terms |
314 | of any subsequent version of the License published by Netscape. No one |
348 | of any subsequent version of the License published by Netscape. No one |
315 | other than Netscape has the right to modify the terms applicable to |
349 | other than Netscape has the right to modify the terms applicable to |
316 | Covered Code created under this License. |
350 | Covered Code created under this License. |
317 | 351 | ||
318 | 6.3. Derivative Works. |
352 | 6.3. Derivative Works. |
319 | If You create or use a modified version of this License (which you may |
353 | If You create or use a modified version of this License (which you may |
320 | only do in order to apply it to code which is not already Covered Code |
354 | only do in order to apply it to code which is not already Covered Code |
321 | governed by this License), You must (a) rename Your license so that |
355 | governed by this License), You must (a) rename Your license so that |
322 | the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", |
356 | the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", |
323 | "MPL", "NPL" or any confusingly similar phrase do not appear in your |
357 | "MPL", "NPL" or any confusingly similar phrase do not appear in your |
324 | license (except to note that your license differs from this License) |
358 | license (except to note that your license differs from this License) |
325 | and (b) otherwise make it clear that Your version of the license |
359 | and (b) otherwise make it clear that Your version of the license |
326 | contains terms which differ from the Mozilla Public License and |
360 | contains terms which differ from the Mozilla Public License and |
327 | Netscape Public License. (Filling in the name of the Initial |
361 | Netscape Public License. (Filling in the name of the Initial |
328 | Developer, Original Code or Contributor in the notice described in |
362 | Developer, Original Code or Contributor in the notice described in |
329 | Exhibit A shall not of themselves be deemed to be modifications of |
363 | Exhibit A shall not of themselves be deemed to be modifications of |
330 | this License.) |
364 | this License.) |
331 | 365 | ||
332 | 7. DISCLAIMER OF WARRANTY. |
366 | 7. DISCLAIMER OF WARRANTY. |
333 | 367 | ||
334 | COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, |
368 | COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, |
335 | WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, |
369 | WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, |
336 | WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF |
370 | WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF |
337 | DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. |
371 | DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. |
338 | THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE |
372 | THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE |
339 | IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, |
373 | IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, |
340 | YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE |
374 | YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE |
341 | COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER |
375 | COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER |
342 | OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF |
376 | OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF |
343 | ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. |
377 | ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. |
344 | 378 | ||
345 | 8. TERMINATION. |
379 | 8. TERMINATION. |
346 | 380 | ||
347 | 8.1. This License and the rights granted hereunder will terminate |
381 | 8.1. This License and the rights granted hereunder will terminate |
348 | automatically if You fail to comply with terms herein and fail to cure |
382 | automatically if You fail to comply with terms herein and fail to cure |
349 | such breach within 30 days of becoming aware of the breach. All |
383 | such breach within 30 days of becoming aware of the breach. All |
350 | sublicenses to the Covered Code which are properly granted shall |
384 | sublicenses to the Covered Code which are properly granted shall |
351 | survive any termination of this License. Provisions which, by their |
385 | survive any termination of this License. Provisions which, by their |
352 | nature, must remain in effect beyond the termination of this License |
386 | nature, must remain in effect beyond the termination of this License |
353 | shall survive. |
387 | shall survive. |
354 | 388 | ||
355 | 8.2. If You initiate litigation by asserting a patent infringement |
389 | 8.2. If You initiate litigation by asserting a patent infringement |
356 | claim (excluding declatory judgment actions) against Initial Developer |
390 | claim (excluding declatory judgment actions) against Initial Developer |
357 | or a Contributor (the Initial Developer or Contributor against whom |
391 | or a Contributor (the Initial Developer or Contributor against whom |
358 | You file such action is referred to as "Participant") alleging that: |
392 | You file such action is referred to as "Participant") alleging that: |
359 | 393 | ||
360 | (a) such Participant's Contributor Version directly or indirectly |
394 | (a) such Participant's Contributor Version directly or indirectly |
361 | infringes any patent, then any and all rights granted by such |
395 | infringes any patent, then any and all rights granted by such |
362 | Participant to You under Sections 2.1 and/or 2.2 of this License |
396 | Participant to You under Sections 2.1 and/or 2.2 of this License |
363 | shall, upon 60 days notice from Participant terminate prospectively, |
397 | shall, upon 60 days notice from Participant terminate prospectively, |
364 | unless if within 60 days after receipt of notice You either: (i) |
398 | unless if within 60 days after receipt of notice You either: (i) |
365 | agree in writing to pay Participant a mutually agreeable reasonable |
399 | agree in writing to pay Participant a mutually agreeable reasonable |
366 | royalty for Your past and future use of Modifications made by such |
400 | royalty for Your past and future use of Modifications made by such |
367 | Participant, or (ii) withdraw Your litigation claim with respect to |
401 | Participant, or (ii) withdraw Your litigation claim with respect to |
368 | the Contributor Version against such Participant. If within 60 days |
402 | the Contributor Version against such Participant. If within 60 days |
369 | of notice, a reasonable royalty and payment arrangement are not |
403 | of notice, a reasonable royalty and payment arrangement are not |
370 | mutually agreed upon in writing by the parties or the litigation claim |
404 | mutually agreed upon in writing by the parties or the litigation claim |
371 | is not withdrawn, the rights granted by Participant to You under |
405 | is not withdrawn, the rights granted by Participant to You under |
372 | Sections 2.1 and/or 2.2 automatically terminate at the expiration of |
406 | Sections 2.1 and/or 2.2 automatically terminate at the expiration of |
373 | the 60 day notice period specified above. |
407 | the 60 day notice period specified above. |
374 | 408 | ||
375 | (b) any software, hardware, or device, other than such Participant's |
409 | (b) any software, hardware, or device, other than such Participant's |
376 | Contributor Version, directly or indirectly infringes any patent, then |
410 | Contributor Version, directly or indirectly infringes any patent, then |
377 | any rights granted to You by such Participant under Sections 2.1(b) |
411 | any rights granted to You by such Participant under Sections 2.1(b) |
378 | and 2.2(b) are revoked effective as of the date You first made, used, |
412 | and 2.2(b) are revoked effective as of the date You first made, used, |
379 | sold, distributed, or had made, Modifications made by that |
413 | sold, distributed, or had made, Modifications made by that |
380 | Participant. |
414 | Participant. |
381 | 415 | ||
382 | 8.3. If You assert a patent infringement claim against Participant |
416 | 8.3. If You assert a patent infringement claim against Participant |
383 | alleging that such Participant's Contributor Version directly or |
417 | alleging that such Participant's Contributor Version directly or |
384 | indirectly infringes any patent where such claim is resolved (such as |
418 | indirectly infringes any patent where such claim is resolved (such as |
385 | by license or settlement) prior to the initiation of patent |
419 | by license or settlement) prior to the initiation of patent |
386 | infringement litigation, then the reasonable value of the licenses |
420 | infringement litigation, then the reasonable value of the licenses |
387 | granted by such Participant under Sections 2.1 or 2.2 shall be taken |
421 | granted by such Participant under Sections 2.1 or 2.2 shall be taken |
388 | into account in determining the amount or value of any payment or |
422 | into account in determining the amount or value of any payment or |
389 | license. |
423 | license. |
390 | 424 | ||
391 | 8.4. In the event of termination under Sections 8.1 or 8.2 above, |
425 | 8.4. In the event of termination under Sections 8.1 or 8.2 above, |
392 | all end user license agreements (excluding distributors and resellers) |
426 | all end user license agreements (excluding distributors and resellers) |
393 | which have been validly granted by You or any distributor hereunder |
427 | which have been validly granted by You or any distributor hereunder |
394 | prior to termination shall survive termination. |
428 | prior to termination shall survive termination. |
395 | 429 | ||
396 | 9. LIMITATION OF LIABILITY. |
430 | 9. LIMITATION OF LIABILITY. |
397 | 431 | ||
398 | UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT |
432 | UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT |
399 | (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL |
433 | (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL |
400 | DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, |
434 | DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, |
401 | OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR |
435 | OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR |
402 | ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY |
436 | ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY |
403 | CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, |
437 | CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, |
404 | WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER |
438 | WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER |
405 | COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN |
439 | COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN |
406 | INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF |
440 | INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF |
407 | LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY |
441 | LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY |
408 | RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW |
442 | RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW |
409 | PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE |
443 | PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE |
410 | EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO |
444 | EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO |
411 | THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. |
445 | THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. |
412 | 446 | ||
413 | 10. U.S. GOVERNMENT END USERS. |
447 | 10. U.S. GOVERNMENT END USERS. |
414 | 448 | ||
415 | The Covered Code is a "commercial item," as that term is defined in |
449 | The Covered Code is a "commercial item," as that term is defined in |
416 | 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer |
450 | 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer |
417 | software" and "commercial computer software documentation," as such |
451 | software" and "commercial computer software documentation," as such |
418 | terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 |
452 | terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 |
419 | C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), |
453 | C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), |
420 | all U.S. Government End Users acquire Covered Code with only those |
454 | all U.S. Government End Users acquire Covered Code with only those |
421 | rights set forth herein. |
455 | rights set forth herein. |
422 | 456 | ||
423 | 11. MISCELLANEOUS. |
457 | 11. MISCELLANEOUS. |
424 | 458 | ||
425 | This License represents the complete agreement concerning subject |
459 | This License represents the complete agreement concerning subject |
426 | matter hereof. If any provision of this License is held to be |
460 | matter hereof. If any provision of this License is held to be |
427 | unenforceable, such provision shall be reformed only to the extent |
461 | unenforceable, such provision shall be reformed only to the extent |
428 | necessary to make it enforceable. This License shall be governed by |
462 | necessary to make it enforceable. This License shall be governed by |
429 | California law provisions (except to the extent applicable law, if |
463 | California law provisions (except to the extent applicable law, if |
430 | any, provides otherwise), excluding its conflict-of-law provisions. |
464 | any, provides otherwise), excluding its conflict-of-law provisions. |
431 | With respect to disputes in which at least one party is a citizen of, |
465 | With respect to disputes in which at least one party is a citizen of, |
432 | or an entity chartered or registered to do business in the United |
466 | or an entity chartered or registered to do business in the United |
433 | States of America, any litigation relating to this License shall be |
467 | States of America, any litigation relating to this License shall be |
434 | subject to the jurisdiction of the Federal Courts of the Northern |
468 | subject to the jurisdiction of the Federal Courts of the Northern |
435 | District of California, with venue lying in Santa Clara County, |
469 | District of California, with venue lying in Santa Clara County, |
436 | California, with the losing party responsible for costs, including |
470 | California, with the losing party responsible for costs, including |
437 | without limitation, court costs and reasonable attorneys' fees and |
471 | without limitation, court costs and reasonable attorneys' fees and |
438 | expenses. The application of the United Nations Convention on |
472 | expenses. The application of the United Nations Convention on |
439 | Contracts for the International Sale of Goods is expressly excluded. |
473 | Contracts for the International Sale of Goods is expressly excluded. |
440 | Any law or regulation which provides that the language of a contract |
474 | Any law or regulation which provides that the language of a contract |
441 | shall be construed against the drafter shall not apply to this |
475 | shall be construed against the drafter shall not apply to this |
442 | License. |
476 | License. |
443 | 477 | ||
444 | 12. RESPONSIBILITY FOR CLAIMS. |
478 | 12. RESPONSIBILITY FOR CLAIMS. |
445 | 479 | ||
446 | As between Initial Developer and the Contributors, each party is |
480 | As between Initial Developer and the Contributors, each party is |
447 | responsible for claims and damages arising, directly or indirectly, |
481 | responsible for claims and damages arising, directly or indirectly, |
448 | out of its utilization of rights under this License and You agree to |
482 | out of its utilization of rights under this License and You agree to |
449 | work with Initial Developer and Contributors to distribute such |
483 | work with Initial Developer and Contributors to distribute such |
450 | responsibility on an equitable basis. Nothing herein is intended or |
484 | responsibility on an equitable basis. Nothing herein is intended or |
451 | shall be deemed to constitute any admission of liability. |
485 | shall be deemed to constitute any admission of liability. |
452 | 486 | ||
453 | 13. MULTIPLE-LICENSED CODE. |
487 | 13. MULTIPLE-LICENSED CODE. |
454 | 488 | ||
455 | Initial Developer may designate portions of the Covered Code as |
489 | Initial Developer may designate portions of the Covered Code as |
456 | "Multiple-Licensed". "Multiple-Licensed" means that the Initial |
490 | "Multiple-Licensed". "Multiple-Licensed" means that the Initial |
457 | Developer permits you to utilize portions of the Covered Code under |
491 | Developer permits you to utilize portions of the Covered Code under |
458 | Your choice of the NPL or the alternative licenses, if any, specified |
492 | Your choice of the NPL or the alternative licenses, if any, specified |
459 | by the Initial Developer in the file described in Exhibit A. |
493 | by the Initial Developer in the file described in Exhibit A. |
460 | 494 | ||
461 | EXHIBIT A -Mozilla Public License. |
495 | EXHIBIT A -Mozilla Public License. |
462 | 496 | ||
463 | ``The contents of this file are subject to the Mozilla Public License |
497 | ``The contents of this file are subject to the Mozilla Public License |
464 | Version 1.1 (the "License"); you may not use this file except in |
498 | Version 1.1 (the "License"); you may not use this file except in |
465 | compliance with the License. You may obtain a copy of the License at |
499 | compliance with the License. You may obtain a copy of the License at |
466 | http://www.mozilla.org/MPL/ |
500 | http://www.mozilla.org/MPL/ |
467 | 501 | ||
468 | Software distributed under the License is distributed on an "AS IS" |
502 | Software distributed under the License is distributed on an "AS IS" |
469 | basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
503 | basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
470 | License for the specific language governing rights and limitations |
504 | License for the specific language governing rights and limitations |
471 | under the License. |
505 | under the License. |
472 | 506 | ||
473 | The Original Code is ______________________________________. |
507 | The Original Code is ______________________________________. |
474 | 508 | ||
475 | The Initial Developer of the Original Code is ________________________. |
509 | The Initial Developer of the Original Code is ________________________. |
476 | Portions created by ______________________ are Copyright (C) ______ |
510 | Portions created by ______________________ are Copyright (C) ______ |
477 | _______________________. All Rights Reserved. |
511 | _______________________. All Rights Reserved. |
478 | 512 | ||
479 | Contributor(s): ______________________________________. |
513 | Contributor(s): ______________________________________. |
480 | 514 | ||
481 | Alternatively, the contents of this file may be used under the terms |
515 | Alternatively, the contents of this file may be used under the terms |
482 | of the _____ license (the "[___] License"), in which case the |
516 | of the _____ license (the "[___] License"), in which case the |
483 | provisions of [______] License are applicable instead of those |
517 | provisions of [______] License are applicable instead of those |
484 | above. If you wish to allow use of your version of this file only |
518 | above. If you wish to allow use of your version of this file only |
485 | under the terms of the [____] License and not to allow others to use |
519 | under the terms of the [____] License and not to allow others to use |
486 | your version of this file under the MPL, indicate your decision by |
520 | your version of this file under the MPL, indicate your decision by |
487 | deleting the provisions above and replace them with the notice and |
521 | deleting the provisions above and replace them with the notice and |
488 | other provisions required by the [___] License. If you do not delete |
522 | other provisions required by the [___] License. If you do not delete |
489 | the provisions above, a recipient may use your version of this file |
523 | the provisions above, a recipient may use your version of this file |
490 | under either the MPL or the [___] License." |
524 | under either the MPL or the [___] License." |
491 | 525 | ||
492 | [NOTE: The text of this Exhibit A may differ slightly from the text of |
526 | [NOTE: The text of this Exhibit A may differ slightly from the text of |
493 | the notices in the Source Code files of the Original Code. You should |
527 | the notices in the Source Code files of the Original Code. You should |
494 | use the text of this Exhibit A rather than the text found in the |
528 | use the text of this Exhibit A rather than the text found in the |
495 | Original Code Source Code for Your Modifications.] |
529 | Original Code Source Code for Your Modifications.] |