Merge pull request #24766 from ZgblKylin/patch-1
Add instruction for how to use multi-licensing
This commit is contained in:
21
externals/instruction.md
vendored
21
externals/instruction.md
vendored
@ -12,3 +12,24 @@ or equivalent Markdown code
|
|||||||
[](https://996.icu)
|
[](https://996.icu)
|
||||||
```
|
```
|
||||||
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu"></a>
|
<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
|
||||||
|
[-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
||||||
|
```
|
||||||
|
[-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 with `AND`.
|
||||||
|
- Add `LICENSE.996ICU` or `LINCES.NPL` file for details of 996ICU license.
|
||||||
|
- Add `LINCESE.MIT` file for details of MIT license.
|
||||||
|
- Single license files:
|
||||||
|
- Add primary license content, such as MIT license.
|
||||||
|
- Add separation line like `----------`.
|
||||||
|
- Add 996ICU license content.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user