Skip to content

Commit 6229c19

Browse files
authored
Merge pull request #1186 from github/blueoak-1.0.0
BlueOak-1.0.0
2 parents 1456321 + 96020d7 commit 6229c19

1 file changed

Lines changed: 84 additions & 0 deletions

File tree

_licenses/blueoak-1.0.0.txt

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
title: Blue Oak Model License 1.0.0
3+
spdx-id: BlueOak-1.0.0
4+
5+
description: A permissive license whose main conditions require providing notice of the license. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
6+
7+
how: Create a text file (typically named LICENSE.md) in the root of your source code and copy the text of the license into the file.
8+
9+
using:
10+
drone-gc: https://github.com/drone/drone-gc/blob/master/LICENSE.md
11+
oh-my-git: https://github.com/git-learning-game/oh-my-git/blob/main/LICENSE.md
12+
punct: https://github.com/otherjoel/punct/blob/main/LICENSE.md
13+
14+
permissions:
15+
- commercial-use
16+
- modifications
17+
- distribution
18+
- patent-use
19+
- private-use
20+
21+
conditions:
22+
- include-copyright
23+
24+
limitations:
25+
- liability
26+
- warranty
27+
28+
---
29+
30+
# Blue Oak Model License
31+
32+
Version 1.0.0
33+
34+
## Purpose
35+
36+
This license gives everyone as much permission to work with
37+
this software as possible, while protecting contributors
38+
from liability.
39+
40+
## Acceptance
41+
42+
In order to receive this license, you must agree to its
43+
rules. The rules of this license are both obligations
44+
under that agreement and conditions to your license.
45+
You must not do anything with this software that triggers
46+
a rule that you cannot or will not follow.
47+
48+
## Copyright
49+
50+
Each contributor licenses you to do everything with this
51+
software that would otherwise infringe that contributor's
52+
copyright in it.
53+
54+
## Notices
55+
56+
You must ensure that everyone who gets a copy of
57+
any part of this software from you, with or without
58+
changes, also gets the text of this license or a link to
59+
<https://blueoakcouncil.org/license/1.0.0>.
60+
61+
## Excuse
62+
63+
If anyone notifies you in writing that you have not
64+
complied with [Notices](#notices), you can keep your
65+
license by taking all practical steps to comply within 30
66+
days after the notice. If you do not do so, your license
67+
ends immediately.
68+
69+
## Patent
70+
71+
Each contributor licenses you to do everything with this
72+
software that would otherwise infringe any patent claims
73+
they can license or become able to license.
74+
75+
## Reliability
76+
77+
No contributor can revoke this license.
78+
79+
## No Liability
80+
81+
***As far as the law allows, this software comes as is,
82+
without any warranty or condition, and no contributor
83+
will be liable to anyone for any damages related to this
84+
software or this license, under any kind of legal claim.***

0 commit comments

Comments
 (0)