summaryrefslogtreecommitdiff
path: root/src/path.c
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-01-12 15:16:40 +0900
committerRyo Nakamura <upa@haeena.net>2024-01-18 12:59:49 +0900
commit9bdbfe84879b6f3d146a22f6f71f5914e6749abc (patch)
treea1b396edaf99bd10ea96c67a66c47885a4bd49f0 /src/path.c
parentbba53fab03d49e1330ca1292ed18e84bd5f5b1ef (diff)
add SPDX-License-Identifier to source files
Diffstat (limited to 'src/path.c')
-rw-r--r--src/path.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path.c b/src/path.c
index 5c70795..2d46953 100644
--- a/src/path.c
+++ b/src/path.c
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-3.0-only */
#include <string.h>
#include <unistd.h>
#include <dirent.h>