From c27efc5c51c5810a2323356c3efbbbc49b7158e5 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Fri, 23 Sep 2022 18:07:05 +0300 Subject: Update license info Signed-off-by: Konstantin Aladyshev --- UefiLessonsPkg/FfsFile/FfsFile.c | 6 ++++++ UefiLessonsPkg/FfsFile/FfsFile.inf | 6 ++++++ UefiLessonsPkg/HIIConfig/HIIConfig.c | 6 ++++++ UefiLessonsPkg/HIIConfig/HIIConfig.inf | 6 ++++++ .../HIIFormDataElementsWithKeywords.c | 6 ++++++ .../HIIFormDataElementsWithKeywords.inf | 6 ++++++ UefiLessonsPkg/HIIKeyword/HIIKeyword.c | 6 ++++++ UefiLessonsPkg/HIIKeyword/HIIKeyword.inf | 6 ++++++ UefiLessonsPkg/SetSku/SetSku.c | 6 ++++++ UefiLessonsPkg/SetSku/SetSku.inf | 6 ++++++ 10 files changed, 60 insertions(+) (limited to 'UefiLessonsPkg') 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 + * + * SPDX-License-Identifier: MIT + */ + #include #include #include 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 +# +# 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 + * + * SPDX-License-Identifier: MIT + */ + #include #include #include 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 +# +# 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 + * + * SPDX-License-Identifier: MIT + */ + #include #include #include 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 +# +# 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 + * + * SPDX-License-Identifier: MIT + */ + #include #include #include 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 +# +# 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 + * + * SPDX-License-Identifier: MIT + */ + #include #include 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 +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SetSku -- cgit v1.2.3-18-g5258