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.
This commit is contained in:
Shaurya Sharma 2026-08-11 21:17:49 -04:00 committed by GitHub
parent b59a94b57c
commit fda1f0f582
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,26 @@ 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 |
|---------|---------------|
| [![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)](#)` |
| [![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)](#)` |
| [![CC BY-SA](https://img.shields.io/badge/CC%20BY--SA-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#) | `[![CC BY-SA](https://img.shields.io/badge/CC%20BY--SA-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#)` |
| [![CC BY-ND](https://img.shields.io/badge/CC%20BY--ND-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#) | `[![CC BY-ND](https://img.shields.io/badge/CC%20BY--ND-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#)` |
| [![CC BY-NC](https://img.shields.io/badge/CC%20BY--NC-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#) | `[![CC BY-NC](https://img.shields.io/badge/CC%20BY--NC-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#)` |
| [![CC BY-NC-SA](https://img.shields.io/badge/CC%20BY--NC--SA-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#) | `[![CC BY-NC-SA](https://img.shields.io/badge/CC%20BY--NC--SA-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#)` |
| [![CC BY-NC-ND](https://img.shields.io/badge/CC%20BY--NC--ND-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#) | `[![CC BY-NC-ND](https://img.shields.io/badge/CC%20BY--NC--ND-FFFFFF?logo=creativecommons&logoColor=#ED592F)](#)` |
| [![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 |
|---------|---------------| |---------|---------------|