summaryrefslogtreecommitdiffstats
path: root/3rdparty
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2017-01-26 16:07:00 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2017-01-26 16:25:07 +0000
commit7bc1b685814d84483d4385b69b08c55d09130f7f (patch)
treeabcf321fb74835c283bf7894c2c57d4eb971dd18 /3rdparty
parentf4b69af2954f60f820b535414f30a205df2b9c19 (diff)
Added 3rd-party attributions plus necessary fixes
Change-Id: If66c16ff41dca5617f7e8a4a86de6606877d0138 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/libarchive/qt_attribution.json15
-rw-r--r--3rdparty/libbacktrace/LICENSE30
-rw-r--r--3rdparty/libbacktrace/qt_attribution.json15
-rw-r--r--3rdparty/libyaml/qt_attribution.json15
4 files changed, 75 insertions, 0 deletions
diff --git a/3rdparty/libarchive/qt_attribution.json b/3rdparty/libarchive/qt_attribution.json
new file mode 100644
index 00000000..e0d04dd8
--- /dev/null
+++ b/3rdparty/libarchive/qt_attribution.json
@@ -0,0 +1,15 @@
+{
+ "Id": "libarchive",
+ "Name": "libarchive",
+ "QDocModule": "applicationmanager",
+ "QtUsage": "Optionally used in Qt ApplicationManager. Configure with -config force-system-libarchive to avoid.",
+
+ "Description": "Multi-format archive and compression library.",
+ "Homepage": "http://www.libarchive.org/",
+ "Version": "3.1.2",
+
+ "License": "BSD 2-clause \"Simplified\" License",
+ "LicenseId": "BSD-2-Clause",
+ "LicenseFile": "COPYING",
+ "Copyright": "(c) 2003-2016 Tim Kientzle et al. - see COPYING and the individual file headers"
+}
diff --git a/3rdparty/libbacktrace/LICENSE b/3rdparty/libbacktrace/LICENSE
new file mode 100644
index 00000000..74b5ddb5
--- /dev/null
+++ b/3rdparty/libbacktrace/LICENSE
@@ -0,0 +1,30 @@
+Copyright (C) 2012-2016 Free Software Foundation, Inc.
+Written by Ian Lance Taylor, Google.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ (1) Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ (2) Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution.
+
+ (3) The name of the author may not be used to
+ endorse or promote products derived from this software without
+ specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
diff --git a/3rdparty/libbacktrace/qt_attribution.json b/3rdparty/libbacktrace/qt_attribution.json
new file mode 100644
index 00000000..e8c7bf6f
--- /dev/null
+++ b/3rdparty/libbacktrace/qt_attribution.json
@@ -0,0 +1,15 @@
+{
+ "Id": "libbacktrace",
+ "Name": "libbacktrace",
+ "QDocModule": "applicationmanager",
+ "QtUsage": "Automatically used in Qt ApplicationManager, if available. Configure with -config disable-libbacktrace to avoid.",
+
+ "Description": "Standalone fork of libbacktrace - libbacktrace prints stack traces.",
+ "Homepage": "https://github.com/ErwanLegrand/libbacktrace",
+ "Version": "2016-05-18",
+
+ "License": "BSD 3-clause \"New\" or \"Revised\" License",
+ "LicenseId": "BSD-3-Clause",
+ "LicenseFile": "LICENSE",
+ "Copyright": "Copyright (C) 2012-2016 Free Software Foundation, Inc."
+}
diff --git a/3rdparty/libyaml/qt_attribution.json b/3rdparty/libyaml/qt_attribution.json
new file mode 100644
index 00000000..02465ec6
--- /dev/null
+++ b/3rdparty/libyaml/qt_attribution.json
@@ -0,0 +1,15 @@
+{
+ "Id": "libyaml",
+ "Name": "libyaml",
+ "QDocModule": "applicationmanager",
+ "QtUsage": "Optionally used in Qt ApplicationManager. Configure with -config force-system-libyaml to avoid.",
+
+ "Description": "LibYAML is a YAML 1.1 parser and emitter written in C.",
+ "Homepage": "http://pyyaml.org/wiki/LibYAML/",
+ "Version": "0.1.6",
+
+ "License": "MIT License",
+ "LicenseId": "MIT",
+ "LicenseFile": "LICENSE",
+ "Copyright": "Copyright (c) 2006-2016 Kirill Simonov"
+}