From 24afe1e496862d650c9b6a097945a7fc4570e52e Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 22 Dec 2021 16:45:08 +0100 Subject: [PATCH] add licenses to readme of things we actually bundle rather than just depend on --- doc/SDK.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/SDK.md b/doc/SDK.md index c9897844..87e7c897 100644 --- a/doc/SDK.md +++ b/doc/SDK.md @@ -88,3 +88,7 @@ There is partial typescript support while we are still in the process of convert ## API Stability This library follows semantic versioning; there is no API stability promised as long as the major version is still 0. Once 1.0.0 is released, breaking changes will be released with a change in major versioning. + +## Third-party licenses + +This package bundles the bs58 package ([license](https://github.com/cryptocoinjs/bs58/blob/master/LICENSE)), and the Inter font ([license](https://github.com/rsms/inter/blob/master/LICENSE.txt)).