From c771a678e382c6e37d5714231629de82476ab3ae Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 24 May 2024 14:15:15 +0300 Subject: add license stuff in tasm --- tasm/include/tasm/assembler.h | 2 ++ tasm/src/assembler.c | 2 ++ tasm/src/main.c | 2 ++ 3 files changed, 6 insertions(+) (limited to 'tasm') diff --git a/tasm/include/tasm/assembler.h b/tasm/include/tasm/assembler.h index 6f162e4..0527cfc 100644 --- a/tasm/include/tasm/assembler.h +++ b/tasm/include/tasm/assembler.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ + #ifndef TASM_ASSEMBLER_H #define TASM_ASSEMBLER_H diff --git a/tasm/src/assembler.c b/tasm/src/assembler.c index e9f82a8..d8b3ee6 100644 --- a/tasm/src/assembler.c +++ b/tasm/src/assembler.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ + #include #include #include diff --git a/tasm/src/main.c b/tasm/src/main.c index 6304f2a..bca28e4 100644 --- a/tasm/src/main.c +++ b/tasm/src/main.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ + #include #include #include -- cgit v1.3