Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "cargo_embargo: additional license selection" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
smore-lore authored and Gerrit Code Review committed Oct 1, 2024
2 parents 3834e4e + c4d055d commit 5dc8d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cargo_embargo/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,7 @@ fn choose_license(license: &str) -> &str {

// Variations on "BSD-* OR Apache-2.0"
"Apache-2.0 OR BSD-3-Clause" => "Apache-2.0",
"Apache-2.0 or BSD-3-Clause" => "Apache-2.0",
"BSD-3-Clause OR Apache-2.0" => "Apache-2.0",

// Variations on "BSD-* OR MIT OR Apache-2.0"
Expand Down

0 comments on commit 5dc8d68

Please sign in to comment.