aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-04-20 15:00:06 +0200
committerKai Koehne <kai.koehne@qt.io>2021-04-20 13:25:22 +0000
commite397bbe97954e419402673c02619ff8ded7547c3 (patch)
treedc66002c03cff147c0dc6345fd76d50c7fd89248
parent6139e44714fcacb8255464ebcafc67f09daf494f (diff)
Add attribution file for assistant
Change-Id: Ic958ae5a9f47143b116365ecd6cde7cc6180e52c Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
-rw-r--r--src/3rdparty/GUMBO-AUTHORS.txt2
-rw-r--r--src/3rdparty/qt_attribution.json30
2 files changed, 32 insertions, 0 deletions
diff --git a/src/3rdparty/GUMBO-AUTHORS.txt b/src/3rdparty/GUMBO-AUTHORS.txt
new file mode 100644
index 0000000..54ec74b
--- /dev/null
+++ b/src/3rdparty/GUMBO-AUTHORS.txt
@@ -0,0 +1,2 @@
+Copyright 2010, 2011 Google Inc.
+Copyright 2008-2009 Bjoern Hoehrmann <bjoern@hoehrmann.de> \ No newline at end of file
diff --git a/src/3rdparty/qt_attribution.json b/src/3rdparty/qt_attribution.json
new file mode 100644
index 0000000..1a9a360
--- /dev/null
+++ b/src/3rdparty/qt_attribution.json
@@ -0,0 +1,30 @@
+[
+ {
+ "Id": "litehtml-gumbo",
+ "Name": "Gumbo",
+ "QDocModule": "qtassistant",
+ "QtParts": ["tools"],
+ "QtUsage": "Used in Qt Assistant.",
+
+ "Description": "Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library with no outside dependencies.",
+ "Homepage": "https://github.com/google/gumbo-parser",
+ "LicenseId": "Apache-2.0 AND MIT",
+ "License": "Apache License 2.0 AND MIT",
+ "CopyrightFile": "GUMBO-AUTHORS.txt"
+ },
+ {
+ "Id": "litehtml",
+ "Name": "litehtml",
+ "QDocModule": "qtassistant",
+ "QtParts": ["tools"],
+ "QtUsage": "Used in Qt Assistant.",
+
+ "Description": "litehtml is the lightweight HTML rendering engine with CSS2/CSS3 support.",
+ "Homepage": "https://github.com/litehtml/litehtml",
+ "Version": "v0.5-64-gdb7f59d",
+ "LicenseId": "BSD-3-Clause",
+ "License": "BSD 3-Clause \"New\" or \"Revised\" License",
+ "LicenseFile": "litehtml/LICENSE",
+ "Copyright": "Copyright (c) 2013, Yuri Kobets (tordex)"
+ }
+] \ No newline at end of file