From 77d44dca3e9abbe4e2019294e8c30c8070499053 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Thu, 16 May 2024 09:55:22 +0200 Subject: [PATCH] Fix qt_attribution file for libjpeg In the version update to 3.0.3, the LicenseId and LicenseFiles items were updated, but not the License item. Pick-to: 6.5 6.2 5.15 Change-Id: I21870c78a247740ea8d67487a18511169607daba Reviewed-by: Ahmad Samir Reviewed-by: Eskil Abrahamsen Blomfeldt (cherry picked from commit a3e3e105ab10607cef4589f5c6d4c5770b44b9cf) Reviewed-by: Eirik Aavitsland --- src/3rdparty/libjpeg/qt_attribution.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdparty/libjpeg/qt_attribution.json b/src/3rdparty/libjpeg/qt_attribution.json index a73ef1572df..ae2fa94e736 100644 --- a/src/3rdparty/libjpeg/qt_attribution.json +++ b/src/3rdparty/libjpeg/qt_attribution.json @@ -10,7 +10,7 @@ "Version": "3.0.3", "DownloadLocation": "https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/3.0.3/libjpeg-turbo-3.0.3.tar.gz", - "License": "Independent JPEG Group License and BSD 3-Clause \"New\" or \"Revised\" License and zlib License", + "License": "Independent JPEG Group License and BSD 3-Clause \"New\" or \"Revised\" License", "LicenseId": "IJG AND BSD-3-Clause", "LicenseFiles": [ "LICENSE", "ijg-license.txt" ], "CopyrightFile": "COPYRIGHT.txt"