diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-09-23 18:07:05 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-09-23 18:07:05 +0300 |
commit | c27efc5c51c5810a2323356c3efbbbc49b7158e5 (patch) | |
tree | a41517c267304f31333603c408d4e1e2a7bc9fbe /Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg | |
parent | 8824a76ded9314d4f8218b5bc0f0463cf2d3bba6 (diff) | |
download | UEFI-Lessons-c27efc5c51c5810a2323356c3efbbbc49b7158e5.tar.gz UEFI-Lessons-c27efc5c51c5810a2323356c3efbbbc49b7158e5.tar.bz2 UEFI-Lessons-c27efc5c51c5810a2323356c3efbbbc49b7158e5.zip |
Update license info
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg')
-rw-r--r-- | Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/BinaryModule.inf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/BinaryModule.inf b/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/BinaryModule.inf index 9b85d76..a7607d5 100644 --- a/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/BinaryModule.inf +++ b/Lessons_uncategorized/Lesson_FDF_FV_8/UefiLessonsPkg/BinaryModule/BinaryModule.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = BinaryModule |