From 86c823dd0d990d5064e65ace1deec2e72cc56cb9 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:02:38 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=A7=BB=E9=99=A4=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E6=96=B9=E6=A1=88=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: status102 <102887808+status102@users.noreply.github.com> --- src/MaaWpfGui/stylecop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaWpfGui/stylecop.json b/src/MaaWpfGui/stylecop.json index 270ab74607..30bf592dbb 100644 --- a/src/MaaWpfGui/stylecop.json +++ b/src/MaaWpfGui/stylecop.json @@ -3,7 +3,7 @@ "settings": { "documentationRules": { "companyName": "MaaAssistantArknights", - "copyrightText": "Part of the {projectName} project, maintained by the MaaAssistantArknights team (Maa Team)\nCopyright (C) 2021 MistEO and Contributors\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the {licenseName} as published by\nthe Free Software Foundation, either version 3 of the License, or\nany later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY", + "copyrightText": "Part of the {projectName} project, maintained by the MaaAssistantArknights team (Maa Team)\nCopyright (C) 2021-2025 MaaAssistantArknights Contributors\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the {licenseName} as published by\nthe Free Software Foundation, either version 3 of the License, or\nany later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY", "variables": { "projectName": "MaaWpfGui", "licenseName": "GNU Affero General Public License v3.0 only"