diff options
author | MoonTidez <79183852+MoonTidez@users.noreply.github.com> | 2022-08-19 19:43:37 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 16:43:37 +0100 |
commit | b6a4394db3dd58f6eea0d45b4e5f6630fc67a328 (patch) | |
tree | 87565934832d810773264b89bcf17a3d3a78917c | |
parent | 489acd1a5f69c401e82c92338b195dc73fd7c401 (diff) | |
download | OneConfig-b6a4394db3dd58f6eea0d45b4e5f6630fc67a328.tar.gz OneConfig-b6a4394db3dd58f6eea0d45b4e5f6630fc67a328.tar.bz2 OneConfig-b6a4394db3dd58f6eea0d45b4e5f6630fc67a328.zip |
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
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | src/main/java/cc/polyfrost/oneconfig/config/core/OneKeyBind.java | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -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) <br><br><br> +## 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. * <https://polyfrost.cc> <https://github.com/Polyfrost/> + * Co-author: ForBai <https://github.com/ForBai> (non-copyrightable contribution) * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * |