diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-11-09 12:50:51 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-11-09 12:50:51 +0300 |
commit | 7e531311bf8f5d07756bd0e285f7d197b828a9ba (patch) | |
tree | e4c2ce1e7926ffc41e52cccbf195c36bef9bc86e /Lessons/Lesson_52/create_font_data.html | |
parent | 50547aa93bea6ca55181a9c4301214579d7c3bdc (diff) | |
download | UEFI-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/create_font_data.html')
-rw-r--r-- | Lessons/Lesson_52/create_font_data.html | 4 |
1 files changed, 4 insertions, 0 deletions
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> |