Skip to content

Commit

Permalink
docs(README): Add license & contribution mode to README (#42)
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
bitdivine authored Oct 2, 2024
1 parent 9b221cf commit 43c42fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 43c42fa

Please sign in to comment.