mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-19 03:54:40 +00:00
Update license exceptions.
The `zircon` crates have been renamed as `fuchsia-zircon`.
This commit is contained in:
parent
ca18537197
commit
8ceacf4e11
@ -35,11 +35,8 @@ static EXCEPTIONS: &'static [&'static str] = &[
|
|||||||
"thread-id", // Apache-2.0, mdbook
|
"thread-id", // Apache-2.0, mdbook
|
||||||
"cssparser", // MPL-2.0, rustdoc
|
"cssparser", // MPL-2.0, rustdoc
|
||||||
"smallvec", // MPL-2.0, rustdoc
|
"smallvec", // MPL-2.0, rustdoc
|
||||||
// FIXME: remove magenta references when "everything" has moved over to using the zircon name.
|
"fuchsia-zircon-sys", // BSD-3-Clause, rustdoc, rustc, cargo
|
||||||
"magenta-sys", // BSD-3-Clause, rustdoc
|
"fuchsia-zircon", // BSD-3-Clause, rustdoc, rustc, cargo (jobserver & tempdir)
|
||||||
"magenta", // BSD-3-Clause, rustdoc
|
|
||||||
"zircon-sys", // BSD-3-Clause, rustdoc
|
|
||||||
"zircon", // BSD-3-Clause, rustdoc
|
|
||||||
"cssparser-macros", // MPL-2.0, rustdoc
|
"cssparser-macros", // MPL-2.0, rustdoc
|
||||||
"selectors", // MPL-2.0, rustdoc
|
"selectors", // MPL-2.0, rustdoc
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user