string-width-tanasinn 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore ADDED
@@ -0,0 +1,17 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in string-width-tanasinn.gemspec
4
+ gemspec
data/LICENSE.html ADDED
@@ -0,0 +1,389 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <html lang="en">
3
+ <head>
4
+ <title>Mozilla Public License version 1.1</title>
5
+ <style type="text/css">
6
+ .very-strong{
7
+ text-transform:uppercase;
8
+ }
9
+ dt{
10
+ font-weight:bold;
11
+ }
12
+ dd p{
13
+ margin:0;
14
+ }
15
+ </style>
16
+ </head>
17
+ <body>
18
+ <p><small>(<a href="index.txt">Plain text version</a>)</small></p>
19
+ <h1>Mozilla Public License Version 1.1</h1>
20
+ <h2 id="section-1">1. Definitions.</h2>
21
+ <dl>
22
+ <dt id="section-1.0.1">1.0.1. "Commercial Use"
23
+ <dd>means distribution or otherwise making the Covered Code available to a third party.
24
+ <dt id="section-1.1">1.1. "Contributor"
25
+ <dd>means each entity that creates or contributes to the creation of Modifications.
26
+ <dt id="section-1.2">1.2. "Contributor Version"
27
+ <dd>means the combination of the Original Code, prior Modifications used by a Contributor,
28
+ and the Modifications made by that particular Contributor.
29
+ <dt id="section-1.3">1.3. "Covered Code"
30
+ <dd>means the Original Code or Modifications or the combination of the Original Code and
31
+ Modifications, in each case including portions thereof.
32
+ <dt id="section-1.4">1.4. "Electronic Distribution Mechanism"
33
+ <dd>means a mechanism generally accepted in the software development community for the
34
+ electronic transfer of data.
35
+ <dt id="section-1.5">1.5. "Executable"
36
+ <dd>means Covered Code in any form other than Source Code.
37
+ <dt id="section-1.6">1.6. "Initial Developer"
38
+ <dd>means the individual or entity identified as the Initial Developer in the Source Code
39
+ notice required by <a href="#exhibit-a">Exhibit A</a>.
40
+ <dt id="section-1.7">1.7. "Larger Work"
41
+ <dd>means a work which combines Covered Code or portions thereof with code not governed
42
+ by the terms of this License.
43
+ <dt id="section-1.8">1.8. "License"
44
+ <dd>means this document.
45
+ <dt id="section-1.8.1">1.8.1. "Licensable"
46
+ <dd>means having the right to grant, to the maximum extent possible, whether at the
47
+ time of the initial grant or subsequently acquired, any and all of the rights
48
+ conveyed herein.
49
+ <dt id="section-1.9">1.9. "Modifications"
50
+ <dd>
51
+ <p>means any addition to or deletion from the substance or structure of either the
52
+ Original Code or any previous Modifications. When Covered Code is released as a
53
+ series of files, a Modification is:
54
+ <ol type="a">
55
+ <li id="section-1.9-a">Any addition to or deletion from the contents of a file
56
+ containing Original Code or previous Modifications.
57
+ <li id="section-1.9-b">Any new file that contains any part of the Original Code or
58
+ previous Modifications.
59
+ </ol>
60
+ <dt id="section-1.10">1.10. "Original Code"
61
+ <dd>means Source Code of computer software code which is described in the Source Code
62
+ notice required by <a href="#exhibit-a">Exhibit A</a> as Original Code, and which,
63
+ at the time of its release under this License is not already Covered Code governed
64
+ by this License.
65
+ <dt id="section-1.10.1">1.10.1. "Patent Claims"
66
+ <dd>means any patent claim(s), now owned or hereafter acquired, including without
67
+ limitation, method, process, and apparatus claims, in any patent Licensable by
68
+ grantor.
69
+ <dt id="section-1.11">1.11. "Source Code"
70
+ <dd>means the preferred form of the Covered Code for making modifications to it,
71
+ including all modules it contains, plus any associated interface definition files,
72
+ scripts used to control compilation and installation of an Executable, or source
73
+ code differential comparisons against either the Original Code or another well known,
74
+ available Covered Code of the Contributor's choice. The Source Code can be in a
75
+ compressed or archival form, provided the appropriate decompression or de-archiving
76
+ software is widely available for no charge.
77
+ <dt id="section-1.12">1.12. "You" (or "Your")
78
+ <dd>means an individual or a legal entity exercising rights under, and complying with
79
+ all of the terms of, this License or a future version of this License issued under
80
+ <a href="#section-6.1">Section 6.1.</a> For legal entities, "You" includes any entity
81
+ which controls, is controlled by, or is under common control with You. For purposes of
82
+ this definition, "control" means (a) the power, direct or indirect, to cause the
83
+ direction or management of such entity, whether by contract or otherwise, or (b)
84
+ ownership of more than fifty percent (50%) of the outstanding shares or beneficial
85
+ ownership of such entity.
86
+ </dl>
87
+ <h2 id="section-2">2. Source Code License.</h2>
88
+ <h3 id="section-2.1">2.1. The Initial Developer Grant.</h3>
89
+ <p>The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
90
+ license, subject to third party intellectual property claims:
91
+ <ol type="a">
92
+ <li id="section-2.1-a">under intellectual property rights (other than patent or
93
+ trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform,
94
+ sublicense and distribute the Original Code (or portions thereof) with or without
95
+ Modifications, and/or as part of a Larger Work; and
96
+ <li id="section-2.1-b">under Patents Claims infringed by the making, using or selling
97
+ of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or
98
+ otherwise dispose of the Original Code (or portions thereof).
99
+ <li id="section-2.1-c">the licenses granted in this Section 2.1
100
+ (<a href="#section-2.1-a">a</a>) and (<a href="#section-2.1-b">b</a>) are effective on
101
+ the date Initial Developer first distributes Original Code under the terms of this
102
+ License.
103
+ <li id="section-2.1-d">Notwithstanding Section 2.1 (<a href="#section-2.1-b">b</a>)
104
+ above, no patent license is granted: 1) for code that You delete from the Original Code;
105
+ 2) separate from the Original Code; or 3) for infringements caused by: i) the
106
+ modification of the Original Code or ii) the combination of the Original Code with other
107
+ software or devices.
108
+ </ol>
109
+ <h3 id="section-2.2">2.2. Contributor Grant.</h3>
110
+ <p>Subject to third party intellectual property claims, each Contributor hereby grants You
111
+ a world-wide, royalty-free, non-exclusive license
112
+ <ol type="a">
113
+ <li id="section-2.2-a">under intellectual property rights (other than patent or trademark)
114
+ Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and
115
+ distribute the Modifications created by such Contributor (or portions thereof) either on
116
+ an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger
117
+ Work; and
118
+ <li id="section-2.2-b">under Patent Claims infringed by the making, using, or selling of
119
+ Modifications made by that Contributor either alone and/or in combination with its
120
+ Contributor Version (or portions of such combination), to make, use, sell, offer for
121
+ sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor
122
+ (or portions thereof); and 2) the combination of Modifications made by that Contributor
123
+ with its Contributor Version (or portions of such combination).
124
+ <li id="section-2.2-c">the licenses granted in Sections 2.2
125
+ (<a href="#section-2.2-a">a</a>) and 2.2 (<a href="#section-2.2-b">b</a>) are effective
126
+ on the date Contributor first makes Commercial Use of the Covered Code.
127
+ <li id="section-2.2-d">Notwithstanding Section 2.2 (<a href="#section-2.2-b">b</a>)
128
+ above, no patent license is granted: 1) for any code that Contributor has deleted from
129
+ the Contributor Version; 2) separate from the Contributor Version; 3) for infringements
130
+ caused by: i) third party modifications of Contributor Version or ii) the combination of
131
+ Modifications made by that Contributor with other software (except as part of the
132
+ Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code
133
+ in the absence of Modifications made by that Contributor.
134
+ </ol>
135
+ <h2 id="section-3">3. Distribution Obligations.</h2>
136
+ <h3 id="section-3.1">3.1. Application of License.</h3>
137
+ <p>The Modifications which You create or to which You contribute are governed by the terms
138
+ of this License, including without limitation Section <a href="#section-2.2">2.2</a>. The
139
+ Source Code version of Covered Code may be distributed only under the terms of this License
140
+ or a future version of this License released under Section <a href="#section-6.1">6.1</a>,
141
+ and You must include a copy of this License with every copy of the Source Code You
142
+ distribute. You may not offer or impose any terms on any Source Code version that alters or
143
+ restricts the applicable version of this License or the recipients' rights hereunder.
144
+ However, You may include an additional document offering the additional rights described in
145
+ Section <a href="#section-3.5">3.5</a>.
146
+ <h3 id="section-3.2">3.2. Availability of Source Code.</h3>
147
+ <p>Any Modification which You create or to which You contribute must be made available in
148
+ Source Code form under the terms of this License either on the same media as an Executable
149
+ version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an
150
+ Executable version available; and if made available via Electronic Distribution Mechanism,
151
+ must remain available for at least twelve (12) months after the date it initially became
152
+ available, or at least six (6) months after a subsequent version of that particular
153
+ Modification has been made available to such recipients. You are responsible for ensuring
154
+ that the Source Code version remains available even if the Electronic Distribution
155
+ Mechanism is maintained by a third party.
156
+ <h3 id="section-3.3">3.3. Description of Modifications.</h3>
157
+ <p>You must cause all Covered Code to which You contribute to contain a file documenting the
158
+ changes You made to create that Covered Code and the date of any change. You must include a
159
+ prominent statement that the Modification is derived, directly or indirectly, from Original
160
+ Code provided by the Initial Developer and including the name of the Initial Developer in
161
+ (a) the Source Code, and (b) in any notice in an Executable version or related documentation
162
+ in which You describe the origin or ownership of the Covered Code.
163
+ <h3 id="section-3.4">3.4. Intellectual Property Matters</h3>
164
+ <h4 id="section-3.4-a">(a) Third Party Claims</h4>
165
+ <p>If Contributor has knowledge that a license under a third party's intellectual property
166
+ rights is required to exercise the rights granted by such Contributor under Sections
167
+ <a href="#section-2.1">2.1</a> or <a href="#section-2.2">2.2</a>, Contributor must include a
168
+ text file with the Source Code distribution titled "LEGAL" which describes the claim and the
169
+ party making the claim in sufficient detail that a recipient will know whom to contact. If
170
+ Contributor obtains such knowledge after the Modification is made available as described in
171
+ Section <a href="#section-3.2">3.2</a>, Contributor shall promptly modify the LEGAL file in
172
+ all copies Contributor makes available thereafter and shall take other steps (such as
173
+ notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who
174
+ received the Covered Code that new knowledge has been obtained.
175
+ <h4 id="section-3.4-b">(b) Contributor APIs</h4>
176
+ <p>If Contributor's Modifications include an application programming interface and Contributor
177
+ has knowledge of patent licenses which are reasonably necessary to implement that
178
+ <abbr>API</abbr>, Contributor must also include this information in the
179
+ <strong class="very-strong">legal</strong> file.
180
+ <h4 id="section-3.4-c">(c) Representations.</h4>
181
+ <p>Contributor represents that, except as disclosed pursuant to Section 3.4
182
+ (<a href="#section-3.4-a">a</a>) above, Contributor believes that Contributor's Modifications
183
+ are Contributor's original creation(s) and/or Contributor has sufficient rights to grant the
184
+ rights conveyed by this License.
185
+ <h3 id="section-3.5">3.5. Required Notices.</h3>
186
+ <p>You must duplicate the notice in <a href="#exhibit-a">Exhibit A</a> in each file of the
187
+ Source Code. If it is not possible to put such notice in a particular Source Code file due to
188
+ its structure, then You must include such notice in a location (such as a relevant directory)
189
+ where a user would be likely to look for such a notice. If You created one or more
190
+ Modification(s) You may add your name as a Contributor to the notice described in
191
+ <a href="#exhibit-a">Exhibit A</a>. You must also duplicate this License in any documentation
192
+ for the Source Code where You describe recipients' rights or ownership rights relating to
193
+ Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity
194
+ or liability obligations to one or more recipients of Covered Code. However, You may do so
195
+ only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You
196
+ must make it absolutely clear than any such warranty, support, indemnity or liability
197
+ obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer
198
+ and every Contributor for any liability incurred by the Initial Developer or such Contributor
199
+ as a result of warranty, support, indemnity or liability terms You offer.
200
+ <h3 id="section-3.6">3.6. Distribution of Executable Versions.</h3>
201
+ <p>You may distribute Covered Code in Executable form only if the requirements of Sections
202
+ <a href="#section-3.1">3.1</a>, <a href="#section-3.2">3.2</a>,
203
+ <a href="#section-3.3">3.3</a>, <a href="#section-3.4">3.4</a> and
204
+ <a href="#section-3.5">3.5</a> have been met for that Covered Code, and if You include a
205
+ notice stating that the Source Code version of the Covered Code is available under the terms
206
+ of this License, including a description of how and where You have fulfilled the obligations
207
+ of Section <a href="#section-3.2">3.2</a>. The notice must be conspicuously included in any
208
+ notice in an Executable version, related documentation or collateral in which You describe
209
+ recipients' rights relating to the Covered Code. You may distribute the Executable version of
210
+ Covered Code or ownership rights under a license of Your choice, which may contain terms
211
+ different from this License, provided that You are in compliance with the terms of this
212
+ License and that the license for the Executable version does not attempt to limit or alter the
213
+ recipient's rights in the Source Code version from the rights set forth in this License. If
214
+ You distribute the Executable version under a different license You must make it absolutely
215
+ clear that any terms which differ from this License are offered by You alone, not by the
216
+ Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and
217
+ every Contributor for any liability incurred by the Initial Developer or such Contributor as
218
+ a result of any such terms You offer.
219
+ <h3 id="section-3.7">3.7. Larger Works.</h3>
220
+ <p>You may create a Larger Work by combining Covered Code with other code not governed by the
221
+ terms of this License and distribute the Larger Work as a single product. In such a case,
222
+ You must make sure the requirements of this License are fulfilled for the Covered Code.
223
+ <h2 id="section-4">4. Inability to Comply Due to Statute or Regulation.</h2>
224
+ <p>If it is impossible for You to comply with any of the terms of this License with respect to
225
+ some or all of the Covered Code due to statute, judicial order, or regulation then You must:
226
+ (a) comply with the terms of this License to the maximum extent possible; and (b) describe
227
+ the limitations and the code they affect. Such description must be included in the
228
+ <strong class="very-strong">legal</strong> file described in Section
229
+ <a href="#section-3.4">3.4</a> and must be included with all distributions of the Source Code.
230
+ Except to the extent prohibited by statute or regulation, such description must be
231
+ sufficiently detailed for a recipient of ordinary skill to be able to understand it.
232
+ <h2 id="section-5">5. Application of this License.</h2>
233
+ <p>This License applies to code to which the Initial Developer has attached the notice in
234
+ <a href="#exhibit-a">Exhibit A</a> and to related Covered Code.
235
+ <h2 id="section-6">6. Versions of the License.</h2>
236
+ <h3 id="section-6.1">6.1. New Versions</h3>
237
+ <p>Netscape Communications Corporation ("Netscape") may publish revised and/or new versions
238
+ of the License from time to time. Each version will be given a distinguishing version number.
239
+ <h3 id="section-6.2">6.2. Effect of New Versions</h3>
240
+ <p>Once Covered Code has been published under a particular version of the License, You may
241
+ always continue to use it under the terms of that version. You may also choose to use such
242
+ Covered Code under the terms of any subsequent version of the License published by Netscape.
243
+ No one other than Netscape has the right to modify the terms applicable to Covered Code
244
+ created under this License.
245
+ <h3 id="section-6.3">6.3. Derivative Works</h3>
246
+ <p>If You create or use a modified version of this License (which you may only do in order to
247
+ apply it to code which is not already Covered Code governed by this License), You must (a)
248
+ rename Your license so that the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", "MPL",
249
+ "NPL" or any confusingly similar phrase do not appear in your license (except to note that
250
+ your license differs from this License) and (b) otherwise make it clear that Your version of
251
+ the license contains terms which differ from the Mozilla Public License and Netscape Public
252
+ License. (Filling in the name of the Initial Developer, Original Code or Contributor in the
253
+ notice described in <a href="#exhibit-a">Exhibit A</a> shall not of themselves be deemed to
254
+ be modifications of this License.)
255
+ <h2 id="section-7">7. <strong class="very-strong">Disclaimer of warranty</strong></h2>
256
+ <p><strong class="very-strong">Covered code is provided under this license on an "as is"
257
+ basis, without warranty of any kind, either expressed or implied, including, without
258
+ limitation, warranties that the covered code is free of defects, merchantable, fit for a
259
+ particular purpose or non-infringing. The entire risk as to the quality and performance of
260
+ the covered code is with you. Should any covered code prove defective in any respect, you
261
+ (not the initial developer or any other contributor) assume the cost of any necessary
262
+ servicing, repair or correction. This disclaimer of warranty constitutes an essential part
263
+ of this license. No use of any covered code is authorized hereunder except under this
264
+ disclaimer.</strong>
265
+ <h2 id="section-8">8. Termination</h2>
266
+ <p id="section-8.1">8.1. This License and the rights granted hereunder will terminate
267
+ automatically if You fail to comply with terms herein and fail to cure such breach
268
+ within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which
269
+ are properly granted shall survive any termination of this License. Provisions which, by
270
+ their nature, must remain in effect beyond the termination of this License shall survive.
271
+ <p id="section-8.2">8.2. If You initiate litigation by asserting a patent infringement
272
+ claim (excluding declatory judgment actions) against Initial Developer or a Contributor
273
+ (the Initial Developer or Contributor against whom You file such action is referred to
274
+ as "Participant") alleging that:
275
+ <ol type="a">
276
+ <li id="section-8.2-a">such Participant's Contributor Version directly or indirectly
277
+ infringes any patent, then any and all rights granted by such Participant to You under
278
+ Sections <a href="#section-2.1">2.1</a> and/or <a href="#section-2.2">2.2</a> of this
279
+ License shall, upon 60 days notice from Participant terminate prospectively, unless if
280
+ within 60 days after receipt of notice You either: (i) agree in writing to pay
281
+ Participant a mutually agreeable reasonable royalty for Your past and future use of
282
+ Modifications made by such Participant, or (ii) withdraw Your litigation claim with
283
+ respect to the Contributor Version against such Participant. If within 60 days of
284
+ notice, a reasonable royalty and payment arrangement are not mutually agreed upon in
285
+ writing by the parties or the litigation claim is not withdrawn, the rights granted by
286
+ Participant to You under Sections <a href="#section-2.1">2.1</a> and/or
287
+ <a href="#section-2.2">2.2</a> automatically terminate at the expiration of the 60 day
288
+ notice period specified above.
289
+ <li id="section-8.2-b">any software, hardware, or device, other than such Participant's
290
+ Contributor Version, directly or indirectly infringes any patent, then any rights
291
+ granted to You by such Participant under Sections 2.1(<a href="#section-2.1-b">b</a>)
292
+ and 2.2(<a href="#section-2.2-b">b</a>) are revoked effective as of the date You first
293
+ made, used, sold, distributed, or had made, Modifications made by that Participant.
294
+ </ol>
295
+ <p id="section-8.3">8.3. If You assert a patent infringement claim against Participant
296
+ alleging that such Participant's Contributor Version directly or indirectly infringes
297
+ any patent where such claim is resolved (such as by license or settlement) prior to the
298
+ initiation of patent infringement litigation, then the reasonable value of the licenses
299
+ granted by such Participant under Sections <a href="#section-2.1">2.1</a> or
300
+ <a href="#section-2.2">2.2</a> shall be taken into account in determining the amount or
301
+ value of any payment or license.
302
+ <p id="section-8.4">8.4. In the event of termination under Sections
303
+ <a href="#section-8.1">8.1</a> or <a href="#section-8.2">8.2</a> above, all end user
304
+ license agreements (excluding distributors and resellers) which have been validly
305
+ granted by You or any distributor hereunder prior to termination shall survive
306
+ termination.
307
+ <h2 id="section-9">9. <strong class="very-strong">Limitation of liability</strong></h2>
308
+ <p><strong class="very-strong">Under no circumstances and under no legal theory, whether
309
+ tort (including negligence), contract, or otherwise, shall you, the initial developer,
310
+ any other contributor, or any distributor of covered code, or any supplier of any of
311
+ such parties, be liable to any person for any indirect, special, incidental, or
312
+ consequential damages of any character including, without limitation, damages for loss
313
+ of goodwill, work stoppage, computer failure or malfunction, or any and all other
314
+ commercial damages or losses, even if such party shall have been informed of the
315
+ possibility of such damages. This limitation of liability shall not apply to liability
316
+ for death or personal injury resulting from such party's negligence to the extent
317
+ applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion
318
+ or limitation of incidental or consequential damages, so this exclusion and limitation
319
+ may not apply to you.</strong>
320
+ <h2 id="section-10">10. <abbr title="United States">U.S.</abbr> government end users</h2>
321
+ <p>The Covered Code is a "commercial item," as that term is defined in 48
322
+ <abbr>C.F.R.</abbr> 2.101 (<abbr title="October">Oct.</abbr> 1995), consisting of
323
+ "commercial computer software" and "commercial computer software documentation," as such
324
+ terms are used in 48 <abbr>C.F.R.</abbr> 12.212 (<abbr title="September">Sept.</abbr>
325
+ 1995). Consistent with 48 <abbr>C.F.R.</abbr> 12.212 and 48 <abbr>C.F.R.</abbr>
326
+ 227.7202-1 through 227.7202-4 (June 1995), all <abbr>U.S.</abbr> Government End Users
327
+ acquire Covered Code with only those rights set forth herein.
328
+ <h2 id="section-11">11. Miscellaneous</h2>
329
+ <p>This License represents the complete agreement concerning subject matter hereof. If
330
+ any provision of this License is held to be unenforceable, such provision shall be
331
+ reformed only to the extent necessary to make it enforceable. This License shall be
332
+ governed by California law provisions (except to the extent applicable law, if any,
333
+ provides otherwise), excluding its conflict-of-law provisions. With respect to
334
+ disputes in which at least one party is a citizen of, or an entity chartered or
335
+ registered to do business in the United States of America, any litigation relating to
336
+ this License shall be subject to the jurisdiction of the Federal Courts of the
337
+ Northern District of California, with venue lying in Santa Clara County, California,
338
+ with the losing party responsible for costs, including without limitation, court
339
+ costs and reasonable attorneys' fees and expenses. The application of the United
340
+ Nations Convention on Contracts for the International Sale of Goods is expressly
341
+ excluded. Any law or regulation which provides that the language of a contract
342
+ shall be construed against the drafter shall not apply to this License.
343
+ <h2 id="section-12">12. Responsibility for claims</h2>
344
+ <p>As between Initial Developer and the Contributors, each party is responsible for
345
+ claims and damages arising, directly or indirectly, out of its utilization of rights
346
+ under this License and You agree to work with Initial Developer and Contributors to
347
+ distribute such responsibility on an equitable basis. Nothing herein is intended or
348
+ shall be deemed to constitute any admission of liability.
349
+ <h2 id="section-13">13. Multiple-licensed code</h2>
350
+ <p>Initial Developer may designate portions of the Covered Code as
351
+ "Multiple-Licensed". "Multiple-Licensed" means that the Initial Developer permits
352
+ you to utilize portions of the Covered Code under Your choice of the <abbr>MPL</abbr>
353
+ or the alternative licenses, if any, specified by the Initial Developer in the file
354
+ described in <a href="#exhibit-a">Exhibit A</a>.
355
+ <h2 id="exhibit-a">Exhibit A - Mozilla Public License.</h2>
356
+ <pre>"The contents of this file are subject to the Mozilla Public License
357
+ Version 1.1 (the "License"); you may not use this file except in
358
+ compliance with the License. You may obtain a copy of the License at
359
+ http://www.mozilla.org/MPL/
360
+
361
+ Software distributed under the License is distributed on an "AS IS"
362
+ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
363
+ License for the specific language governing rights and limitations
364
+ under the License.
365
+
366
+ The Original Code is ______________________________________.
367
+
368
+ The Initial Developer of the Original Code is ________________________.
369
+ Portions created by ______________________ are Copyright (C) ______
370
+ _______________________. All Rights Reserved.
371
+
372
+ Contributor(s): ______________________________________.
373
+
374
+ Alternatively, the contents of this file may be used under the terms
375
+ of the _____ license (the "[___] License"), in which case the
376
+ provisions of [______] License are applicable instead of those
377
+ above. If you wish to allow use of your version of this file only
378
+ under the terms of the [____] License and not to allow others to use
379
+ your version of this file under the MPL, indicate your decision by
380
+ deleting the provisions above and replace them with the notice and
381
+ other provisions required by the [___] License. If you do not delete
382
+ the provisions above, a recipient may use your version of this file
383
+ under either the MPL or the [___] License."</pre>
384
+ <p>NOTE: The text of this Exhibit A may differ slightly from the text of
385
+ the notices in the Source Code files of the Original Code. You should
386
+ use the text of this Exhibit A rather than the text found in the
387
+ Original Code Source Code for Your Modifications.
388
+ </body>
389
+ </html>