From 230876e20e5dcec309ff2bc76c9a1f0090bb15db Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Fri, 17 Sep 2021 23:14:18 +0100 Subject: [PATCH] Ensure that GitHub's "View license" link points to complete license information. refs https://github.com/zcash/librustzcash/issues/443 Signed-off-by: Daira Hopwood --- COPYING | 16 ++++++++++++++++ README.md | 14 +------------- 2 files changed, 17 insertions(+), 13 deletions(-) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..4f1b0b7 --- /dev/null +++ b/COPYING @@ -0,0 +1,16 @@ +# License + +Licensed under either of + + * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) + * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) + +at your option. + +# Contribution + +Unless you explicitly state otherwise, any contribution intentionally +submitted for inclusion in the work by you, as defined in the Apache-2.0 +license, shall be dual licensed as above, without any additional terms or +conditions. + diff --git a/README.md b/README.md index b8a2ea6..d509d72 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,4 @@ Requirements: ## License -Licensed under either of - - * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) - * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) - -at your option. - -### Contribution - -Unless you explicitly state otherwise, any contribution intentionally -submitted for inclusion in the work by you, as defined in the Apache-2.0 -license, shall be dual licensed as above, without any additional terms or -conditions. +This repository is [MIT/Apache 2.0 dual-licensed](COPYING).