diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2022-10-19 16:43:02 -0700 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2022-10-19 17:18:17 -0700 |
| commit | e4f56b9d16a408c5046f3c3531c7fdd0569759d1 (patch) | |
| tree | 07bea69ebbd69dc50510f349746f9adfeff302f9 /src | |
| parent | 288194ec8801be9c2c2d047d71a5e7ea4d46b883 (diff) | |
| download | rust-e4f56b9d16a408c5046f3c3531c7fdd0569759d1.tar.gz rust-e4f56b9d16a408c5046f3c3531c7fdd0569759d1.zip | |
Update license
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index b9e0d48c9bc..f8afb44e75b 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -23,6 +23,7 @@ const LICENSES: &[&str] = &[ "MIT OR Apache-2.0 OR Zlib", // tinyvec_macros "MIT OR Zlib OR Apache-2.0", // miniz_oxide "(MIT OR Apache-2.0) AND Unicode-DFS-2016", // unicode_ident + "Unicode-DFS-2016", // tinystr and icu4x ]; /// These are exceptions to Rust's permissive licensing policy, and |
