summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2016-11-26 23:53:56 +0100
committerPetr Mrázek <peterix@gmail.com>2016-11-26 23:53:56 +0100
commit5994c47d7c6845c71c9c37bf30e9511914a017f4 (patch)
treeea6c4d007edc3e0a0f13ab5d217b1a2a07fb2691 /libraries
parent66ffab71ae6bd4731ba02987c108561ab90be75c (diff)
downloadMultiMC-5994c47d7c6845c71c9c37bf30e9511914a017f4.tar
MultiMC-5994c47d7c6845c71c9c37bf30e9511914a017f4.tar.gz
MultiMC-5994c47d7c6845c71c9c37bf30e9511914a017f4.tar.lz
MultiMC-5994c47d7c6845c71c9c37bf30e9511914a017f4.tar.xz
MultiMC-5994c47d7c6845c71c9c37bf30e9511914a017f4.zip
NOISSUE add ganalytics and LocalPeer licenses
Diffstat (limited to 'libraries')
-rw-r--r--libraries/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/README.md b/libraries/README.md
index 9d91d098..cdc72004 100644
--- a/libraries/README.md
+++ b/libraries/README.md
@@ -150,3 +150,11 @@ 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.
+
+
+## ganalytics
+A Google Analytics library for Qt.
+
+BSD licensed, derived from [qt-google-analytics](https://github.com/HSAnet/qt-google-analytics).
+
+Modifications include better handling of IP anonymization (can be enabled) and general improvements of the API (application handles persistence and ID generation instead of the library).