From 8b7eecb39f58a601a94cbed779dbc112764dadaf 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: [PATCH] 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: 6.2 5.15 Change-Id: I6c3378c45bc5edf498673c1b060f8e8c14d96a62 Reviewed-by: Christian Ehrlicher (cherry picked from commit f0633e823796775d2c019363ca4f1cb008851402) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit 0aa0d505b13362006a5c1acd2d4576929a5d7743) --- LICENSES/blessing.txt | 5 +++++ src/3rdparty/sqlite/qt_attribution.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 LICENSES/blessing.txt diff --git a/LICENSES/blessing.txt b/LICENSES/blessing.txt new file mode 100644 index 00000000000..7a1b711a6b8 --- /dev/null +++ b/LICENSES/blessing.txt @@ -0,0 +1,5 @@ +The author disclaims copyright to this source code. In place of a legal notice, here is a blessing: + +May you do good and not evil. +May you find forgiveness for yourself and forgive others. +May you share freely, never taking more than you give. diff --git a/src/3rdparty/sqlite/qt_attribution.json b/src/3rdparty/sqlite/qt_attribution.json index f878c0cb485..c5a5b12062c 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." }