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