From 6cae397824509b7a207d1110f34265a788e145fc Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Wed, 21 Feb 2024 17:05:06 +0300 Subject: Add license header to PasswordFormWithHash src Signed-off-by: Konstantin Aladyshev --- UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.c | 6 ++++++ UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.inf | 6 ++++++ UefiLessonsPkg/PasswordFormWithHash/Strings.uni | 6 ++++++ 3 files changed, 18 insertions(+) (limited to 'UefiLessonsPkg') 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 + * + * SPDX-License-Identifier: MIT + */ + #include #include #include 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 +# +# 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 +// +// SPDX-License-Identifier: MIT +// + #langdef en-US "English" #string FORMSET_TITLE #language en-US "Simple Formset" -- cgit v1.2.3-18-g5258