From 43c42fa2ea5f3d23d81360749deb58a29450c237 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 2 Oct 2024 17:27:27 +0200 Subject: [PATCH] docs(README): Add license & contribution mode to README (#42) # Motivation The open sourcing policy requires declaring the license and contribution mode in the README. # Changes - Delete an empty section at the end of the README - Add a section with a link to the LICENSE and declare the contribution mode. # Tests N/A --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a0b047..170f6df 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,8 @@ dfx canister call "$MATH_CANISTER_ID" paid_is_prime ' Your canister will retrieve the pre-approved payment before proceeding with the API call. -## Detailed design +## Licence & Contribution -### Flow: Attached cycles +This repository is released under the [Apache2 license](./LICENSE). + +Unfortunately we are unable to accept contributions yet. When we do, we will provide a contribution guide.