diff options
Diffstat (limited to 'Lessons/Lesson_52')
-rw-r--r-- | Lessons/Lesson_52/RussianFont.c | 6 | ||||
-rw-r--r-- | Lessons/Lesson_52/create_font_data.html | 4 |
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> |