summaryrefslogtreecommitdiffstats
path: root/libraries/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/README.md')
-rw-r--r--libraries/README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/libraries/README.md b/libraries/README.md
index 809acb16..9d91d098 100644
--- a/libraries/README.md
+++ b/libraries/README.md
@@ -142,4 +142,11 @@ Available either under LGPL version 2.1 or later.
## xz-embedded
Tiny implementation of LZMA2 de/compression. This format is only used by Forge to save bandwidth.
-Public domain. \ No newline at end of file
+Public domain.
+
+## LocalPeer
+Library for making only one instance of the application run at all times.
+
+BSD licensed, derived from [QtSingleApplication](https://github.com/qtproject/qt-solutions/tree/master/qtsingleapplication).
+
+Changes are made to make the code more generic and useful in less usual conditions.