diff options
Diffstat (limited to 'Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.c')
-rw-r--r-- | Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.c b/Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.c index 8c3bcf2..463f0fa 100644 --- a/Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.c +++ b/Lessons/Lesson_13/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> |