summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-10-09 14:50:29 +0200
committerKai Koehne <kai.koehne@qt.io>2020-10-26 10:36:45 +0100
commit47a842ee0c77d7191519f718941b7b6191b70c2d (patch)
tree09df51829adcb67415fd500620d2e6efe554f944
parent168438dc3144091fc7df7aa1d4b2f1d8f7a6b51c (diff)
Fix included license text for PCRE2 - Stack-less Just-In-Time Compiler
[ChangeLog][Third-Party Code] Changed license text of "PCRE2 - Stack-less Just-In-Time Compiler" component. The documentation (incorrectly) included the generic PCRE2 license so far. Change-Id: I7b36a640ba83fb6087fe28d77f9435af13f8c84d Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit ae18502151fff72885237897f1ffff79166e536c)
-rw-r--r--src/3rdparty/pcre2/qt_attribution.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/pcre2/qt_attribution.json b/src/3rdparty/pcre2/qt_attribution.json
index a22136c06c..482619fbbf 100644
--- a/src/3rdparty/pcre2/qt_attribution.json
+++ b/src/3rdparty/pcre2/qt_attribution.json
@@ -28,7 +28,7 @@ Copyright (c) 2010-2019 Zoltan Herczeg"
"DownloadLocation": "https://ftp.pcre.org/pub/pcre/pcre2-10.33.tar.bz2",
"License": "BSD 2-clause \"Simplified\" License",
"LicenseId": "BSD-2-Clause",
- "LicenseFile": "LICENCE",
+ "LicenseFile": "LICENCE-SLJIT",
"Copyright": "Copyright (c) 2009-2019 Zoltan Herczeg
Copyright 2013-2013 Tilera Corporation(jiwang@tilera.com)"
}