shithub: moonfish

Download patch

ref: 81083600335e1a837e7bff475d36f94554e30537
parent: 23055c1252032c2c0831b62296649deddd1cc504
author: zamfofex <zamfofex@twdb.moe>
date: Sun Dec 24 03:07:51 EST 2023

add license to ‘vcxproj’

--- a/moonfish.vcxproj
+++ b/moonfish.vcxproj
@@ -1,3 +1,6 @@
+<!-- moonfish is licensed under the AGPL (v3 or later) -->
+<!-- copyright 2023 zamfofex -->
+
 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 	<ItemGroup Label="ProjectConfigurations">
 		<ProjectConfiguration Include="Release|x64">
--