]> Gentwo Git Trees - linux/.git/commit
rust: quote: add SPDX License Identifiers
authorMiguel Ojeda <ojeda@kernel.org>
Mon, 24 Nov 2025 15:18:24 +0000 (16:18 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 24 Nov 2025 16:15:42 +0000 (17:15 +0100)
commitddfa1b279d088edfb059b6936919faf2070fdd14
tree5c4c217c618cf986eb143927ee74f02124181aed
parenta4851eeef3e7cbcd89b5fd0234c04ce408a9ae81
rust: quote: add SPDX License Identifiers

Originally, when the Rust upstream `alloc` standard library crate was
vendored in commit 057b8d257107 ("rust: adapt `alloc` crate to the
kernel"), the SPDX License Identifiers were added to every file so that
the license on those was clear.

Thus do the same for the `quote` crate.

This makes `scripts/spdxcheck.py` pass.

Reviewed-by: Gary Guo <gary@garyguo.net>
Tested-by: Gary Guo <gary@garyguo.net>
Tested-by: Jesung Yang <y.j3ms.n@gmail.com>
Link: https://patch.msgid.link/20251124151837.2184382-13-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/quote/ext.rs
rust/quote/format.rs
rust/quote/ident_fragment.rs
rust/quote/lib.rs
rust/quote/runtime.rs
rust/quote/spanned.rs
rust/quote/to_tokens.rs