fix(readme): correct license badge — MIT to Proprietary EULA, bump version badge to 1.15.0

The README showed MIT license and version 1.0.0 — both wrong. LICENSE
file is a 125-line proprietary EULA (added at v1.5.0). Version badge
was stale from initial release.

Refs: DashCaddy audit 2026-08-02
This commit is contained in:
Hermes
2026-08-03 00:37:15 -07:00
parent b40cb6458b
commit 7f6203b2f7
+3 -3
View File
@@ -2,8 +2,8 @@
**Self-hosted dashboard for managing Docker apps with automatic SSL, DNS, and reverse proxy configuration.**
![Version](https://img.shields.io/badge/version-1.0.0-blue)
![License](https://img.shields.io/badge/license-MIT-green)
![Version](https://img.shields.io/badge/version-1.15.0-blue)
![License](https://img.shields.io/badge/license-Proprietary-red)
## What is DashCaddy?
@@ -397,7 +397,7 @@ Contributions are welcome! Please:
## License
MIT License - see LICENSE file for details
Proprietary software. All rights reserved. See [LICENSE](LICENSE) for the End-User License Agreement (EULA).
## Credits