From 6d0b99d5500bad27f719eea4b2c8bd1366e219b7 Mon Sep 17 00:00:00 2001 From: JGZYES Date: Sun, 30 Aug 2026 18:24:43 +0800 Subject: [PATCH] docs: add GPL-3.0 license notice to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f7f0bc7..7e60773 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ParlzPackageManger (PMM) +> **License: GNU GPL v3** — 本项目以 GNU General Public License v3 发布,详见 `LICENSE`。 + 用 C 语言编写的跨平台包管理器(Windows / Linux / macOS),零第三方库依赖 (下载通过系统自带的 `curl` 完成,Windows 10+、macOS、主流 Linux 均预装)。