From c7a870e9db0c9c7ff8d33b901fa517c5aee8640e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Thu, 10 Jul 2025 15:10:34 +0200 Subject: [PATCH] readme: add authorship and license --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0a184e6..b47decc 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ with limited (and soon to be deprecated) support for the `varsig` < v1.0 specification. This is predominantly included to support the UCAN v1.0 use-case. +Built with ❤️ by [Consensys](https://consensys.io/). + ## Usage Include the `go-varsig` library by running the following command: @@ -54,3 +56,10 @@ Since there's only one workflow, the simplest command to test it is: ```bash act ``` + +## License + +This project is dual-licensed under Apache 2.0 and MIT terms: + +- Apache License, Version 2.0, ([LICENSE-APACHE](https://github.com/ucan-wg/go-varsig/blob/master/LICENSE-APACHE-2.0) or http://www.apache.org/licenses/LICENSE-2.0) +- MIT license ([LICENSE-MIT](https://github.com/ucan-wg/go-varsig/blob/master/LICENSE-MIT) or http://opensource.org/licenses/MIT)