Add note on license

This commit is contained in:
Stephen F. Booth 2022-07-21 13:55:38 -05:00
parent 3b265c5076
commit 6dfd1f2afd
No known key found for this signature in database
GPG Key ID: 900AAC885063A183
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@ The default build configuration includes the [FTS5 extension](https://sqlite.org
Additionally, the [carray](https://sqlite.org/carray.html), [decimal](https://sqlite.org/floatingpoint.html#the_decimal_c_extension), [ieee754](https://sqlite.org/floatingpoint.html#the_ieee754_c_extension), [series](https://www.sqlite.org/src/file/ext/misc/series.c), [sha3](https://www.sqlite.org/src/file/ext/misc/shathree.c), and [uuid](https://www.sqlite.org/src/file/ext/misc/uuid.c) extensions are statically linked.
The package also includes [shims](Sources/CSQLite/include/csqlite_shims.h) for various C functions not easily accessible from Swift.
## License
SQLite is in the [public domain](https://sqlite.org/copyright.html).