Skip to content

Commit 780735e

Browse files
committed
Blue Oak license
1 parent de6479f commit 780735e

File tree

3 files changed

+64
-16
lines changed

3 files changed

+64
-16
lines changed

LICENSE

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

LICENSE.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
All packages under `src/` are licensed according to the terms in
2+
their respective `LICENSE` or `LICENSE.md` files.
3+
4+
The remainder of this project is licensed under the Blue Oak
5+
Model License, as follows:
6+
7+
-----
8+
9+
# Blue Oak Model License
10+
11+
Version 1.0.0
12+
13+
## Purpose
14+
15+
This license gives everyone as much permission to work with
16+
this software as possible, while protecting contributors
17+
from liability.
18+
19+
## Acceptance
20+
21+
In order to receive this license, you must agree to its
22+
rules. The rules of this license are both obligations
23+
under that agreement and conditions to your license.
24+
You must not do anything with this software that triggers
25+
a rule that you cannot or will not follow.
26+
27+
## Copyright
28+
29+
Each contributor licenses you to do everything with this
30+
software that would otherwise infringe that contributor's
31+
copyright in it.
32+
33+
## Notices
34+
35+
You must ensure that everyone who gets a copy of
36+
any part of this software from you, with or without
37+
changes, also gets the text of this license or a link to
38+
<https://blueoakcouncil.org/license/1.0.0>.
39+
40+
## Excuse
41+
42+
If anyone notifies you in writing that you have not
43+
complied with [Notices](#notices), you can keep your
44+
license by taking all practical steps to comply within 30
45+
days after the notice. If you do not do so, your license
46+
ends immediately.
47+
48+
## Patent
49+
50+
Each contributor licenses you to do everything with this
51+
software that would otherwise infringe any patent claims
52+
they can license or become able to license.
53+
54+
## Reliability
55+
56+
No contributor can revoke this license.
57+
58+
## No Liability
59+
60+
***As far as the law allows, this software comes as is,
61+
without any warranty or condition, and no contributor
62+
will be liable to anyone for any damages related to this
63+
software or this license, under any kind of legal claim.***

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"tap": {
8787
"before": "test/00-setup.ts"
8888
},
89-
"license": "ISC",
89+
"license": "BlueOak-1.0.0",
9090
"funding": {
9191
"url": "https://github.com/sponsors/isaacs"
9292
},

0 commit comments

Comments
 (0)