logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: c111cb38e18c012e92a1d8e794799167d74a8fd4
parent 133759b704a81da51a68ea9d90ee0d50f1e4db13
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 26 Dec 2024 08:02:49 +0100

cmd/whoami: add copyright header

Diffstat:

Mcmd/whoami.c4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/cmd/whoami.c b/cmd/whoami.c @@ -1,3 +1,7 @@ +// utils-std: Collection of commonly available Unix tools +// SPDX-FileCopyrightText: 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me> +// SPDX-License-Identifier: MPL-2.0 + #include "../lib/err.h" #include <errno.h>