summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-03-23 14:42:09 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-27 10:55:28 +0000
commit5a182d35e2e10076fabaebc128f5d270d4fac788 (patch)
tree49515da1ba62c425819e7db92451e6f26c0f43a7 /src/3rdparty
parentce58c66ae81c92f4c3a538ecdd9ec1108b19352f (diff)
Update license specification for PCRE2
PCRE2 is available under BSD-3-Clause, but with a relevant exception that arguably applies to the way Qt uses it, too. So let's mention this exception in the listed license. Unfortunately, the exception is not part of the SPDX database, and combining a standard license with a custom exception is not supported yet. See [1] for a related discussion. Meanwhile, just defining a whole license is a common workaround. [1] https://github.com/spdx/spdx-spec/issues/153 [ChangeLog][Third-Party Code] Clarifying license of PCRE2 to be BSD-3-Clause with advertisement exception for binary-like packages. Pick-to: 6.5 Change-Id: Ib6d46806dc5a00ff2f795054ad9bf0ae62920501 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/pcre2/qt_attribution.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/pcre2/qt_attribution.json b/src/3rdparty/pcre2/qt_attribution.json
index 2d8c658657..fce44138cb 100644
--- a/src/3rdparty/pcre2/qt_attribution.json
+++ b/src/3rdparty/pcre2/qt_attribution.json
@@ -9,8 +9,8 @@
"Homepage": "http://www.pcre.org/",
"Version": "10.42",
"DownloadLocation": "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.42/pcre2-10.42.tar.bz2",
- "License": "BSD 3-clause \"New\" or \"Revised\" License",
- "LicenseId": "BSD-3-Clause",
+ "License": "BSD 3-clause \"New\" or \"Revised\" License with PCRE2 binary-like Packages Exception",
+ "LicenseId": "LicenseRef-BSD-3-Clause-with-PCRE2-Binary-Like-Packages-Exception",
"LicenseFile": "LICENCE",
"Copyright": "Copyright (c) 1997-2022 University of Cambridge
Copyright (c) 2010-2022 Zoltan Herczeg"