diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-10 12:51:06 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-10 13:48:33 +0000 |
| commit | f6ce2e6d4a415ed31ae65698e09372ade822c02d (patch) | |
| tree | 9cc36ad7786a37eefdfaeecb347eb7dd6829cd89 | |
| parent | 0d79348d47559f688cc4beeaa8a126d5eca02f25 (diff) | |
| download | rust-f6ce2e6d4a415ed31ae65698e09372ade822c02d.tar.gz rust-f6ce2e6d4a415ed31ae65698e09372ade822c02d.zip | |
Update license for notify
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 70cc91718e2..210c9e48062 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -131,7 +131,7 @@ const EXCEPTIONS_RUST_ANALYZER: ExceptionList = &[ ("anymap", "BlueOak-1.0.0 OR MIT OR Apache-2.0"), // BlueOak is not acceptable, but we use it under MIT OR Apache-2 .0 ("dissimilar", "Apache-2.0"), ("instant", "BSD-3-Clause"), - ("notify", "CC0-1.0 OR Artistic-2.0"), + ("notify", "CC0-1.0"), ("pulldown-cmark-to-cmark", "Apache-2.0"), ("ryu", "Apache-2.0 OR BSL-1.0"), // BSL is not acceptble, but we use it under Apache-2.0 ("scip", "Apache-2.0"), |
