From 6dfd1f2afd149182c0f657752eaaebb976deab42 Mon Sep 17 00:00:00 2001 From: "Stephen F. Booth" Date: Thu, 21 Jul 2022 13:55:38 -0500 Subject: [PATCH] Add note on license --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8caffee..3e9de14 100644 --- a/README.md +++ b/README.md @@ -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).