]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: zerocopy-derive: add SPDX License Identifiers
authorMiguel Ojeda <ojeda@kernel.org>
Mon, 8 Jun 2026 14:14:33 +0000 (16:14 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 9 Jun 2026 02:13:22 +0000 (04:13 +0200)
commit5f85604cf0877b0369dfd68cd50cf61c0f134819
treed4320e69cc8d4771246f5221b9cf1bf76ddf8e29
parentb437b3832874d4df88195d31b9052417674ffaed
rust: zerocopy-derive: add SPDX License Identifiers

Originally, when the Rust upstream `alloc` standard library crate was
vendored, the SPDX License Identifiers were added to every file so that
the license on those was clear. The same happened with the vendoring of
`proc_macro2`, `quote` and `syn`. Please see:

  commit 057b8d257107 ("rust: adapt `alloc` crate to the kernel")
  commit 69942c0a8965 ("rust: syn: add SPDX License Identifiers")
  commit ddfa1b279d08 ("rust: quote: add SPDX License Identifiers")
  commit a9acfceb9614 ("rust: proc-macro2: add SPDX License Identifiers")

Thus do the same for the `zerocopy-derive` crate.

This makes `scripts/spdxcheck.py` pass: use parentheses like commit
06e9bfc1e57d ("ionic: make spdxcheck.py happy") did since we have two
`OR` operators in the expression (three licenses).

Finally, as requested, I filed an issue [1] with upstream about it.

Cc: Joshua Liebow-Feeser <joshlf@google.com>
Cc: Jack Wrenn <jswrenn@google.com>
Link: https://github.com/google/zerocopy/issues/3428
Link: https://patch.msgid.link/20260608141439.182634-15-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/zerocopy-derive/derive/from_bytes.rs
rust/zerocopy-derive/derive/into_bytes.rs
rust/zerocopy-derive/derive/known_layout.rs
rust/zerocopy-derive/derive/mod.rs
rust/zerocopy-derive/derive/try_from_bytes.rs
rust/zerocopy-derive/derive/unaligned.rs
rust/zerocopy-derive/lib.rs
rust/zerocopy-derive/repr.rs
rust/zerocopy-derive/util.rs