]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: syn: add SPDX License Identifiers
authorMiguel Ojeda <ojeda@kernel.org>
Mon, 24 Nov 2025 15:18:28 +0000 (16:18 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 24 Nov 2025 16:15:45 +0000 (17:15 +0100)
commit69942c0a8965f311ed7ddf842f160c9cfdcda73a
tree26b6004e4a93ecf10efbc9cfeb0879c66b015c8e
parent808c999fc9e7c366fd47da564e69d579c1dc8279
rust: syn: 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 `syn` 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-17-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
55 files changed:
rust/syn/attr.rs
rust/syn/bigint.rs
rust/syn/buffer.rs
rust/syn/classify.rs
rust/syn/custom_keyword.rs
rust/syn/custom_punctuation.rs
rust/syn/data.rs
rust/syn/derive.rs
rust/syn/discouraged.rs
rust/syn/drops.rs
rust/syn/error.rs
rust/syn/export.rs
rust/syn/expr.rs
rust/syn/ext.rs
rust/syn/file.rs
rust/syn/fixup.rs
rust/syn/gen/clone.rs
rust/syn/gen/debug.rs
rust/syn/gen/eq.rs
rust/syn/gen/fold.rs
rust/syn/gen/hash.rs
rust/syn/gen/visit.rs
rust/syn/gen/visit_mut.rs
rust/syn/generics.rs
rust/syn/group.rs
rust/syn/ident.rs
rust/syn/item.rs
rust/syn/lib.rs
rust/syn/lifetime.rs
rust/syn/lit.rs
rust/syn/lookahead.rs
rust/syn/mac.rs
rust/syn/macros.rs
rust/syn/meta.rs
rust/syn/op.rs
rust/syn/parse.rs
rust/syn/parse_macro_input.rs
rust/syn/parse_quote.rs
rust/syn/pat.rs
rust/syn/path.rs
rust/syn/precedence.rs
rust/syn/print.rs
rust/syn/punctuated.rs
rust/syn/restriction.rs
rust/syn/scan_expr.rs
rust/syn/sealed.rs
rust/syn/span.rs
rust/syn/spanned.rs
rust/syn/stmt.rs
rust/syn/thread.rs
rust/syn/token.rs
rust/syn/tt.rs
rust/syn/ty.rs
rust/syn/verbatim.rs
rust/syn/whitespace.rs