aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Tim Segers <tsegers@pm.me>2023-01-02 22:23:45 +0100
committerGravatar Tim Segers <tsegers@pm.me>2023-01-07 15:24:51 +0100
commit263048097eea6b115b8e6b9528a68b3396ccd565 (patch)
tree925824ccb95da88b6a4bcd9b6b6a62d978ba97ed /src
parent650812777953ecc1ddb1280c86b63fa4b5761ed6 (diff)
downloadopendeco-263048097eea6b115b8e6b9528a68b3396ccd565.tar.gz
Add License Identifiers to files lacking them
Diffstat (limited to 'src')
-rw-r--r--src/opendeco-conf.c2
-rw-r--r--src/opendeco-conf.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/opendeco-conf.c b/src/opendeco-conf.c
index 41922df..e044c90 100644
--- a/src/opendeco-conf.c
+++ b/src/opendeco-conf.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: MIT-0 */
+
#include <stdio.h>
#include <stdlib.h>
#include <wchar.h>
diff --git a/src/opendeco-conf.h b/src/opendeco-conf.h
index 48b1ad0..8845409 100644
--- a/src/opendeco-conf.h
+++ b/src/opendeco-conf.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: MIT-0 */
+
#ifndef OPENDECOCONF_H
#define OPENDECOCONF_H