summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/sqlite/qt_attribution.json
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2024-04-16 13:46:40 +0200
committerKai Köhne <kai.koehne@qt.io>2024-04-28 12:14:17 +0200
commitf0633e823796775d2c019363ca4f1cb008851402 (patch)
treebca81219a4ff18d700d9a8581f46e402f6f2888d /src/3rdparty/sqlite/qt_attribution.json
parent15eb9dccae8264c97c1fc242f999003f3bbff9ff (diff)
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 <ch.ehrlicher@gmx.de>
Diffstat (limited to 'src/3rdparty/sqlite/qt_attribution.json')
-rw-r--r--src/3rdparty/sqlite/qt_attribution.json4
1 files changed, 2 insertions, 2 deletions
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."
}