diff options
Diffstat (limited to 'libraries/README.md')
-rw-r--r-- | libraries/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/README.md b/libraries/README.md index e58f2273..8e4bd61b 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -16,7 +16,7 @@ A performance optimization daemon. See [github repo](https://github.com/FeralInteractive/gamemode). -BSD licensed +BSD-3-Clause licensed ## hoedown @@ -161,9 +161,9 @@ Public domain (the author disclaimed the copyright). ## quazip -A zip manipulation library, forked for MultiMC's use. +A zip manipulation library. -LGPL 2.1 +LGPL 2.1 with linking exception. ## rainbow @@ -173,7 +173,7 @@ Available either under LGPL version 2.1 or later. ## systeminfo -A MultiMC-specific library for probing system information. +A PolyMC-specific library for probing system information. Apache 2.0 @@ -187,6 +187,6 @@ Licenced under the MIT licence. ## xz-embedded -Tiny implementation of LZMA2 de/compression. This format is only used by Forge to save bandwidth. +Tiny implementation of LZMA2 de/compression. This format was only used by Forge to save bandwidth. Public domain. |