Fixes default log output to console for macOS
[sqlcipher.git] / ext / wasm / api / sqlite3-license-version-header.js
blob4829894638db38d4579e261286badb83073e62dd
1 /*
2 ** LICENSE for the sqlite3 WebAssembly/JavaScript APIs.
3 **
4 ** This bundle (typically released as sqlite3.js or sqlite3.mjs)
5 ** is an amalgamation of JavaScript source code from two projects:
6 **
7 ** 1) https://emscripten.org: the Emscripten "glue code" is covered by
8 **    the terms of the MIT license and University of Illinois/NCSA
9 **    Open Source License, as described at:
11 **    https://emscripten.org/docs/introducing_emscripten/emscripten_license.html
13 ** 2) https://sqlite.org: all code and documentation labeled as being
14 **    from this source are released under the same terms as the sqlite3
15 **    C library:
17 ** 2022-10-16
19 ** The author disclaims copyright to this source code.  In place of a
20 ** legal notice, here is a blessing:
22 ** *   May you do good and not evil.
23 ** *   May you find forgiveness for yourself and forgive others.
24 ** *   May you share freely, never taking more than you give.