From 6da2595eac4cc4401f4de9b2228602030d06ef9e Mon Sep 17 00:00:00 2001
From: makamys <makamys@outlook.com>
Date: Wed, 24 Jan 2024 19:19:29 +0100
Subject: [PATCH] Add license

Copied from MCPConfig's license:
https://github.com/MinecraftForge/MCPConfig/blob/master/LICENSE

This license retroactively applies to MCPBot data according to its commit
message:
https://github.com/MinecraftForge/MCPConfig/commit/e829c044aec47989a5bbef2def1de40bd89d60ae

This was also confirmed by Lex and Curle in the NeoForged Discord:
https://discord.com/channels/313125603924639766/313125603924639766/1128896543169196222
(Archive: https://github.com/LegacyModdingMC/MCPMappingsArchive/wiki/MCP-License-Discussion)
---
 LICENSE | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 LICENSE

diff --git a/LICENSE b/LICENSE
new file mode 100644
index 00000000..a2ae9e15
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,11 @@
+Copyright (c) 2018 Forge Development LLC
+
+This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software or data.
+
+Permission is granted to anyone to use this software and data for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
+
+1. The origin of this software and data must not be misrepresented; you must not claim that you wrote the original software or data. If you use this software or data in a product, an acknowledgment in the product documentation would be appreciated but is not required.
+
+2. Altered versions must be plainly marked as such, and must not be misrepresented as being the original.
+
+3. This notice may not be removed or altered from any distribution.