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