2019-03-30 13:37:17 +08:00
|
|
|
|
Add a badge
|
|
|
|
|
---
|
|
|
|
|
Add a badge to your awesome project by pasting this line in your README.md.
|
|
|
|
|
|
|
|
|
|
```html
|
2019-04-03 09:08:33 +08:00
|
|
|
|
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
|
2019-03-30 13:37:17 +08:00
|
|
|
|
```
|
2019-03-30 23:43:47 +08:00
|
|
|
|
|
|
|
|
|
or equivalent Markdown code
|
|
|
|
|
|
|
|
|
|
```markdown
|
2019-03-31 07:04:55 +08:00
|
|
|
|
[](https://996.icu)
|
2019-03-30 23:43:47 +08:00
|
|
|
|
```
|
2019-04-03 09:08:33 +08:00
|
|
|
|
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu" /></a>
|
2019-03-31 13:03:48 +08:00
|
|
|
|
|
|
|
|
|
Add License
|
|
|
|
|
---
|
2019-04-03 13:35:16 -04:00
|
|
|
|
#### Badge
|
|
|
|
|
Markdown code for badge:
|
2019-03-31 13:03:48 +08:00
|
|
|
|
```markdown
|
2019-04-02 11:38:52 +08:00
|
|
|
|
[](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
2019-03-31 13:03:48 +08:00
|
|
|
|
```
|
2019-04-02 11:38:52 +08:00
|
|
|
|
[](https://github.com/996icu/996.ICU/blob/master/LICENSE)
|
2019-03-31 13:03:48 +08:00
|
|
|
|
|
|
|
|
|
#### 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:
|
2019-03-31 13:19:27 +08:00
|
|
|
|
- In `LICENSE` file, list all licenses you used with `AND`.
|
2019-03-31 22:51:40 +08:00
|
|
|
|
- Add `LICENSE.996ICU` or `LICENSE.NPL` file for details of 996ICU license.
|
|
|
|
|
- Add `LICENSE.MIT` file for details of MIT license.
|
2019-03-31 13:19:27 +08:00
|
|
|
|
- Single license files:
|
2019-03-31 13:03:48 +08:00
|
|
|
|
- Add primary license content, such as MIT license.
|
|
|
|
|
- Add separation line like `----------`.
|
|
|
|
|
- Add 996ICU license content.
|