From 7f6203b2f71126413e1a3ad2ccea4172f536fa18 Mon Sep 17 00:00:00 2001 From: Hermes Date: Mon, 3 Aug 2026 00:37:15 -0700 Subject: [PATCH] =?UTF-8?q?fix(readme):=20correct=20license=20badge=20?= =?UTF-8?q?=E2=80=94=20MIT=20to=20Proprietary=20EULA,=20bump=20version=20b?= =?UTF-8?q?adge=20to=201.15.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c66669..6ec06b6 100644 --- a/README.md +++ b/README.md @@ -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