Update license and remove unused files.

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2022-01-27 15:12:36 -05:00
parent 73147816c7
commit 1b2bc49d41
300 changed files with 309 additions and 307 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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
/// @{