aboutsummaryrefslogtreecommitdiff
path: root/libraries/README.md
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-07-01 10:05:07 -0300
committerGitHub <noreply@github.com>2022-07-01 10:05:07 -0300
commitbf9888099cb34e9faa0d462275a57296691852fa (patch)
tree1d2dd09c7e987061a9369d527f8ee60aeecce169 /libraries/README.md
parent63dfc0633faa01ee798b3623b4a1a36a189abef0 (diff)
parent08fc3ea2e0f9adf58b139a0bd8aaed604f241342 (diff)
downloadPrismLauncher-bf9888099cb34e9faa0d462275a57296691852fa.tar.gz
PrismLauncher-bf9888099cb34e9faa0d462275a57296691852fa.tar.bz2
PrismLauncher-bf9888099cb34e9faa0d462275a57296691852fa.zip
Merge pull request #800 from Scrumplex/refactor-newlaunch-package
Rename NewLaunch package
Diffstat (limited to 'libraries/README.md')
-rw-r--r--libraries/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/README.md b/libraries/README.md
index 7e7e740d..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 the Apache 2.0 license.
+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.