From 1f82a90833990db8efe6111f89a9126a2fde74c5 Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Fri, 4 Oct 2024 23:25:44 +1300 Subject: feat: refactor tooling --- src/instruction.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/instruction.rs') diff --git a/src/instruction.rs b/src/instruction.rs index 2744048..d3aa725 100644 --- a/src/instruction.rs +++ b/src/instruction.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: AGPL-3.0-or-later + //! Implementation of instructions for MOS 6502. /// List of all instructions for MOS 6502. -- cgit 1.4.1