summaryrefslogtreecommitdiffhomepage
path: root/Private/Source/Storage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-31 14:41:48 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-31 14:41:48 +0100
commiteb2046d6cc73540f540b30e94bf4593ddf24100e (patch)
tree914d18ef616590806855a3c43bc2d2e1f17a420f /Private/Source/Storage
parentc660c54ef256688553e3face26a8f6b5fe8553a7 (diff)
- Update UEFI implementation of SimpleTextProtocol.
- Working on BFileReader. - Working on Interrupts for AMD64. - Refactor copyright remove year. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/Source/Storage')
-rw-r--r--Private/Source/Storage/ATA.cxx2
-rw-r--r--Private/Source/Storage/NVME.cxx2
-rw-r--r--Private/Source/Storage/Storage.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/Private/Source/Storage/ATA.cxx b/Private/Source/Storage/ATA.cxx
index 18559526..65a4457e 100644
--- a/Private/Source/Storage/ATA.cxx
+++ b/Private/Source/Storage/ATA.cxx
@@ -2,7 +2,7 @@
* ========================================================
*
* HCore
- * Copyright 2024 Mahrouss Logic, all rights reserved.
+ * Copyright Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
diff --git a/Private/Source/Storage/NVME.cxx b/Private/Source/Storage/NVME.cxx
index 637162e9..7e4c937f 100644
--- a/Private/Source/Storage/NVME.cxx
+++ b/Private/Source/Storage/NVME.cxx
@@ -2,7 +2,7 @@
* ========================================================
*
* HCore
- * Copyright 2024 Mahrouss Logic, all rights reserved.
+ * Copyright Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
diff --git a/Private/Source/Storage/Storage.cxx b/Private/Source/Storage/Storage.cxx
index e39b13d8..d9b997e1 100644
--- a/Private/Source/Storage/Storage.cxx
+++ b/Private/Source/Storage/Storage.cxx
@@ -2,7 +2,7 @@
* ========================================================
*
* HCore
- * Copyright 2024 Mahrouss Logic, all rights reserved.
+ * Copyright Mahrouss Logic, all rights reserved.
*
* ========================================================
*/