From f2558002f034e1032323b5bfc8b8af2d62cc7c4e Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:01:06 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/MaaWpfGui/stylecop.json b/src/MaaWpfGui/stylecop.json index 1740e8ad10..270ab74607 100644 --- a/src/MaaWpfGui/stylecop.json +++ b/src/MaaWpfGui/stylecop.json @@ -3,10 +3,9 @@ "settings": { "documentationRules": { "companyName": "MaaAssistantArknights", - "copyrightText": "{projectName} - A part of the {solutionName} project\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 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", "variables": { "projectName": "MaaWpfGui", - "solutionName": "MaaCoreArknights", "licenseName": "GNU Affero General Public License v3.0 only" } }