# Notices and provenance

SqliteEngine is a fork of Exqlite (<https://github.com/elixir-sqlite/exqlite>).
The original and forked Elixir/NIF code is distributed under the MIT license in
`LICENSE`; original copyright and release history are preserved.

The vendored SQLite amalgamation is generated from
<https://github.com/sqlite/sqlite.git>, branch label `bedrock`, exact commit
`8bde947ccb6c3ac3ad847778f90ccd95661c803b`, and is public domain as described
at <https://sqlite.org/copyright.html>.

The native Luau runtime is built from <https://github.com/luau-lang/luau.git>,
ref `0.733`, exact commit `ca128af4c531310d6f5c1b354df4b79fdd782ede`.
Its license notices are packaged as `c_src/luau.LICENSE.txt` and
`c_src/luau.lua_LICENSE.txt`.

Machine-readable source identities and generated checksums are in
`native/locks/`.
