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