Skip to content

Commit

Permalink
added risc0 example exception to README (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehemmerle authored Jan 4, 2024
1 parent 93c7886 commit 60ef356
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,15 @@ cargo component build --release -p template-barebones --target wasm32-unknown-un
This creates the program as a Wasm component at `target/wasm32-unknown-unknown/release/template_barebones.wasm`.

Since this program is used in tests for the program runtime (`ec-runtime`), you can see the program get used by running `cargo test -p ec-runtime`.

## Licensing

For the most part, the code in this repository is licensed under [AGPL-3.0](./LICENSE).

There are some exceptions however:

- The original code in the `examples/risc0-zkvm-verification` crate comes from RISC Zero's [`risc0`](https://github.com/risc0/risc0) project, which is licensed under
`Apache License 2.0`.

Modifications made by Entropy to these crates are licensed under `AGPL-3.0`.

0 comments on commit 60ef356

Please sign in to comment.