aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.c
diff options
context:
space:
mode:
Diffstat (limited to 'UefiLessonsPkg/HotKeyDriver/HotKeyDriver.c')
-rw-r--r--[-rwxr-xr-x]UefiLessonsPkg/HotKeyDriver/HotKeyDriver.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.c b/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.c
index bb73c0c..864cd02 100755..100644
--- a/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.c
+++ b/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.c
@@ -1,3 +1,9 @@
+/*
+ * Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com>
+ *
+ * SPDX-License-Identifier: MIT
+ */
+
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiLib.h>