rust/src/tools
Mazdak Farrokhzad 5972408408
Rollup merge of #60685 - dtolnay:spdx, r=nikomatsakis
Switch to SPDX 2.1 license expression

[According to the Cargo Reference:](https://doc.rust-lang.org/cargo/reference/manifest.html)

> This is an SPDX 2.1 license expression for this package. Currently crates.io will validate the license provided against a whitelist of known license and exception identifiers from the SPDX license list 2.4. Parentheses are not currently supported.
>
> Multiple licenses can be separated with a \`/\`, although that usage is deprecated. Instead, use a license expression with AND and OR operators to get more explicit semantics.

The notation with slashes is deprecated in favor of explicit AND or OR.

As I understand it, Rust's license is MIT *OR* Apache-2.0 matching the meaning of *OR* defined by [SPDX Specification 2.1](https://spdx.org/spdx-specification-21-web-version):

> If presented with a choice between two or more licenses, use the disjunctive binary "OR" operator to construct a new license expression, where both the left and right operands are valid license expression values.
2019-05-17 02:54:11 +02:00
..
build-manifest Auto merge of #60585 - sunfishcode:wasm32-wasi, r=alexcrichton 2019-05-10 07:02:38 +00:00
cargo@c4fcfb725b Update cargo 2019-05-16 10:31:13 -07:00
cargotest Fixed URL in cargotest::TEST_REPOS 2019-03-31 16:56:30 +02:00
clippy@11194e3d05 Update clippy 2019-05-16 12:11:32 -07:00
compiletest Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
error_index_generator Fix error index CSS file name 2019-03-26 23:57:16 +01:00
linkchecker Stabilized vectored IO 2019-04-27 08:34:08 -07:00
miri@bc0c76d861 update miri 2019-05-13 22:08:25 +02:00
remote-test-client tools/remote-test-{client,server}: deny(rust_2018_idioms) 2019-03-01 11:23:25 +01:00
remote-test-server tools/remote-test-{client,server}: deny(rust_2018_idioms) 2019-03-01 11:23:25 +01:00
rls@5b8e99bb61 Update RLS 2019-05-01 12:16:54 +02:00
rust-installer@ccdc47b657 update rust-installer from 27dec6c to ccdc47b 2019-02-05 01:21:07 +09:00
rustbook Switch to SPDX 2.1 license expression 2019-05-09 15:40:01 -07:00
rustc-std-workspace-alloc Switch to SPDX 2.1 license expression 2019-05-09 15:40:01 -07:00
rustc-std-workspace-core Switch to SPDX 2.1 license expression 2019-05-09 15:40:01 -07:00
rustc-workspace-hack Switch to SPDX 2.1 license expression 2019-05-09 15:40:01 -07:00
rustdoc Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
rustdoc-js Move documentation build into bootstrap 2019-02-25 17:46:06 +01:00
rustdoc-js-std Make js tests work even with resource-suffix option 2019-03-10 23:10:40 +01:00
rustdoc-themes Transition rustdoc-theme to 2018 edition 2019-02-04 00:45:42 +09:00
rustfmt@5274b49caa Update rustfmt to 1.2.2 2019-04-27 18:07:41 +09:00
tidy remove unneeded extern crates from build tools 2019-05-09 12:03:13 -04:00
unstable-book-gen Switch to SPDX 2.1 license expression 2019-05-09 15:40:01 -07:00
publish_toolstate.py Remove nrc from toolstate pings 2019-04-17 22:07:13 +12:00