aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_52
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-09 12:50:51 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-11-09 12:50:51 +0300
commit7e531311bf8f5d07756bd0e285f7d197b828a9ba (patch)
treee4c2ce1e7926ffc41e52cccbf195c36bef9bc86e /Lessons/Lesson_52
parent50547aa93bea6ca55181a9c4301214579d7c3bdc (diff)
downloadUEFI-Lessons-7e531311bf8f5d07756bd0e285f7d197b828a9ba.tar.gz
UEFI-Lessons-7e531311bf8f5d07756bd0e285f7d197b828a9ba.tar.bz2
UEFI-Lessons-7e531311bf8f5d07756bd0e285f7d197b828a9ba.zip
Add license headers to the files in lesson 52
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons/Lesson_52')
-rw-r--r--Lessons/Lesson_52/RussianFont.c6
-rw-r--r--Lessons/Lesson_52/create_font_data.html4
2 files changed, 10 insertions, 0 deletions
diff --git a/Lessons/Lesson_52/RussianFont.c b/Lessons/Lesson_52/RussianFont.c
index 519b285..fe6f271 100644
--- a/Lessons/Lesson_52/RussianFont.c
+++ b/Lessons/Lesson_52/RussianFont.c
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com>
+ *
+ * SPDX-License-Identifier: MIT
+ */
+
EFI_WIDE_GLYPH gSimpleFontWideGlyphData[] = {
{ 0x00, 0x00, { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}}
};
diff --git a/Lessons/Lesson_52/create_font_data.html b/Lessons/Lesson_52/create_font_data.html
index b00b7ca..57c645e 100644
--- a/Lessons/Lesson_52/create_font_data.html
+++ b/Lessons/Lesson_52/create_font_data.html
@@ -1,3 +1,7 @@
+<!-- Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> -->
+
+<!-- SPDX-License-Identifier: MIT -->
+
<html>
<head>
<style>