diff options
Diffstat (limited to 'Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf')
-rw-r--r-- | Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf b/Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf index 700b779..739ef92 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf +++ b/Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = InteractiveApp |