diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-01-12 15:16:40 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-01-18 12:59:49 +0900 |
commit | 9bdbfe84879b6f3d146a22f6f71f5914e6749abc (patch) | |
tree | a1b396edaf99bd10ea96c67a66c47885a4bd49f0 /src/fileops.h | |
parent | bba53fab03d49e1330ca1292ed18e84bd5f5b1ef (diff) |
add SPDX-License-Identifier to source files
Diffstat (limited to 'src/fileops.h')
-rw-r--r-- | src/fileops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileops.h b/src/fileops.h index cd35992..1c4d638 100644 --- a/src/fileops.h +++ b/src/fileops.h @@ -1,4 +1,4 @@ - +/* SPDX-License-Identifier: GPL-3.0-only */ #include <dirent.h> #include <sys/stat.h> #include <glob.h> |