diff options
-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> |