summary refs log tree commit diff
path: root/src/memory.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.rs')
-rw-r--r--src/memory.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/memory.rs b/src/memory.rs
index d251231..3f1aadf 100644
--- a/src/memory.rs
+++ b/src/memory.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
 //! Implementation of memory for the MOS 6502.
 
 /// Maximum amount of memory that exists within the emulator.