diff options
| author | Miguel Ojeda <ojeda@kernel.org> | 2026-06-08 16:14:30 +0200 |
|---|---|---|
| committer | Miguel Ojeda <ojeda@kernel.org> | 2026-06-09 04:13:22 +0200 |
| commit | b0d90bdcaa969d2ccd8d5e3104653a7f92583e60 (patch) | |
| tree | 3380a786b7913627e8978a5080193b375f7ae7a3 | |
| parent | f81ccaecda51babc43b13c98d4d353a7c559cfc8 (diff) | |
| download | lwn-b0d90bdcaa969d2ccd8d5e3104653a7f92583e60.tar.gz lwn-b0d90bdcaa969d2ccd8d5e3104653a7f92583e60.zip | |
rust: zerocopy: add `README.md`
Originally, when the Rust upstream `alloc` standard library crate was
vendored in commit 057b8d257107 ("rust: adapt `alloc` crate to the
kernel"), a `README.md` file was added to explain the provenance and
licensing of the source files.
Thus do the same for the `zerocopy` crate.
Cc: Joshua Liebow-Feeser <joshlf@google.com>
Cc: Jack Wrenn <jswrenn@google.com>
Link: https://patch.msgid.link/20260608141439.182634-12-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
| -rw-r--r-- | rust/zerocopy/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/rust/zerocopy/README.md b/rust/zerocopy/README.md new file mode 100644 index 000000000000..99e6cad0e26c --- /dev/null +++ b/rust/zerocopy/README.md @@ -0,0 +1,14 @@ +# `zerocopy` + +These source files come from the Rust `zerocopy` crate, version v0.8.50 +(released 2026-05-31), hosted in the <https://github.com/google/zerocopy> +repository, licensed under "BSD-2-Clause OR Apache-2.0 OR MIT" and only +modified to add the SPDX license identifiers and to remove `Display` +for `f32` and `f64`. + +For copyright details, please see: + + https://github.com/google/zerocopy/blob/v0.8.50/README.md?plain=1 + https://github.com/google/zerocopy/blob/v0.8.50/LICENSE-BSD + https://github.com/google/zerocopy/blob/v0.8.50/LICENSE-APACHE + https://github.com/google/zerocopy/blob/v0.8.50/LICENSE-MIT |
