Update license and remove unused files.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// @file errno.c
|
||||
/// @brief
|
||||
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
|
||||
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
|
||||
/// See LICENSE.md for details.
|
||||
|
||||
#include "sys/errno.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// @file panic.c
|
||||
/// @brief Functions used to manage kernel panic.
|
||||
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
|
||||
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
|
||||
/// See LICENSE.md for details.
|
||||
|
||||
#include "system/panic.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// @file printk.c
|
||||
/// @brief Functions for managing the kernel messages.
|
||||
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
|
||||
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
|
||||
/// See LICENSE.md for details.
|
||||
|
||||
#include "system/printk.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// @file signal.c
|
||||
/// @brief Signals definition.
|
||||
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
|
||||
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
|
||||
/// See LICENSE.md for details.
|
||||
|
||||
// Include the kernel log levels.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// @file syscall.c
|
||||
/// @brief System Call management functions.
|
||||
/// @copyright (c) 2014-2021 This file is distributed under the MIT License.
|
||||
/// @copyright (c) 2014-2022 This file is distributed under the MIT License.
|
||||
/// See LICENSE.md for details.
|
||||
|
||||
// Include the kernel log levels.
|
||||
|
||||
Reference in New Issue
Block a user