Skip to content

Commit 8865f5f

Browse files
authored
Added License
1 parent bbbe62b commit 8865f5f

File tree

1 file changed

+343
-0
lines changed

1 file changed

+343
-0
lines changed

LICENSE

Lines changed: 343 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,343 @@
1+
MOZILLA PUBLIC LICENSE
2+
Version 1.0
3+
4+
1. Definitions.
5+
6+
1.1. ``Contributor'' means each entity that creates or contributes
7+
to the creation of Modifications.
8+
9+
1.2. ``Contributor Version'' means the combination of the Original
10+
Code, prior Modifications used by a Contributor, and the
11+
Modifications made by that particular Contributor.
12+
13+
1.3. ``Covered Code'' means the Original Code or Modifications or
14+
the combination of the Original Code and Modifications, in each
15+
case including portions thereof.
16+
17+
1.4. ``Electronic Distribution Mechanism'' means a mechanism
18+
generally accepted in the software development community for
19+
the electronic transfer of data.
20+
21+
1.5. ``Executable'' means Covered Code in any form other than
22+
Source Code.
23+
24+
1.6. ``Initial Developer'' means the individual or entity
25+
identified as the Initial Developer in the Source Code notice
26+
required by Exhibit A.
27+
28+
1.7. ``Larger Work'' means a work which combines Covered Code
29+
or portions thereof with code not governed by the terms of this
30+
License.
31+
32+
1.8. ``License'' means this document.
33+
34+
1.9. ``Modifications'' means any addition to or deletion from
35+
the substance or structure of either the Original Code or any
36+
previous Modifications. When Covered Code is released as a
37+
series of files, a Modification is:
38+
39+
A. Any addition to or deletion from the contents of a file
40+
containing Original Code or previous Modifications.
41+
42+
B. Any new file that contains any part of the Original Code
43+
or previous Modifications.
44+
45+
1.10. ``Original Code'' means Source Code of computer software
46+
code which is described in the Source Code notice required by
47+
Exhibit A as Original Code, and which, at the time of its release
48+
under this License is not already Covered Code governed by this
49+
License.
50+
51+
1.11. ``Source Code'' means the preferred form of the Covered Code
52+
for making modifications to it, including all modules it contains,
53+
plus any associated interface definition files, scripts used to
54+
control compilation and installation of an Executable, or a list
55+
of source code differential comparisons against either the
56+
Original Code or another well known, available Covered Code of the
57+
Contributor's choice. The Source Code can be in a compressed or
58+
archival form, provided the appropriate decompression or
59+
de-archiving software is widely available for no charge.
60+
61+
1.12. ``You'' means an individual or a legal entity exercising
62+
rights under, and complying with all of the terms of, this License
63+
or a future version of this License issued under Section 6.1.
64+
For legal entities, ``You'' includes any entity which controls,
65+
is controlled by, or is under common control with You. For purposes
66+
of this definition, ``control'' means (a) the power, direct or
67+
indirect, to cause the direction or management of such entity,
68+
whether by contract or otherwise, or (b) ownership of fifty percent
69+
(50%) or more of the outstanding shares or beneficial ownership of
70+
such entity.
71+
72+
2. Source Code License.
73+
74+
2.1. The Initial Developer Grant.
75+
The Initial Developer hereby grants You a world-wide, royalty-free,
76+
non-exclusive license, subject to third party intellectual property
77+
claims:
78+
79+
(a) to use, reproduce, modify, display, perform, sublicense and
80+
distribute the Original Code (or portions thereof) with or
81+
without Modifications, or as part of a Larger Work; and
82+
83+
(b) under patents now or hereafter owned or controlled by Initial
84+
Developer, to make, have made, use and sell (``Utilize'') the
85+
Original Code (or portions thereof), but solely to the extent
86+
that any such patent is reasonably necessary to enable You to
87+
Utilize the Original Code (or portions thereof) and not to any
88+
greater extent that may be necessary to Utilize further
89+
Modifications or combinations.
90+
91+
2.2. Contributor Grant.
92+
Each Contributor hereby grants You a world-wide, royalty-free,
93+
non-exclusive license, subject to third party intellectual property
94+
claims:
95+
96+
(a) to use, reproduce, modify, display, perform, sublicense and
97+
distribute the Modifications created by such Contributor (or
98+
portions thereof) either on an unmodified basis, with other
99+
Modifications, as Covered Code or as part of a Larger Work; and
100+
101+
(b) under patents now or hereafter owned or controlled by
102+
Contributor, to Utilize the Contributor Version (or portions
103+
thereof), but solely to the extent that any such patent is
104+
reasonably necessary to enable You to Utilize the Contributor
105+
Version (or portions thereof), and not to any greater extent
106+
that may be necessary to Utilize further Modifications or
107+
combinations.
108+
109+
3. Distribution Obligations.
110+
111+
3.1. Application of License.
112+
The Modifications which You create or to which You contribute are
113+
governed by the terms of this License, including without limitation
114+
Section 2.2. The Source Code version of Covered Code may be
115+
distributed only under the terms of this License or a future version
116+
of this License released under Section 6.1, and You must include a
117+
copy of this License with every copy of the Source Code You distribute.
118+
You may not offer or impose any terms on any Source Code version that
119+
alters or restricts the applicable version of this License or the
120+
recipients' rights hereunder. However, You may include an additional
121+
document offering the additional rights described in Section 3.5.
122+
123+
3.2. Availability of Source Code.
124+
Any Modification which You create or to which You contribute must be
125+
made available in Source Code form under the terms of this License
126+
either on the same media as an Executable version or via an accepted
127+
Electronic Distribution Mechanism to anyone to whom you made an
128+
Executable version available; and if made available via Electronic
129+
Distribution Mechanism, must remain available for at least twelve (12)
130+
months after the date it initially became available, or at least six (6)
131+
months after a subsequent version of that particular Modification has
132+
been made available to such recipients. You are responsible for ensuring
133+
that the Source Code version remains available even if the Electronic
134+
Distribution Mechanism is maintained by a third party.
135+
136+
3.3. Description of Modifications.
137+
You must cause all Covered Code to which you contribute to contain a file
138+
documenting the changes You made to create that Covered Code and the date
139+
of any change. You must include a prominent statement that the Modification
140+
is derived, directly or indirectly, from Original Code provided by the
141+
Initial Developer and including the name of the Initial Developer in (a)
142+
the Source Code, and (b) in any notice in an Executable version or related
143+
documentation in which You describe the origin or ownership of the Covered
144+
Code.
145+
146+
3.4. Intellectual Property Matters
147+
148+
(a) Third Party Claims.
149+
If You have knowledge that a party claims an intellectual property right
150+
in particular functionality or code (or its utilization under this
151+
License), you must include a text file with the source code distribution
152+
titled ``LEGAL'' which describes the claim and the party making the claim
153+
in sufficient detail that a recipient will know whom to contact. If you
154+
obtain such knowledge after You make Your Modification available as
155+
described in Section 3.2, You shall promptly modify the LEGAL file in all
156+
copies You make available thereafter and shall take other steps (such as
157+
notifying appropriate mailing lists or newsgroups) reasonably calculated
158+
to inform those who received the Covered Code that new knowledge has
159+
been obtained.
160+
161+
(b) Contributor APIs.
162+
If Your Modification is an application programming interface and You own
163+
or control patents which are reasonably necessary to implement that API,
164+
you must also include this information in the LEGAL file.
165+
166+
3.5. Required Notices.
167+
You must duplicate the notice in Exhibit A in each file of the Source Code,
168+
and this License in any documentation for the Source Code, where You describe
169+
recipients' rights relating to Covered Code. If You created one or more
170+
Modification(s), You may add your name as a Contributor to the notice
171+
described in Exhibit A. If it is not possible to put such notice in a
172+
particular Source Code file due to its structure, then you must include
173+
such notice in a location (such as a relevant directory file) where a user
174+
would be likely to look for such a notice. You may choose to offer, and to
175+
charge a fee for, warranty, support, indemnity or liability obligations to one
176+
or more recipients of Covered Code. However, You may do so only on Your own
177+
behalf, and not on behalf of the Initial Developer or any Contributor. You
178+
must make it absolutely clear than any such warranty, support, indemnity or
179+
liability obligation is offered by You alone, and You hereby agree to
180+
indemnify the Initial Developer and every Contributor for any liability
181+
incurred by the Initial Developer or such Contributor as a result of warranty,
182+
support, indemnity or liability terms You offer.
183+
184+
3.6. Distribution of Executable Versions.
185+
You may distribute Covered Code in Executable form only if the requirements
186+
of Section 3.1-3.5 have been met for that Covered Code, and if You include a
187+
notice stating that the Source Code version of the Covered Code is available
188+
under the terms of this License, including a description of how and where You
189+
have fulfilled the obligations of Section 3.2. The notice must be conspicuously
190+
included in any notice in an Executable version, related documentation or
191+
collateral in which You describe recipients' rights relating to the Covered
192+
Code. You may distribute the Executable version of Covered Code under a license
193+
of Your choice, which may contain terms different from this License, provided
194+
that You are in compliance with the terms of this License and that the license
195+
for the Executable version does not attempt to limit or alter the recipient's
196+
rights in the Source Code version from the rights set forth in this License.
197+
If You distribute the Executable version under a different license You must make
198+
it absolutely clear that any terms which differ from this License are offered by
199+
You alone, not by the Initial Developer or any Contributor. You hereby agree to
200+
indemnify the Initial Developer and every Contributor for any liability incurred
201+
by the Initial Developer or such Contributor as a result of any such terms You
202+
offer.
203+
204+
3.7. Larger Works.
205+
You may create a Larger Work by combining Covered Code with other code not
206+
governed by the terms of this License and distribute the Larger Work as a single
207+
product. In such a case, You must make sure the requirements of this License are
208+
fulfilled for the Covered Code.
209+
210+
4. Inability to Comply Due to Statute or Regulation.
211+
212+
If it is impossible for You to comply with any of the terms of this License with
213+
respect to some or all of the Covered Code due to statute or regulation then You
214+
must: (a) comply with the terms of this License to the maximum extent possible;
215+
and (b) describe the limitations and the code they affect. Such description must
216+
be included in the LEGAL file described in Section 3.4 and must be included with
217+
all distributions of the Source Code. Except to the extent prohibited by statute
218+
or regulation, such description must be sufficiently detailed for a recipient of
219+
ordinary skill to be able to understand it.
220+
221+
5. Application of this License.
222+
223+
This License applies to code to which the Initial Developer has attached the
224+
notice in Exhibit A, and to related Covered Code.
225+
226+
6. Versions of the License.
227+
228+
6.1. New Versions.
229+
Netscape Communications Corporation (``Netscape'') may publish revised and/or new
230+
versions of the License from time to time. Each version will be given a
231+
distinguishing version number.
232+
233+
6.2. Effect of New Versions.
234+
Once Covered Code has been published under a particular version of the License,
235+
You may always continue to use it under the terms of that version. You may also
236+
choose to use such Covered Code under the terms of any subsequent version of the
237+
License published by Netscape. No one other than Netscape has the right to modify
238+
the terms applicable to Covered Code created under this License.
239+
240+
6.3. Derivative Works.
241+
If you create or use a modified version of this License (which you may only do in
242+
order to apply it to code which is not already Covered Code governed by this
243+
License), you must (a) rename Your license so that the phrases ``Mozilla'',
244+
``MOZILLAPL'', ``MOZPL'', ``Netscape'', ``NPL'' or any confusingly similar phrase
245+
do not appear anywhere in your license and (b) otherwise make it clear that your
246+
version of the license contains terms which differ from the Mozilla Public License
247+
and Netscape Public License. (Filling in the name of the Initial Developer, Original
248+
Code or Contributor in the notice described in Exhibit A shall not of themselves be
249+
deemed to be modifications of this License.)
250+
251+
7. DISCLAIMER OF WARRANTY.
252+
253+
COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'' BASIS, WITHOUT WARRANTY
254+
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES
255+
THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE
256+
OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED
257+
CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT
258+
THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
259+
SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL
260+
PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER
261+
THIS DISCLAIMER.
262+
263+
8. TERMINATION.
264+
265+
This License and the rights granted hereunder will terminate automatically if You
266+
fail to comply with terms herein and fail to cure such breach within 30 days of
267+
becoming aware of the breach. All sublicenses to the Covered Code which are properly
268+
granted shall survive any termination of this License. Provisions which, by their
269+
nature, must remain in effect beyond the termination of this License shall survive.
270+
271+
9. LIMITATION OF LIABILITY.
272+
273+
UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE),
274+
CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY
275+
DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU
276+
OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
277+
OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK
278+
STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR
279+
LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES.
280+
THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
281+
RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH
282+
LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL
283+
OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
284+
285+
10. U.S. GOVERNMENT END USERS.
286+
287+
The Covered Code is a ``commercial item,'' as that term is defined in 48 C.F.R. 2.101
288+
(Oct. 1995), consisting of ``commercial computer software'' and ``commercial computer
289+
software documentation,'' as such terms are used in 48 C.F.R. 12.212 (Sept. 1995).
290+
Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4
291+
(June 1995), all U.S. Government End Users acquire Covered Code with only those
292+
rights set forth herein.
293+
294+
11. MISCELLANEOUS.
295+
296+
This License represents the complete agreement concerning subject matter hereof. If
297+
any provision of this License is held to be unenforceable, such provision shall be
298+
reformed only to the extent necessary to make it enforceable. This License shall
299+
be governed by California law provisions (except to the extent applicable law, if
300+
any, provides otherwise), excluding its conflict-of-law provisions. With respect
301+
to disputes in which at least one party is a citizen of, or an entity chartered or
302+
registered to do business in, the United States of America: (a) unless otherwise
303+
agreed in writing, all disputes relating to this License (excepting any dispute
304+
relating to intellectual property rights) shall be subject to final and binding
305+
arbitration, with the losing party paying all costs of arbitration; (b) any
306+
arbitration relating to this Agreement shall be held in Santa Clara County,
307+
California, under the auspices of JAMS/EndDispute; and (c) any litigation relating
308+
to this Agreement shall be subject to the jurisdiction of the Federal Courts of the
309+
Northern District of California, with venue lying in Santa Clara County, California,
310+
with the losing party responsible for costs, including without limitation, court
311+
costs and reasonable attorneys fees and expenses. The application of the United
312+
Nations Convention on Contracts for the International Sale of Goods is expressly
313+
excluded. Any law or regulation which provides that the language of a contract shall
314+
be construed against the drafter shall not apply to this License.
315+
316+
12. RESPONSIBILITY FOR CLAIMS.
317+
318+
Except in cases where another Contributor has failed to comply with Section 3.4,
319+
You are responsible for damages arising, directly or indirectly, out of Your
320+
utilization of rights under this License, based on the number of copies of Covered
321+
Code you made available, the revenues you received from utilizing such rights, and
322+
other relevant factors. You agree to work with affected parties to distribute
323+
responsibility on an equitable basis.
324+
325+
EXHIBIT A.
326+
327+
``The contents of this file are subject to the Mozilla Public License Version 1.0
328+
(the "License"); you may not use this file except in compliance with the License.
329+
You may obtain a copy of the License at http://www.mozilla.org/MPL/
330+
331+
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
332+
WARRANTY OF ANY KIND, either express or implied. See the License for the specific
333+
language governing rights and limitations under the License.
334+
335+
The Original Code is MrcL/teamCode, this repository is available at
336+
https://github.com/Mrcel97/teamCode.
337+
338+
The Initial Developer of the Original Code is Marcel Ortiz Sanchez. Portions
339+
created by Initial Developer are Copyright (C) Marcel Ortiz Sanchez. All Rights
340+
Reserved.
341+
342+
Contributor(s): Juan Manuel Gimeno Illa.''
343+

0 commit comments

Comments
 (0)