diff options
Diffstat (limited to 'Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.c')
-rw-r--r-- | Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( |