diff options
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" |