commit: 1522b4d5b02c1c054aacf13b351fdae5e32084a7
parent 6b26eca4e2cf9079847c0683bf69864ba7c497bb
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 23 Oct 2025 01:55:56 +0200
configure.d/{o_path,posix_fadvise}.c: add missing copyright header
Diffstat:
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/configure.d/o_path.c b/configure.d/o_path.c
@@ -1,3 +1,7 @@
+// utils-std: Collection of commonly available Unix tools
+// Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// SPDX-License-Identifier: 0BSD
+
#define _GNU_SOURCE // glibc
#define _DEFAULT_SOURCE
#include <fcntl.h>
diff --git a/configure.d/posix_fadvise.c b/configure.d/posix_fadvise.c
@@ -1,3 +1,7 @@
+// utils-std: Collection of commonly available Unix tools
+// Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+// SPDX-License-Identifier: 0BSD
+
#define _POSIX_C_SOURCE 200809L
#include <fcntl.h>