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:
parent
9ea2ff075e
commit
8b7eecb39f
5
LICENSES/blessing.txt
Normal file
5
LICENSES/blessing.txt
Normal 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.
|
4
src/3rdparty/sqlite/qt_attribution.json
vendored
4
src/3rdparty/sqlite/qt_attribution.json
vendored
@ -9,7 +9,7 @@
|
|||||||
"Homepage": "https://www.sqlite.org/",
|
"Homepage": "https://www.sqlite.org/",
|
||||||
"Version": "3.45.3",
|
"Version": "3.45.3",
|
||||||
"DownloadLocation": "https://www.sqlite.org/2024/sqlite-amalgamation-3450300.zip",
|
"DownloadLocation": "https://www.sqlite.org/2024/sqlite-amalgamation-3450300.zip",
|
||||||
"License": "Public Domain",
|
"License": "SQLite Blessing",
|
||||||
"LicenseId": "CC0-1.0",
|
"LicenseId": "blessing",
|
||||||
"Copyright": "The authors disclaim copyright to the source code. However, a license can be obtained if needed."
|
"Copyright": "The authors disclaim copyright to the source code. However, a license can be obtained if needed."
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user