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