Skip to content

Commit ccead0b

Browse files
author
joeldevelops
committed
Add license, EE license, CoC, and Security
1 parent e91ae73 commit ccead0b

File tree

4 files changed

+135
-0
lines changed

4 files changed

+135
-0
lines changed

.github/CODE_OF_CONDUCT.md

Whitespace-only changes.

.github/SECURITY.md

Whitespace-only changes.

LICENSE.md

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
# License
2+
3+
Portions of this software are licensed as follows:
4+
5+
- Content of branches other than the main branch (i.e. "master") are not
6+
licensed.
7+
- Source code files that contain ".ee." in their filename are NOT licensed under
8+
the Sustainable Use License. To use source code files that contain ".ee." in
9+
their filename you must hold a valid NanoAPI Enterprise License specifically
10+
allowing you access to such source code files and as defined in
11+
"LICENSE_EE.md".
12+
- All third party components incorporated into the NanoAPI Software are licensed
13+
under the original license provided by the owner of the applicable component.
14+
- Content outside of the above mentioned files or restrictions is available
15+
under the "Sustainable Use License" as defined below.
16+
17+
## Sustainable Use License
18+
19+
Version 1.0
20+
21+
### Acceptance
22+
23+
By using the software, you agree to all of the terms and conditions below.
24+
25+
### Copyright License
26+
27+
The licensor grants you a non-exclusive, royalty-free, worldwide,
28+
non-sublicensable, non-transferable license to use, copy, distribute, make
29+
available, and prepare derivative works of the software, in each case subject to
30+
the limitations below.
31+
32+
### Limitations
33+
34+
You may use or modify the software only for your own internal business purposes
35+
or for non-commercial or personal use. You may distribute the software or
36+
provide it to others only if you do so free of charge for non-commercial
37+
purposes. You may not alter, remove, or obscure any licensing, copyright, or
38+
other notices of the licensor in the software. Any use of the licensor’s
39+
trademarks is subject to applicable law.
40+
41+
### Patents
42+
43+
The licensor grants you a license, under any patent claims the licensor can
44+
license, or becomes able to license, to make, have made, use, sell, offer for
45+
sale, import and have imported the software, in each case subject to the
46+
limitations and conditions in this license. This license does not cover any
47+
patent claims that you cause to be infringed by modifications or additions to
48+
the software. If you or your company make any written claim that the software
49+
infringes or contributes to infringement of any patent, your patent license for
50+
the software granted under these terms ends immediately. If your company makes
51+
such a claim, your patent license ends immediately for work on behalf of your
52+
company.
53+
54+
### Notices
55+
56+
You must ensure that anyone who gets a copy of any part of the software from you
57+
also gets a copy of these terms. If you modify the software, you must include in
58+
any modified copies of the software a prominent notice stating that you have
59+
modified the software.
60+
61+
### No Other Rights
62+
63+
These terms do not imply any licenses other than those expressly granted in
64+
these terms.
65+
66+
### Termination
67+
68+
If you use the software in violation of these terms, such use is not licensed,
69+
and your license will automatically terminate. If the licensor provides you with
70+
a notice of your violation, and you cease all violation of this license no later
71+
than 30 days after you receive that notice, your license will be reinstated
72+
retroactively. However, if you violate these terms after such reinstatement, any
73+
additional violation of these terms will cause your license to terminate
74+
automatically and permanently.
75+
76+
### No Liability
77+
78+
As far as the law allows, the software comes as is, without any warranty or
79+
condition, and the licensor will not be liable to you for any damages arising
80+
out of these terms or the use or nature of the software, under any kind of legal
81+
claim.
82+
83+
### Definitions
84+
85+
The “licensor” is the entity offering these terms.
86+
87+
The “software” is the software the licensor makes available under these terms,
88+
including any portion of it.
89+
90+
“You” refers to the individual or entity agreeing to these terms.
91+
92+
“Your company” is any legal entity, sole proprietorship, or other kind of
93+
organization that you work for, plus all organizations that have control over,
94+
are under the control of, or are under common control with that organization.
95+
Control means ownership of substantially all the assets of an entity, or the
96+
power to direct its management and policies by vote, contract, or otherwise.
97+
Control can be direct or indirect.
98+
99+
“Your license” is the license granted to you for the software under these terms.
100+
101+
“Use” means anything you do with the software requiring your license.
102+
103+
“Trademark” means trademarks, service marks, and similar rights.

LICENSE_EE.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# The NanoAPI Enterprise License (the “Enterprise License”)
2+
3+
Copyright (c) 2024-present Nano API B.V.
4+
5+
With regard to the NanoAPI Software:
6+
7+
This software and associated documentation files (the "Software") may only be
8+
used in production, if you (and any entity that you represent) hold a valid
9+
NanoAPI Enterprise license corresponding to your usage. Subject to the foregoing
10+
sentence, you are free to modify this Software and publish patches to the
11+
Software. You agree that NanoAPI and/or its licensors (as applicable) retain all
12+
right, title and interest in and to all such modifications and/or patches, and
13+
all such modifications and/or patches may only be used, copied, modified,
14+
displayed, distributed, or otherwise exploited with a valid NanoAPI Enterprise
15+
license for the corresponding usage. Notwithstanding the foregoing, you may copy
16+
and modify the Software for development and testing purposes, without requiring
17+
a subscription. You agree that NanoAPI and/or its licensors (as applicable)
18+
retain all right, title and interest in and to all such modifications. You are
19+
not granted any other rights beyond what is expressly stated herein. Subject to
20+
the foregoing, it is forbidden to copy, merge, publish, distribute, sublicense,
21+
and/or sell the Software.
22+
23+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
25+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
26+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
27+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
28+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29+
30+
For all third party components incorporated into the NanoAPI Software, those
31+
components are licensed under the original license provided by the owner of the
32+
applicable component.

0 commit comments

Comments
 (0)