From 3159dc9b3b1955a007ff58908fe07199d8ea9118 Mon Sep 17 00:00:00 2001 From: Hendrik Eeckhaut Date: Tue, 21 May 2024 14:03:26 +0200 Subject: [PATCH] docs: Add license information (#50) --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/readme.md b/readme.md index f805b03..f402629 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,9 @@ +![MIT licensed][mit-badge] +![Apache licensed][apache-badge] + +[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg +[apache-badge]: https://img.shields.io/github/license/saltstack/salt + # tlsn-js NPM Modules for proving and verifying using TLSNotary in the browser. @@ -7,6 +13,14 @@ The prover requires a [notary-server](https://github.com/tlsnotary/notary-server > [!IMPORTANT] > `tlsn-js` is developed for the usage of TLSNotary **in the Browser**. This module does not work in `nodejs`. +## License +This repository is licensed under either of + +- [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) +- [MIT license](http://opensource.org/licenses/MIT) + +at your option. + ## Example ```ts import { prove, verify } from '../src';