aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_43
diff options
context:
space:
mode:
Diffstat (limited to 'Lessons/Lesson_43')
-rw-r--r--Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.c6
-rw-r--r--Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.inf6
-rw-r--r--Lessons/Lesson_43/UefiLessonsPkg/UefiLessonsPkg.dsc6
3 files changed, 18 insertions, 0 deletions
diff --git a/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.c b/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.c
index 878a270..6d86b93 100644
--- a/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.c
+++ b/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.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_43/UefiLessonsPkg/ShowHII/ShowHII.inf b/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.inf
index 5585876..f0c941f 100644
--- a/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.inf
+++ b/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.inf
@@ -1,3 +1,9 @@
+##
+# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com>
+#
+# SPDX-License-Identifier: MIT
+##
+
[Defines]
INF_VERSION = 1.25
BASE_NAME = ShowHII
diff --git a/Lessons/Lesson_43/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_43/UefiLessonsPkg/UefiLessonsPkg.dsc
index 7912ad7..3b67e88 100644
--- a/Lessons/Lesson_43/UefiLessonsPkg/UefiLessonsPkg.dsc
+++ b/Lessons/Lesson_43/UefiLessonsPkg/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