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 <ch.ehrlicher@gmx.de>
(cherry picked from commit f0633e823796775d2c019363ca4f1cb008851402)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 0aa0d505b13362006a5c1acd2d4576929a5d7743)
This commit is contained in:
Kai Köhne 2024-04-16 13:46:40 +02:00 committed by Qt Cherry-pick Bot
parent 9ea2ff075e
commit 8b7eecb39f
2 changed files with 7 additions and 2 deletions

5
LICENSES/blessing.txt Normal file
View File

@ -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.

View File

@ -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."
}