diff options
-rw-r--r-- | Lessons/Lesson_52/RussianFont.c | 6 | ||||
-rw-r--r-- | Lessons/Lesson_52/create_font_data.html | 4 | ||||
-rw-r--r-- | scripts/create_font_data.html | 6 |
3 files changed, 16 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> diff --git a/scripts/create_font_data.html b/scripts/create_font_data.html index 273207d..19b99de 100644 --- a/scripts/create_font_data.html +++ b/scripts/create_font_data.html @@ -1,3 +1,9 @@ +<!-- Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> --> + +<!-- SPDX-License-Identifier: MIT --> + + + <-- MAKE REPLACEMENTS WITH YOUR FONT IN THE 3 MARKED PLACES --> <html> |