diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-31 14:41:48 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-31 14:41:48 +0100 |
| commit | eb2046d6cc73540f540b30e94bf4593ddf24100e (patch) | |
| tree | 914d18ef616590806855a3c43bc2d2e1f17a420f /Private/CRT | |
| parent | c660c54ef256688553e3face26a8f6b5fe8553a7 (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/CRT')
| -rw-r--r-- | Private/CRT/__cxxkit_alloca.hxx | 2 | ||||
| -rw-r--r-- | Private/CRT/__cxxkit_defines.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Private/CRT/__cxxkit_alloca.hxx b/Private/CRT/__cxxkit_alloca.hxx index b27cc070..3b2ab753 100644 --- a/Private/CRT/__cxxkit_alloca.hxx +++ b/Private/CRT/__cxxkit_alloca.hxx @@ -2,7 +2,7 @@ * ======================================================== * * HCore - * Copyright 2024 Mahrouss Logic, all rights reserved. + * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== */ diff --git a/Private/CRT/__cxxkit_defines.hxx b/Private/CRT/__cxxkit_defines.hxx index fd95433b..83d8d979 100644 --- a/Private/CRT/__cxxkit_defines.hxx +++ b/Private/CRT/__cxxkit_defines.hxx @@ -2,7 +2,7 @@ * ======================================================== * * HCore - * Copyright 2024 Mahrouss Logic, all rights reserved. + * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== */ |
