diff options
Diffstat (limited to 'Lessons/Lesson_28')
-rw-r--r-- | Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.c | 6 | ||||
-rw-r--r-- | Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.c b/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.c index 9b3c866..cff215d 100644 --- a/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.c +++ b/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.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_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf b/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf index 53d0356..1ae78c9 100644 --- a/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf +++ b/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = AcpiInfo |