Skip to content

Commit

Permalink
Change license to 996ICU
Browse files Browse the repository at this point in the history
  • Loading branch information
yahtnif committed Apr 2, 2019
1 parent c0d0195 commit 3a0daab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
18 changes: 1 addition & 17 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
Copyright (c) 2019-present, Yahtnif (https://github.com/yahtnif)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
See [996ICU License](https://github.com/996icu/996.ICU/blob/master/LICENSE)
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Foke

> simple job queue.
[![996ICU Licence](<https://img.shields.io/badge/license-NPL%20(The%20996%20Prohibited%20License)-blue.svg>)](https://github.com/996icu/996.ICU/blob/master/LICENSE)

> simple job queues.
## Install

Expand Down Expand Up @@ -44,3 +46,7 @@ foke.add({

foke.start()
```

## License

[996ICU](./LICENSE)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "foke",
"version": "0.1.0",
"description": "simple job queue.",
"description": "simple job queues.",
"author": "Yahtnif <yahtnif@gmail.com>",
"main": "index.js",
"repository": "yahtnif/foke",
Expand Down Expand Up @@ -30,7 +30,7 @@
"index.js",
"dash.js"
],
"license": "MIT",
"license": "996ICU",
"dependencies": {
"debug": "^4.1.1",
"fastify": "^2.0.1",
Expand Down

0 comments on commit 3a0daab

Please sign in to comment.