From 331af3a70cdaa760b62c5c66291df3cc35372859 Mon Sep 17 00:00:00 2001 From: YeLike <93629620+YeLikesss@users.noreply.github.com> Date: Wed, 27 May 2026 01:44:38 +0800 Subject: [PATCH] Add License --- ArcFormats/LightVN/ArcMCDAT.cs | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/ArcFormats/LightVN/ArcMCDAT.cs b/ArcFormats/LightVN/ArcMCDAT.cs index c656aa1d..e4b1330f 100644 --- a/ArcFormats/LightVN/ArcMCDAT.cs +++ b/ArcFormats/LightVN/ArcMCDAT.cs @@ -1,4 +1,29 @@ -using System; +//! \file ArcMCDAT.cs +//! \date 2026-5-27 +//! \brief LightVN Engine mcdat resource archive +// +// Copyright (C) 2026 by morkt +// +// Permission is hereby granted, free of charge, to any person obtaining a copy +// of this software and associated documentation files (the "Software"), to +// deal in the Software without restriction, including without limitation the +// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +// sell copies of the Software, and to permit persons to whom the Software is +// furnished to do so, subject to the following conditions: +// +// The above copyright notice and this permission notice shall be included in +// all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +// IN THE SOFTWARE. +// + +using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.IO;