mirror of
https://github.com/sindresorhus/awesome
synced 2024-11-10 06:44:15 +00:00
Use HTTPS links
This commit is contained in:
parent
fddf06307a
commit
e4e8eb02dc
4 changed files with 6 additions and 6 deletions
|
@ -64,7 +64,7 @@ Ensure your list is grammatically correct, typo-free and has no Markdown formatt
|
||||||
|
|
||||||
## Choose an appropriate license
|
## Choose an appropriate license
|
||||||
|
|
||||||
Keep in mind that if you [haven't selected a license](http://choosealicense.com/no-license/), it basically means the people are *not* allowed to reproduce, distribute or create derivative works.
|
Keep in mind that if you [haven't selected a license](https://choosealicense.com/no-license/), it basically means the people are *not* allowed to reproduce, distribute or create derivative works.
|
||||||
|
|
||||||
[Creative Commons licenses](https://creativecommons.org/) are perfect for this purpose. **We would recommend [`CC0`](https://creativecommons.org/publicdomain/zero/1.0/).** Code licenses like MIT, BSD, GPL, and so forth are not recommended.
|
[Creative Commons licenses](https://creativecommons.org/) are perfect for this purpose. **We would recommend [`CC0`](https://creativecommons.org/publicdomain/zero/1.0/).** Code licenses like MIT, BSD, GPL, and so forth are not recommended.
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@ members of the project's leadership.
|
||||||
## Attribution
|
## Attribution
|
||||||
|
|
||||||
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
||||||
available at [http://contributor-covenant.org/version/1/4][version]
|
available at [https://contributor-covenant.org/version/1/4][version]
|
||||||
|
|
||||||
[homepage]: http://contributor-covenant.org
|
[homepage]: https://contributor-covenant.org
|
||||||
[version]: http://contributor-covenant.org/version/1/4/
|
[version]: https://contributor-covenant.org/version/1/4/
|
||||||
|
|
2
license
2
license
|
@ -37,4 +37,4 @@ c. Affirmer disclaims responsibility for clearing rights of other persons that m
|
||||||
|
|
||||||
d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.
|
d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.
|
||||||
|
|
||||||
For more information, please see http://creativecommons.org/publicdomain/zero/1.0
|
For more information, please see https://creativecommons.org/publicdomain/zero/1.0
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
- Has an appropriate license.
|
- Has an appropriate license.
|
||||||
- **We strongly recommend the [CC0 license](https://creativecommons.org/publicdomain/zero/1.0/), but any [Creative Commons license](https://creativecommons.org/choose/) will work.**
|
- **We strongly recommend the [CC0 license](https://creativecommons.org/publicdomain/zero/1.0/), but any [Creative Commons license](https://creativecommons.org/choose/) will work.**
|
||||||
- Tip: You can quickly add it to your repo by going to this URL: `https://github.com/<user>/<repo>/community/license/new?branch=master&template=cc0-1.0` (replace `<user>` and `<repo>` accordingly).
|
- Tip: You can quickly add it to your repo by going to this URL: `https://github.com/<user>/<repo>/community/license/new?branch=master&template=cc0-1.0` (replace `<user>` and `<repo>` accordingly).
|
||||||
- A code license like MIT, BSD, Apache, GPL, etc, is not acceptable. Neither are [WTFPL](http://www.wtfpl.net) and [Unlicense](http://unlicense.org).
|
- A code license like MIT, BSD, Apache, GPL, etc, is not acceptable. Neither are WTFPL and [Unlicense](https://unlicense.org).
|
||||||
- Place a file named `license` or `LICENSE` in the repo root with the license text.
|
- Place a file named `license` or `LICENSE` in the repo root with the license text.
|
||||||
- **Do not** add the license name or text to the readme. GitHub already shows the license name at the top of the repo.
|
- **Do not** add the license name or text to the readme. GitHub already shows the license name at the top of the repo.
|
||||||
- To verify that you've read all the guidelines, please comment on your pull request with just the word `unicorn`.
|
- To verify that you've read all the guidelines, please comment on your pull request with just the word `unicorn`.
|
||||||
|
|
Loading…
Reference in a new issue