summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorLee Shombert <shombert@google.com>2023-06-12 11:33:31 -0700
committerLee Shombert <shombert@google.com>2023-07-07 09:07:35 -0700
commit155051037282ad7c23bfee3834c0b348208bcf49 (patch)
treea8b7a1ee60d3bcabcbfd065e417636a07a850faf /LICENSE
parented7e0d98defe3f5431a48e14a17c54b0a618da5f (diff)
downloadsqlite-155051037282ad7c23bfee3834c0b348208bcf49.tar.gz
Upgrade SQLite to version 3.42.0
Bug: 285936283 Downloaded from https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz $ openssl dgst -sha3-256 sqlite-autoconf-3420000.tar.gz SHA3-256(sqlite-autoconf-3420000.tar.gz)= 643898e9fcc8f6069bcd47b0e6057221c1ed17bbee57da20d2752c79d91274e8 dist/orig contains the stock sqlite3 code, as packaged in the tar.gz file above. dist contains a copy of dist/orig, but with the Android.patch file applied. More details about the release are available here: https://www.sqlite.org/releaselog/ Test: code compiles and device boots with no problems. Test: select sqlite_version() - returns 3.42.0 Test: atest cts/SQLiteDatabaseTest all passed. Test: atest cts/SQLiteSecurityTest Change-Id: I99ab5d3bef6e5aab2043400cade818b0789b8f44
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE6
1 files changed, 6 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..cb0841c
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,6 @@
+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.