razielAI commited on
Commit
4a54981
·
verified ·
1 Parent(s): f291cab

Create LICENSE

Browse files
Files changed (1) hide show
  1. LICENSE +103 -0
LICENSE ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+ "License" shall mean the terms and conditions for use, reproduction,
9
+ and distribution as defined by Sections 1 through 9 of this document.
10
+ "Licensor" shall mean the copyright owner or entity authorized by
11
+ the copyright owner that is granting the License.
12
+ "Legal Entity" shall mean the union of the acting entity and all
13
+ other entities that control, are controlled by, or are under common
14
+ control with that entity.
15
+ "You" (or "Your") shall mean an individual or Legal Entity
16
+ exercising permissions granted by this License.
17
+ "Source" form shall mean the preferred form for making modifications,
18
+ including but not limited to software source code, documentation
19
+ source, and configuration files.
20
+ "Object" form shall mean any form resulting from mechanical
21
+ transformation or translation of a Source form, including but
22
+ not limited to compiled object code, generated documentation,
23
+ and conversions to other media types.
24
+ "Work" shall mean the work of authorship, whether in Source or
25
+ Object form, made available under the License, as indicated by a
26
+ copyright notice that is included in or attached to the work.
27
+ "Derivative Works" shall mean any work, whether in Source or Object
28
+ form, that is based on (or derived from) the Work and for which the
29
+ editorial revisions, annotations, elaborations, or other modifications
30
+ represent, as a whole, an original work of authorship.
31
+ "Contribution" shall mean any work of authorship, including
32
+ the original version of the Work and any modifications or additions
33
+ to that Work or Derivative Works thereof, that is intentionally
34
+ submitted to Licensor for inclusion in the Work by the copyright owner
35
+ or by an individual or Legal Entity authorized to submit on behalf of
36
+ the copyright owner.
37
+ "Contributor" shall mean Licensor and any individual or Legal Entity
38
+ on behalf of whom a Contribution has been received by Licensor and
39
+ subsequently incorporated within the Work.
40
+
41
+ 2. Grant of Copyright License. Subject to the terms and conditions of
42
+ this License, each Contributor hereby grants to You a perpetual,
43
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
44
+ copyright license to reproduce, prepare Derivative Works of,
45
+ publicly display, publicly perform, sublicense, and distribute the
46
+ Work and such Derivative Works in Source or Object form.
47
+
48
+ 3. Grant of Patent License. Subject to the terms and conditions of
49
+ this License, each Contributor hereby grants to You a perpetual,
50
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
51
+ (except as stated in this section) patent license to make, have made,
52
+ use, offer to sell, sell, import, and otherwise transfer the Work,
53
+ where such license applies only to those patent claims licensable
54
+ by such Contributor that are necessarily infringed by their
55
+ Contribution(s) alone or by combination of their Contribution(s)
56
+ with the Work to which such Contribution(s) was submitted.
57
+
58
+ 4. Redistribution. You may reproduce and distribute copies of the
59
+ Work or Derivative Works thereof in any medium, with or without
60
+ modifications, and in Source or Object form, provided that You
61
+ meet the following conditions:
62
+ (a) You must give any other recipients of the Work or
63
+ Derivative Works a copy of this License; and
64
+ (b) You must cause any modified files to carry prominent notices
65
+ stating that You changed the files; and
66
+ (c) You must retain, in the Source form of any Derivative Works
67
+ that You distribute, all copyright, patent, trademark, and
68
+ attribution notices from the Source form of the Work,
69
+ excluding those notices that do not pertain to any part of
70
+ the Derivative Works; and
71
+ (d) If the Work includes a "NOTICE" text file as part of its
72
+ distribution, then any Derivative Works that You distribute must
73
+ include a readable copy of the attribution notices contained
74
+ within such NOTICE file.
75
+
76
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
77
+ any Contribution intentionally submitted for inclusion in the Work
78
+ by You to the Licensor shall be under the terms and conditions of
79
+ this License, without any additional terms or conditions.
80
+
81
+ 6. Trademarks. This License does not grant permission to use the trade
82
+ names, trademarks, service marks, or product names of the Licensor,
83
+ except as required for reasonable and customary use in describing the
84
+ origin of the Work and reproducing the content of the NOTICE file.
85
+
86
+ 7. Disclaimer of Warranty. Unless required by applicable law or
87
+ agreed to in writing, Licensor provides the Work (and each
88
+ Contributor provides its Contributions) on an "AS IS" BASIS,
89
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
90
+ implied, including, without limitation, any warranties or conditions
91
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
92
+ PARTICULAR PURPOSE.
93
+
94
+ 8. Limitation of Liability. In no case shall any Contributor be liable
95
+ to You for damages, including any direct, indirect, special,
96
+ incidental, or consequential damages of any character arising as a
97
+ result of this License or out of the use or inability to use the Work.
98
+
99
+ 9. Accepting Warranty or Additional Liability. While redistributing
100
+ the Work or Derivative Works thereof, You may choose to offer,
101
+ and charge a fee for, acceptance of support, warranty, indemnity,
102
+ or other liability obligations and/or rights consistent with this
103
+ License.