summaryrefslogtreecommitdiff
path: root/src/instructions.rs
diff options
context:
space:
mode:
authortaitep <taitep@taitep.se>2025-12-01 22:06:13 +0100
committertaitep <taitep@taitep.se>2025-12-01 22:06:13 +0100
commite2d521bbe73708da64662478155630d634e00932 (patch)
tree921441897bc4c4376b1fa269853c0fe183dda5d8 /src/instructions.rs
parent6b49b34cc5218d1cedb5aaec6614e5de68ed4889 (diff)
Add license/copyright notices to top of each source file (where applicable)
Diffstat (limited to 'src/instructions.rs')
-rw-r--r--src/instructions.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/instructions.rs b/src/instructions.rs
index fc005e9..2d18a2c 100644
--- a/src/instructions.rs
+++ b/src/instructions.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 once_cell::sync::Lazy;
mod gen_tools;