fix: SA1633 warning missing copyright notice

This commit is contained in:
Constrat
2026-01-03 15:25:11 +01:00
parent 8ed11ba8ec
commit 534ad0a7a0

View File

@@ -1,3 +1,16 @@
// <copyright file="PropertyDependsOnViewModel.cs" company="MaaAssistantArknights">
// 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
// </copyright>
#nullable enable
using System;
using System.Collections.Generic;