atulyaatul commited on
Commit
4806e59
·
verified ·
1 Parent(s): 1aee65c

Add Apache 2.0 LICENSE

Browse files
Files changed (1) hide show
  1. LICENSE +154 -0
LICENSE ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship made available under
36
+ the License, as indicated by a copyright notice that is included
37
+ in or affixed to the work (an example is provided in the Appendix
38
+ below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the
44
+ purposes of this License, Derivative Works shall not include works
45
+ that remain separable from, or merely link (or bind by name) to the
46
+ interfaces of, the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean, as submitted to the Licensor for inclusion
49
+ in the Work by the copyright owner or by an individual or Legal Entity
50
+ authorized to submit on behalf of the copyright owner. For the
51
+ purposes of this definition, "submitted" means any form of electronic,
52
+ verbal, or written communication sent to the Licensor or its
53
+ representatives.
54
+
55
+ "Contributor" shall mean Licensor and any Legal Entity on behalf of
56
+ whom a Contribution has been received by the Licensor and included
57
+ within the Work.
58
+
59
+ 2. Grant of Copyright License. Subject to the terms and conditions of
60
+ this License, each Contributor hereby grants to You a perpetual,
61
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
62
+ copyright license to reproduce, prepare Derivative Works of,
63
+ publicly display, publicly perform, sublicense, and distribute the
64
+ Work and such Derivative Works in Source or Object form.
65
+
66
+ 3. Grant of Patent License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ (except as stated in this section) patent license to make, have made,
70
+ use, offer to sell, sell, import, and otherwise transfer the Work,
71
+ where such license applies only to those patent claims licensable
72
+ by such Contributor that are necessarily infringed by their
73
+ Contribution(s) alone or by the combination of their Contribution(s)
74
+ with the Work to which such Contribution(s) was submitted. If You
75
+ institute patent litigation against any entity (including a cross-claim
76
+ or counterclaim in a lawsuit) alleging that the Work or any patent
77
+ claim embodied in the Work constitutes direct or contributory patent
78
+ infringement, then any patent licenses granted to You under this
79
+ License for that Work shall terminate as of the date such litigation
80
+ is filed.
81
+
82
+ 4. Redistribution. You may reproduce and distribute copies of the
83
+ Work or Derivative Works thereof in any medium, with or without
84
+ modifications, and in Source or Object form, provided that You
85
+ meet the following conditions:
86
+
87
+ (a) You must give any other recipients of the Work or Derivative
88
+ Works a copy of this License; and
89
+
90
+ (b) You must cause any modified files to carry prominent notices
91
+ stating that You changed the files; and
92
+
93
+ (c) You must retain, in the Source form of any Derivative Works
94
+ that You distribute, all copyright, copyright, patent, trademark,
95
+ and attribution notices from the Source form of the Work,
96
+ excluding those notices that do not pertain to any part of
97
+ the Derivative Works; and
98
+
99
+ (d) If the Work includes a "NOTICE" text file, the contents of the
100
+ NOTICE file are part of the display and are included within the
101
+ Derivative Works that You distribute as a combined work, in at
102
+ least one of the following ways: (a) within a human-readable
103
+ form of the Derivative Works; (b) within the Source form or
104
+ documentation, if provided along with the Derivative Works; or,
105
+ (c) within a display generated by the Derivative Works, if and
106
+ wherever such third-party notices normally appear. The contents
107
+ of the NOTICE file are for informational purposes only and do
108
+ not modify the License.
109
+
110
+ You may add Your own attribution notices within Derivative Works
111
+ that You distribute, alongside or in addition to the NOTICE text
112
+ from the Work, provided that such additional attribution notices
113
+ cannot be construed as modifying the License.
114
+
115
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
116
+ any Contribution intentionally submitted for inclusion in the Work
117
+ by You to the Licensor shall be under the terms and conditions of
118
+ this License, without any additional terms or conditions.
119
+
120
+ 6. Trademarks. This License does not grant permission to use the trade
121
+ names, trademarks, service marks, or product names of the Licensor,
122
+ except as required for reasonable and customary use in describing the
123
+ origin of the Work and reproducing the content of the NOTICE file.
124
+
125
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed
126
+ to in writing, Licensor provides the Work (and each Contributor
127
+ provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES
128
+ OR CONDITIONS OF ANY KIND, either express or implied, including,
129
+ without limitation, any warranties or conditions of TITLE,
130
+ NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR
131
+ PURPOSE. You are solely responsible for determining the appropriateness
132
+ of using or reproducing the Work and assume any risks associated with
133
+ Your exercise of permissions under this License.
134
+
135
+ 8. Limitation of Liability. In no event and under no legal theory,
136
+ whether in tort (including negligence), contract, or otherwise,
137
+ unless required by applicable law (such as deliberate and grossly
138
+ negligent acts) or agreed to in writing, shall any Contributor be
139
+ liable to You for damages, including any direct, indirect, special,
140
+ incidental, or exemplary damages of any character arising as a result
141
+ of this License or out of the use or inability to use the Work.
142
+
143
+ 9. Accepting Warranty or Additional Liability. While redistributing
144
+ the Work or Derivative Works thereof, You may choose to offer,
145
+ and charge a fee for, acceptance of support, warranty, indemnity,
146
+ or other liability obligations and/or rights consistent with this
147
+ License. However, in accepting such obligations, You may offer such
148
+ conditions only on Your own behalf and on Your sole responsibility,
149
+ not on behalf of any other Contributor, and only if You agree to
150
+ indemnify, defend, and hold each Contributor harmless for any
151
+ liability incurred by, or claims asserted against, such Contributor
152
+ by reason of your accepting any such warranty or additional liability.
153
+
154
+ END OF TERMS AND CONDITIONS