From 47a842ee0c77d7191519f718941b7b6191b70c2d Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 9 Oct 2020 14:50:29 +0200 Subject: [PATCH] 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 (cherry picked from commit ae18502151fff72885237897f1ffff79166e536c) --- src/3rdparty/pcre2/qt_attribution.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdparty/pcre2/qt_attribution.json b/src/3rdparty/pcre2/qt_attribution.json index a22136c06c0..482619fbbf0 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)" }