diff --git a/src/MaaWpfGui/ViewModels/PropertyDependsOnViewModel.cs b/src/MaaWpfGui/ViewModels/PropertyDependsOnViewModel.cs index 5cb81b90f9..13d9b977ae 100644 --- a/src/MaaWpfGui/ViewModels/PropertyDependsOnViewModel.cs +++ b/src/MaaWpfGui/ViewModels/PropertyDependsOnViewModel.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;