Skip to content

Commit

Permalink
Update license exceptions.
Browse files Browse the repository at this point in the history
The `zircon` crates have been renamed as `fuchsia-zircon`.
  • Loading branch information
kennytm committed Oct 27, 2017
1 parent ca18537 commit 8ceacf4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ static EXCEPTIONS: &'static [&'static str] = &[
"thread-id", // Apache-2.0, mdbook
"cssparser", // MPL-2.0, rustdoc
"smallvec", // MPL-2.0, rustdoc
// FIXME: remove magenta references when "everything" has moved over to using the zircon name.
"magenta-sys", // BSD-3-Clause, rustdoc
"magenta", // BSD-3-Clause, rustdoc
"zircon-sys", // BSD-3-Clause, rustdoc
"zircon", // BSD-3-Clause, rustdoc
"fuchsia-zircon-sys", // BSD-3-Clause, rustdoc, rustc, cargo
"fuchsia-zircon", // BSD-3-Clause, rustdoc, rustc, cargo (jobserver & tempdir)
"cssparser-macros", // MPL-2.0, rustdoc
"selectors", // MPL-2.0, rustdoc
];
Expand Down

0 comments on commit 8ceacf4

Please sign in to comment.