Skip to content

Commit e4f56b9

Browse files
committed
Update license
1 parent 288194e commit e4f56b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const LICENSES: &[&str] = &[
2323
"MIT OR Apache-2.0 OR Zlib", // tinyvec_macros
2424
"MIT OR Zlib OR Apache-2.0", // miniz_oxide
2525
"(MIT OR Apache-2.0) AND Unicode-DFS-2016", // unicode_ident
26+
"Unicode-DFS-2016", // tinystr and icu4x
2627
];
2728

2829
/// These are exceptions to Rust's permissive licensing policy, and

0 commit comments

Comments
 (0)