From 17d6ccbebe359ac51b82f289953596254307a199 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Sun, 17 Oct 2021 22:12:54 +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.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 COPYING.md diff --git a/COPYING.md b/COPYING.md new file mode 100644 index 0000000..4f1b0b7 --- /dev/null +++ b/COPYING.md @@ -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. +