From 2714fbf2607f1153eb34d23bb5785174b07116ed Mon Sep 17 00:00:00 2001 From: Oxore Date: Thu, 11 May 2023 09:17:23 +0300 Subject: Add note about Optparse, add license headers --- disasm.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'disasm.cpp') 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" -- cgit v1.2.3