diff options
author | Ferass El Hafidi <vitali64pmemail@protonmail.com> | 2024-05-09 22:58:43 +0200 |
---|---|---|
committer | Ferass El Hafidi <vitali64pmemail@protonmail.com> | 2024-05-10 10:59:30 +0200 |
commit | 62c0b03bc83843899756ae971c4f5334fdf822d4 (patch) | |
tree | 241f12cb68cb743f21b8609e1047e10d8be473ea | |
parent | core/: tput (diff) | |
download | fases-master.tar.gz fases-master.zip |
Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
-rw-r--r-- | extras/errno.c | 2 | ||||
-rw-r--r-- | extras/yes.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extras/errno.c b/extras/errno.c index 50337ee..050af5b 100644 --- a/extras/errno.c +++ b/extras/errno.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: BSD-3-Clause */ +/* SPDX-License-Identifier: GPL-3.0+ */ /* * Copyright (C) 2022, 2023 Ferass El Hafidi <vitali64pmemail@protonmail.com> */ diff --git a/extras/yes.c b/extras/yes.c index e5d00b5..cd4c13b 100644 --- a/extras/yes.c +++ b/extras/yes.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: BSD-3-Clause */ +/* SPDX-License-Identifier: GPL-3.0+ */ /* * Copyright (C) 2022, 2023 Ferass El Hafidi <vitali64pmemail@protonmail.com> * Copyright (C) 2022 Ron Nazarov <ron@noisytoot.org> |