rust/utils/(tmp)file: Add missing license headers

Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2024-11-28 14:03:40 +01:00
committed by Jan Höppner
parent 8c23e09a60
commit 3d83100fa3
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
// SPDX-License-Identifier: MIT
//
// Copyright IBM Corp. 2024
use std::{
ffi::{CString, OsStr},
fs::{File, OpenOptions},

View File

@@ -1,3 +1,7 @@
// SPDX-License-Identifier: MIT
//
// Copyright IBM Corp. 2024
use std::{
ffi::{CString, OsStr},
os::unix::prelude::OsStrExt,