aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.c
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-30 00:44:34 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-30 00:44:34 +0300
commit43a54284ee4bdda6d9ffdb6348d7c2d79c9d09f1 (patch)
tree5f7ae6aaf73de30ccb23c61a11b1303eba34e95e /UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.c
parent18f21fc0a341f026de182027937cc7a5f0e0f6cf (diff)
downloadUEFI-Lessons-43a54284ee4bdda6d9ffdb6348d7c2d79c9d09f1.tar.gz
UEFI-Lessons-43a54284ee4bdda6d9ffdb6348d7c2d79c9d09f1.tar.bz2
UEFI-Lessons-43a54284ee4bdda6d9ffdb6348d7c2d79c9d09f1.zip
Add license header to source files
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.c')
-rw-r--r--UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.c b/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.c
index 8bd7f87..d4cc8e4 100644
--- a/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.c
+++ b/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.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>