diff options
Diffstat (limited to 'Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.c')
-rw-r--r-- | Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.c index 32e9c43..57a92e6 100644 --- a/Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> + * + * SPDX-License-Identifier: MIT + */ + #include <Library/MemoryAllocationLib.h> #include <Library/UefiBootServicesTableLib.h> #include <Library/UefiLib.h> |