Skip to content

Commit ca950ca

Browse files
committed
Relicense to BlueOak-1.0.0 or BSD-2-Clause-Patent
Those are the most permissive possible
1 parent b4ad3a3 commit ca950ca

File tree

3 files changed

+105
-8
lines changed

3 files changed

+105
-8
lines changed

LICENSE

Lines changed: 0 additions & 7 deletions
This file was deleted.

LICENSE.md

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
Copyright (c) 2019 Agent of User
2+
3+
# Blue Oak Model License
4+
5+
Version 1.0.0
6+
7+
## Purpose
8+
9+
This license gives everyone as much permission to work with this software as
10+
possible, while protecting contributors from liability.
11+
12+
## Acceptance
13+
14+
In order to receive this license, you must agree to its rules. The rules of
15+
this license are both obligations under that agreement and conditions to your
16+
license. You must not do anything with this software that triggers a rule that
17+
you cannot or will not follow.
18+
19+
## Copyright
20+
21+
Each contributor licenses you to do everything with this software that would
22+
otherwise infringe that contributor's copyright in it.
23+
24+
## Notices
25+
26+
You must ensure that everyone who gets a copy of any part of this software from
27+
you, with or without changes, also gets the text of this license or a link to
28+
<https://blueoakcouncil.org/license/1.0.0>.
29+
30+
## Excuse
31+
32+
If anyone notifies you in writing that you have not complied with
33+
[Notices](#notices), you can keep your license by taking all practical steps to
34+
comply within 30 days after the notice. If you do not do so, your license ends
35+
immediately.
36+
37+
## Patent
38+
39+
Each contributor licenses you to do everything with this software that would
40+
otherwise infringe any patent claims they can license or become able to
41+
license.
42+
43+
## Reliability
44+
45+
No contributor can revoke this license.
46+
47+
## No Liability
48+
49+
**_As far as the law allows, this software comes as is, without any warranty or
50+
condition, and no contributor will be liable to anyone for any damages related
51+
to this software or this license, under any kind of legal claim._**
52+
53+
---
54+
55+
# BSD-2-Clause Plus Patent License
56+
57+
Note: This license is designed to provide: a) a simple permissive license; b)
58+
that is compatible with the GNU General Public License (GPL), version 2; and c)
59+
which also has an express patent grant included.
60+
61+
Copyright (c) 2019 Agent of User
62+
63+
Redistribution and use in source and binary forms, with or without
64+
modification, are permitted provided that the following conditions are met:
65+
66+
1. Redistributions of source code must retain the above copyright notice, this
67+
list of conditions and the following disclaimer.
68+
2. Redistributions in binary form must reproduce the above copyright notice,
69+
this list of conditions and the following disclaimer in the documentation
70+
and/or other materials provided with the distribution.
71+
72+
Subject to the terms and conditions of this license, each copyright holder and
73+
contributor hereby grants to those receiving rights under this license a
74+
perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
75+
(except for failure to satisfy the conditions of this license) patent license
76+
to make, have made, use, offer to sell, sell, import, and otherwise transfer
77+
this software, where such license applies only to those patent claims, already
78+
acquired or hereafter acquired, licensable by such copyright holder or
79+
contributor that are necessarily infringed by:
80+
81+
(a) their Contribution(s) (the licensed copyrights of copyright holders and
82+
non-copyrightable additions of contributors, in source or binary form) alone;
83+
or
84+
85+
(b) combination of their Contribution(s) with the work of authorship to which
86+
such Contribution(s) was added by such copyright holder or contributor, if, at
87+
the time the Contribution is added, such addition causes such combination to be
88+
necessarily infringed. The patent license shall not apply to any other
89+
combinations which include the Contribution. Except as expressly stated above,
90+
no rights or licenses from any copyright holder or contributor is granted under
91+
this license, whether expressly, by implication, estoppel or otherwise.
92+
93+
DISCLAIMER
94+
95+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
96+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
97+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
98+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
99+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
100+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
101+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
102+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
103+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
104+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0-development",
44
"description": "Pin directory locally, send hash to pinning service, and update DNS",
55
"author": "Agent of User",
6-
"license": "MIT",
6+
"license": "(BlueOak-1.0.0 OR BSD-2-Clause-Patent)",
77
"bugs": {
88
"url": "https://github.com/agentofuser/ipfs-deploy/issues"
99
},

0 commit comments

Comments
 (0)