Skip to content

Instantly share code, notes, and snippets.

@JethroLee
Forked from lukas-h/license-badges.md
Last active November 26, 2023 05:15
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JethroLee/dd777676d30064fa62a65f514d23f601 to your computer and use it in GitHub Desktop.
Save JethroLee/dd777676d30064fa62a65f514d23f601 to your computer and use it in GitHub Desktop.
License Badges for your Project

Markdown 您的使用執照徽章 (License badges)

這是讓您用來放在您 project 內的 讀我 (README) 檔案用的 使用執照徽章 (License badges)

這份清單包括了 最常使用的開放原始碼 (open source)開放資料 (open data) 之使用執照 (license)。

您可以直接將每個 badge 下方列出的 code 複製貼上到您的 Markdown 檔案即可輕鬆完成。

附註

  • 這些徽章 (badge) 是以 Shields.io 來製作。
  • 這些徽章並不能完全替代您 project 的授權使用執照。他們僅是做為一種印象 -- README 檔案的一項參考資訊 -- 讓讀者可以在第一瞥就了解大概的授權使用執照之種類。
  • 🇫🇷 Cette liste en français
  • GitHub 其實會自動偵測使用執照,並且 show 在您的 repo 上方。
  • 請參考 GitHub 為您做的這個 : https://choosealicense.com/,相當有幫助。

希望增加新的 License 嗎?

本條 gist 為中文翻譯。您可以到 原著的 gist 上留言,或寫信給原作者 (lukas@himsel.me)。

Apache

Apache 2.0 License

License
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

BSD

BSD 3-Clause License

License
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

BSD 2-Clause License

License
[![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)

Creative Commons

Choose on CreativeCommons.org

CC0

License: CC0-1.0
[![License: CC0-1.0](https://licensebuttons.net/l/zero/1.0/80x15.png)](http://creativecommons.org/publicdomain/zero/1.0/)

License: CC0-1.0

[![License: CC0-1.0](https://img.shields.io/badge/License-CC0%201.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/)

Attribution 4.0 International

License: CC BY 4.0
[![License: CC BY 4.0](https://licensebuttons.net/l/by/4.0/80x15.png)](https://creativecommons.org/licenses/by/4.0/)

License: CC BY 4.0
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)

Attribution-ShareAlike 4.0 International

License: CC BY-SA 4.0
[![License: CC BY-SA 4.0](https://licensebuttons.net/l/by-sa/4.0/80x15.png)](https://creativecommons.org/licenses/by-sa/4.0/)

License: CC BY-SA 4.0
[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-sa/4.0/)

Attribution-NonCommercial 4.0 International

License: CC BY-NC 4.0
[![License: CC BY-NC 4.0](https://licensebuttons.net/l/by-nc/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc/4.0/)

License: CC BY-NC 4.0
[![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/4.0/)

Attribution-NoDerivates 4.0 International

License: CC BY-ND 4.0
[![License: CC BY-ND 4.0](https://licensebuttons.net/l/by-nd/4.0/80x15.png)](https://creativecommons.org/licenses/by-nd/4.0/)

License: CC BY-ND 4.0
[![License: CC BY-ND 4.0](https://img.shields.io/badge/License-CC%20BY--ND%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nd/4.0/)

Attribution-NonCommmercial-ShareAlike 4.0 International

License: CC BY-NC-SA 4.0
[![License: CC BY-NC-SA 4.0](https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/)

License: CC BY-NC-SA 4.0
[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)

Attribution-NonCommercial-NoDerivatives 4.0 International

License: CC BY-NC-ND 4.0
[![License: CC BY-NC-ND 4.0](https://licensebuttons.net/l/by-nc-nd/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/)

License: CC BY-NC-ND 4.0
[![License: CC BY-NC-ND 4.0](https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-nd/4.0/)

Eclipse

Eclipse Public License 1.0

License
[![License](https://img.shields.io/badge/License-EPL%201.0-red.svg)](https://opensource.org/licenses/EPL-1.0)

GNU

GNU GPL v3

License: GPL v3
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

GNU GPL v2

License: GPL v2
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)

GNU AGPL v3

License: AGPL v3
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)

GNU LGPL v3

License: LGPL v3
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)

GNU FDL v1.3

License: FDL 1.3
[![License: FDL 1.3](https://img.shields.io/badge/License-FDL%20v1.3-blue.svg)](https://www.gnu.org/licenses/fdl-1.3)

IBM

IBM Public License Version 1.0

License: IPL 1.0
[![License: IPL 1.0](https://img.shields.io/badge/License-IPL%201.0-blue.svg)](https://opensource.org/licenses/IPL-1.0)

MIT

The MIT License

License: MIT
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Mozilla

Mozilla Public License 2.0

License: MPL 2.0
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)

Open Data Commons

Attribution License (BY)

License: Open Data Commons Attribution
[![License: Open Data Commons Attribution](https://img.shields.io/badge/License-ODC_BY-brightgreen.svg)](https://opendatacommons.org/licenses/by/)

Open Database License (ODbL)

License: ODbL
[![License: ODbL](https://img.shields.io/badge/License-ODbL-brightgreen.svg)](https://opendatacommons.org/licenses/odbl/)

Public Domain Dedication and License (PDDL)

License: ODbL
[![License: ODbL](https://img.shields.io/badge/License-PDDL-brightgreen.svg)](https://opendatacommons.org/licenses/pddl/)

Perl

The Perl License

License: Artistic-2.0
[![License: Artistic-2.0](https://img.shields.io/badge/License-Perl-0298c3.svg)](https://opensource.org/licenses/Artistic-2.0)

The Artistic License 2.0

License: Artistic-2.0
[![License: Artistic-2.0](https://img.shields.io/badge/License-Artistic%202.0-0298c3.svg)](https://opensource.org/licenses/Artistic-2.0)

Unlicense

The Unlicense

License: Unlicense
[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)

Zlib

The zlib/libpng License

License: Zlib
[![License: Zlib](https://img.shields.io/badge/License-Zlib-lightgrey.svg)](https://opensource.org/licenses/Zlib)

@tjcchen
Copy link

tjcchen commented Jan 25, 2021

This is helpful, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment