diff options
| author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2024-03-02 22:34:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-02 22:34:25 +0100 |
| commit | 41569dd71eb070297195a3add9b64993d4a952c0 (patch) | |
| tree | a5b8fcd3e9ddb213c43d91a4f93113c913f9f5fd /docs/OPEN_SOURCE_SOFTWARE.md | |
| parent | 39034722fc251c71244ef8aa50bf3eb805e911aa (diff) | |
| download | SkyHanni-41569dd71eb070297195a3add9b64993d4a952c0.tar.gz SkyHanni-41569dd71eb070297195a3add9b64993d4a952c0.tar.bz2 SkyHanni-41569dd71eb070297195a3add9b64993d4a952c0.zip | |
Docs: Using docs for markdown files (#1086)
Diffstat (limited to 'docs/OPEN_SOURCE_SOFTWARE.md')
| -rw-r--r-- | docs/OPEN_SOURCE_SOFTWARE.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/OPEN_SOURCE_SOFTWARE.md b/docs/OPEN_SOURCE_SOFTWARE.md new file mode 100644 index 000000000..dcd821ecd --- /dev/null +++ b/docs/OPEN_SOURCE_SOFTWARE.md @@ -0,0 +1,16 @@ +# Open Source Software + +SkyHanni would not be possible without the following open source software: + +| Software | License | +|--------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------| +| [Apache Commons Lang](https://github.com/apache/commons-lang) | [Apache 2.0](https://github.com/apache/commons-lang/blob/master/LICENSE.txt) | +| [GSON](https://github.com/google/gson) | [Apache 2.0](https://github.com/google/gson/blob/master/LICENSE) | +| [Minecraft Forge](https://github.com/MinecraftForge/MinecraftForge/tree/1.8.9) | [Minecraft Forge License](https://github.com/MinecraftForge/MinecraftForge/blob/1.8.9/MinecraftForge-License.txt) | +| [Not Enough Updates](https://github.com/NotEnoughUpdates/NotEnoughUpdates/) | [LGPL 3.0](https://github.com/NotEnoughUpdates/NotEnoughUpdates/blob/master/COPYING) | +| [Wynntils](https://github.com/Wynntils/Wynntils) | [AGPL 3.0](https://github.com/Wynntils/Wynntils/blob/development/LICENSE) | +| [Skytils](https://github.com/Skytils/SkytilsMod) | [AGPL 3.0](https://github.com/Skytils/SkytilsMod/blob/1.x/LICENSE.md) | +| [Forge1.8.9Template](https://github.com/romangraef/Forge1.8.9Template) | [Unlicensed](https://github.com/romangraef/Forge1.8.9Template/blob/master/LICENSE) | +| [SoopyV2](https://github.com/Soopyboo32/SoopyV2) | [GPL 3.0](https://github.com/Soopyboo32/SoopyV2/blob/master/LICENSE) | +| [DiscordIPC](https://github.com/jagrosh/DiscordIPC) | [Apache 2.0](https://github.com/jagrosh/DiscordIPC/blob/master/LICENSE) | +| [SkyblockAddons](https://github.com/BiscuitDevelopment/SkyblockAddons/) | [MIT](https://github.com/BiscuitDevelopment/SkyblockAddons/blob/e9fd003f359b357f52b7430c24e64a4c8192a868/LICENSE) | |
