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 ++++++ 1 file changed, 6 insertions(+) (limited to 'UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.c') 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 -- cgit v1.2.3-18-g5258