From c16528250785f1499e5b88a7cedb18740fa0d038 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Sat, 30 Jan 2021 15:49:15 -0600 Subject: [PATCH] chore: update info/links re: dependencies and licensing --- README.md | 6 ++++-- sqlcipher.nimble | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe52a5b..766ad20 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ Licensed and distributed under the [MIT License](https://github.com/status-im/ni ### Dependency Licenses +- OpenSSL https://github.com/openssl/openssl/blob/master/LICENSE.txt - SQLCipher https://github.com/sqlcipher/sqlcipher/blob/master/LICENSE -- OpenSSL https://github.com/openssl/openssl/blob/master/LICENSE -- TinySQLite https://github.com/GULPF/tiny_sqlite/blob/master/LICENSE +- nim-stew https://github.com/status-im/nim-stew#license +- nimbus-build-system https://github.com/status-im/nimbus-build-system/#license +- tiny_sqlite https://github.com/GULPF/tiny_sqlite/blob/master/LICENSE diff --git a/sqlcipher.nimble b/sqlcipher.nimble index 05d2d1e..579b30f 100644 --- a/sqlcipher.nimble +++ b/sqlcipher.nimble @@ -7,7 +7,7 @@ license = "MIT" skipDirs = @["test"] requires "nim >= 1.2.0", - "nimterop" + "stew" import strutils