summaryrefslogtreecommitdiff
path: root/src/mem.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem.rs')
-rw-r--r--src/mem.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mem.rs b/src/mem.rs
index 7bf138b..44e1dc7 100644
--- a/src/mem.rs
+++ b/src/mem.rs
@@ -1,3 +1,9 @@
+// Copyright (c) 2025 taitep
+// SPDX-License-Identifier: MIT
+//
+// This file is part of TRVE (https://gitea.taitep.se/taitep/trve)
+// See LICENSE file in the project root for full license text.
+
use std::sync::{
Arc,
atomic::{AtomicU8, AtomicU16, AtomicU32, AtomicU64, Ordering::Relaxed},