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