summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/sqlite/qt_attribution.json
blob: 1e8b7f9f9a588690c4d60ee666305e63e4f3f472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "Id": "sqlite",
    "Name": "SQLite",
    "QDocModule": "qtsql",
    "QtUsage": "Used in Qt SQL Lite plugin. Configure Qt with -system-sqlite or -no-sqlite to avoid.",
    "SecurityCritical": true,

    "Description": "SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.",
    "Homepage": "https://www.sqlite.org/",
    "Version": "3.45.2",
    "DownloadLocation": "https://www.sqlite.org/2024/sqlite-amalgamation-3450200.zip",
    "License": "Public Domain",
    "LicenseId": "CC0-1.0",
    "Copyright": "The authors disclaim copyright to the source code. However, a license can be obtained if needed."
}