summaryrefslogtreecommitdiffstats
path: root/dist/packages/org.qtproject.ifw
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-07-03 16:39:08 +0200
committerKai Koehne <kai.koehne@digia.com>2013-07-04 16:02:19 +0200
commit6192896241a805909aecca491b9418c885830144 (patch)
tree6ff7aa87792ddaa494902f6e7cd7504fba3c8cb0 /dist/packages/org.qtproject.ifw
parentcc8ed0dde4f24679a171ae2ca33feb73799fdc0c (diff)
Show also LZMA/kdtools license information in the installer
Change-Id: I5a7b8dff5622698e5f658e205f8f222cdf76f1ba Reviewed-by: Tim Jenssen <tim.jenssen@digia.com> Reviewed-by: Niels Weber <niels.weber@digia.com>
Diffstat (limited to 'dist/packages/org.qtproject.ifw')
-rw-r--r--dist/packages/org.qtproject.ifw/meta/3RDPARTY26
-rw-r--r--dist/packages/org.qtproject.ifw/meta/package.xml1
2 files changed, 27 insertions, 0 deletions
diff --git a/dist/packages/org.qtproject.ifw/meta/3RDPARTY b/dist/packages/org.qtproject.ifw/meta/3RDPARTY
new file mode 100644
index 000000000..58b055221
--- /dev/null
+++ b/dist/packages/org.qtproject.ifw/meta/3RDPARTY
@@ -0,0 +1,26 @@
+The Qt Installer Framework sources include third party code:
+
+============================================================
+
+LZMA SDK
+
+Parts of the sources from the LZMA SDK , version 9.20 are
+under src/libs/7zip/unix and src/libs/7z/win.
+
+The LZMA SDK is written and placed in the public domain by
+Igor Pavlov. Some code in LZMA SDK is based on public domain
+code from another developers:
+1) PPMd var.H (2001): Dmitry Shkarin
+2) SHA-256: Wei Dai (Crypto++ library)
+
+============================================================
+
+KD Tools
+
+Sources for the KD Tools library are under src/libs/kdtools.
+
+The library is released under the same license as the rest
+of the installer framework (GPL 3.0/LGPL 2.1 with Digia
+exception/Digia Commercial License).
+
+The copyright is owned by Klaralvdalens Datakonsult AB.
diff --git a/dist/packages/org.qtproject.ifw/meta/package.xml b/dist/packages/org.qtproject.ifw/meta/package.xml
index c1ba0bccd..dedb672df 100644
--- a/dist/packages/org.qtproject.ifw/meta/package.xml
+++ b/dist/packages/org.qtproject.ifw/meta/package.xml
@@ -7,6 +7,7 @@
<Licenses>
<License name="LGPL 2.1" file="LICENSE.LGPL" />
<License name="Digial Qt LGPL Exception 1.1" file="LGPL_EXCEPTION.txt" />
+ <License name="Third Party Code Licenses" file="3RDPARTY" />
</Licenses>
<Script>installscript.qs</Script>
</Package>