Skip to content

Commit 6938939

Browse files
committed
Relicense
1 parent 91571ac commit 6938939

File tree

5 files changed

+55
-25
lines changed

5 files changed

+55
-25
lines changed

LICENSE

-13
This file was deleted.

LICENSE.md

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

cmd/wsrpc-agent/agent.go

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) 2019 Josh Rickmar
2-
// Use of this source code is governed by an ISC
3-
// license that can be found in the LICENSE file.
4-
51
package main
62

73
import (

cmd/wsrpc/wsrpc.go

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) 2019 Josh Rickmar
2-
// Use of this source code is governed by an ISC
3-
// license that can be found in the LICENSE file.
4-
51
package main
62

73
import (

rpc.go

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright (c) 2019 Josh Rickmar
2-
// Use of this source code is governed by an ISC
3-
// license that can be found in the LICENSE file.
4-
51
/*
62
Package wsrpc provides a partial implementation of a JSON-RPC 2.0 websocket
73
client. Inspired by net/rpc, clients call methods by their name with arguments

0 commit comments

Comments
 (0)