From 7e531311bf8f5d07756bd0e285f7d197b828a9ba Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Tue, 9 Nov 2021 12:50:51 +0300 Subject: Add license headers to the files in lesson 52 Signed-off-by: Konstantin Aladyshev --- Lessons/Lesson_52/RussianFont.c | 6 ++++++ Lessons/Lesson_52/create_font_data.html | 4 ++++ 2 files changed, 10 insertions(+) (limited to 'Lessons') 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 + * + * 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 @@ + + + +