diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2024-02-21 17:05:06 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2024-02-21 17:05:06 +0300 |
commit | 6cae397824509b7a207d1110f34265a788e145fc (patch) | |
tree | 7aa6c631899f9c9638dc67a776ed725faab7cbe8 /UefiLessonsPkg | |
parent | b36e1e403b916d3263959f5c84ca5061f683e804 (diff) | |
download | UEFI-Lessons-6cae397824509b7a207d1110f34265a788e145fc.tar.gz UEFI-Lessons-6cae397824509b7a207d1110f34265a788e145fc.tar.bz2 UEFI-Lessons-6cae397824509b7a207d1110f34265a788e145fc.zip |
Add license header to PasswordFormWithHash src
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'UefiLessonsPkg')
3 files changed, 18 insertions, 0 deletions
diff --git a/UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.c b/UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.c index 8b3a4fa..04457c6 100644 --- a/UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.c +++ b/UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2024, Konstantin Aladyshev <aladyshev22@gmail.com> + * + * SPDX-License-Identifier: MIT + */ + #include <Library/BaseMemoryLib.h> #include <Library/DevicePathLib.h> #include <Library/HiiLib.h> diff --git a/UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.inf b/UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.inf index 6c25d24..02674b4 100644 --- a/UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.inf +++ b/UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2024, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = PasswordFormWithHash diff --git a/UefiLessonsPkg/PasswordFormWithHash/Strings.uni b/UefiLessonsPkg/PasswordFormWithHash/Strings.uni index 8e27692..5cd0ca1 100644 --- a/UefiLessonsPkg/PasswordFormWithHash/Strings.uni +++ b/UefiLessonsPkg/PasswordFormWithHash/Strings.uni @@ -1,3 +1,9 @@ +// +// Copyright (c) 2024, Konstantin Aladyshev <aladyshev22@gmail.com> +// +// SPDX-License-Identifier: MIT +// + #langdef en-US "English" #string FORMSET_TITLE #language en-US "Simple Formset" |