From 68c7866864da4546735cf0f2e819515d97fa8329 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 15 Jul 2024 11:29:02 -0400 Subject: [PATCH] Update the license field in b3sum/Cargo.toml --- b3sum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b3sum/Cargo.toml b/b3sum/Cargo.toml index 1ca981045..8aa63eed6 100644 --- a/b3sum/Cargo.toml +++ b/b3sum/Cargo.toml @@ -4,7 +4,7 @@ version = "1.5.3" authors = ["Jack O'Connor "] description = "a command line implementation of the BLAKE3 hash function" repository = "https://github.com/BLAKE3-team/BLAKE3" -license = "CC0-1.0 OR Apache-2.0" +license = "CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception" readme = "README.md" edition = "2021"