diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-15 10:39:56 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-16 17:58:38 +0200 |
commit | 08fc3ea2e0f9adf58b139a0bd8aaed604f241342 (patch) | |
tree | 43bdb45abc8aa0af63fdf9a34167580b25e8ad2e /libraries/README.md | |
parent | 8b9ac636573eb62f8a6bbf5ae39f61155f36d268 (diff) | |
download | PrismLauncher-08fc3ea2e0f9adf58b139a0bd8aaed604f241342.tar.gz PrismLauncher-08fc3ea2e0f9adf58b139a0bd8aaed604f241342.tar.bz2 PrismLauncher-08fc3ea2e0f9adf58b139a0bd8aaed604f241342.zip |
fix: add classpath exception to launcher library
Signed-off-by: icelimetea <fr3shtea@outlook.com>
Diffstat (limited to 'libraries/README.md')
-rw-r--r-- | libraries/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/README.md b/libraries/README.md index 63209d81..49879a26 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -125,7 +125,7 @@ cp /home/peterix/minecraft/FTB/versions/1.7.10/1.7.10.jar launcher onesix ``` -Available under `GPL-3.0-only`, sublicensed from its original `Apache-2.0` codebase +Available under `GPL-3.0-only` (with classpath exception), sublicensed from its original `Apache-2.0` codebase ## libnbtplusplus libnbt++ is a free C++ library for Minecraft's file format Named Binary Tag (NBT). It can read and write compressed and uncompressed NBT files and provides a code interface for working with NBT data. |