summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libpsl/qt_attribution.json
diff options
context:
space:
mode:
authorIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2022-02-21 15:04:05 +0100
committerIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2022-02-24 19:36:26 +0100
commitcba40055b1cb9f0bdd60ee4a2fc99d8c48aadca8 (patch)
treebe26c40046dd912ae8e8ccfed1eb08c683546baa /src/3rdparty/libpsl/qt_attribution.json
parentd0b22762be8b8d2a7c2f09141f3ce77e2fd7bffb (diff)
Network: Use public suffix database in DAFSA format
This saves 91kiB of text size and makes it easier to use a locally installed database when available. [ChangeLog][Third-Party Code] Moved attribution of The Public Suffix List from Qt Core to Qt Network. [ChangeLog][Third-Party Code] Added attribution of new libpsl library to Qt Network. libpsl is available under the BSD 3-Clause "New" or "Revised" License. Task-number: QTBUG-95889 Change-Id: Ibd37c7a94fdf235e75d96fec20d427fb5c2bd2a4 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/3rdparty/libpsl/qt_attribution.json')
-rw-r--r--src/3rdparty/libpsl/qt_attribution.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/3rdparty/libpsl/qt_attribution.json b/src/3rdparty/libpsl/qt_attribution.json
new file mode 100644
index 0000000000..f2eddec00d
--- /dev/null
+++ b/src/3rdparty/libpsl/qt_attribution.json
@@ -0,0 +1,15 @@
+{
+ "Id": "libpsl",
+ "Name": "libpsl - C library to handle the Public Suffix List",
+ "QDocModule": "qtnetwork",
+ "Description": "Libpsl allows checking domains against the Public Suffix List.",
+ "Files": "src/lookup_string_in_fixed_set.c src/psl-make-dafsa",
+ "QtUsage": "Used to compress the embedded copy of publicsuffix list and
+to lookup entries in it.",
+ "Homepage": "https://github.com/rockdaboot/libpsl",
+ "Version": "664f3dc85259ec65e30248a61fa1c45b7b0e4c3f",
+ "License": "BSD 3-clause \"New\" or \"Revised\" License",
+ "LicenseFile": "src/LICENSE.chromium",
+ "LicenseId": "BSD-3-Clause",
+ "Copyright": "Copyright 2014-2016 The Chromium Authors. All rights reserved."
+}