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