From f0633e823796775d2c019363ca4f1cb008851402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 16 Apr 2024 13:46:40 +0200 Subject: SQLite: Update identified license SPDX nowadays has a dedicated license identifier for SQLite. Let's use this. [ChangeLog][Third-Party Code] Change identified license for SQLite from 'Public Domain' to more accurate 'SQLite Blessing': https://spdx.org/licenses/blessing.html Pick-to: 5.15 6.2 6.5 6.7 Change-Id: I6c3378c45bc5edf498673c1b060f8e8c14d96a62 Reviewed-by: Christian Ehrlicher --- src/3rdparty/sqlite/qt_attribution.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/3rdparty/sqlite/qt_attribution.json') diff --git a/src/3rdparty/sqlite/qt_attribution.json b/src/3rdparty/sqlite/qt_attribution.json index f878c0cb48..c5a5b12062 100644 --- a/src/3rdparty/sqlite/qt_attribution.json +++ b/src/3rdparty/sqlite/qt_attribution.json @@ -9,7 +9,7 @@ "Homepage": "https://www.sqlite.org/", "Version": "3.45.3", "DownloadLocation": "https://www.sqlite.org/2024/sqlite-amalgamation-3450300.zip", - "License": "Public Domain", - "LicenseId": "CC0-1.0", + "License": "SQLite Blessing", + "LicenseId": "blessing", "Copyright": "The authors disclaim copyright to the source code. However, a license can be obtained if needed." } -- cgit v1.2.3