From ca21fd846f54dc2f9da640aeb1e92e163510c9e2 Mon Sep 17 00:00:00 2001 From: waterWang <672684719@qq.com> Date: Sat, 22 Aug 2026 18:47:28 +0800 Subject: [PATCH] fix: align license badge with LICENSE file (Apache 2.0) (Closes #562) --- README.md | 2 +- backend/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 374ffef6..41354f3b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PayD: Stellar-Based Cross-Border Payroll Platform! -[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Stellar](https://img.shields.io/badge/Powered%20by-Stellar-7B68EE)](https://www.stellar.org/) ## 🧩 Project Summary diff --git a/backend/README.md b/backend/README.md index 489b8d61..13be4bd2 100644 --- a/backend/README.md +++ b/backend/README.md @@ -429,7 +429,7 @@ Issues and questions: ## License -MIT - See LICENSE file +Apache License 2.0 - See LICENSE file ## Contributing