From 11fc33475ac227166fc802e659fd6d47b3e6412e Mon Sep 17 00:00:00 2001 From: Fei Chong Date: Sun, 31 Mar 2019 13:03:48 +0800 Subject: [PATCH 1/2] Add instruction for how to use multi-licensing --- externals/instruction.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/externals/instruction.md b/externals/instruction.md index 8527a91..fa3472b 100644 --- a/externals/instruction.md +++ b/externals/instruction.md @@ -12,3 +12,24 @@ or equivalent Markdown code [![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu) ``` 996.icu + +Add License +--- +#### Budget +Markdown code for badget: +```markdown +[![LICENSE](https://img.shields.io/badge/license-NPL%20(The%20996%20Prohibited%20License)-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE) +``` +[![LICENSE](https://img.shields.io/badge/license-NPL%20(The%20996%20Prohibited%20License)-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE) + +#### License file +The 996ICU license is designed for multi-licensing, you can use it with other licenses like MIT in these ways: +- Separate license files: + - In `LICENSE` file, list all licenses you used. + - Add `LICENSE.996ICU` or `LINCES.NPL` file for details of 996ICU license. + - Add `LINCESE.MIT` file for details of MIT license. +- Single lincense files: + - Add primary license content, such as MIT license. + - Add separation line like `----------`. + - Add 996ICU license content. + From f0780d4c2cd401f9a891d4c73aac47d73573ec61 Mon Sep 17 00:00:00 2001 From: Fei Chong Date: Sun, 31 Mar 2019 13:19:27 +0800 Subject: [PATCH 2/2] Fix typo --- externals/instruction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externals/instruction.md b/externals/instruction.md index fa3472b..f60a8a2 100644 --- a/externals/instruction.md +++ b/externals/instruction.md @@ -25,10 +25,10 @@ Markdown code for badget: #### License file The 996ICU license is designed for multi-licensing, you can use it with other licenses like MIT in these ways: - Separate license files: - - In `LICENSE` file, list all licenses you used. + - In `LICENSE` file, list all licenses you used with `AND`. - Add `LICENSE.996ICU` or `LINCES.NPL` file for details of 996ICU license. - Add `LINCESE.MIT` file for details of MIT license. -- Single lincense files: +- Single license files: - Add primary license content, such as MIT license. - Add separation line like `----------`. - Add 996ICU license content.