aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-06-24 23:00:26 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-06-24 23:00:26 +0300
commit8d4b133652230b945e945d5f14f7c0b1f9f7bffc (patch)
tree6a7b0e80b1d088786803af377281872173ddfab0 /src
parent5923fd6282cb12c217a3f1a3d366dc7a39ed71a3 (diff)
downloadcopyjit-8d4b133652230b945e945d5f14f7c0b1f9f7bffc.tar.gz
copyjit-8d4b133652230b945e945d5f14f7c0b1f9f7bffc.zip
add license stuff
Diffstat (limited to 'src')
-rw-r--r--src/copyjit.c2
-rw-r--r--src/copyjit.h2
-rw-r--r--src/main.c2
3 files changed, 6 insertions, 0 deletions
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 <string.h>
#include <stdint.h>
#include <stdlib.h>
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 <stdint.h>
#include <stddef.h>