diff options
author | stephan <stephan@noemail.net> | 2022-10-16 15:38:03 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-10-16 15:38:03 +0000 |
commit | 956392694abaaa832ec3186f7b6af5043f71e623 (patch) | |
tree | 2ada9a4e82af9e423971afc30c4ff1557dac10ea /ext/wasm/api/sqlite3-license-version-header.js | |
parent | 879164ed74846a4bdfcd513c200c70debf0b9409 (diff) | |
download | sqlite-956392694abaaa832ec3186f7b6af5043f71e623.tar.gz sqlite-956392694abaaa832ec3186f7b6af5043f71e623.zip |
Add a top-level license and build-time version info header to generated sqlite3*.js. Correct a broken link in ext/wasm/index.html.
FossilOrigin-Name: 0f1a06e8e39a1fbc74f1aff9cc59787282dfbf847d6c5c7edb3f7d410db0e4b7
Diffstat (limited to 'ext/wasm/api/sqlite3-license-version-header.js')
-rw-r--r-- | ext/wasm/api/sqlite3-license-version-header.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ext/wasm/api/sqlite3-license-version-header.js b/ext/wasm/api/sqlite3-license-version-header.js new file mode 100644 index 000000000..f8b3eddc5 --- /dev/null +++ b/ext/wasm/api/sqlite3-license-version-header.js @@ -0,0 +1,25 @@ +/* +** LICENSE for the sqlite3 WebAssembly/JavaScript APIs. +** +** This bundle (typically released as sqlite3.js or sqlite3-wasmfs.js) +** is an amalgamation of JavaScript source code from two projects: +** +** 1) https://emscripten.org: the Emscripten "glue code" is covered by +** the terms of the MIT license and University of Illinois/NCSA +** Open Source License, as described at: +** +** https://emscripten.org/docs/introducing_emscripten/emscripten_license.html +** +** 2) https://sqlite.org: all code and documentation labeled as being +** from this source are released under the same terms as the sqlite3 +** C library: +** +** 2022-10-16 +** +** 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. +*/ |