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