Skip to content

Commit

Permalink
Cairo v0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
liorgold2 committed Feb 15, 2022
1 parent 64a7f6a commit ed6cf8d
Show file tree
Hide file tree
Showing 104 changed files with 2,233 additions and 991 deletions.
7 changes: 3 additions & 4 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
Cairo Toolchain License (Source Available)

Version 1.0 dated December 22, 2020
Version 1.1 dated January 18, 2022

This license contains the terms and conditions under which StarkWare
Industries, Ltd ("StarkWare") makes available its Cairo Toolchain
("Toolchain"). Your use of the Toolchain is subject to these terms and
conditions.

StarkWare grants you ("Licensee") a license to use the Toolchain, only
for the purpose of developing and compiling Cairo programs. Licensee's
for the purpose of developing and compiling Cairo programs. Licensee's other
use of the Toolchain is limited to non-commercial use, which means academic,
scientific, or research and development use, or evaluating the Cairo
language and Toolchain.
scientific, or research use, or evaluating the Cairo language and Toolchain.

StarkWare grants Licensee a license to modify the Toolchain, only as
necessary to fix errors. Licensee may, but is not obligated to, provide
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Once the docker image is built, you can fetch the python package zip file using:

```bash
> container_id=$(docker create cairo)
> docker cp ${container_id}:/app/cairo-lang-0.7.0.zip .
> docker cp ${container_id}:/app/cairo-lang-0.7.1.zip .
> docker rm -v ${container_id}
```

Loading

0 comments on commit ed6cf8d

Please sign in to comment.