From 8ceacf4e1138d382da3c58ef5f8e0791c00fe100 Mon Sep 17 00:00:00 2001 From: kennytm Date: Fri, 27 Oct 2017 22:12:51 +0800 Subject: [PATCH] Update license exceptions. The `zircon` crates have been renamed as `fuchsia-zircon`. --- src/tools/tidy/src/deps.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 38df657769430..bc2767c7bcc5d 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -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 ];