diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-10-30 00:44:34 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-10-30 00:44:34 +0300 |
commit | 43a54284ee4bdda6d9ffdb6348d7c2d79c9d09f1 (patch) | |
tree | 5f7ae6aaf73de30ccb23c61a11b1303eba34e95e /Lessons/Lesson_48/UefiLessonsPkg | |
parent | 18f21fc0a341f026de182027937cc7a5f0e0f6cf (diff) | |
download | UEFI-Lessons-43a54284ee4bdda6d9ffdb6348d7c2d79c9d09f1.tar.gz UEFI-Lessons-43a54284ee4bdda6d9ffdb6348d7c2d79c9d09f1.tar.bz2 UEFI-Lessons-43a54284ee4bdda6d9ffdb6348d7c2d79c9d09f1.zip |
Add license header to source files
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons/Lesson_48/UefiLessonsPkg')
5 files changed, 30 insertions, 0 deletions
diff --git a/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.c b/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.c index 6d6123d..4e02f25 100644 --- a/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.c +++ b/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.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/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.inf b/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.inf index 42b01a7..b90ae8e 100644 --- a/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.inf +++ b/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HIIStringsUNI diff --git a/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/Strings.uni b/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/Strings.uni index 2bce7e3..1d91354 100644 --- a/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/Strings.uni +++ b/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/Strings.uni @@ -1,3 +1,9 @@ +// +// Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +// +// SPDX-License-Identifier: MIT +// + #langdef en-US "English" #langdef fr-FR "Francais" diff --git a/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dec b/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dec index 6d44885..836fbe6 100644 --- a/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dec +++ b/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines]
DEC_SPECIFICATION = 0x00010005
PACKAGE_NAME = UefiLessonsPkg
diff --git a/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dsc index 6a331f2..c781f31 100644 --- a/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 |