Skip to content

Commit 2d4fc4d

Browse files
committed
feat(docs): add LICENSE and README files with project overview and CLI usage instructions
1 parent 4449bc8 commit 2d4fc4d

2 files changed

Lines changed: 402 additions & 0 deletions

File tree

LICENSE

Lines changed: 186 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,186 @@
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, and
10+
distribution as defined by Sections 1 through 9 of this document.
11+
12+
"Licensor" shall mean the copyright owner or entity authorized by the
13+
copyright owner that is granting the License.
14+
15+
"Legal Entity" shall mean the union of the acting entity and all other
16+
entities that control, are controlled by, or are under common control with
17+
that entity. For the purposes of this definition, "control" means (i) the
18+
power, direct or indirect, to cause the direction or management of such
19+
entity, whether by contract or otherwise, or (ii) ownership of fifty percent
20+
(50%) or more of the outstanding shares, or (iii) beneficial ownership of
21+
such entity.
22+
23+
"You" (or "Your") shall mean an individual or Legal Entity exercising
24+
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 source, and
28+
configuration files.
29+
30+
"Object" form shall mean any form resulting from mechanical transformation or
31+
translation of a Source form, including but not limited to compiled object
32+
code, generated documentation, and conversions to other media types.
33+
34+
"Work" shall mean the work of authorship, whether in Source or Object form,
35+
made available under the License, as indicated by a copyright notice that is
36+
included in or attached to the work (an example is provided in the Appendix
37+
below).
38+
39+
"Derivative Works" shall mean any work, whether in Source or Object form,
40+
that is based on (or derived from) the Work and for which the editorial
41+
revisions, annotations, elaborations, or other modifications represent, as a
42+
whole, an original work of authorship. For the purposes of this License,
43+
Derivative Works shall not include works that remain separable from, or merely
44+
link (or bind by name) to the interfaces of, the Work and Derivative Works
45+
thereof.
46+
47+
"Contribution" shall mean any work of authorship, including the original
48+
version of the Work and any modifications or additions to that Work or
49+
Derivative Works thereof, that is intentionally submitted to Licensor for
50+
inclusion in the Work by the copyright owner or by an individual or Legal
51+
Entity authorized to submit on behalf of the copyright owner. For the purposes
52+
of this definition, "submitted" means any form of electronic, verbal, or
53+
written communication sent to the Licensor or its representatives, including
54+
but not limited to communication on electronic mailing lists, source code
55+
control systems, and issue tracking systems that are managed by, or on behalf
56+
of, the Licensor for the purpose of discussing and improving the Work, but
57+
excluding communication that is conspicuously marked or otherwise designated in
58+
writing by the copyright owner as "Not a Contribution."
59+
60+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
61+
of whom a Contribution has been received by Licensor and subsequently
62+
incorporated within the Work.
63+
64+
2. Grant of Copyright License. Subject to the terms and conditions of this
65+
License, each Contributor hereby grants to You a perpetual, worldwide,
66+
non-exclusive, no-charge, royalty-free, irrevocable copyright license to
67+
reproduce, prepare Derivative Works of, publicly display, publicly perform,
68+
sublicense, and distribute the Work and such Derivative Works in Source or
69+
Object form.
70+
71+
3. Grant of Patent License. Subject to the terms and conditions of this
72+
License, each Contributor hereby grants to You a perpetual, worldwide,
73+
non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this
74+
section) patent license to make, have made, use, offer to sell, sell, import,
75+
and otherwise transfer the Work, where such license applies only to those
76+
patent claims licensable by such Contributor that are necessarily infringed by
77+
their Contribution(s) alone or by combination of their Contribution(s) with the
78+
Work to which such Contribution(s) was submitted. If You institute patent
79+
litigation against any entity (including a cross-claim or counterclaim in a
80+
lawsuit) alleging that the Work or a Contribution incorporated within the Work
81+
constitutes direct or contributory patent infringement, then any patent
82+
licenses granted to You under this License for that Work shall terminate as of
83+
the date such litigation is filed.
84+
85+
4. Redistribution. You may reproduce and distribute copies of the Work or
86+
Derivative Works thereof in any medium, with or without modifications, and in
87+
Source or Object form, provided that You meet the following conditions:
88+
89+
(a) You must give any other recipients of the Work or Derivative Works a copy
90+
of this License; and
91+
92+
(b) You must cause any modified files to carry prominent notices stating that
93+
You changed the files; and
94+
95+
(c) You must retain, in the Source form of any Derivative Works that You
96+
distribute, all copyright, patent, trademark, and attribution notices from the
97+
Source form of the Work, excluding those notices that do not pertain to any
98+
part of the Derivative Works; and
99+
100+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then
101+
any Derivative Works that You distribute must include a readable copy of the
102+
attribution notices contained within such NOTICE file, excluding those notices
103+
that do not pertain to any part of the Derivative Works, in at least one of
104+
the following places: within a NOTICE text file distributed as part of the
105+
Derivative Works; within the Source form or documentation, if provided along
106+
with the Derivative Works; or, within a display generated by the Derivative
107+
Works, if and wherever such third-party notices normally appear. The contents
108+
of the NOTICE file are for informational purposes only and do not modify the
109+
License. You may add Your own attribution notices within Derivative Works that
110+
You distribute, alongside or as an addendum to the NOTICE text from the Work,
111+
provided that such additional attribution notices cannot be construed as
112+
modifying the License.
113+
114+
You may add Your own copyright statement to Your modifications and may provide
115+
additional or different license terms and conditions for use, reproduction, or
116+
distribution of Your modifications, or for any such Derivative Works as a
117+
whole, provided Your use, reproduction, and distribution of the Work otherwise
118+
complies with the conditions stated in this License.
119+
120+
5. Submission of Contributions. Unless You explicitly state otherwise, any
121+
Contribution intentionally submitted for inclusion in the Work by You to the
122+
Licensor shall be under the terms and conditions of this License, without any
123+
additional terms or conditions. Notwithstanding the above, nothing herein shall
124+
supersede or modify the terms of any separate license agreement you may have
125+
executed with Licensor regarding such Contributions.
126+
127+
6. Trademarks. This License does not grant permission to use the trade names,
128+
trademarks, service marks, or product names of the Licensor, except as
129+
required for reasonable and customary use in describing the origin of the Work
130+
and reproducing the content of the NOTICE file.
131+
132+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in
133+
writing, Licensor provides the Work (and each Contributor provides its
134+
Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
135+
KIND, either express or implied, including, without limitation, any warranties
136+
or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
137+
PARTICULAR PURPOSE. You are solely responsible for determining the
138+
appropriateness of using or redistributing the Work and assume any risks
139+
associated with Your exercise of permissions under this License.
140+
141+
8. Limitation of Liability. In no event and under no legal theory, whether in
142+
_tort_ (including negligence), contract, or otherwise, unless required by
143+
applicable law (such as deliberate and grossly negligent acts) or agreed to in
144+
writing, shall any Contributor be liable to You for damages, including any
145+
direct, indirect, special, incidental, or consequential damages of any
146+
character arising as a result of this License or out of the use or inability to
147+
use the Work (including but not limited to damages for loss of goodwill, work
148+
stoppage, computer failure or malfunction, or any and all other commercial
149+
damages or losses), even if such Contributor has been advised of the
150+
possibility of such damages.
151+
152+
9. Accepting Warranty or Additional Liability. While redistributing the Work or
153+
Derivative Works thereof, You may choose to offer, and charge a fee for,
154+
acceptance of support, warranty, indemnity, or other liability obligations
155+
and/or rights consistent with this License. However, in accepting such
156+
obligations, You may act only on Your own behalf and on Your sole
157+
responsibility, not on behalf of any other Contributor, and only if You agree
158+
to indemnify, defend, and hold each Contributor harmless for any liability
159+
incurred by, or claims asserted against, such Contributor by reason of your
160+
accepting any such warranty or additional liability.
161+
162+
END OF TERMS AND CONDITIONS
163+
164+
APPENDIX: How to apply the Apache License to your work.
165+
166+
To apply the Apache License to your work, attach the following boilerplate
167+
notice, with the fields enclosed by brackets "[]" replaced with your own
168+
identifying information. (Don't include the brackets!) The text should be
169+
enclosed in the appropriate comment syntax for the file format. We also
170+
recommend that a file or class name and description of purpose be included on
171+
the same "printed page" as the copyright notice for easier identification
172+
within third-party archives.
173+
174+
Copyright [yyyy] [name of copyright owner]
175+
176+
Licensed under the Apache License, Version 2.0 (the "License");
177+
you may not use this file except in compliance with the License.
178+
You may obtain a copy of the License at
179+
180+
http://www.apache.org/licenses/LICENSE-2.0
181+
182+
Unless required by applicable law or agreed to in writing, software
183+
distributed under the License is distributed on an "AS IS" BASIS,
184+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
185+
See the License for the specific language governing permissions and
186+
limitations under the License.

0 commit comments

Comments
 (0)