From 8d4b133652230b945e945d5f14f7c0b1f9f7bffc Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 24 Jun 2023 23:00:26 +0300 Subject: add license stuff --- src/copyjit.c | 2 ++ src/copyjit.h | 2 ++ src/main.c | 2 ++ 3 files changed, 6 insertions(+) (limited to 'src') diff --git a/src/copyjit.c b/src/copyjit.c index e76bb99..f1cf62c 100644 --- a/src/copyjit.c +++ b/src/copyjit.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ + #include #include #include diff --git a/src/copyjit.h b/src/copyjit.h index 8582217..69c34cb 100644 --- a/src/copyjit.h +++ b/src/copyjit.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ + #ifndef HMMJIT_H #define HMMJIT_H diff --git a/src/main.c b/src/main.c index be93061..c0e757f 100644 --- a/src/main.c +++ b/src/main.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ + #include #include -- cgit v1.3