diff options
Diffstat (limited to 'Lessons_uncategorized/Lesson_SKU/UefiLessonsPkg/SetSku')
-rw-r--r-- | Lessons_uncategorized/Lesson_SKU/UefiLessonsPkg/SetSku/SetSku.c | 6 | ||||
-rw-r--r-- | Lessons_uncategorized/Lesson_SKU/UefiLessonsPkg/SetSku/SetSku.inf | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Lessons_uncategorized/Lesson_SKU/UefiLessonsPkg/SetSku/SetSku.c b/Lessons_uncategorized/Lesson_SKU/UefiLessonsPkg/SetSku/SetSku.c index 8683947..311277c 100644 --- a/Lessons_uncategorized/Lesson_SKU/UefiLessonsPkg/SetSku/SetSku.c +++ b/Lessons_uncategorized/Lesson_SKU/UefiLessonsPkg/SetSku/SetSku.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> + * + * SPDX-License-Identifier: MIT + */ + #include <Library/UefiBootServicesTableLib.h> #include <Library/UefiLib.h> diff --git a/Lessons_uncategorized/Lesson_SKU/UefiLessonsPkg/SetSku/SetSku.inf b/Lessons_uncategorized/Lesson_SKU/UefiLessonsPkg/SetSku/SetSku.inf index b14aed8..e0bc9fa 100644 --- a/Lessons_uncategorized/Lesson_SKU/UefiLessonsPkg/SetSku/SetSku.inf +++ b/Lessons_uncategorized/Lesson_SKU/UefiLessonsPkg/SetSku/SetSku.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SetSku |