diff options
Diffstat (limited to 'Lessons/Lesson_47')
-rw-r--r-- | Lessons/Lesson_47/HIIStringsC/HIIStringsC.c | 6 | ||||
-rw-r--r-- | Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf | 6 | ||||
-rw-r--r-- | Lessons/Lesson_47/UefiLessonsPkg.dec | 6 | ||||
-rw-r--r-- | Lessons/Lesson_47/UefiLessonsPkg.dsc | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/Lessons/Lesson_47/HIIStringsC/HIIStringsC.c b/Lessons/Lesson_47/HIIStringsC/HIIStringsC.c index 307351f..f6368b9 100644 --- a/Lessons/Lesson_47/HIIStringsC/HIIStringsC.c +++ b/Lessons/Lesson_47/HIIStringsC/HIIStringsC.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> + * + * SPDX-License-Identifier: MIT + */ + #include <Library/UefiBootServicesTableLib.h> #include <Library/UefiLib.h> diff --git a/Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf b/Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf index 51f4b48..f53d2d5 100644 --- a/Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf +++ b/Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HIIStringsC diff --git a/Lessons/Lesson_47/UefiLessonsPkg.dec b/Lessons/Lesson_47/UefiLessonsPkg.dec index 8a6ff4b..afa465a 100644 --- a/Lessons/Lesson_47/UefiLessonsPkg.dec +++ b/Lessons/Lesson_47/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines]
DEC_SPECIFICATION = 0x00010005
PACKAGE_NAME = UefiLessonsPkg
diff --git a/Lessons/Lesson_47/UefiLessonsPkg.dsc b/Lessons/Lesson_47/UefiLessonsPkg.dsc index 075cc8e..ae1846c 100644 --- a/Lessons/Lesson_47/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_47/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 |