Skip to content

Commit adc65c6

Browse files
license: allow CDLA-Permissive-2.0 (#35939)
## Summary - Add `CDLA-Permissive-2.0` to the accepted license lists in `about.toml` and `deny.toml` - Pre-requisite for the crypto migration to rustls/aws-lc-rs, which introduces dependencies licensed under this permissive license ## Test plan - [ ] `cargo deny check licenses` passes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Jason Hernandez <7144515+jasonhernandez@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f6f7d70 commit adc65c6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

about.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ accepted = [
44
"Apache-2.0",
55
"Apache-2.0 WITH LLVM-exception",
66
"CC0-1.0",
7+
"CDLA-Permissive-2.0",
78
"0BSD",
89
"BSD-2-Clause",
910
"BSD-3-Clause",

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ allow = [
268268
"Apache-2.0",
269269
"Apache-2.0 WITH LLVM-exception",
270270
"CC0-1.0",
271+
"CDLA-Permissive-2.0",
271272
"0BSD",
272273
"BSD-2-Clause",
273274
"BSD-3-Clause",

0 commit comments

Comments
 (0)