feat: add "Licenses" section with new badges (#292)

*  feat: add "Licenses" section with new badges

The badges added are Apache License 2.0, CC0, CC BY, CC BY-SA, CC BY-ND, CC BY-NC, CC BY-NC-SA, CC BY-NC-ND.

*  feat: add BSD, GPLv2, GPLv3, AGPLv2, and AGPLv3 and remove variations of CC BY.

* 🐛 fix: licenses section so AGPL license badges are at the top.

*  feat: add LGPLv2.1 and LGPLv3.0.
This commit is contained in:
Shaurya Sharma 2026-09-13 14:52:10 -04:00 committed by GitHub
parent e43d4532fa
commit c113aabf9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,7 @@ An extensive list of static Shields.io badges, sorted by category.
* [Gaming Platform](#-gaming-platform) * [Gaming Platform](#-gaming-platform)
* [Gaming Storefront](#-gaming-storefront) * [Gaming Storefront](#-gaming-storefront)
* [Job](#-job) * [Job](#-job)
* [Licenses](#%EF%B8%8F-licenses)
* [Monitoring](#-monitoring) * [Monitoring](#-monitoring)
* [Operating System](#%EF%B8%8F-operating-system) * [Operating System](#%EF%B8%8F-operating-system)
* [ORM](#%EF%B8%8F-orm) * [ORM](#%EF%B8%8F-orm)
@ -703,6 +704,28 @@ An extensive list of static Shields.io badges, sorted by category.
[Back To Top ⬆️](#table-of-contents) [Back To Top ⬆️](#table-of-contents)
</div> </div>
### ⚖️ Licenses
| Preview | Markdown Code |
|---------|---------------|
| [![AGPLv2](https://img.shields.io/badge/AGPLv2-FFFFFF)](#) | `[![AGPLv2](https://img.shields.io/badge/AGPLv2-FFFFFF)](#)` |
| [![AGPLv3](https://img.shields.io/badge/AGPLv3-FFFFFF)](#) | `[![AGPLv3](https://img.shields.io/badge/AGPLv3-FFFFFF)](#)` |
| [![Apache License 2.0](https://img.shields.io/badge/Apache%20License%202.0-FFFFFF?logo=apache&logoColor=D22128)](#) | `[![Apache License 2.0](https://img.shields.io/badge/Apache%20License%202.0-FFFFFF?logo=apache&logoColor=D22128)](#)` |
| [![BSD](https://img.shields.io/badge/BSD-FFFFFF)](#) | `[![BSD](https://img.shields.io/badge/BSD-FFFFFF)](#)` |
| [![CC0](https://img.shields.io/badge/CC0-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#) | `[![CC0](https://img.shields.io/badge/CC0-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#)` |
| [![CC BY](https://img.shields.io/badge/CC%20BY-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#) | `[![CC BY](https://img.shields.io/badge/CC%20BY-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#)` |
| [![GPLv2](https://img.shields.io/badge/GPLv2-FFFFFF)](#) | `[![GPLv2](https://img.shields.io/badge/GPLv2-FFFFFF)](#)` |
| [![GPLv3](https://img.shields.io/badge/GPLv3-FFFFFF)](#) | `[![GPLv3](https://img.shields.io/badge/GPLv3-FFFFFF)](#)` |
| [![LGPLv2.1](https://img.shields.io/badge/LGPLv2.1-FFFFFF)](#) | `[![LGPLv2.1](https://img.shields.io/badge/LGPLv2.1-FFFFFF)](#)` |
| [![LGPLv3](https://img.shields.io/badge/LGPLv3-FFFFFF)](#) | `[![LGPLv3](https://img.shields.io/badge/LGPLv3-FFFFFF)](#)` |
| [![MIT License](https://img.shields.io/badge/MIT%20License-FFFFFF)](#) | `[![MIT License](https://img.shields.io/badge/MIT%20License-FFFFFF)](#)` |
| [![Unlicense](https://img.shields.io/badge/Unlicense-FFFFFF?logo=unlicense&logoColor=#808080)](#) | `[![Unlicense](https://img.shields.io/badge/Unlicense-FFFFFF?logo=unlicense&logoColor=#808080)](#)` |
<div align="right">
[Back To Top ⬆️](#table-of-contents)
</div>
### 🔍 Monitoring ### 🔍 Monitoring
| Preview | Markdown Code | | Preview | Markdown Code |
|---------|---------------| |---------|---------------|