From 62e482facb63d9e2c12718fbf2af19d1ec57165d Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Sat, 25 Jan 2025 00:20:34 +0200 Subject: [PATCH] fix: correct project name references in license headers Signed-off-by: EnderIce2 --- Userspace/apps/sys/init/init.c | 8 ++++---- Userspace/libc/src/main.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Userspace/apps/sys/init/init.c b/Userspace/apps/sys/init/init.c index 84a523bf..67d77b1a 100644 --- a/Userspace/apps/sys/init/init.c +++ b/Userspace/apps/sys/init/init.c @@ -1,18 +1,18 @@ /* - This file is part of Fennix C Library. + This file is part of Fennix Userspace. - Fennix C Library is free software: you can redistribute it and/or + Fennix Userspace is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Fennix C Library is distributed in the hope that it will be useful, + Fennix Userspace is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Fennix C Library. If not, see . + along with Fennix Userspace. If not, see . */ #include diff --git a/Userspace/libc/src/main.c b/Userspace/libc/src/main.c index 591f0fba..46719c6a 100644 --- a/Userspace/libc/src/main.c +++ b/Userspace/libc/src/main.c @@ -1,18 +1,18 @@ /* - This file is part of Fennix Userspace. + This file is part of Fennix C Library. - Fennix Userspace is free software: you can redistribute it and/or + Fennix C Library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - Fennix Userspace is distributed in the hope that it will be useful, + Fennix C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Fennix Userspace. If not, see . + along with Fennix C Library. If not, see . */ typedef void (*fct)(void);