Skip to content

Commit ede2254

Browse files
Create LICENSE
1 parent fda7f0f commit ede2254

1 file changed

Lines changed: 121 additions & 0 deletions

File tree

LICENSE

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
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.
18+
19+
"You" (or "Your") shall mean an individual or Legal Entity
20+
exercising permissions granted by this License.
21+
22+
"Source" form shall mean the preferred form for making modifications,
23+
including but not limited to software source code, documentation
24+
source, and configuration files.
25+
26+
"Object" form shall mean any form resulting from mechanical
27+
transformation or translation of a Source form.
28+
29+
"Work" shall mean the work of authorship, whether in Source or Object
30+
form, made available under the License.
31+
32+
"Derivative Works" shall mean any work, whether in Source or Object
33+
form, that is based on (or derived from) the Work.
34+
35+
"Contribution" shall mean any work of authorship intentionally
36+
submitted to Licensor for inclusion in the Work.
37+
38+
"Contributor" shall mean Licensor and any individual or Legal Entity
39+
on behalf of whom a Contribution has been received by Licensor and
40+
subsequently incorporated within the Work.
41+
42+
2. Grant of Copyright License.
43+
44+
Subject to the terms and conditions of this License, each Contributor
45+
hereby grants to You a perpetual, worldwide, non-exclusive,
46+
no-charge, royalty-free, irrevocable copyright license to reproduce,
47+
prepare Derivative Works of, publicly display, publicly perform,
48+
sublicense, and distribute the Work and such Derivative Works.
49+
50+
3. Grant of Patent License.
51+
52+
Subject to the terms and conditions of this License, each Contributor
53+
hereby grants to You a perpetual, worldwide, non-exclusive,
54+
no-charge, royalty-free, irrevocable patent license to make, have
55+
made, use, offer to sell, sell, import, and otherwise transfer the
56+
Work.
57+
58+
4. Redistribution.
59+
60+
You may reproduce and distribute copies of the Work or Derivative
61+
Works thereof in any medium, with or without modifications, provided
62+
that You meet the following conditions:
63+
64+
(a) You must give any other recipients of the Work or Derivative
65+
Works a copy of this License; and
66+
67+
(b) You must cause any modified files to carry prominent notices
68+
stating that You changed the files; and
69+
70+
(c) You must retain, in the Source form of any Derivative Works that
71+
You distribute, all copyright, patent, trademark, and attribution
72+
notices from the Source form of the Work; and
73+
74+
(d) If the Work includes a "NOTICE" text file as part of its
75+
distribution, then any Derivative Works that You distribute must
76+
include a readable copy of the attribution notices contained within
77+
such NOTICE file.
78+
79+
5. Submission of Contributions.
80+
81+
Unless You explicitly state otherwise, any Contribution intentionally
82+
submitted for inclusion in the Work by You shall be under the terms
83+
and conditions of this License.
84+
85+
6. Trademarks.
86+
87+
This License does not grant permission to use the trade names,
88+
trademarks, service marks, or product names of the Licensor.
89+
90+
7. Disclaimer of Warranty.
91+
92+
Unless required by applicable law or agreed to in writing, Licensor
93+
provides the Work on an "AS IS" BASIS, WITHOUT WARRANTIES OR
94+
CONDITIONS OF ANY KIND, either express or implied.
95+
96+
8. Limitation of Liability.
97+
98+
In no event and under no legal theory shall any Contributor be liable
99+
to You for damages arising from the use of the Work.
100+
101+
9. Accepting Warranty or Additional Liability.
102+
103+
While redistributing the Work or Derivative Works thereof, You may
104+
choose to offer support, warranty, indemnity, or other liability
105+
obligations and/or rights consistent with this License.
106+
107+
END OF TERMS AND CONDITIONS
108+
109+
Copyright 2026 Shivam Singh
110+
111+
Licensed under the Apache License, Version 2.0 (the "License");
112+
you may not use this project except in compliance with the License.
113+
You may obtain a copy of the License at
114+
115+
http://www.apache.org/licenses/LICENSE-2.0
116+
117+
Unless required by applicable law or agreed to in writing, software
118+
distributed under the License is distributed on an "AS IS" BASIS,
119+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
120+
See the License for the specific language governing permissions and
121+
limitations under the License.

0 commit comments

Comments
 (0)