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.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'disasm.h') diff --git a/disasm.h b/disasm.h index 5e9ad3b..7c40438 100644 --- a/disasm.h +++ b/disasm.h @@ -1,3 +1,6 @@ +/* SPDX-License-Identifier: Unlicense + */ + #pragma once #include "data_buffer.h" -- cgit v1.2.3