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);