diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-15 10:15:35 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-15 10:15:35 +0200 |
commit | 8b9ac636573eb62f8a6bbf5ae39f61155f36d268 (patch) | |
tree | 3d0c2788267e57e3edb619f4d5cde4170cf9c3f8 /libraries | |
parent | 0ba02f0830c2c15df345aa8889bbb6e7945d2a93 (diff) | |
download | PrismLauncher-8b9ac636573eb62f8a6bbf5ae39f61155f36d268.tar.gz PrismLauncher-8b9ac636573eb62f8a6bbf5ae39f61155f36d268.tar.bz2 PrismLauncher-8b9ac636573eb62f8a6bbf5ae39f61155f36d268.zip |
chore: update COPYING.md
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/README.md | 2 | ||||
l--------- | libraries/launcher/LICENSE | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/libraries/README.md b/libraries/README.md index 7e7e740d..63209d81 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`, 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. diff --git a/libraries/launcher/LICENSE b/libraries/launcher/LICENSE new file mode 120000 index 00000000..30cff740 --- /dev/null +++ b/libraries/launcher/LICENSE @@ -0,0 +1 @@ +../../LICENSE
\ No newline at end of file |