diff --git a/Cargo.toml b/Cargo.toml index e41a2ab..0920c40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ [workspace.package] version = "0.2.0" edition = "2024" -license = "MIT OR Apache-2.0" +license = "Apache-2.0 OR MIT" repository = "https://github.com/forkwright/hamma" rust-version = "1.88" diff --git a/deny.toml b/deny.toml index d7221dc..e9a76d6 100644 --- a/deny.toml +++ b/deny.toml @@ -13,7 +13,7 @@ ignore = [] # - BSL-1.0: xxhash-rust (via fjall) # - CC0-1.0: spin or option-ext-class permissive (via various) # - Apache-2.0 WITH LLVM-exception: psm/stacker (via typst-eval chain) -allow = ["MIT", "Apache-2.0", "BSD-2-Clause", "BSD-3-Clause", "ISC", "Unicode-3.0", "Zlib", "MPL-2.0", "BSL-1.0", "CC0-1.0", "Apache-2.0 WITH LLVM-exception", "CDLA-Permissive-2.0", "LicenseRef-PolyForm-Shield-1.0.0"] +allow = ["MIT", "Apache-2.0", "BSD-2-Clause", "BSD-3-Clause", "ISC", "Unicode-3.0", "Zlib", "MPL-2.0", "BSL-1.0", "CC0-1.0", "Apache-2.0 WITH LLVM-exception", "CDLA-Permissive-2.0", "LicenseRef-PolyForm-Shield-1.0.0", "LicenseRef-PolyForm-Noncommercial-1.0.0", "LicenseRef-Proprietary"] confidence-threshold = 0.8 [bans]