summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
Diffstat (limited to 'dist')
-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>