summaryrefslogtreecommitdiff
path: root/disasm.cpp
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2023-05-11 09:17:23 +0300
committerOxore <oxore@protonmail.com>2023-05-11 09:17:23 +0300
commit2714fbf2607f1153eb34d23bb5785174b07116ed (patch)
treefab70315e98ba95c2a9e2b77040ce91e1821e489 /disasm.cpp
parent145ffa381e6e0eb563655fde0b11ef2ebc2cf293 (diff)
Add note about Optparse, add license headers
Diffstat (limited to 'disasm.cpp')
-rw-r--r--disasm.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/disasm.cpp b/disasm.cpp
index 582bbd9..45b0def 100644
--- a/disasm.cpp
+++ b/disasm.cpp
@@ -1,3 +1,6 @@
+/* SPDX-License-Identifier: Unlicense
+ */
+
#include "disasm.h"
#include "data_buffer.h"
#include "common.h"