From e926beb206e8455cbd3e27fcd6762cccae93a26e Mon Sep 17 00:00:00 2001
From: status102 <102887808+status102@users.noreply.github.com>
Date: Thu, 24 Jul 2025 16:19:29 +0800
Subject: [PATCH] fix: SA1136, SA1133 file header
---
src/MaaWpfGui/Utilities/BadModules.cs | 13 +++++++++++++
.../Utilities/PropertyDependsOnAttribute.cs | 4 ++--
2 files changed, 15 insertions(+), 2 deletions(-)
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