Skip to content

Commit 647f1a7

Browse files
jchrostek-ddclaude
andauthored
fix: regenerate LICENSE-3rdparty.csv for aws-lc-fips-sys (#1103)
## Summary - Regenerate `bottlecap/LICENSE-3rdparty.csv` to include the missing `aws-lc-fips-sys` package entry - Fixes the failing `Valid LICENSE-3rdparty.csv` CI check that has been blocking all PRs since March 13 ## Context The license check was failing with: ``` Record for PackageName("aws-lc-fips-sys") is missing or changed. Error: Current "LICENSE-3rdparty.csv" is not up to date. ``` ## Test plan - [ ] CI `license-3rdparty` check passes 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e1f5763 commit 647f1a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bottlecap/LICENSE-3rdparty.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ anyhow,https://github.com/dtolnay/anyhow,MIT OR Apache-2.0,David Tolnay <dtolnay
77
async-trait,https://github.com/dtolnay/async-trait,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail.com>
88
atomic,https://github.com/Amanieu/atomic-rs,Apache-2.0 OR MIT,Amanieu d'Antras <amanieu@gmail.com>
99
atomic-waker,https://github.com/smol-rs/atomic-waker,Apache-2.0 OR MIT,"Stjepan Glavina <stjepang@gmail.com>, Contributors to futures-rs"
10+
aws-lc-fips-sys,https://github.com/aws/aws-lc-rs,ISC AND (Apache-2.0 OR ISC) AND OpenSSL,AWS-LC
1011
aws-lc-rs,https://github.com/aws/aws-lc-rs,ISC AND (Apache-2.0 OR ISC),AWS-LibCrypto
1112
aws-lc-sys,https://github.com/aws/aws-lc-rs,ISC AND (Apache-2.0 OR ISC) AND OpenSSL,AWS-LC
1213
axum,https://github.com/tokio-rs/axum,MIT,The axum Authors

0 commit comments

Comments
 (0)