diff options
Diffstat (limited to 'UefiLessonsPkg/InteractiveApp')
-rw-r--r-- | UefiLessonsPkg/InteractiveApp/InteractiveApp.c | 6 | ||||
-rw-r--r-- | UefiLessonsPkg/InteractiveApp/InteractiveApp.inf | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/UefiLessonsPkg/InteractiveApp/InteractiveApp.c b/UefiLessonsPkg/InteractiveApp/InteractiveApp.c index 59c89a9..a12c41c 100644 --- a/UefiLessonsPkg/InteractiveApp/InteractiveApp.c +++ b/UefiLessonsPkg/InteractiveApp/InteractiveApp.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> diff --git a/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf b/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf index 700b779..739ef92 100644 --- a/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf +++ b/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = InteractiveApp |