aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.c
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2024-02-21 17:05:06 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2024-02-21 17:05:06 +0300
commit6cae397824509b7a207d1110f34265a788e145fc (patch)
tree7aa6c631899f9c9638dc67a776ed725faab7cbe8 /UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.c
parentb36e1e403b916d3263959f5c84ca5061f683e804 (diff)
downloadUEFI-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/PasswordFormWithHash/PasswordFormWithHash.c')
-rw-r--r--UefiLessonsPkg/PasswordFormWithHash/PasswordFormWithHash.c6
1 files changed, 6 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>