aboutsummaryrefslogtreecommitdiff
path: root/sh/commands.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sh/commands.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/commands.c b/sh/commands.c
index 79663c2..bc2e910 100644
--- a/sh/commands.c
+++ b/sh/commands.c
@@ -1,4 +1,7 @@
/* SPDX-License-Identifier: BSD-3-Clause */
+/*
+ * Copyright (C) 2022, 2023 Ferass El Hafidi <vitali64pmemail@protonmail.com>
+ */
/* POSIX Header Files */
#include <unistd.h>
#include <stdio.h>