Updates license badge

Updates the license badge in the README files to reflect the correct license (MIT).
This commit is contained in:
Stepan Kasatkin 2025-05-28 22:29:47 +05:00
parent 1148630b83
commit 221e480d19
2 changed files with 3 additions and 12 deletions

View File

@ -2,7 +2,7 @@
[![Shell](https://img.shields.io/badge/shell-bash-brightgreen)](https://www.gnu.org/software/bash/) [![Shell](https://img.shields.io/badge/shell-bash-brightgreen)](https://www.gnu.org/software/bash/)
[![Rootless](https://img.shields.io/badge/docker-rootless-blue)](https://docs.docker.com/engine/security/rootless/) [![Rootless](https://img.shields.io/badge/docker-rootless-blue)](https://docs.docker.com/engine/security/rootless/)
[![License](https://img.shields.io/badge/license-Proprietary-red)](./LICENSE) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![Version](https://img.shields.io/badge/version-1.0.0-informational)](#) [![Version](https://img.shields.io/badge/version-1.0.0-informational)](#)
An interactive Bash installer for quick installation of **Rootless Docker**, **Docker Compose**, and full environment cleanup. An interactive Bash installer for quick installation of **Rootless Docker**, **Docker Compose**, and full environment cleanup.
@ -112,10 +112,3 @@ The menu includes an option **"Remove Docker and ALL data"**, which deletes:
- Docker and Compose binaries - Docker and Compose binaries
⚠️ Use with caution! ⚠️ Use with caution!
---
## 📄 Лицензия
Проект распространяется по лицензии [MIT License](./LICENSE).
© 2025 Степан Касаткин. Вы можете свободно использовать, изменять и распространять это программное обеспечение в соответствии с условиями лицензии.

View File

@ -111,5 +111,3 @@ sudo chmod +x /etc/profile.d/docker-installer-init.sh
- Бинарники Docker и Compose - Бинарники Docker и Compose
⚠️ Используйте с осторожностью! ⚠️ Используйте с осторожностью!
---