From 534ad0a7a062d3485f85653cf435773a403930fb Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Sat, 3 Jan 2026 15:25:11 +0100 Subject: [PATCH] fix: SA1633 warning missing copyright notice --- .../ViewModels/PropertyDependsOnViewModel.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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;