Skip to content

Commit b5b8d92

Browse files
committed
Rust: Add SPDX to time.rs
Ensure this file is properly marked. Signed-off-by: David Brown <[email protected]>
1 parent 213032f commit b5b8d92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/rust/zephyr/src/time.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024 Linaro LTD
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
//! Time types similar to `std::time` types.
25
//!
36
//! However, the rust-embedded world tends to use `fugit` for time. This has a Duration and

0 commit comments

Comments
 (0)