From 3a0daabb986944728b4af5f7007ee1650b027508 Mon Sep 17 00:00:00 2001 From: Yahtnif Date: Tue, 2 Apr 2019 16:29:07 +0800 Subject: [PATCH] Change license to 996ICU --- LICENSE | 18 +----------------- README.md | 8 +++++++- package.json | 4 ++-- 3 files changed, 10 insertions(+), 20 deletions(-) diff --git a/LICENSE b/LICENSE index 9fe3285..8584b1e 100644 --- a/LICENSE +++ b/LICENSE @@ -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) diff --git a/README.md b/README.md index 2a83d23..e0f40c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Foke -> simple job queue. +[![996ICU Licence]()](https://github.com/996icu/996.ICU/blob/master/LICENSE) + +> simple job queues. ## Install @@ -44,3 +46,7 @@ foke.add({ foke.start() ``` + +## License + +[996ICU](./LICENSE) diff --git a/package.json b/package.json index d2d20b9..119e913 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "foke", "version": "0.1.0", - "description": "simple job queue.", + "description": "simple job queues.", "author": "Yahtnif ", "main": "index.js", "repository": "yahtnif/foke", @@ -30,7 +30,7 @@ "index.js", "dash.js" ], - "license": "MIT", + "license": "996ICU", "dependencies": { "debug": "^4.1.1", "fastify": "^2.0.1",