Files
s390-tools/rust/pv/src/uvattest.rs
Marc Hartmayer ea297ecf84 rust: Add missing license headers
Command used:

 $ rg --files-without-match --type rust '^// SPDX-Licen' --null | xargs -0 -I {} sed -i '1 i\// SPDX-License-Identifier: MIT\n//\n// Copyright IBM Corp. 2024\n' {}

Reviewed-by: Julian Ruess <julianr@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
2024-12-05 15:09:03 +01:00

10 lines
141 B
Rust

// SPDX-License-Identifier: MIT
//
// Copyright IBM Corp. 2024
pub mod additional;
pub mod arcb;
pub mod attest;
type AttNonce = [u8; 16];