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