aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/ListPCI
diff options
context:
space:
mode:
Diffstat (limited to 'UefiLessonsPkg/ListPCI')
-rw-r--r--UefiLessonsPkg/ListPCI/ListPCI.c6
-rw-r--r--UefiLessonsPkg/ListPCI/ListPCI.inf6
2 files changed, 12 insertions, 0 deletions
diff --git a/UefiLessonsPkg/ListPCI/ListPCI.c b/UefiLessonsPkg/ListPCI/ListPCI.c
index 055906c..917dc1e 100644
--- a/UefiLessonsPkg/ListPCI/ListPCI.c
+++ b/UefiLessonsPkg/ListPCI/ListPCI.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>
diff --git a/UefiLessonsPkg/ListPCI/ListPCI.inf b/UefiLessonsPkg/ListPCI/ListPCI.inf
index 0080d75..066b937 100644
--- a/UefiLessonsPkg/ListPCI/ListPCI.inf
+++ b/UefiLessonsPkg/ListPCI/ListPCI.inf
@@ -1,3 +1,9 @@
+##
+# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com>
+#
+# SPDX-License-Identifier: MIT
+##
+
[Defines]
INF_VERSION = 1.25
BASE_NAME = ListPCI