From 36745757bcd5cbf4596066c86085bb7c604f6a55 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sat, 16 May 2020 13:22:09 +0200 Subject: [PATCH] Include LICENSE into the libsqlite3-sys crate Fix #736 --- libsqlite3-sys/LICENSE | 1 + 1 file changed, 1 insertion(+) create mode 120000 libsqlite3-sys/LICENSE diff --git a/libsqlite3-sys/LICENSE b/libsqlite3-sys/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/libsqlite3-sys/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file