aboutsummaryrefslogtreecommitdiff
path: root/sh/sh.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sh/sh.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/sh.c b/sh/sh.c
index 4883062..dc62e66 100644
--- a/sh/sh.c
+++ b/sh/sh.c
@@ -1,4 +1,7 @@
/* SPDX-License-Identifier: BSD-3-Clause */
+/*
+ * Copyright (C) 2022, 2023 Ferass El Hafidi <vitali64pmemail@protonmail.com>
+ */
/* Here's the POSIX specification of sh: */
/* https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html */