@@ -26,18 +26,18 @@ const LICENSES: &[&str] = &[
26
26
/// tooling. It is _crucial_ that no exception crates be dependencies
27
27
/// of the Rust runtime (std/test).
28
28
const EXCEPTIONS : & [ ( & str , & str ) ] = & [
29
- ( "mdbook" , "MPL-2.0" ) , // mdbook
30
- ( "openssl" , "Apache-2.0" ) , // cargo, mdbook
31
- ( "colored" , "MPL-2.0" ) , // rustfmt
32
- ( "ordslice" , "Apache-2.0" ) , // rls
33
- ( "ryu" , "Apache-2.0 OR BSL-1.0" ) , // rls/cargo/... (because of serde)
34
- ( "bytesize" , "Apache-2.0" ) , // cargo
35
- ( "im-rc" , "MPL-2.0+" ) , // cargo
36
- ( "sized-chunks" , "MPL-2.0+" ) , // cargo via im-rc
37
- ( "bitmaps" , "MPL-2.0+" ) , // cargo via im-rc
29
+ ( "mdbook" , "MPL-2.0" ) , // mdbook
30
+ ( "openssl" , "Apache-2.0" ) , // cargo, mdbook
31
+ ( "colored" , "MPL-2.0" ) , // rustfmt
32
+ ( "ordslice" , "Apache-2.0" ) , // rls
33
+ ( "ryu" , "Apache-2.0 OR BSL-1.0" ) , // rls/cargo/... (because of serde)
34
+ ( "bytesize" , "Apache-2.0" ) , // cargo
35
+ ( "im-rc" , "MPL-2.0+" ) , // cargo
36
+ ( "sized-chunks" , "MPL-2.0+" ) , // cargo via im-rc
37
+ ( "bitmaps" , "MPL-2.0+" ) , // cargo via im-rc
38
38
( "crossbeam-queue" , "MIT/Apache-2.0 AND BSD-2-Clause" ) , // rls via rayon
39
- ( "instant" , "BSD-3-Clause" ) , // rustc_driver/tracing-subscriber/parking_lot
40
- ( "snap" , "BSD-3-Clause" ) , // rustc
39
+ ( "instant" , "BSD-3-Clause" ) , // rustc_driver/tracing-subscriber/parking_lot
40
+ ( "snap" , "BSD-3-Clause" ) , // rustc
41
41
// FIXME: this dependency violates the documentation comment above:
42
42
( "fortanix-sgx-abi" , "MPL-2.0" ) , // libstd but only for `sgx` target
43
43
] ;
0 commit comments