Skip to content

Commit 8ceacf4

Browse files
committed
Update license exceptions.
The `zircon` crates have been renamed as `fuchsia-zircon`.
1 parent ca18537 commit 8ceacf4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/tools/tidy/src/deps.rs

+2-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@ static EXCEPTIONS: &'static [&'static str] = &[
3535
"thread-id", // Apache-2.0, mdbook
3636
"cssparser", // MPL-2.0, rustdoc
3737
"smallvec", // MPL-2.0, rustdoc
38-
// FIXME: remove magenta references when "everything" has moved over to using the zircon name.
39-
"magenta-sys", // BSD-3-Clause, rustdoc
40-
"magenta", // BSD-3-Clause, rustdoc
41-
"zircon-sys", // BSD-3-Clause, rustdoc
42-
"zircon", // BSD-3-Clause, rustdoc
38+
"fuchsia-zircon-sys", // BSD-3-Clause, rustdoc, rustc, cargo
39+
"fuchsia-zircon", // BSD-3-Clause, rustdoc, rustc, cargo (jobserver & tempdir)
4340
"cssparser-macros", // MPL-2.0, rustdoc
4441
"selectors", // MPL-2.0, rustdoc
4542
];

0 commit comments

Comments
 (0)