From cddb778577a96a1600c686a5434ac92647311d0f Mon Sep 17 00:00:00 2001 From: t0ng7u Date: Sun, 20 Jul 2025 15:52:57 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=96=EF=B8=8F=20docs(about):=20update=20li?= =?UTF-8?q?cense=20information=20from=20Apache=202.0=20to=20AGPL=20v3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update license text from "Apache-2.0协议" to "AGPL v3.0协议" - Update license link to point to official AGPL v3.0 license page - Align About page license references with actual project license --- web/src/pages/About/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/pages/About/index.js b/web/src/pages/About/index.js index 232b3224..c19617a9 100644 --- a/web/src/pages/About/index.js +++ b/web/src/pages/About/index.js @@ -111,12 +111,12 @@ const About = () => { {t('授权,需在遵守')} - {t('Apache-2.0协议')} + {t('AGPL v3.0协议')} {t('的前提下使用。')}