Update license and remove unused files.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// @file prio.h
|
||||
/// @brief Defines processes priority value.
|
||||
/// @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.
|
||||
|
||||
// Priority of a process goes from 0..MAX_PRIO-1, valid RT
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// @file process.h
|
||||
/// @brief Process data structures and 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.
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// @file scheduler.h
|
||||
/// @brief Scheduler structures and 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.
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// @file wait.h
|
||||
/// @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.
|
||||
|
||||
#pragma once
|
||||
|
||||
Reference in New Issue
Block a user