Update license and remove unused files.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// @file ata.c
|
||||
/// @brief Advanced Technology Attachment (ATA) and Advanced Technology Attachment Packet Interface (ATAPI) drivers.
|
||||
/// @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.
|
||||
/// @addtogroup ata
|
||||
/// @{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// @file fdc.c
|
||||
/// @brief Floppy driver controller handling.
|
||||
/// @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.
|
||||
/// @addtogroup fdc
|
||||
/// @{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// @file keyboard.c
|
||||
/// @brief Keyboard handling.
|
||||
/// @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.
|
||||
/// @addtogroup keyboard
|
||||
/// @{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// @file keymap.c
|
||||
/// @brief Keymap for keyboard.
|
||||
/// @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.
|
||||
/// @addtogroup keyboard
|
||||
/// @{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// @file mouse.c
|
||||
/// @brief Driver for *PS2* Mouses.
|
||||
/// @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.is distributed under the MIT License.
|
||||
/// @addtogroup mouse
|
||||
/// @{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// @file ps2.c
|
||||
/// @brief PS/2 drivers.
|
||||
/// @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 rtc.c
|
||||
/// @brief Real Time Clock (RTC) driver.
|
||||
/// @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.
|
||||
/// @addtogroup rtc
|
||||
/// @{
|
||||
|
||||
Reference in New Issue
Block a user