diff options
Diffstat (limited to 'src/core.rs')
| -rw-r--r-- | src/core.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core.rs b/src/core.rs index 6570e76..1628216 100644 --- a/src/core.rs +++ b/src/core.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 crate::{ consts::{Addr, RegId, RegValue}, decode::Instruction, |
