diff --git a/src/MaaWpfGui/Utilities/BadModules.cs b/src/MaaWpfGui/Utilities/BadModules.cs index 1ace5ef17d..0e3913c74f 100644 --- a/src/MaaWpfGui/Utilities/BadModules.cs +++ b/src/MaaWpfGui/Utilities/BadModules.cs @@ -1,3 +1,16 @@ +// +// Part of the MaaWpfGui project, maintained by the MaaAssistantArknights team (Maa Team) +// Copyright (C) 2021-2025 MaaAssistantArknights Contributors +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License v3.0 only as published by +// the Free Software Foundation, either version 3 of the License, or +// any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY +// + #nullable enable using System; using System.Collections.Generic; diff --git a/src/MaaWpfGui/Utilities/PropertyDependsOnAttribute.cs b/src/MaaWpfGui/Utilities/PropertyDependsOnAttribute.cs index 114b083819..cdc7b65ef1 100644 --- a/src/MaaWpfGui/Utilities/PropertyDependsOnAttribute.cs +++ b/src/MaaWpfGui/Utilities/PropertyDependsOnAttribute.cs @@ -1,6 +1,6 @@ // -// MaaWpfGui - A part of the MaaCoreArknights project -// Copyright (C) 2021 MistEO and Contributors +// Part of the MaaWpfGui project, maintained by the MaaAssistantArknights team (Maa Team) +// Copyright (C) 2021-2025 MaaAssistantArknights Contributors // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License v3.0 only as published by