Skip to content

Commit 82f45e3

Browse files
committed
Apache 2.0 License (same as Netbox)
1 parent 847e20e commit 82f45e3

File tree

3 files changed

+205
-23
lines changed

3 files changed

+205
-23
lines changed

LICENSE

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,4 +330,4 @@ LOGGING = {
330330

331331
## License
332332

333-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
333+
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
{name = "Jan Krupa", email = "[email protected]"},
1111
{name = "Jiri Vrany", email = "[email protected]"}
1212
]
13-
license = {text = "MIT"}
13+
license = {text = "Apache-2.0"}
1414
readme = "README.md"
1515
requires-python = ">=3.8"
1616
dependencies = [

0 commit comments

Comments
 (0)