diff options
Diffstat (limited to 'UefiLessonsPkg')
-rw-r--r-- | UefiLessonsPkg/FfsFile/FfsFile.c | 6 | ||||
-rw-r--r-- | UefiLessonsPkg/FfsFile/FfsFile.inf | 6 | ||||
-rw-r--r-- | UefiLessonsPkg/HIIConfig/HIIConfig.c | 6 | ||||
-rw-r--r-- | UefiLessonsPkg/HIIConfig/HIIConfig.inf | 6 | ||||
-rw-r--r-- | UefiLessonsPkg/HIIFormDataElementsWithKeywords/HIIFormDataElementsWithKeywords.c | 6 | ||||
-rw-r--r-- | UefiLessonsPkg/HIIFormDataElementsWithKeywords/HIIFormDataElementsWithKeywords.inf | 6 | ||||
-rw-r--r-- | UefiLessonsPkg/HIIKeyword/HIIKeyword.c | 6 | ||||
-rw-r--r-- | UefiLessonsPkg/HIIKeyword/HIIKeyword.inf | 6 | ||||
-rw-r--r-- | UefiLessonsPkg/SetSku/SetSku.c | 6 | ||||
-rw-r--r-- | UefiLessonsPkg/SetSku/SetSku.inf | 6 |
10 files changed, 60 insertions, 0 deletions
diff --git a/UefiLessonsPkg/FfsFile/FfsFile.c b/UefiLessonsPkg/FfsFile/FfsFile.c index 0ae988f..50a3cdb 100644 --- a/UefiLessonsPkg/FfsFile/FfsFile.c +++ b/UefiLessonsPkg/FfsFile/FfsFile.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> + * + * SPDX-License-Identifier: MIT + */ + #include <Library/UefiBootServicesTableLib.h> #include <Library/UefiLib.h> #include <Pi/PiFirmwareFile.h> diff --git a/UefiLessonsPkg/FfsFile/FfsFile.inf b/UefiLessonsPkg/FfsFile/FfsFile.inf index 9b30b08..b2ba73f 100644 --- a/UefiLessonsPkg/FfsFile/FfsFile.inf +++ b/UefiLessonsPkg/FfsFile/FfsFile.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = FfsFile diff --git a/UefiLessonsPkg/HIIConfig/HIIConfig.c b/UefiLessonsPkg/HIIConfig/HIIConfig.c index 3a2493b..fb03fd7 100644 --- a/UefiLessonsPkg/HIIConfig/HIIConfig.c +++ b/UefiLessonsPkg/HIIConfig/HIIConfig.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> + * + * SPDX-License-Identifier: MIT + */ + #include <Library/UefiBootServicesTableLib.h> #include <Library/UefiLib.h> #include <Library/DevicePathLib.h> diff --git a/UefiLessonsPkg/HIIConfig/HIIConfig.inf b/UefiLessonsPkg/HIIConfig/HIIConfig.inf index 6a1f99e..b12ef11 100644 --- a/UefiLessonsPkg/HIIConfig/HIIConfig.inf +++ b/UefiLessonsPkg/HIIConfig/HIIConfig.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HIIConfig diff --git a/UefiLessonsPkg/HIIFormDataElementsWithKeywords/HIIFormDataElementsWithKeywords.c b/UefiLessonsPkg/HIIFormDataElementsWithKeywords/HIIFormDataElementsWithKeywords.c index 23b1db3..5ebdabd 100644 --- a/UefiLessonsPkg/HIIFormDataElementsWithKeywords/HIIFormDataElementsWithKeywords.c +++ b/UefiLessonsPkg/HIIFormDataElementsWithKeywords/HIIFormDataElementsWithKeywords.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> + * + * SPDX-License-Identifier: MIT + */ + #include <Library/BaseMemoryLib.h> #include <Library/DevicePathLib.h> #include <Library/HiiLib.h> diff --git a/UefiLessonsPkg/HIIFormDataElementsWithKeywords/HIIFormDataElementsWithKeywords.inf b/UefiLessonsPkg/HIIFormDataElementsWithKeywords/HIIFormDataElementsWithKeywords.inf index a75faa9..137605e 100644 --- a/UefiLessonsPkg/HIIFormDataElementsWithKeywords/HIIFormDataElementsWithKeywords.inf +++ b/UefiLessonsPkg/HIIFormDataElementsWithKeywords/HIIFormDataElementsWithKeywords.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HIIFormDataElementsWithKeywords diff --git a/UefiLessonsPkg/HIIKeyword/HIIKeyword.c b/UefiLessonsPkg/HIIKeyword/HIIKeyword.c index 00575a7..45bfd72 100644 --- a/UefiLessonsPkg/HIIKeyword/HIIKeyword.c +++ b/UefiLessonsPkg/HIIKeyword/HIIKeyword.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> + * + * SPDX-License-Identifier: MIT + */ + #include <Library/UefiBootServicesTableLib.h> #include <Library/UefiLib.h> #include <Protocol/HiiConfigKeyword.h> diff --git a/UefiLessonsPkg/HIIKeyword/HIIKeyword.inf b/UefiLessonsPkg/HIIKeyword/HIIKeyword.inf index de46152..080c981 100644 --- a/UefiLessonsPkg/HIIKeyword/HIIKeyword.inf +++ b/UefiLessonsPkg/HIIKeyword/HIIKeyword.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HIIKeyword diff --git a/UefiLessonsPkg/SetSku/SetSku.c b/UefiLessonsPkg/SetSku/SetSku.c index 8683947..311277c 100644 --- a/UefiLessonsPkg/SetSku/SetSku.c +++ b/UefiLessonsPkg/SetSku/SetSku.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> + * + * SPDX-License-Identifier: MIT + */ + #include <Library/UefiBootServicesTableLib.h> #include <Library/UefiLib.h> diff --git a/UefiLessonsPkg/SetSku/SetSku.inf b/UefiLessonsPkg/SetSku/SetSku.inf index b14aed8..e0bc9fa 100644 --- a/UefiLessonsPkg/SetSku/SetSku.inf +++ b/UefiLessonsPkg/SetSku/SetSku.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com> +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SetSku |