aboutsummaryrefslogtreecommitdiffstats
path: root/rust
diff options
authorBenno Lossin <lossin@kernel.org>2026-04-28 14:10:56 +0100
committerGary Guo <gary@garyguo.net>2026-05-10 22:58:34 +0100
commit38a07ef981983d3ed48f781d861d81fe1475f8df (patch)
treee61061efa556f42639045072cfb232970f4d661d /rust
parentc64c793d9a162768a78f98f99774b5df6d360d0b (diff)
downloadlinux-next-history-38a07ef981983d3ed48f781d861d81fe1475f8df.tar.gz
rust: pin-init: internal: adjust license identifier of `zeroable.rs`
The pin-init crate has been licensed under `Apache-2.0 OR MIT` since the beginning. I introduced in commit 071cedc84e90 ("rust: add derive macro for `Zeroable`") `zeroable.rs` with incompatible GPL-2.0 SPDX identifier. The file has not been modified by other authors, so relicense it under the above license. Signed-off-by: Benno Lossin <lossin@kernel.org> [ Reworded commit message - Gary ] Link: https://patch.msgid.link/20260428-pin-init-sync-v1-7-07f9bd3859fb@garyguo.net Signed-off-by: Gary Guo <gary@garyguo.net>
Diffstat (limited to 'rust')
-rw-r--r--rust/pin-init/internal/src/zeroable.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/pin-init/internal/src/zeroable.rs b/rust/pin-init/internal/src/zeroable.rs
index 05683319b0f7b..b11feaeb1ca6e 100644
--- a/rust/pin-init/internal/src/zeroable.rs
+++ b/rust/pin-init/internal/src/zeroable.rs
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: Apache-2.0 OR MIT
use proc_macro2::TokenStream;
use quote::quote;