summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin A. Beasley <code@musicinmybrain.net>2024-07-15 11:29:02 -0400
committerJack O'Connor <oconnor663@gmail.com>2024-07-15 09:53:00 -0700
commit39e962e2bddf00a1786755c43c095c25b3b73a93 (patch)
tree9122cdda5a09032e10efae919bb20d78f4cf9759
parentacaeabeff3e051d5396e91732b1fd2f0b2641402 (diff)
Update the license field in b3sum/Cargo.toml
-rw-r--r--b3sum/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/b3sum/Cargo.toml b/b3sum/Cargo.toml
index 1ca9810..8aa63ee 100644
--- a/b3sum/Cargo.toml
+++ b/b3sum/Cargo.toml
@@ -4,7 +4,7 @@ version = "1.5.3"
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
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"