diff options
Diffstat (limited to 'UefiLessonsPkg/ShowHII/ShowHII.c')
-rw-r--r-- | UefiLessonsPkg/ShowHII/ShowHII.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/UefiLessonsPkg/ShowHII/ShowHII.c b/UefiLessonsPkg/ShowHII/ShowHII.c index 878a270..6d86b93 100644 --- a/UefiLessonsPkg/ShowHII/ShowHII.c +++ b/UefiLessonsPkg/ShowHII/ShowHII.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> + * + * SPDX-License-Identifier: MIT + */ + #include <Library/UefiBootServicesTableLib.h> #include <Library/UefiLib.h> |