aboutsummaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/Makefile4
-rw-r--r--extras/errno.c3
-rw-r--r--extras/yes.c4
3 files changed, 11 insertions, 0 deletions
diff --git a/extras/Makefile b/extras/Makefile
index f2b04d4..6348fe2 100644
--- a/extras/Makefile
+++ b/extras/Makefile
@@ -1,4 +1,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
+#
+# Copyright (C) 2022, 2023 Ferass El Hafidi <vitali64pmemail@protonmail.com>
+# Copyright (C) 2022 Leah Rowe <leah@libreboot.org>
+
# Special
.POSIX:
.SUFFIXES: .o .c
diff --git a/extras/errno.c b/extras/errno.c
index 4192a1f..50337ee 100644
--- a/extras/errno.c
+++ b/extras/errno.c
@@ -1,4 +1,7 @@
/* SPDX-License-Identifier: BSD-3-Clause */
+/*
+ * Copyright (C) 2022, 2023 Ferass El Hafidi <vitali64pmemail@protonmail.com>
+ */
#include <string.h>
#include <errno.h>
#include <stdio.h>
diff --git a/extras/yes.c b/extras/yes.c
index 07cad4b..e5d00b5 100644
--- a/extras/yes.c
+++ b/extras/yes.c
@@ -1,4 +1,8 @@
/* SPDX-License-Identifier: BSD-3-Clause */
+/*
+ * Copyright (C) 2022, 2023 Ferass El Hafidi <vitali64pmemail@protonmail.com>
+ * Copyright (C) 2022 Ron Nazarov <ron@noisytoot.org>
+ */
#include <string.h>
#include <stdio.h>