diff options
Diffstat (limited to 'src/decode.rs')
| -rw-r--r-- | src/decode.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/decode.rs b/src/decode.rs index 5e19ab9..112b210 100644 --- a/src/decode.rs +++ b/src/decode.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::{DWord, RegId, Word}; const MASK_REGISTER: Word = 0x1f; |
