diff --git a/Cargo.toml b/Cargo.toml index 418f071..99b885c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Jack O'Connor "] description = "the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" -license = "CC0" +license = "Apache-2.0" documentation = "https://docs.rs/blake3" readme = "README.md" edition = "2018" diff --git a/b3sum/Cargo.toml b/b3sum/Cargo.toml index a283c89..33b4d4e 100644 --- a/b3sum/Cargo.toml +++ b/b3sum/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Jack O'Connor "] description = "a command line implementation of the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" -license = "CC0" +license = "Apache-2.0" readme = "README.md" edition = "2018"