diff options
Diffstat (limited to 'UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.c')
-rw-r--r-- | UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.c | 6 |
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> |