Skip to content

Instantly share code, notes, and snippets.

@jlnovais
Forked from lukas-h/license-badges.md
Created April 18, 2020 16:05
Show Gist options
  • Save jlnovais/3d2d65b392823fd16c51a8310e6533a2 to your computer and use it in GitHub Desktop.
Save jlnovais/3d2d65b392823fd16c51a8310e6533a2 to your computer and use it in GitHub Desktop.

Revisions

  1. @lukas-h lukas-h revised this gist Apr 6, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion license-badges.md
    Original file line number Diff line number Diff line change
    @@ -14,7 +14,7 @@ Easily copy and paste the code under the badges into your Markdown files.
    - [:ru: Этот список на русском языке](https://gist.github.com/dadyarri/92283b5cddbc66285d9c86a904998f4f)
    - [:it: Questo elenco in italiano](https://gist.github.com/teo330/9a8f8c2097fc0005755ae5e3465b4b0c)
    - Github has a new autodetection of the LICENSE file, which shows up the license at the repo overview
    - Shields.io has autogenerated license badges: https://img.shields.io/github/license/<Github-Username>/<Repository>
    - Shields.io has autogenerated license badges: `https://img.shields.io/github/license/<Github-Username>/<Repository>`
    - Really nice: https://choosealicense.com/

    ### Want to add a License?
  2. @lukas-h lukas-h revised this gist Apr 6, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion license-badges.md
    Original file line number Diff line number Diff line change
    @@ -11,8 +11,10 @@ Easily copy and paste the code under the badges into your Markdown files.
    - [:brazil::portugal: Esta lista em Português](https://gist.github.com/Gaboso/fb5b15558959cecbf16a0c8993577a57)
    - [:de::beer: Diese Liste auf Deutsch](https://gist.github.com/lukas-h/40df8fcbac877be380591787e4af996c)
    - [:kr: 한국어로 된 이 목록](https://gist.github.com/6londe/570bd9ef76656f578fbd4783c5b798fc)
    - [:ru: Этот список на русском языке](https://gist.github.com/dadyarri/92283b5cddbc66285d9c86a904998f4f)
    - [:ru: Этот список на русском языке](https://gist.github.com/dadyarri/92283b5cddbc66285d9c86a904998f4f)
    - [:it: Questo elenco in italiano](https://gist.github.com/teo330/9a8f8c2097fc0005755ae5e3465b4b0c)
    - Github has a new autodetection of the LICENSE file, which shows up the license at the repo overview
    - Shields.io has autogenerated license badges: https://img.shields.io/github/license/<Github-Username>/<Repository>
    - Really nice: https://choosealicense.com/

    ### Want to add a License?
  3. @lukas-h lukas-h revised this gist Apr 6, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion license-badges.md
    Original file line number Diff line number Diff line change
    @@ -107,7 +107,7 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]

    ## ISC
    ### ISC License (ISC)
    [![License: ICL](https://img.shields.io/badge/License-ISC-blue.svg)]https://opensource.org/licenses/ISC)
    [![License: ICL](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
    `[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)`


  4. @lukas-h lukas-h revised this gist Dec 27, 2019. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -105,6 +105,12 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]
    [![License: IPL 1.0](https://img.shields.io/badge/License-IPL%201.0-blue.svg)](https://opensource.org/licenses/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)`

    ## ISC
    ### ISC License (ISC)
    [![License: ICL](https://img.shields.io/badge/License-ISC-blue.svg)]https://opensource.org/licenses/ISC)
    `[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)`


    ## MIT
    ### The MIT License
    [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
  5. @lukas-h lukas-h revised this gist Dec 17, 2019. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -143,6 +143,11 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]
    [![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)
    `[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)`

    ## WTFPL
    ### The Do What the Fuck You Want to Public License
    [![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg)](http://www.wtfpl.net/about/)
    `[![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg)](http://www.wtfpl.net/about/)`

    ## Zlib
    ### The zlib/libpng License
    [![License: Zlib](https://img.shields.io/badge/License-Zlib-lightgrey.svg)](https://opensource.org/licenses/Zlib)
  6. @lukas-h lukas-h revised this gist Dec 17, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -11,6 +11,7 @@ Easily copy and paste the code under the badges into your Markdown files.
    - [:brazil::portugal: Esta lista em Português](https://gist.github.com/Gaboso/fb5b15558959cecbf16a0c8993577a57)
    - [:de::beer: Diese Liste auf Deutsch](https://gist.github.com/lukas-h/40df8fcbac877be380591787e4af996c)
    - [:kr: 한국어로 된 이 목록](https://gist.github.com/6londe/570bd9ef76656f578fbd4783c5b798fc)
    - [:ru: Этот список на русском языке](https://gist.github.com/dadyarri/92283b5cddbc66285d9c86a904998f4f)
    - Github has a new autodetection of the LICENSE file, which shows up the license at the repo overview
    - Really nice: https://choosealicense.com/

  7. @lukas-h lukas-h revised this gist Dec 17, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,7 @@ Easily copy and paste the code under the badges into your Markdown files.
    - [:cn::taiwan: 这个中文名单](https://gist.github.com/JethroLee/dd777676d30064fa62a65f514d23f601)
    - [:brazil::portugal: Esta lista em Português](https://gist.github.com/Gaboso/fb5b15558959cecbf16a0c8993577a57)
    - [:de::beer: Diese Liste auf Deutsch](https://gist.github.com/lukas-h/40df8fcbac877be380591787e4af996c)
    - [:kr: 한국어로 된 이 목록](https://gist.github.com/6londe/570bd9ef76656f578fbd4783c5b798fc)
    - Github has a new autodetection of the LICENSE file, which shows up the license at the repo overview
    - Really nice: https://choosealicense.com/

  8. @lukas-h lukas-h revised this gist Dec 2, 2018. No changes.
  9. @lukas-h lukas-h revised this gist Dec 2, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -9,6 +9,7 @@ Easily copy and paste the code under the badges into your Markdown files.
    - [:fr: Cette liste en français](https://gist.github.com/Helmasaur/fb8ca2c08131c58341d443b43672a1f5)
    - [:cn::taiwan: 这个中文名单](https://gist.github.com/JethroLee/dd777676d30064fa62a65f514d23f601)
    - [:brazil::portugal: Esta lista em Português](https://gist.github.com/Gaboso/fb5b15558959cecbf16a0c8993577a57)
    - [:de::beer: Diese Liste auf Deutsch](https://gist.github.com/lukas-h/40df8fcbac877be380591787e4af996c)
    - Github has a new autodetection of the LICENSE file, which shows up the license at the repo overview
    - Really nice: https://choosealicense.com/

  10. @lukas-h lukas-h revised this gist Dec 2, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -82,8 +82,8 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]

    ## GNU
    ### GNU GPL v3
    [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
    `[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)`
    [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
    `[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)`
    ### GNU 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)
    `[![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)`
  11. @lukas-h lukas-h revised this gist Dec 2, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion license-badges.md
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,7 @@ Easily copy and paste the code under the badges into your Markdown files.
    - This badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.  
    - [:fr: Cette liste en français](https://gist.github.com/Helmasaur/fb8ca2c08131c58341d443b43672a1f5)
    - [:cn::taiwan: 这个中文名单](https://gist.github.com/JethroLee/dd777676d30064fa62a65f514d23f601)
    - [![Portuguese Flag](https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Flag_of_Portugal.svg/32px-Flag_of_Portugal.svg.png):br Esta lista em Português](https://gist.github.com/Gaboso/fb5b15558959cecbf16a0c8993577a57)
    - [:brazil::portugal: Esta lista em Português](https://gist.github.com/Gaboso/fb5b15558959cecbf16a0c8993577a57)
    - Github has a new autodetection of the LICENSE file, which shows up the license at the repo overview
    - Really nice: https://choosealicense.com/

  12. @lukas-h lukas-h revised this gist Dec 2, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -7,8 +7,8 @@ Easily copy and paste the code under the badges into your Markdown files.
    - Badges are made with [Shields.io](http://shields.io/).
    - This badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.  
    - [:fr: Cette liste en français](https://gist.github.com/Helmasaur/fb8ca2c08131c58341d443b43672a1f5)
    - [:cn: 这个中文名单](https://gist.github.com/JethroLee/dd777676d30064fa62a65f514d23f601)
    - [![Portuguese Flag](https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Flag_of_Portugal.svg/32px-Flag_of_Portugal.svg.png) Esta lista em Português](https://gist.github.com/Gaboso/fb5b15558959cecbf16a0c8993577a57)
    - [:cn::taiwan: 这个中文名单](https://gist.github.com/JethroLee/dd777676d30064fa62a65f514d23f601)
    - [![Portuguese Flag](https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Flag_of_Portugal.svg/32px-Flag_of_Portugal.svg.png):br Esta lista em Português](https://gist.github.com/Gaboso/fb5b15558959cecbf16a0c8993577a57)
    - Github has a new autodetection of the LICENSE file, which shows up the license at the repo overview
    - Really nice: https://choosealicense.com/

  13. @lukas-h lukas-h revised this gist Dec 2, 2018. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -7,6 +7,8 @@ Easily copy and paste the code under the badges into your Markdown files.
    - Badges are made with [Shields.io](http://shields.io/).
    - This badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.  
    - [:fr: Cette liste en français](https://gist.github.com/Helmasaur/fb8ca2c08131c58341d443b43672a1f5)
    - [:cn: 这个中文名单](https://gist.github.com/JethroLee/dd777676d30064fa62a65f514d23f601)
    - [![Portuguese Flag](https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Flag_of_Portugal.svg/32px-Flag_of_Portugal.svg.png) Esta lista em Português](https://gist.github.com/Gaboso/fb5b15558959cecbf16a0c8993577a57)
    - Github has a new autodetection of the LICENSE file, which shows up the license at the repo overview
    - Really nice: https://choosealicense.com/

  14. @lukas-h lukas-h revised this gist Feb 2, 2018. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -28,6 +28,15 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]

    ## Creative Commons
    **[Choose on CreativeCommons.org](https://creativecommons.org/choose/)**
    #### CC0
    [![License: CC0-1.0](https://licensebuttons.net/l/zero/1.0/80x15.png)](http://creativecommons.org/publicdomain/zero/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](https://img.shields.io/badge/License-CC0%201.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/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](https://licensebuttons.net/l/by/4.0/80x15.png)](https://creativecommons.org/licenses/by/4.0/)
    `[![License: CC BY 4.0](https://licensebuttons.net/l/by/4.0/80x15.png)](https://creativecommons.org/licenses/by/4.0/)`
  15. @lukas-h lukas-h revised this gist Dec 4, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion license-badges.md
    Original file line number Diff line number Diff line change
    @@ -45,7 +45,7 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]
    `[![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](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)](https://creativecommons.org/licenses/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/)`
    `[![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](https://licensebuttons.net/l/by-nd/4.0/80x15.png)](https://creativecommons.org/licenses/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/)`
  16. @lukas-h lukas-h revised this gist Oct 30, 2017. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion license-badges.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,9 @@ Easily copy and paste the code under the badges into your Markdown files.
    ## Notes
    - Badges are made with [Shields.io](http://shields.io/).
    - This badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.  
    - [:fr: Cette liste en français](https://gist.github.com/Helmasaur/fb8ca2c08131c58341d443b43672a1f5)
    - [:fr: Cette liste en français](https://gist.github.com/Helmasaur/fb8ca2c08131c58341d443b43672a1f5)
    - Github has a new autodetection of the LICENSE file, which shows up the license at the repo overview
    - Really nice: https://choosealicense.com/

    ### Want to add a License?
    Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]))
    @@ -122,6 +124,11 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]
    [![License: Artistic-2.0](https://img.shields.io/badge/License-Artistic%202.0-0298c3.svg)](https://opensource.org/licenses/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](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)
    `[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)`

    ## Zlib
    ### The zlib/libpng License
    [![License: Zlib](https://img.shields.io/badge/License-Zlib-lightgrey.svg)](https://opensource.org/licenses/Zlib)
  17. @lukas-h lukas-h revised this gist Jul 9, 2017. 1 changed file with 32 additions and 32 deletions.
    64 changes: 32 additions & 32 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -27,62 +27,62 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]
    ## Creative Commons
    **[Choose on CreativeCommons.org](https://creativecommons.org/choose/)**
    #### Attribution 4.0 International
    [![License: CC BY 4.0](https://licensebuttons.net/l/by/4.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/)
    `[![License: CC BY 4.0](https://licensebuttons.net/l/by/4.0/80x15.png)](http://creativecommons.org/licenses/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](https://licensebuttons.net/l/by/4.0/80x15.png)](https://creativecommons.org/licenses/by/4.0/)`

    [![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by/4.0/)
    `[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](http://creativecommons.org/licenses/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/)
    `[![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](https://licensebuttons.net/l/by-sa/4.0/80x15.png)](http://creativecommons.org/licenses/by-sa/4.0/)
    `[![License: CC BY-SA 4.0](https://licensebuttons.net/l/by-sa/4.0/80x15.png)](http://creativecommons.org/licenses/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](https://licensebuttons.net/l/by-sa/4.0/80x15.png)](https://creativecommons.org/licenses/by-sa/4.0/)`

    [![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-sa/4.0/)
    `[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/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/)
    `[![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](https://licensebuttons.net/l/by-nc/4.0/80x15.png)](http://creativecommons.org/licenses/by-nc/4.0/)
    `[![License: CC BY-NC 4.0](https://licensebuttons.net/l/by-nc/4.0/80x15.png)](http://creativecommons.org/licenses/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](https://licensebuttons.net/l/by-nc/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc/4.0/)`

    [![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-nc/4.0/)
    `[!License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)](http://creativecommons.org/licenses/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/)
    `[!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](https://licensebuttons.net/l/by-nd/4.0/80x15.png)](http://creativecommons.org/licenses/by-nd/4.0/)
    `[![License: CC BY-ND 4.0](https://licensebuttons.net/l/by-nd/4.0/80x15.png)](http://creativecommons.org/licenses/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](https://licensebuttons.net/l/by-nd/4.0/80x15.png)](https://creativecommons.org/licenses/by-nd/4.0/)`

    [![License: CC BY-ND 4.0](https://img.shields.io/badge/License-CC%20BY--ND%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-nd/4.0/)
    `[![License: CC BY-ND 4.0](https://img.shields.io/badge/License-CC%20BY--ND%204.0-lightgrey.svg)](http://creativecommons.org/licenses/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/)
    `[![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](https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png)](http://creativecommons.org/licenses/by-nc-sa/4.0/)
    `[![License: CC BY-NC-SA 4.0](https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png)](http://creativecommons.org/licenses/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](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](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/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)](http://creativecommons.org/licenses/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/)
    `[![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](https://licensebuttons.net/l/by-nc-nd/4.0/80x15.png)](http://creativecommons.org/licenses/by-nc-nd/4.0/)
    `[![License: CC BY-NC-ND 4.0](https://licensebuttons.net/l/by-nc-nd/4.0/80x15.png)](http://creativecommons.org/licenses/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](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](https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg)](http://creativecommons.org/licenses/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)](http://creativecommons.org/licenses/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/)
    `[![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](https://img.shields.io/badge/License-EPL%201.0-red.svg)](https://opensource.org/licenses/EPL-1.0)
    `[![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](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
    `[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)`
    [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
    `[![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](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
    `[![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](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)
    `[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)`
    [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
    `[![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](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](http://www.gnu.org/licenses/lgpl-3.0)
    `[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](http://www.gnu.org/licenses/lgpl-3.0)`
    [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
    `[![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](https://img.shields.io/badge/License-FDL%20v1.3-blue.svg)](http://www.gnu.org/licenses/fdl-1.3)
    `[![License: FDL 1.3](https://img.shields.io/badge/License-FDL%20v1.3-blue.svg)](http://www.gnu.org/licenses/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)
    `[![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
  18. @lukas-h lukas-h revised this gist May 13, 2017. 1 changed file with 2 additions and 5 deletions.
    7 changes: 2 additions & 5 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -115,14 +115,11 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]
    ## Perl

    ### The Perl License

    [![License: Artistic-2.0](https://img.shields.io/badge/License-Perl-0298c3.svg)](https://opensource.org/licenses/Artistic-2.0)  
    [![License: Artistic-2.0](https://img.shields.io/badge/License-Perl-0298c3.svg)](https://opensource.org/licenses/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](https://img.shields.io/badge/License-Artistic%202.0-0298c3.svg)](https://opensource.org/licenses/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)
    `[![License: Artistic-2.0](https://img.shields.io/badge/License-Artistic%202.0-0298c3.svg)](https://opensource.org/licenses/Artistic-2.0)`

    ## Zlib
  19. @lukas-h lukas-h revised this gist May 13, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion license-badges.md
    Original file line number Diff line number Diff line change
    @@ -121,7 +121,8 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]

    ### The Artistic License 2.0

    [![License: Artistic-2.0](https://img.shields.io/badge/License-Artistic%202.0-0298c3.svg)](https://opensource.org/licenses/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)

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

    ## Zlib
  20. @lukas-h lukas-h revised this gist May 13, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -116,12 +116,12 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]

    ### The Perl License

    [![License: Artistic-2.0](https://img.shields.io/badge/License-Perl-0298c3.svg)](https://opensource.org/licenses/Artistic-2.0)
    [![License: Artistic-2.0](https://img.shields.io/badge/License-Perl-0298c3.svg)](https://opensource.org/licenses/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](https://img.shields.io/badge/License-Artistic%202.0-0298c3.svg)](https://opensource.org/licenses/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)  
    `[![License: Artistic-2.0](https://img.shields.io/badge/License-Artistic%202.0-0298c3.svg)](https://opensource.org/licenses/Artistic-2.0)`

    ## Zlib
  21. @lukas-h lukas-h revised this gist May 13, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion license-badges.md
    Original file line number Diff line number Diff line change
    @@ -120,7 +120,8 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]
    `[![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](https://img.shields.io/badge/License-Artistic%202.0-0298c3.svg)](https://opensource.org/licenses/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)  
    `[![License: Artistic-2.0](https://img.shields.io/badge/License-Artistic%202.0-0298c3.svg)](https://opensource.org/licenses/Artistic-2.0)`

    ## Zlib
  22. @lukas-h lukas-h revised this gist May 13, 2017. 1 changed file with 11 additions and 0 deletions.
    11 changes: 11 additions & 0 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -112,6 +112,17 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]
    `[![License: ODbL](https://img.shields.io/badge/License-PDDL-brightgreen.svg)](https://opendatacommons.org/licenses/pddl/)`


    ## Perl

    ### The Perl License

    [![License: Artistic-2.0](https://img.shields.io/badge/License-Perl-0298c3.svg)](https://opensource.org/licenses/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](https://img.shields.io/badge/License-Artistic%202.0-0298c3.svg)](https://opensource.org/licenses/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)`

    ## Zlib
    ### The zlib/libpng License
    [![License: Zlib](https://img.shields.io/badge/License-Zlib-lightgrey.svg)](https://opensource.org/licenses/Zlib)
  23. @lukas-h lukas-h revised this gist Apr 22, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion license-badges.md
    Original file line number Diff line number Diff line change
    @@ -31,7 +31,7 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]
    `[![License: CC BY 4.0](https://licensebuttons.net/l/by/4.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/)`

    [![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by/4.0/)
    `[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)(http://creativecommons.org/licenses/by/4.0/)`
    `[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by/4.0/)`
    #### Attribution-ShareAlike 4.0 International
    [![License: CC BY-SA 4.0](https://licensebuttons.net/l/by-sa/4.0/80x15.png)](http://creativecommons.org/licenses/by-sa/4.0/)
    `[![License: CC BY-SA 4.0](https://licensebuttons.net/l/by-sa/4.0/80x15.png)](http://creativecommons.org/licenses/by-sa/4.0/)`
  24. @lukas-h lukas-h revised this gist Apr 22, 2017. No changes.
  25. @lukas-h lukas-h revised this gist Apr 22, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -72,8 +72,8 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]
    [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
    `[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)`
    ### GNU GPL v2
    [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://img.shields.io/badge/License-GPL%20v2-blue.svg)
    `[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://img.shields.io/badge/License-GPL%20v2-blue.svg)`
    [![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)
    `[![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](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)
    `[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)`
  26. @lukas-h lukas-h revised this gist Apr 17, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion license-badges.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Markdown License badges
    Collection of *License badges* for your Project's **README** file.
    This list includes the **most common open source* and *open data* licenses.
    This list includes the **most common open source** and **open data** licenses.
    Easily copy and paste the code under the badges into your Markdown files.

    ## Notes
  27. @lukas-h lukas-h revised this gist Apr 17, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion license-badges.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Markdown License badges
    Collection of *License badges* for your Project's **README** file.
    This list includes the most common open source and open data licenses.
    This list includes the **most common open source* and *open data* licenses.
    Easily copy and paste the code under the badges into your Markdown files.

    ## Notes
  28. @lukas-h lukas-h revised this gist Apr 17, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions license-badges.md
    Original file line number Diff line number Diff line change
    @@ -101,8 +101,8 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]

    ## Open Data Commons
    ### Attribution License (BY)
    [![License: Open Data Commons Attribution](https://img.shields.io/badge/License-ODC-BY-brightgreen.svg)](https://opendatacommons.org/licenses/by/)
    `[![License: Open Data Commons Attribution](https://img.shields.io/badge/License-ODC-BY-brightgreen.svg)](https://opendatacommons.org/licenses/by/)`
    [![License: Open Data Commons Attribution](https://img.shields.io/badge/License-ODC_BY-brightgreen.svg)](https://opendatacommons.org/licenses/by/)
    `[![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](https://img.shields.io/badge/License-ODbL-brightgreen.svg)](https://opendatacommons.org/licenses/odbl/)
  29. @lukas-h lukas-h revised this gist Apr 17, 2017. 1 changed file with 15 additions and 1 deletion.
    16 changes: 15 additions & 1 deletion license-badges.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    # Markdown License badges
    Collection of *License badges* for your Project's **README** file.
    Collection of *License badges* for your Project's **README** file.
    This list includes the most common open source and open data licenses.
    Easily copy and paste the code under the badges into your Markdown files.

    ## Notes
    @@ -98,6 +99,19 @@ Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]
    [![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/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](https://img.shields.io/badge/License-ODC-BY-brightgreen.svg)](https://opendatacommons.org/licenses/by/)
    `[![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](https://img.shields.io/badge/License-ODbL-brightgreen.svg)](https://opendatacommons.org/licenses/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](https://img.shields.io/badge/License-PDDL-brightgreen.svg)](https://opendatacommons.org/licenses/pddl/)
    `[![License: ODbL](https://img.shields.io/badge/License-PDDL-brightgreen.svg)](https://opendatacommons.org/licenses/pddl/)`


    ## Zlib
    ### The zlib/libpng License
    [![License: Zlib](https://img.shields.io/badge/License-Zlib-lightgrey.svg)](https://opensource.org/licenses/Zlib)
  30. @lukas-h lukas-h revised this gist Apr 2, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion license-badges.md
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ Easily copy and paste the code under the badges into your Markdown files.
    ## Notes
    - Badges are made with [Shields.io](http://shields.io/).
    - This badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.  
    - [:fr: Ce liste en français](https://gist.github.com/Helmasaur/fb8ca2c08131c58341d443b43672a1f5)
    - [:fr: Cette liste en français](https://gist.github.com/Helmasaur/fb8ca2c08131c58341d443b43672a1f5)

    ### Want to add a License?
    Comment this gist or write me an E-Mail ([[email protected]](mailto:[email protected]))