diff options
Diffstat (limited to 'UefiLessonsPkg/MemoryInfo')
-rw-r--r-- | UefiLessonsPkg/MemoryInfo/MemoryInfo.c | 6 | ||||
-rw-r--r-- | UefiLessonsPkg/MemoryInfo/MemoryInfo.inf | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/UefiLessonsPkg/MemoryInfo/MemoryInfo.c b/UefiLessonsPkg/MemoryInfo/MemoryInfo.c index 8c3bcf2..463f0fa 100644 --- a/UefiLessonsPkg/MemoryInfo/MemoryInfo.c +++ b/UefiLessonsPkg/MemoryInfo/MemoryInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> + * + * SPDX-License-Identifier: MIT + */ + #include <Library/UefiBootServicesTableLib.h> #include <Library/UefiLib.h> diff --git a/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf b/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf index 777010d..1fe6e17 100644 --- a/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf +++ b/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = MemoryInfo |