Skip to content

Commit

Permalink
Add instruction for how to use multi-licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
ZgblKylin authored Mar 31, 2019
1 parent c2135a1 commit 11fc334
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions externals/instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,24 @@ or equivalent Markdown code
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
```
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu"></a>

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.

0 comments on commit 11fc334

Please sign in to comment.