diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/decls.h | 2 | ||||
| -rw-r--r-- | lib/defns.h | 2 | ||||
| -rw-r--r-- | lib/empty.c | 2 | ||||
| -rw-r--r-- | lib/ops.h | 2 | ||||
| -rw-r--r-- | lib/prune.c | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/lib/decls.h b/lib/decls.h index 84e92af..3fa402e 100644 --- a/lib/decls.h +++ b/lib/decls.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ + #ifndef COPYJIT_DECLS_H #define COPYJIT_DECLS_H void *compile_add(ctx_t *ctx); diff --git a/lib/defns.h b/lib/defns.h index ac9607a..568c025 100644 --- a/lib/defns.h +++ b/lib/defns.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ + #ifndef COPYJIT_DEFNS_H #define COPYJIT_DEFNS_H void *compile_add(ctx_t *ctx) diff --git a/lib/empty.c b/lib/empty.c index 6cbdee2..a7528a9 100644 --- a/lib/empty.c +++ b/lib/empty.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ + #include "../ops/common.h" DEFINE_OP(empty) @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ + #ifndef COPYJIT_OPS_H #define COPYJIT_OPS_H unsigned char gen_add[] = { diff --git a/lib/prune.c b/lib/prune.c index 5bf5f0b..504de48 100644 --- a/lib/prune.c +++ b/lib/prune.c @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ + #include <stdio.h> #include <stdlib.h> #include <string.h> |
