aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_47/HIIStringsC
diff options
context:
space:
mode:
Diffstat (limited to 'Lessons/Lesson_47/HIIStringsC')
-rw-r--r--Lessons/Lesson_47/HIIStringsC/HIIStringsC.c6
-rw-r--r--Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf6
2 files changed, 12 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