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" } }