From b6a4394db3dd58f6eea0d45b4e5f6630fc67a328 Mon Sep 17 00:00:00 2001
From: MoonTidez <79183852+MoonTidez@users.noreply.github.com>
Date: Fri, 19 Aug 2022 19:43:37 +0400
Subject: Legal and README stuff (#91)
* Add information on closed alpha to README
* Add co-author notice to contribution in pull request #79.
* Adding extra information on licensing
---
README.md | 6 ++++++
src/main/java/cc/polyfrost/oneconfig/config/core/OneKeyBind.java | 1 +
2 files changed, 7 insertions(+)
diff --git a/README.md b/README.md
index edc9dde..1e8a9db 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,10 @@ For a guide of how to use OneConfig please see our documentation at https://docs
![image](https://user-images.githubusercontent.com/67508414/172061081-7a32a139-d5c6-4f5a-907a-5af66deb799f.png)
+## I WANT IT!!!
+
+We have initiated closed alpha testing for a small selection of inhouse OneConfig mods. You can gain access to these by boosting our [**Discord server**](https://polyfrost.cc/discord). (Note: the source code for most of these mods can be found on our GitHub.)
+
## License
OneConfig is free and open-source. Except where noted otherwise (below and/or in individual files), all code is licensed under BOTH
@@ -15,6 +19,8 @@ OneConfig is free and open-source. Except where noted otherwise (below and/or in
Copies of version 3 of the GNU Lesser General Public License, version 1.0 of the Additional Terms Applicable to OneConfig, and version 3 of the GNU General Public License (which the GNU LGPLv3 supplements) can be found in the [**LICENSE**](https://github.com/Polyfrost/OneConfig/blob/master/LICENSE) file.
+Polyfrost acts as the specified proxy when deciding whether future versions of the GNU Lesser General Public License shall apply. If Polyfrost publicly states the acceptance of a later version of the GNU Lesser General Public License, this is permanent authorization for you to choose that version for OneConfig. However, you **must still** be compliant with the Additional Terms Applicable to OneConfig.
+
## Supporting Projects
![YourKitLogo|50](https://www.yourkit.com/images/yklogo.png)
diff --git a/src/main/java/cc/polyfrost/oneconfig/config/core/OneKeyBind.java b/src/main/java/cc/polyfrost/oneconfig/config/core/OneKeyBind.java
index 64e95e8..9b140de 100644
--- a/src/main/java/cc/polyfrost/oneconfig/config/core/OneKeyBind.java
+++ b/src/main/java/cc/polyfrost/oneconfig/config/core/OneKeyBind.java
@@ -3,6 +3,7 @@
* OneConfig - Next Generation Config Library for Minecraft: Java Edition
* Copyright (C) 2021, 2022 Polyfrost.
*
+ * Co-author: ForBai (non-copyrightable contribution)
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
--
cgit