summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-11-05 12:12:40 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2020-11-08 13:02:23 +0100
commit0ebda39e065ec91dcd41a768aea9319591b5bcc0 (patch)
tree42676afb6c206e88f3ef46bb7a33cb5c4173fff6 /src/corelib/io
parenta74f53486434a791af3c3d05ea488348c65c43e1 (diff)
Rename qurltlds-related files to match the header's move
The header is now in src/network/kernel/ rather than src/corelib/io/, but the qt_attribution.json got left behind and the update program was still in a sub-dir of util/corelib/. Renamed the latter to util/publicSuffix/ (second-layer sub-directory was overkill, util/ isn't crowded and it was the only thing in util/corelib/; and there was no util/network/). This is a follow-up to commit 4f076db3d2e2e27cc56029fe878056ee79def56f Change-Id: I51c2c7892752ddc47390966044eb5650dfdfa9c2 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qt_attribution.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/corelib/io/qt_attribution.json b/src/corelib/io/qt_attribution.json
deleted file mode 100644
index 397d7668a4..0000000000
--- a/src/corelib/io/qt_attribution.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "Id": "psl",
- "Name": "The Public Suffix List",
- "QDocModule": "qtcore",
- "Description": "The Public Suffix List is an initiative of Mozilla,
-but is maintained as a community resource. It is available for use in any software,
-but was originally created to meet the needs of browser manufacturers.
-It allows browsers to, for example:
-
-- Avoid privacy-damaging \"supercookies\" being set for high-level domain name suffixes
-
-- Highlight the most important part of a domain name in the user interface
-
-- Accurately sort history entries by site",
-
- "Files": "qurltlds_p.h",
- "QtUsage": "See util/corelib/qurl-generateTLDs/ for code-generator",
- "QtUsage": "Used in Qt Core to avoid setting \"supercookies\" in the cookie jar
-supported by Qt (by the QNetworkCookieJar class).",
-
- "Homepage": "Consult https://github.com/publicsuffix/list for the sha1 but download from ...",
- "Homepage": "http://publicsuffix.org/",
- "Version": "b880425f09bca902da412bdece4f68e942f3a23b, fetched on 2020-03-13",
- "License": "Mozilla Public License 2.0",
- "LicenseFile": "PSL-LICENSE.txt",
- "LicenseId": "MPL-2.0",
- "Copyright": "The list was originally provided by Jo Hermans <jo.hermans@gmail.com>.
-It is now maintained on github (https://github.com/publicsuffix/list)."
-}