From 43a54284ee4bdda6d9ffdb6348d7c2d79c9d09f1 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Sat, 30 Oct 2021 00:44:34 +0300 Subject: Add license header to source files Signed-off-by: Konstantin Aladyshev --- Lessons/Lesson_01/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_01/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_02/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_02/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_02/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_03/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_03/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_03/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_03/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_03/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_04/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_04/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_04/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_04/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_04/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_05/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_05/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_05/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_05/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_05/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_06/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_06/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_06/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_06/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_06/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_07/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_07/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_07/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_07/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_07/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_07/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_07/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_08/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_08/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_08/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_08/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_08/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_08/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_08/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_08/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_08/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_09/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_09/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_09/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_09/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_09/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_09/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_09/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_09/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_09/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_10/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_10/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_10/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_10/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_10/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_10/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_10/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_11/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_11/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_11/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_11/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_11/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_11/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_11/UefiLessonsPkg/MemoryInfo/MemoryInfo.c | 6 ++++++ Lessons/Lesson_11/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf | 6 ++++++ Lessons/Lesson_11/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_11/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_11/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_12/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_12/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_12/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_12/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_12/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_12/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_12/UefiLessonsPkg/MemoryInfo/MemoryInfo.c | 6 ++++++ Lessons/Lesson_12/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf | 6 ++++++ Lessons/Lesson_12/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_12/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_12/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_13/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_13/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_13/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_13/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_13/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_13/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.c | 6 ++++++ Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf | 6 ++++++ Lessons/Lesson_13/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c | 6 ++++++ Lessons/Lesson_13/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf | 6 ++++++ Lessons/Lesson_13/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_13/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_13/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/ListVariables/ListVariables.c | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/ListVariables/ListVariables.inf | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/MemoryInfo/MemoryInfo.c | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_14/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/ListVariables/ListVariables.c | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/ListVariables/ListVariables.inf | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/MemoryInfo/MemoryInfo.c | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf | 6 ++++++ .../Lesson_15/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c | 6 ++++++ .../UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_15/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/ListVariables/ListVariables.c | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/ListVariables/ListVariables.inf | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/MemoryInfo/MemoryInfo.c | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf | 6 ++++++ .../Lesson_16/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c | 6 ++++++ .../UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/UefiLessonsPkg.dec | 6 ++++++ Lessons/Lesson_16/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/ListVariables/ListVariables.c | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/ListVariables/ListVariables.inf | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/MemoryInfo/MemoryInfo.c | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf | 6 ++++++ .../Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c | 6 ++++++ .../UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/UefiLessonsPkg.dec | 6 ++++++ Lessons/Lesson_17/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/GOPInfo/GOPInfo.c | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/GOPInfo/GOPInfo.inf | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/InteractiveApp/InteractiveApp.c | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.c | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.inf | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/MemoryInfo/MemoryInfo.c | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf | 6 ++++++ .../Lesson_18/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c | 6 ++++++ .../UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/UefiLessonsPkg.dec | 6 ++++++ Lessons/Lesson_18/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/GOPInfo/GOPInfo.c | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/GOPInfo/GOPInfo.inf | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.c | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/ListVariables/ListVariables.c | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/ListVariables/ListVariables.inf | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/MemoryInfo/MemoryInfo.c | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf | 6 ++++++ .../Lesson_19/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c | 6 ++++++ .../UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dec | 6 ++++++ Lessons/Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/InteractiveApp/InteractiveApp.c | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/ListVariables/ListVariables.c | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/ListVariables/ListVariables.inf | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/MemoryInfo/MemoryInfo.c | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/PCDLesson/PCDLesson.c | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/PCDLesson/PCDLesson.inf | 6 ++++++ .../Lesson_20/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c | 6 ++++++ .../UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/UefiLessonsPkg.dec | 6 ++++++ Lessons/Lesson_20/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.c | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/ListVariables/ListVariables.c | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/ListVariables/ListVariables.inf | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/MemoryInfo/MemoryInfo.c | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/PCDLesson/PCDLesson.c | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/PCDLesson/PCDLesson.inf | 6 ++++++ .../Lesson_21/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c | 6 ++++++ .../UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/UefiLessonsPkg.dec | 6 ++++++ Lessons/Lesson_21/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_27/UefiLessonsPkg/SmbiosInfo/SmbiosInfo.c | 6 ++++++ Lessons/Lesson_27/UefiLessonsPkg/SmbiosInfo/SmbiosInfo.inf | 6 ++++++ Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.c | 6 ++++++ Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.c | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/HelloWorld/HelloWorld.c | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/HelloWorld/HelloWorld.inf | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/ImageHandle/ImageHandle.c | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/ImageHandle/ImageHandle.inf | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/ImageInfo/ImageInfo.c | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/ImageInfo/ImageInfo.inf | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/InteractiveApp/InteractiveApp.c | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/ListVariables/ListVariables.c | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/ListVariables/ListVariables.inf | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/MemoryInfo/MemoryInfo.c | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/PCDLesson/PCDLesson.c | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/PCDLesson/PCDLesson.inf | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.c | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf | 6 ++++++ .../Lesson_29/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c | 6 ++++++ .../UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/ShowTables/ShowTables.c | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/ShowTables/ShowTables.inf | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/SimplestApp/SimplestApp.c | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/SimplestApp/SimplestApp.inf | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/UefiLessonsPkg.dec | 6 ++++++ Lessons/Lesson_29/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.c | 6 ++++++ Lessons/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf | 6 ++++++ Lessons/Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.c | 6 ++++++ Lessons/Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf | 6 ++++++ Lessons/Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.c | 6 ++++++ Lessons/Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.inf | 6 ++++++ Lessons/Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.c | 6 ++++++ Lessons/Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.inf | 6 ++++++ .../Lesson_35/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.c | 6 ++++++ .../UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.inf | 6 ++++++ .../Lesson_35/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.c | 6 ++++++ .../UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.inf | 6 ++++++ Lessons/Lesson_35/UefiLessonsPkg/UefiLessonsPkg.dec | 6 ++++++ Lessons/Lesson_35/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ .../Lesson_36/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.c | 6 ++++++ .../UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.inf | 6 ++++++ .../SimpleLibraryWithConstructor/SimpleLibraryWithConstructor.c | 6 ++++++ .../SimpleLibraryWithConstructor/SimpleLibraryWithConstructor.inf | 6 ++++++ .../SimpleLibraryWithConstructorAndDestructor.c | 6 ++++++ .../SimpleLibraryWithConstructorAndDestructor.inf | 6 ++++++ .../Lesson_36/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.c | 6 ++++++ .../UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.inf | 6 ++++++ Lessons/Lesson_36/UefiLessonsPkg/UefiLessonsPkg.dec | 6 ++++++ Lessons/Lesson_36/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ .../UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.c | 6 ++++++ .../UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.inf | 6 ++++++ Lessons/Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.c | 6 ++++++ .../Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.inf | 6 ++++++ Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dec | 6 ++++++ Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_39/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.c | 6 ++++++ Lessons/Lesson_39/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.inf | 6 ++++++ Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.c | 6 ++++++ Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.inf | 6 ++++++ Lessons/Lesson_43/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_47/HIIStringsC/HIIStringsC.c | 6 ++++++ Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf | 6 ++++++ Lessons/Lesson_47/UefiLessonsPkg.dec | 6 ++++++ Lessons/Lesson_47/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.c | 6 ++++++ Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.inf | 6 ++++++ Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/Strings.uni | 6 ++++++ Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dec | 6 ++++++ Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ Lessons/Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/HIIStringsUNIRC.c | 6 ++++++ .../Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/HIIStringsUNIRC.inf | 6 ++++++ Lessons/Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/Strings.uni | 6 ++++++ Lessons/Lesson_50/UefiLessonsPkg/UefiLessonsPkg.dec | 6 ++++++ Lessons/Lesson_50/UefiLessonsPkg/UefiLessonsPkg.dsc | 6 ++++++ 333 files changed, 1998 insertions(+) mode change 100755 => 100644 Lessons/Lesson_39/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.c mode change 100755 => 100644 Lessons/Lesson_39/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.inf (limited to 'Lessons') diff --git a/Lessons/Lesson_01/SimplestApp/SimplestApp.c b/Lessons/Lesson_01/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_01/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_01/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_01/SimplestApp/SimplestApp.inf b/Lessons/Lesson_01/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_01/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_01/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_02/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_02/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_02/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_02/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_02/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_02/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_02/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_02/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_02/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_02/UefiLessonsPkg/UefiLessonsPkg.dsc index 61378d6..eeaa0ca 100644 --- a/Lessons/Lesson_02/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_02/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_03/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_03/UefiLessonsPkg/HelloWorld/HelloWorld.c index 399b0ac..718fa0b 100644 --- a/Lessons/Lesson_03/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_03/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_03/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_03/UefiLessonsPkg/HelloWorld/HelloWorld.inf index 95924c5..c4a7668 100644 --- a/Lessons/Lesson_03/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_03/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_03/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_03/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_03/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_03/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_03/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_03/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_03/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_03/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_03/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_03/UefiLessonsPkg/UefiLessonsPkg.dsc index 91a79e6..2c724d7 100644 --- a/Lessons/Lesson_03/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_03/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_04/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_04/UefiLessonsPkg/HelloWorld/HelloWorld.c index 1f05899..1ea17db 100644 --- a/Lessons/Lesson_04/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_04/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_04/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_04/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_04/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_04/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_04/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_04/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_04/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_04/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_04/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_04/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_04/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_04/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_04/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_04/UefiLessonsPkg/UefiLessonsPkg.dsc index 0a2edbe..b33ad58 100644 --- a/Lessons/Lesson_04/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_04/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_05/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_05/UefiLessonsPkg/HelloWorld/HelloWorld.c index 1f05899..1ea17db 100644 --- a/Lessons/Lesson_05/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_05/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_05/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_05/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_05/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_05/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_05/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_05/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_05/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_05/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_05/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_05/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_05/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_05/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_05/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_05/UefiLessonsPkg/UefiLessonsPkg.dsc index 0a2edbe..b33ad58 100644 --- a/Lessons/Lesson_05/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_05/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_06/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_06/UefiLessonsPkg/HelloWorld/HelloWorld.c index 1f05899..1ea17db 100644 --- a/Lessons/Lesson_06/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_06/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_06/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_06/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_06/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_06/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_06/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_06/UefiLessonsPkg/ImageHandle/ImageHandle.c index e869e28..e1d03a3 100644 --- a/Lessons/Lesson_06/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_06/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_06/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_06/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_06/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_06/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_06/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_06/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_06/UefiLessonsPkg/UefiLessonsPkg.dsc index 0d4fbb0..3fecf4a 100644 --- a/Lessons/Lesson_06/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_06/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_07/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_07/UefiLessonsPkg/HelloWorld/HelloWorld.c index 1f05899..1ea17db 100644 --- a/Lessons/Lesson_07/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_07/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_07/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_07/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_07/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_07/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_07/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_07/UefiLessonsPkg/ImageHandle/ImageHandle.c index bcf42e3..abff8d4 100644 --- a/Lessons/Lesson_07/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_07/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_07/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_07/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_07/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_07/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_07/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_07/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_07/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_07/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_07/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_07/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_07/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_07/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_07/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_07/UefiLessonsPkg/UefiLessonsPkg.dsc index 0d4fbb0..3fecf4a 100644 --- a/Lessons/Lesson_07/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_07/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_08/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_08/UefiLessonsPkg/HelloWorld/HelloWorld.c index 1f05899..1ea17db 100644 --- a/Lessons/Lesson_08/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_08/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_08/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_08/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_08/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_08/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_08/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_08/UefiLessonsPkg/ImageHandle/ImageHandle.c index bcf42e3..abff8d4 100644 --- a/Lessons/Lesson_08/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_08/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_08/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_08/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_08/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_08/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_08/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_08/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_08/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_08/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_08/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_08/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_08/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_08/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_08/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_08/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_08/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_08/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_08/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_08/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_08/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_08/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_08/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_08/UefiLessonsPkg/UefiLessonsPkg.dsc index ff2edf6..b8e24b8 100644 --- a/Lessons/Lesson_08/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_08/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_09/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_09/UefiLessonsPkg/HelloWorld/HelloWorld.c index 1f05899..1ea17db 100644 --- a/Lessons/Lesson_09/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_09/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_09/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_09/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_09/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_09/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_09/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_09/UefiLessonsPkg/ImageHandle/ImageHandle.c index 6117243..622d1e1 100644 --- a/Lessons/Lesson_09/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_09/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/Lessons/Lesson_09/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_09/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_09/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_09/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_09/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_09/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_09/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_09/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_09/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_09/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_09/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_09/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_09/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_09/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_09/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_09/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_09/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_09/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_09/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_09/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_09/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_09/UefiLessonsPkg/UefiLessonsPkg.dsc index ff2edf6..b8e24b8 100644 --- a/Lessons/Lesson_09/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_09/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_10/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_10/UefiLessonsPkg/HelloWorld/HelloWorld.c index 1f05899..1ea17db 100644 --- a/Lessons/Lesson_10/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_10/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_10/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_10/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_10/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_10/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.c index 32e9c43..57a92e6 100644 --- a/Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_10/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_10/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_10/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_10/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_10/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_10/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_10/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_10/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_10/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_10/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_10/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_10/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_10/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_10/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_10/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_10/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_10/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_10/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_10/UefiLessonsPkg/UefiLessonsPkg.dsc index ff2edf6..b8e24b8 100644 --- a/Lessons/Lesson_10/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_10/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_11/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_11/UefiLessonsPkg/HelloWorld/HelloWorld.c index 1f05899..1ea17db 100644 --- a/Lessons/Lesson_11/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_11/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_11/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_11/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_11/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_11/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_11/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_11/UefiLessonsPkg/ImageHandle/ImageHandle.c index 32e9c43..57a92e6 100644 --- a/Lessons/Lesson_11/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_11/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/Lessons/Lesson_11/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_11/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_11/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_11/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_11/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_11/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_11/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_11/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_11/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_11/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_11/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_11/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_11/UefiLessonsPkg/MemoryInfo/MemoryInfo.c b/Lessons/Lesson_11/UefiLessonsPkg/MemoryInfo/MemoryInfo.c index a8fcb83..1953a15 100644 --- a/Lessons/Lesson_11/UefiLessonsPkg/MemoryInfo/MemoryInfo.c +++ b/Lessons/Lesson_11/UefiLessonsPkg/MemoryInfo/MemoryInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_11/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf b/Lessons/Lesson_11/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf index d18c087..5d337da 100644 --- a/Lessons/Lesson_11/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf +++ b/Lessons/Lesson_11/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = MemoryInfo diff --git a/Lessons/Lesson_11/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_11/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_11/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_11/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_11/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_11/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_11/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_11/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_11/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_11/UefiLessonsPkg/UefiLessonsPkg.dsc index 09f38ea..ab65b0e 100644 --- a/Lessons/Lesson_11/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_11/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_12/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_12/UefiLessonsPkg/HelloWorld/HelloWorld.c index 1f05899..1ea17db 100644 --- a/Lessons/Lesson_12/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_12/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_12/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_12/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_12/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_12/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_12/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_12/UefiLessonsPkg/ImageHandle/ImageHandle.c index 32e9c43..57a92e6 100644 --- a/Lessons/Lesson_12/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_12/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/Lessons/Lesson_12/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_12/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_12/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_12/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_12/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_12/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_12/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_12/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_12/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_12/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_12/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_12/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_12/UefiLessonsPkg/MemoryInfo/MemoryInfo.c b/Lessons/Lesson_12/UefiLessonsPkg/MemoryInfo/MemoryInfo.c index 8c3bcf2..463f0fa 100644 --- a/Lessons/Lesson_12/UefiLessonsPkg/MemoryInfo/MemoryInfo.c +++ b/Lessons/Lesson_12/UefiLessonsPkg/MemoryInfo/MemoryInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_12/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf b/Lessons/Lesson_12/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf index 777010d..1fe6e17 100644 --- a/Lessons/Lesson_12/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf +++ b/Lessons/Lesson_12/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = MemoryInfo diff --git a/Lessons/Lesson_12/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_12/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_12/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_12/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_12/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_12/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_12/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_12/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_12/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_12/UefiLessonsPkg/UefiLessonsPkg.dsc index 09f38ea..ab65b0e 100644 --- a/Lessons/Lesson_12/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_12/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_13/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_13/UefiLessonsPkg/HelloWorld/HelloWorld.c index 1f05899..1ea17db 100644 --- a/Lessons/Lesson_13/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_13/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_13/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_13/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_13/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_13/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_13/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_13/UefiLessonsPkg/ImageHandle/ImageHandle.c index 32e9c43..57a92e6 100644 --- a/Lessons/Lesson_13/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_13/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/Lessons/Lesson_13/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_13/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_13/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_13/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_13/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_13/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_13/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_13/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_13/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_13/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_13/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_13/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.c b/Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.c index 8c3bcf2..463f0fa 100644 --- a/Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.c +++ b/Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf b/Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf index 777010d..1fe6e17 100644 --- a/Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf +++ b/Lessons/Lesson_13/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = MemoryInfo diff --git a/Lessons/Lesson_13/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c b/Lessons/Lesson_13/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c index b13aa6c..78e19a7 100644 --- a/Lessons/Lesson_13/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c +++ b/Lessons/Lesson_13/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_13/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf b/Lessons/Lesson_13/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf index 013bf4e..da3d49b 100644 --- a/Lessons/Lesson_13/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf +++ b/Lessons/Lesson_13/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleShellApp diff --git a/Lessons/Lesson_13/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_13/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_13/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_13/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_13/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_13/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_13/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_13/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_13/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_13/UefiLessonsPkg/UefiLessonsPkg.dsc index 4339a2d..76ecca2 100644 --- a/Lessons/Lesson_13/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_13/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_14/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_14/UefiLessonsPkg/HelloWorld/HelloWorld.c index 1f05899..1ea17db 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_14/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_14/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_14/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_14/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_14/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_14/UefiLessonsPkg/ImageHandle/ImageHandle.c index 32e9c43..57a92e6 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_14/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/Lessons/Lesson_14/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_14/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_14/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_14/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_14/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_14/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_14/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_14/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_14/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_14/UefiLessonsPkg/ListVariables/ListVariables.c b/Lessons/Lesson_14/UefiLessonsPkg/ListVariables/ListVariables.c index 1f3ef4a..ca00668 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/ListVariables/ListVariables.c +++ b/Lessons/Lesson_14/UefiLessonsPkg/ListVariables/ListVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_14/UefiLessonsPkg/ListVariables/ListVariables.inf b/Lessons/Lesson_14/UefiLessonsPkg/ListVariables/ListVariables.inf index 14e9fa2..9b0f31b 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/ListVariables/ListVariables.inf +++ b/Lessons/Lesson_14/UefiLessonsPkg/ListVariables/ListVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ListVariables diff --git a/Lessons/Lesson_14/UefiLessonsPkg/MemoryInfo/MemoryInfo.c b/Lessons/Lesson_14/UefiLessonsPkg/MemoryInfo/MemoryInfo.c index 8c3bcf2..463f0fa 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/MemoryInfo/MemoryInfo.c +++ b/Lessons/Lesson_14/UefiLessonsPkg/MemoryInfo/MemoryInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_14/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf b/Lessons/Lesson_14/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf index 777010d..1fe6e17 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf +++ b/Lessons/Lesson_14/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = MemoryInfo diff --git a/Lessons/Lesson_14/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c b/Lessons/Lesson_14/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c index b13aa6c..78e19a7 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c +++ b/Lessons/Lesson_14/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_14/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf b/Lessons/Lesson_14/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf index 013bf4e..da3d49b 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf +++ b/Lessons/Lesson_14/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleShellApp diff --git a/Lessons/Lesson_14/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_14/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_14/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_14/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_14/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_14/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_14/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_14/UefiLessonsPkg/UefiLessonsPkg.dsc index dbe9b17..5c71fbc 100644 --- a/Lessons/Lesson_14/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_14/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_15/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_15/UefiLessonsPkg/HelloWorld/HelloWorld.c index 1f05899..1ea17db 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_15/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_15/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_15/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_15/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_15/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_15/UefiLessonsPkg/ImageHandle/ImageHandle.c index 32e9c43..57a92e6 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_15/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/Lessons/Lesson_15/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_15/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_15/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_15/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_15/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_15/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_15/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_15/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_15/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_15/UefiLessonsPkg/ListVariables/ListVariables.c b/Lessons/Lesson_15/UefiLessonsPkg/ListVariables/ListVariables.c index 1f3ef4a..ca00668 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/ListVariables/ListVariables.c +++ b/Lessons/Lesson_15/UefiLessonsPkg/ListVariables/ListVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_15/UefiLessonsPkg/ListVariables/ListVariables.inf b/Lessons/Lesson_15/UefiLessonsPkg/ListVariables/ListVariables.inf index 14e9fa2..9b0f31b 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/ListVariables/ListVariables.inf +++ b/Lessons/Lesson_15/UefiLessonsPkg/ListVariables/ListVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ListVariables diff --git a/Lessons/Lesson_15/UefiLessonsPkg/MemoryInfo/MemoryInfo.c b/Lessons/Lesson_15/UefiLessonsPkg/MemoryInfo/MemoryInfo.c index 8c3bcf2..463f0fa 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/MemoryInfo/MemoryInfo.c +++ b/Lessons/Lesson_15/UefiLessonsPkg/MemoryInfo/MemoryInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_15/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf b/Lessons/Lesson_15/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf index 777010d..1fe6e17 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf +++ b/Lessons/Lesson_15/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = MemoryInfo diff --git a/Lessons/Lesson_15/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c b/Lessons/Lesson_15/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c index 7f6b58c..f067f43 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c +++ b/Lessons/Lesson_15/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_15/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf b/Lessons/Lesson_15/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf index d2cfba9..c288e6e 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf +++ b/Lessons/Lesson_15/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ShowBootVariables diff --git a/Lessons/Lesson_15/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c b/Lessons/Lesson_15/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c index b13aa6c..78e19a7 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c +++ b/Lessons/Lesson_15/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_15/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf b/Lessons/Lesson_15/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf index 013bf4e..da3d49b 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf +++ b/Lessons/Lesson_15/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleShellApp diff --git a/Lessons/Lesson_15/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_15/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_15/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_15/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_15/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_15/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_15/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_15/UefiLessonsPkg/UefiLessonsPkg.dsc index 5a3ae1c..0ae9f89 100644 --- a/Lessons/Lesson_15/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_15/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_16/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_16/UefiLessonsPkg/HelloWorld/HelloWorld.c index 1f05899..1ea17db 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_16/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_16/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_16/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_16/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_16/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_16/UefiLessonsPkg/ImageHandle/ImageHandle.c index 32e9c43..57a92e6 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_16/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/Lessons/Lesson_16/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_16/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_16/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_16/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_16/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_16/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_16/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_16/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_16/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_16/UefiLessonsPkg/ListVariables/ListVariables.c b/Lessons/Lesson_16/UefiLessonsPkg/ListVariables/ListVariables.c index 1f3ef4a..ca00668 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/ListVariables/ListVariables.c +++ b/Lessons/Lesson_16/UefiLessonsPkg/ListVariables/ListVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_16/UefiLessonsPkg/ListVariables/ListVariables.inf b/Lessons/Lesson_16/UefiLessonsPkg/ListVariables/ListVariables.inf index 14e9fa2..9b0f31b 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/ListVariables/ListVariables.inf +++ b/Lessons/Lesson_16/UefiLessonsPkg/ListVariables/ListVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ListVariables diff --git a/Lessons/Lesson_16/UefiLessonsPkg/MemoryInfo/MemoryInfo.c b/Lessons/Lesson_16/UefiLessonsPkg/MemoryInfo/MemoryInfo.c index 8c3bcf2..463f0fa 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/MemoryInfo/MemoryInfo.c +++ b/Lessons/Lesson_16/UefiLessonsPkg/MemoryInfo/MemoryInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_16/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf b/Lessons/Lesson_16/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf index 777010d..1fe6e17 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf +++ b/Lessons/Lesson_16/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = MemoryInfo diff --git a/Lessons/Lesson_16/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c b/Lessons/Lesson_16/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c index 7f6b58c..f067f43 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c +++ b/Lessons/Lesson_16/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_16/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf b/Lessons/Lesson_16/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf index d2cfba9..c288e6e 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf +++ b/Lessons/Lesson_16/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ShowBootVariables diff --git a/Lessons/Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c b/Lessons/Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c index b13aa6c..78e19a7 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c +++ b/Lessons/Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf b/Lessons/Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf index 013bf4e..da3d49b 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf +++ b/Lessons/Lesson_16/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleShellApp diff --git a/Lessons/Lesson_16/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_16/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_16/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_16/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_16/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_16/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_16/UefiLessonsPkg/UefiLessonsPkg.dec b/Lessons/Lesson_16/UefiLessonsPkg/UefiLessonsPkg.dec index d37e955..e964f60 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/UefiLessonsPkg.dec +++ b/Lessons/Lesson_16/UefiLessonsPkg/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = UefiLessonsPkg diff --git a/Lessons/Lesson_16/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_16/UefiLessonsPkg/UefiLessonsPkg.dsc index 5a3ae1c..0ae9f89 100644 --- a/Lessons/Lesson_16/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_16/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_17/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_17/UefiLessonsPkg/HelloWorld/HelloWorld.c index 29a4812..fa8b991 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_17/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_17/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_17/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_17/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_17/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_17/UefiLessonsPkg/ImageHandle/ImageHandle.c index 32e9c43..57a92e6 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_17/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/Lessons/Lesson_17/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_17/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_17/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_17/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_17/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_17/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_17/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_17/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_17/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_17/UefiLessonsPkg/ListVariables/ListVariables.c b/Lessons/Lesson_17/UefiLessonsPkg/ListVariables/ListVariables.c index 1f3ef4a..ca00668 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/ListVariables/ListVariables.c +++ b/Lessons/Lesson_17/UefiLessonsPkg/ListVariables/ListVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_17/UefiLessonsPkg/ListVariables/ListVariables.inf b/Lessons/Lesson_17/UefiLessonsPkg/ListVariables/ListVariables.inf index 14e9fa2..9b0f31b 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/ListVariables/ListVariables.inf +++ b/Lessons/Lesson_17/UefiLessonsPkg/ListVariables/ListVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ListVariables diff --git a/Lessons/Lesson_17/UefiLessonsPkg/MemoryInfo/MemoryInfo.c b/Lessons/Lesson_17/UefiLessonsPkg/MemoryInfo/MemoryInfo.c index 8c3bcf2..463f0fa 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/MemoryInfo/MemoryInfo.c +++ b/Lessons/Lesson_17/UefiLessonsPkg/MemoryInfo/MemoryInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_17/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf b/Lessons/Lesson_17/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf index 777010d..1fe6e17 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf +++ b/Lessons/Lesson_17/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = MemoryInfo diff --git a/Lessons/Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c b/Lessons/Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c index 7f6b58c..f067f43 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c +++ b/Lessons/Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf b/Lessons/Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf index d2cfba9..c288e6e 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf +++ b/Lessons/Lesson_17/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ShowBootVariables diff --git a/Lessons/Lesson_17/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c b/Lessons/Lesson_17/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c index b13aa6c..78e19a7 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c +++ b/Lessons/Lesson_17/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_17/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf b/Lessons/Lesson_17/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf index 013bf4e..da3d49b 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf +++ b/Lessons/Lesson_17/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleShellApp diff --git a/Lessons/Lesson_17/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_17/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_17/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_17/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_17/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_17/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_17/UefiLessonsPkg/UefiLessonsPkg.dec b/Lessons/Lesson_17/UefiLessonsPkg/UefiLessonsPkg.dec index d37e955..e964f60 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/UefiLessonsPkg.dec +++ b/Lessons/Lesson_17/UefiLessonsPkg/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = UefiLessonsPkg diff --git a/Lessons/Lesson_17/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_17/UefiLessonsPkg/UefiLessonsPkg.dsc index 5a3ae1c..0ae9f89 100644 --- a/Lessons/Lesson_17/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_17/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_18/UefiLessonsPkg/GOPInfo/GOPInfo.c b/Lessons/Lesson_18/UefiLessonsPkg/GOPInfo/GOPInfo.c index b13aa6c..78e19a7 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/GOPInfo/GOPInfo.c +++ b/Lessons/Lesson_18/UefiLessonsPkg/GOPInfo/GOPInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_18/UefiLessonsPkg/GOPInfo/GOPInfo.inf b/Lessons/Lesson_18/UefiLessonsPkg/GOPInfo/GOPInfo.inf index 9bdd773..da7bfa6 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/GOPInfo/GOPInfo.inf +++ b/Lessons/Lesson_18/UefiLessonsPkg/GOPInfo/GOPInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = GOPInfo diff --git a/Lessons/Lesson_18/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_18/UefiLessonsPkg/HelloWorld/HelloWorld.c index 29a4812..fa8b991 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_18/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_18/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_18/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_18/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_18/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_18/UefiLessonsPkg/ImageHandle/ImageHandle.c index 32e9c43..57a92e6 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_18/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/Lessons/Lesson_18/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_18/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_18/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_18/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_18/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_18/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_18/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_18/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_18/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_18/UefiLessonsPkg/InteractiveApp/InteractiveApp.c b/Lessons/Lesson_18/UefiLessonsPkg/InteractiveApp/InteractiveApp.c index 59c89a9..a12c41c 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/InteractiveApp/InteractiveApp.c +++ b/Lessons/Lesson_18/UefiLessonsPkg/InteractiveApp/InteractiveApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_18/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf b/Lessons/Lesson_18/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf index 700b779..739ef92 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf +++ b/Lessons/Lesson_18/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = InteractiveApp diff --git a/Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.c b/Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.c index 1f3ef4a..ca00668 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.c +++ b/Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.inf b/Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.inf index 14e9fa2..9b0f31b 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.inf +++ b/Lessons/Lesson_18/UefiLessonsPkg/ListVariables/ListVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ListVariables diff --git a/Lessons/Lesson_18/UefiLessonsPkg/MemoryInfo/MemoryInfo.c b/Lessons/Lesson_18/UefiLessonsPkg/MemoryInfo/MemoryInfo.c index 8c3bcf2..463f0fa 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/MemoryInfo/MemoryInfo.c +++ b/Lessons/Lesson_18/UefiLessonsPkg/MemoryInfo/MemoryInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_18/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf b/Lessons/Lesson_18/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf index 777010d..1fe6e17 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf +++ b/Lessons/Lesson_18/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = MemoryInfo diff --git a/Lessons/Lesson_18/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c b/Lessons/Lesson_18/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c index 7f6b58c..f067f43 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c +++ b/Lessons/Lesson_18/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_18/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf b/Lessons/Lesson_18/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf index d2cfba9..c288e6e 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf +++ b/Lessons/Lesson_18/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ShowBootVariables diff --git a/Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c b/Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c index b13aa6c..78e19a7 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c +++ b/Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf b/Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf index 013bf4e..da3d49b 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf +++ b/Lessons/Lesson_18/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleShellApp diff --git a/Lessons/Lesson_18/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_18/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_18/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_18/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_18/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_18/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_18/UefiLessonsPkg/UefiLessonsPkg.dec b/Lessons/Lesson_18/UefiLessonsPkg/UefiLessonsPkg.dec index d37e955..e964f60 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/UefiLessonsPkg.dec +++ b/Lessons/Lesson_18/UefiLessonsPkg/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = UefiLessonsPkg diff --git a/Lessons/Lesson_18/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_18/UefiLessonsPkg/UefiLessonsPkg.dsc index 616ccee..c426c5c 100644 --- a/Lessons/Lesson_18/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_18/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_19/UefiLessonsPkg/GOPInfo/GOPInfo.c b/Lessons/Lesson_19/UefiLessonsPkg/GOPInfo/GOPInfo.c index b13aa6c..78e19a7 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/GOPInfo/GOPInfo.c +++ b/Lessons/Lesson_19/UefiLessonsPkg/GOPInfo/GOPInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_19/UefiLessonsPkg/GOPInfo/GOPInfo.inf b/Lessons/Lesson_19/UefiLessonsPkg/GOPInfo/GOPInfo.inf index 9bdd773..da7bfa6 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/GOPInfo/GOPInfo.inf +++ b/Lessons/Lesson_19/UefiLessonsPkg/GOPInfo/GOPInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = GOPInfo diff --git a/Lessons/Lesson_19/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_19/UefiLessonsPkg/HelloWorld/HelloWorld.c index 29a4812..fa8b991 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_19/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_19/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_19/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_19/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_19/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_19/UefiLessonsPkg/ImageHandle/ImageHandle.c index 32e9c43..57a92e6 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_19/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/Lessons/Lesson_19/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_19/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_19/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_19/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_19/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_19/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_19/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_19/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_19/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.c b/Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.c index 59c89a9..a12c41c 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.c +++ b/Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf b/Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf index 700b779..739ef92 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf +++ b/Lessons/Lesson_19/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = InteractiveApp diff --git a/Lessons/Lesson_19/UefiLessonsPkg/ListVariables/ListVariables.c b/Lessons/Lesson_19/UefiLessonsPkg/ListVariables/ListVariables.c index 1f3ef4a..ca00668 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/ListVariables/ListVariables.c +++ b/Lessons/Lesson_19/UefiLessonsPkg/ListVariables/ListVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_19/UefiLessonsPkg/ListVariables/ListVariables.inf b/Lessons/Lesson_19/UefiLessonsPkg/ListVariables/ListVariables.inf index 14e9fa2..9b0f31b 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/ListVariables/ListVariables.inf +++ b/Lessons/Lesson_19/UefiLessonsPkg/ListVariables/ListVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ListVariables diff --git a/Lessons/Lesson_19/UefiLessonsPkg/MemoryInfo/MemoryInfo.c b/Lessons/Lesson_19/UefiLessonsPkg/MemoryInfo/MemoryInfo.c index 8c3bcf2..463f0fa 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/MemoryInfo/MemoryInfo.c +++ b/Lessons/Lesson_19/UefiLessonsPkg/MemoryInfo/MemoryInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_19/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf b/Lessons/Lesson_19/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf index 777010d..1fe6e17 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf +++ b/Lessons/Lesson_19/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = MemoryInfo diff --git a/Lessons/Lesson_19/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c b/Lessons/Lesson_19/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c index 7f6b58c..f067f43 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c +++ b/Lessons/Lesson_19/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_19/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf b/Lessons/Lesson_19/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf index d2cfba9..c288e6e 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf +++ b/Lessons/Lesson_19/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ShowBootVariables diff --git a/Lessons/Lesson_19/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c b/Lessons/Lesson_19/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c index b13aa6c..78e19a7 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c +++ b/Lessons/Lesson_19/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_19/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf b/Lessons/Lesson_19/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf index 013bf4e..da3d49b 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf +++ b/Lessons/Lesson_19/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleShellApp diff --git a/Lessons/Lesson_19/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_19/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_19/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_19/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_19/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_19/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dec b/Lessons/Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dec index d37e955..e964f60 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dec +++ b/Lessons/Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = UefiLessonsPkg diff --git a/Lessons/Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dsc index 616ccee..c426c5c 100644 --- a/Lessons/Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_19/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_20/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_20/UefiLessonsPkg/HelloWorld/HelloWorld.c index 29a4812..fa8b991 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_20/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_20/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_20/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_20/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_20/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_20/UefiLessonsPkg/ImageHandle/ImageHandle.c index 32e9c43..57a92e6 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_20/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/Lessons/Lesson_20/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_20/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_20/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_20/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_20/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_20/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_20/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_20/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_20/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_20/UefiLessonsPkg/InteractiveApp/InteractiveApp.c b/Lessons/Lesson_20/UefiLessonsPkg/InteractiveApp/InteractiveApp.c index 59c89a9..a12c41c 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/InteractiveApp/InteractiveApp.c +++ b/Lessons/Lesson_20/UefiLessonsPkg/InteractiveApp/InteractiveApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_20/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf b/Lessons/Lesson_20/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf index 700b779..739ef92 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf +++ b/Lessons/Lesson_20/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = InteractiveApp diff --git a/Lessons/Lesson_20/UefiLessonsPkg/ListVariables/ListVariables.c b/Lessons/Lesson_20/UefiLessonsPkg/ListVariables/ListVariables.c index 1f3ef4a..ca00668 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/ListVariables/ListVariables.c +++ b/Lessons/Lesson_20/UefiLessonsPkg/ListVariables/ListVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_20/UefiLessonsPkg/ListVariables/ListVariables.inf b/Lessons/Lesson_20/UefiLessonsPkg/ListVariables/ListVariables.inf index 14e9fa2..9b0f31b 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/ListVariables/ListVariables.inf +++ b/Lessons/Lesson_20/UefiLessonsPkg/ListVariables/ListVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ListVariables diff --git a/Lessons/Lesson_20/UefiLessonsPkg/MemoryInfo/MemoryInfo.c b/Lessons/Lesson_20/UefiLessonsPkg/MemoryInfo/MemoryInfo.c index 8c3bcf2..463f0fa 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/MemoryInfo/MemoryInfo.c +++ b/Lessons/Lesson_20/UefiLessonsPkg/MemoryInfo/MemoryInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_20/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf b/Lessons/Lesson_20/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf index 777010d..1fe6e17 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf +++ b/Lessons/Lesson_20/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = MemoryInfo diff --git a/Lessons/Lesson_20/UefiLessonsPkg/PCDLesson/PCDLesson.c b/Lessons/Lesson_20/UefiLessonsPkg/PCDLesson/PCDLesson.c index 7ed3081..82b4d4a 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/PCDLesson/PCDLesson.c +++ b/Lessons/Lesson_20/UefiLessonsPkg/PCDLesson/PCDLesson.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_20/UefiLessonsPkg/PCDLesson/PCDLesson.inf b/Lessons/Lesson_20/UefiLessonsPkg/PCDLesson/PCDLesson.inf index 11dafe9..3258a64 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/PCDLesson/PCDLesson.inf +++ b/Lessons/Lesson_20/UefiLessonsPkg/PCDLesson/PCDLesson.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = PCDLesson diff --git a/Lessons/Lesson_20/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c b/Lessons/Lesson_20/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c index 7f6b58c..f067f43 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c +++ b/Lessons/Lesson_20/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_20/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf b/Lessons/Lesson_20/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf index d2cfba9..c288e6e 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf +++ b/Lessons/Lesson_20/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ShowBootVariables diff --git a/Lessons/Lesson_20/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c b/Lessons/Lesson_20/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c index b13aa6c..78e19a7 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c +++ b/Lessons/Lesson_20/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_20/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf b/Lessons/Lesson_20/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf index 013bf4e..da3d49b 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf +++ b/Lessons/Lesson_20/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleShellApp diff --git a/Lessons/Lesson_20/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_20/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_20/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_20/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_20/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_20/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_20/UefiLessonsPkg/UefiLessonsPkg.dec b/Lessons/Lesson_20/UefiLessonsPkg/UefiLessonsPkg.dec index 94a42ff..2521626 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/UefiLessonsPkg.dec +++ b/Lessons/Lesson_20/UefiLessonsPkg/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = UefiLessonsPkg diff --git a/Lessons/Lesson_20/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_20/UefiLessonsPkg/UefiLessonsPkg.dsc index c4adde7..2346bdc 100644 --- a/Lessons/Lesson_20/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_20/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_21/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_21/UefiLessonsPkg/HelloWorld/HelloWorld.c index 29a4812..fa8b991 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_21/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_21/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_21/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_21/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_21/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_21/UefiLessonsPkg/ImageHandle/ImageHandle.c index 32e9c43..57a92e6 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_21/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/Lessons/Lesson_21/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_21/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_21/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_21/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_21/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_21/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_21/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_21/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_21/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.c b/Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.c index 59c89a9..a12c41c 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.c +++ b/Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf b/Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf index 700b779..739ef92 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf +++ b/Lessons/Lesson_21/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = InteractiveApp diff --git a/Lessons/Lesson_21/UefiLessonsPkg/ListVariables/ListVariables.c b/Lessons/Lesson_21/UefiLessonsPkg/ListVariables/ListVariables.c index 1f3ef4a..ca00668 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/ListVariables/ListVariables.c +++ b/Lessons/Lesson_21/UefiLessonsPkg/ListVariables/ListVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_21/UefiLessonsPkg/ListVariables/ListVariables.inf b/Lessons/Lesson_21/UefiLessonsPkg/ListVariables/ListVariables.inf index 14e9fa2..9b0f31b 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/ListVariables/ListVariables.inf +++ b/Lessons/Lesson_21/UefiLessonsPkg/ListVariables/ListVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ListVariables diff --git a/Lessons/Lesson_21/UefiLessonsPkg/MemoryInfo/MemoryInfo.c b/Lessons/Lesson_21/UefiLessonsPkg/MemoryInfo/MemoryInfo.c index 8c3bcf2..463f0fa 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/MemoryInfo/MemoryInfo.c +++ b/Lessons/Lesson_21/UefiLessonsPkg/MemoryInfo/MemoryInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_21/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf b/Lessons/Lesson_21/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf index 777010d..1fe6e17 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf +++ b/Lessons/Lesson_21/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = MemoryInfo diff --git a/Lessons/Lesson_21/UefiLessonsPkg/PCDLesson/PCDLesson.c b/Lessons/Lesson_21/UefiLessonsPkg/PCDLesson/PCDLesson.c index 3c88a9b..ce92e04 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/PCDLesson/PCDLesson.c +++ b/Lessons/Lesson_21/UefiLessonsPkg/PCDLesson/PCDLesson.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_21/UefiLessonsPkg/PCDLesson/PCDLesson.inf b/Lessons/Lesson_21/UefiLessonsPkg/PCDLesson/PCDLesson.inf index cc85c26..ae10121 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/PCDLesson/PCDLesson.inf +++ b/Lessons/Lesson_21/UefiLessonsPkg/PCDLesson/PCDLesson.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = PCDLesson diff --git a/Lessons/Lesson_21/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c b/Lessons/Lesson_21/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c index 7f6b58c..f067f43 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c +++ b/Lessons/Lesson_21/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_21/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf b/Lessons/Lesson_21/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf index d2cfba9..c288e6e 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf +++ b/Lessons/Lesson_21/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ShowBootVariables diff --git a/Lessons/Lesson_21/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c b/Lessons/Lesson_21/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c index b13aa6c..78e19a7 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c +++ b/Lessons/Lesson_21/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_21/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf b/Lessons/Lesson_21/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf index 013bf4e..da3d49b 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf +++ b/Lessons/Lesson_21/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleShellApp diff --git a/Lessons/Lesson_21/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_21/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_21/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_21/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_21/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_21/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_21/UefiLessonsPkg/UefiLessonsPkg.dec b/Lessons/Lesson_21/UefiLessonsPkg/UefiLessonsPkg.dec index 1bf2c6c..d7b1852 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/UefiLessonsPkg.dec +++ b/Lessons/Lesson_21/UefiLessonsPkg/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = UefiLessonsPkg diff --git a/Lessons/Lesson_21/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_21/UefiLessonsPkg/UefiLessonsPkg.dsc index e50a2c6..97a0e42 100644 --- a/Lessons/Lesson_21/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_21/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_27/UefiLessonsPkg/SmbiosInfo/SmbiosInfo.c b/Lessons/Lesson_27/UefiLessonsPkg/SmbiosInfo/SmbiosInfo.c index b75026d..c86ff13 100644 --- a/Lessons/Lesson_27/UefiLessonsPkg/SmbiosInfo/SmbiosInfo.c +++ b/Lessons/Lesson_27/UefiLessonsPkg/SmbiosInfo/SmbiosInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_27/UefiLessonsPkg/SmbiosInfo/SmbiosInfo.inf b/Lessons/Lesson_27/UefiLessonsPkg/SmbiosInfo/SmbiosInfo.inf index ab6013a..d96b96c 100644 --- a/Lessons/Lesson_27/UefiLessonsPkg/SmbiosInfo/SmbiosInfo.inf +++ b/Lessons/Lesson_27/UefiLessonsPkg/SmbiosInfo/SmbiosInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SmbiosInfo diff --git a/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.c b/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.c index 9b3c866..cff215d 100644 --- a/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.c +++ b/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf b/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf index 53d0356..1ae78c9 100644 --- a/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf +++ b/Lessons/Lesson_28/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = AcpiInfo diff --git a/Lessons/Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.c b/Lessons/Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.c index 9b3c866..cff215d 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.c +++ b/Lessons/Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf b/Lessons/Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf index 53d0356..1ae78c9 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf +++ b/Lessons/Lesson_29/UefiLessonsPkg/AcpiInfo/AcpiInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = AcpiInfo diff --git a/Lessons/Lesson_29/UefiLessonsPkg/HelloWorld/HelloWorld.c b/Lessons/Lesson_29/UefiLessonsPkg/HelloWorld/HelloWorld.c index 29a4812..fa8b991 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/HelloWorld/HelloWorld.c +++ b/Lessons/Lesson_29/UefiLessonsPkg/HelloWorld/HelloWorld.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_29/UefiLessonsPkg/HelloWorld/HelloWorld.inf b/Lessons/Lesson_29/UefiLessonsPkg/HelloWorld/HelloWorld.inf index d65ca2e..b448d51 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/HelloWorld/HelloWorld.inf +++ b/Lessons/Lesson_29/UefiLessonsPkg/HelloWorld/HelloWorld.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HelloWorld diff --git a/Lessons/Lesson_29/UefiLessonsPkg/ImageHandle/ImageHandle.c b/Lessons/Lesson_29/UefiLessonsPkg/ImageHandle/ImageHandle.c index 32e9c43..57a92e6 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/ImageHandle/ImageHandle.c +++ b/Lessons/Lesson_29/UefiLessonsPkg/ImageHandle/ImageHandle.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include #include diff --git a/Lessons/Lesson_29/UefiLessonsPkg/ImageHandle/ImageHandle.inf b/Lessons/Lesson_29/UefiLessonsPkg/ImageHandle/ImageHandle.inf index 34256ee..6ee24ee 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/ImageHandle/ImageHandle.inf +++ b/Lessons/Lesson_29/UefiLessonsPkg/ImageHandle/ImageHandle.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageHandle diff --git a/Lessons/Lesson_29/UefiLessonsPkg/ImageInfo/ImageInfo.c b/Lessons/Lesson_29/UefiLessonsPkg/ImageInfo/ImageInfo.c index c45570e..d40d01a 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/ImageInfo/ImageInfo.c +++ b/Lessons/Lesson_29/UefiLessonsPkg/ImageInfo/ImageInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_29/UefiLessonsPkg/ImageInfo/ImageInfo.inf b/Lessons/Lesson_29/UefiLessonsPkg/ImageInfo/ImageInfo.inf index 0ce54a6..61ab529 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/ImageInfo/ImageInfo.inf +++ b/Lessons/Lesson_29/UefiLessonsPkg/ImageInfo/ImageInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ImageInfo diff --git a/Lessons/Lesson_29/UefiLessonsPkg/InteractiveApp/InteractiveApp.c b/Lessons/Lesson_29/UefiLessonsPkg/InteractiveApp/InteractiveApp.c index 59c89a9..a12c41c 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/InteractiveApp/InteractiveApp.c +++ b/Lessons/Lesson_29/UefiLessonsPkg/InteractiveApp/InteractiveApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_29/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf b/Lessons/Lesson_29/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf index 700b779..739ef92 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf +++ b/Lessons/Lesson_29/UefiLessonsPkg/InteractiveApp/InteractiveApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = InteractiveApp diff --git a/Lessons/Lesson_29/UefiLessonsPkg/ListVariables/ListVariables.c b/Lessons/Lesson_29/UefiLessonsPkg/ListVariables/ListVariables.c index 1f3ef4a..ca00668 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/ListVariables/ListVariables.c +++ b/Lessons/Lesson_29/UefiLessonsPkg/ListVariables/ListVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_29/UefiLessonsPkg/ListVariables/ListVariables.inf b/Lessons/Lesson_29/UefiLessonsPkg/ListVariables/ListVariables.inf index 14e9fa2..9b0f31b 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/ListVariables/ListVariables.inf +++ b/Lessons/Lesson_29/UefiLessonsPkg/ListVariables/ListVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ListVariables diff --git a/Lessons/Lesson_29/UefiLessonsPkg/MemoryInfo/MemoryInfo.c b/Lessons/Lesson_29/UefiLessonsPkg/MemoryInfo/MemoryInfo.c index 8c3bcf2..463f0fa 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/MemoryInfo/MemoryInfo.c +++ b/Lessons/Lesson_29/UefiLessonsPkg/MemoryInfo/MemoryInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_29/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf b/Lessons/Lesson_29/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf index 777010d..1fe6e17 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf +++ b/Lessons/Lesson_29/UefiLessonsPkg/MemoryInfo/MemoryInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = MemoryInfo diff --git a/Lessons/Lesson_29/UefiLessonsPkg/PCDLesson/PCDLesson.c b/Lessons/Lesson_29/UefiLessonsPkg/PCDLesson/PCDLesson.c index 9e0aae0..ee6e5f6 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/PCDLesson/PCDLesson.c +++ b/Lessons/Lesson_29/UefiLessonsPkg/PCDLesson/PCDLesson.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_29/UefiLessonsPkg/PCDLesson/PCDLesson.inf b/Lessons/Lesson_29/UefiLessonsPkg/PCDLesson/PCDLesson.inf index cfd39d2..e78808a 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/PCDLesson/PCDLesson.inf +++ b/Lessons/Lesson_29/UefiLessonsPkg/PCDLesson/PCDLesson.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = PCDLesson diff --git a/Lessons/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.c b/Lessons/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.c index 2fda8d8..2433673 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.c +++ b/Lessons/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf b/Lessons/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf index 93ab1b9..f0d1899 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf +++ b/Lessons/Lesson_29/UefiLessonsPkg/SaveBGRT/SaveBGRT.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SaveBGRT diff --git a/Lessons/Lesson_29/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c b/Lessons/Lesson_29/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c index 7f6b58c..f067f43 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c +++ b/Lessons/Lesson_29/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_29/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf b/Lessons/Lesson_29/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf index d2cfba9..c288e6e 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf +++ b/Lessons/Lesson_29/UefiLessonsPkg/ShowBootVariables/ShowBootVariables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ShowBootVariables diff --git a/Lessons/Lesson_29/UefiLessonsPkg/ShowTables/ShowTables.c b/Lessons/Lesson_29/UefiLessonsPkg/ShowTables/ShowTables.c index aa32f41..bf876b4 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/ShowTables/ShowTables.c +++ b/Lessons/Lesson_29/UefiLessonsPkg/ShowTables/ShowTables.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_29/UefiLessonsPkg/ShowTables/ShowTables.inf b/Lessons/Lesson_29/UefiLessonsPkg/ShowTables/ShowTables.inf index 056b823..fd750e2 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/ShowTables/ShowTables.inf +++ b/Lessons/Lesson_29/UefiLessonsPkg/ShowTables/ShowTables.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ShowTables diff --git a/Lessons/Lesson_29/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c b/Lessons/Lesson_29/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c index b13aa6c..78e19a7 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c +++ b/Lessons/Lesson_29/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_29/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf b/Lessons/Lesson_29/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf index 013bf4e..da3d49b 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf +++ b/Lessons/Lesson_29/UefiLessonsPkg/SimpleShellApp/SimpleShellApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleShellApp diff --git a/Lessons/Lesson_29/UefiLessonsPkg/SimplestApp/SimplestApp.c b/Lessons/Lesson_29/UefiLessonsPkg/SimplestApp/SimplestApp.c index 8bdf500..e46a2c5 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/SimplestApp/SimplestApp.c +++ b/Lessons/Lesson_29/UefiLessonsPkg/SimplestApp/SimplestApp.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + EFI_STATUS EFIAPI UefiMain ( diff --git a/Lessons/Lesson_29/UefiLessonsPkg/SimplestApp/SimplestApp.inf b/Lessons/Lesson_29/UefiLessonsPkg/SimplestApp/SimplestApp.inf index 7d4bae2..5f4f0a1 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/SimplestApp/SimplestApp.inf +++ b/Lessons/Lesson_29/UefiLessonsPkg/SimplestApp/SimplestApp.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimplestApp diff --git a/Lessons/Lesson_29/UefiLessonsPkg/UefiLessonsPkg.dec b/Lessons/Lesson_29/UefiLessonsPkg/UefiLessonsPkg.dec index 38048bc..f85c4a3 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/UefiLessonsPkg.dec +++ b/Lessons/Lesson_29/UefiLessonsPkg/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = UefiLessonsPkg diff --git a/Lessons/Lesson_29/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_29/UefiLessonsPkg/UefiLessonsPkg.dsc index 5939fcc..e9fe780 100644 --- a/Lessons/Lesson_29/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_29/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.c b/Lessons/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.c index e8d5842..98373d5 100644 --- a/Lessons/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.c +++ b/Lessons/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf b/Lessons/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf index dd32b12..8dd100b 100644 --- a/Lessons/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf +++ b/Lessons/Lesson_30/UefiLessonsPkg/ListPCI/ListPCI.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ListPCI diff --git a/Lessons/Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.c b/Lessons/Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.c index 055906c..917dc1e 100644 --- a/Lessons/Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.c +++ b/Lessons/Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf b/Lessons/Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf index 0080d75..066b937 100644 --- a/Lessons/Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf +++ b/Lessons/Lesson_31/UefiLessonsPkg/ListPCI/ListPCI.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ListPCI diff --git a/Lessons/Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.c b/Lessons/Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.c index 7531192..179bf18 100644 --- a/Lessons/Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.c +++ b/Lessons/Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.inf b/Lessons/Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.inf index b098b26..07840df 100644 --- a/Lessons/Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.inf +++ b/Lessons/Lesson_32/UefiLessonsPkg/PCIRomInfo/PCIRomInfo.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = PCIRomInfo diff --git a/Lessons/Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.c b/Lessons/Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.c index fd96d17..be068b6 100644 --- a/Lessons/Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.c +++ b/Lessons/Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.inf b/Lessons/Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.inf index a6008c2..b2085b6 100644 --- a/Lessons/Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.inf +++ b/Lessons/Lesson_34/UefiLessonsPkg/SimpleDriver/SimpleDriver.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleDriver diff --git a/Lessons/Lesson_35/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.c b/Lessons/Lesson_35/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.c index acffba4..544895b 100644 --- a/Lessons/Lesson_35/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.c +++ b/Lessons/Lesson_35/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include UINTN Plus2(UINTN number) { diff --git a/Lessons/Lesson_35/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.inf b/Lessons/Lesson_35/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.inf index 92027a4..ad0e758 100644 --- a/Lessons/Lesson_35/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.inf +++ b/Lessons/Lesson_35/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleLibrary diff --git a/Lessons/Lesson_35/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.c b/Lessons/Lesson_35/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.c index 9747b97..5346780 100644 --- a/Lessons/Lesson_35/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.c +++ b/Lessons/Lesson_35/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_35/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.inf b/Lessons/Lesson_35/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.inf index d7e5be8..fbc375c 100644 --- a/Lessons/Lesson_35/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.inf +++ b/Lessons/Lesson_35/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleLibraryUser diff --git a/Lessons/Lesson_35/UefiLessonsPkg/UefiLessonsPkg.dec b/Lessons/Lesson_35/UefiLessonsPkg/UefiLessonsPkg.dec index cc355aa..fdc1f19 100644 --- a/Lessons/Lesson_35/UefiLessonsPkg/UefiLessonsPkg.dec +++ b/Lessons/Lesson_35/UefiLessonsPkg/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = UefiLessonsPkg diff --git a/Lessons/Lesson_35/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_35/UefiLessonsPkg/UefiLessonsPkg.dsc index c42b57d..e5ac032 100644 --- a/Lessons/Lesson_35/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_35/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.c b/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.c index acffba4..544895b 100644 --- a/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.c +++ b/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include UINTN Plus2(UINTN number) { diff --git a/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.inf b/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.inf index 92027a4..ad0e758 100644 --- a/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.inf +++ b/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibrary/SimpleLibrary.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleLibrary diff --git a/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructor/SimpleLibraryWithConstructor.c b/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructor/SimpleLibraryWithConstructor.c index 5ade80e..9bfb5c3 100644 --- a/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructor/SimpleLibraryWithConstructor.c +++ b/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructor/SimpleLibraryWithConstructor.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructor/SimpleLibraryWithConstructor.inf b/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructor/SimpleLibraryWithConstructor.inf index fc56624..b27af5d 100644 --- a/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructor/SimpleLibraryWithConstructor.inf +++ b/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructor/SimpleLibraryWithConstructor.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleLibraryWithConstructor diff --git a/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructorAndDestructor/SimpleLibraryWithConstructorAndDestructor.c b/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructorAndDestructor/SimpleLibraryWithConstructorAndDestructor.c index f903e99..854fc07 100644 --- a/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructorAndDestructor/SimpleLibraryWithConstructorAndDestructor.c +++ b/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructorAndDestructor/SimpleLibraryWithConstructorAndDestructor.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructorAndDestructor/SimpleLibraryWithConstructorAndDestructor.inf b/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructorAndDestructor/SimpleLibraryWithConstructorAndDestructor.inf index 3fc3bbe..ce1438f 100644 --- a/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructorAndDestructor/SimpleLibraryWithConstructorAndDestructor.inf +++ b/Lessons/Lesson_36/UefiLessonsPkg/Library/SimpleLibraryWithConstructorAndDestructor/SimpleLibraryWithConstructorAndDestructor.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleLibraryWithConstructorAndDestructor diff --git a/Lessons/Lesson_36/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.c b/Lessons/Lesson_36/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.c index 9747b97..5346780 100644 --- a/Lessons/Lesson_36/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.c +++ b/Lessons/Lesson_36/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_36/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.inf b/Lessons/Lesson_36/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.inf index d7e5be8..fbc375c 100644 --- a/Lessons/Lesson_36/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.inf +++ b/Lessons/Lesson_36/UefiLessonsPkg/SimpleLibraryUser/SimpleLibraryUser.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleLibraryUser diff --git a/Lessons/Lesson_36/UefiLessonsPkg/UefiLessonsPkg.dec b/Lessons/Lesson_36/UefiLessonsPkg/UefiLessonsPkg.dec index cc355aa..fdc1f19 100644 --- a/Lessons/Lesson_36/UefiLessonsPkg/UefiLessonsPkg.dec +++ b/Lessons/Lesson_36/UefiLessonsPkg/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = UefiLessonsPkg diff --git a/Lessons/Lesson_36/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_36/UefiLessonsPkg/UefiLessonsPkg.dsc index cdd60c9..58e94f6 100644 --- a/Lessons/Lesson_36/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_36/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.c b/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.c index 8bd7f87..d4cc8e4 100644 --- a/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.c +++ b/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.inf b/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.inf index edd2297..2d333dc 100644 --- a/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.inf +++ b/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassProtocol/SimpleClassProtocol.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleClassProtocol diff --git a/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.c b/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.c index bd3ac1d..454599b 100644 --- a/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.c +++ b/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.inf b/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.inf index cb57e68..530696a 100644 --- a/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.inf +++ b/Lessons/Lesson_38/UefiLessonsPkg/SimpleClassUser/SimpleClassUser.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = SimpleClassUser diff --git a/Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dec b/Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dec index 8d14eec..bc777bb 100644 --- a/Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dec +++ b/Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = UefiLessonsPkg diff --git a/Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dsc index 69abbd0..6df15fa 100644 --- a/Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_38/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_39/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.c b/Lessons/Lesson_39/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.c old mode 100755 new mode 100644 index bb73c0c..864cd02 --- a/Lessons/Lesson_39/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.c +++ b/Lessons/Lesson_39/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_39/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.inf b/Lessons/Lesson_39/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.inf old mode 100755 new mode 100644 index fa04f32..6414227 --- a/Lessons/Lesson_39/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.inf +++ b/Lessons/Lesson_39/UefiLessonsPkg/HotKeyDriver/HotKeyDriver.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HotKeyDriver diff --git a/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.c b/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.c index 878a270..6d86b93 100644 --- a/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.c +++ b/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.inf b/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.inf index 5585876..f0c941f 100644 --- a/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.inf +++ b/Lessons/Lesson_43/UefiLessonsPkg/ShowHII/ShowHII.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = ShowHII diff --git a/Lessons/Lesson_43/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_43/UefiLessonsPkg/UefiLessonsPkg.dsc index 7912ad7..3b67e88 100644 --- a/Lessons/Lesson_43/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_43/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_47/HIIStringsC/HIIStringsC.c b/Lessons/Lesson_47/HIIStringsC/HIIStringsC.c index 307351f..f6368b9 100644 --- a/Lessons/Lesson_47/HIIStringsC/HIIStringsC.c +++ b/Lessons/Lesson_47/HIIStringsC/HIIStringsC.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf b/Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf index 51f4b48..f53d2d5 100644 --- a/Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf +++ b/Lessons/Lesson_47/HIIStringsC/HIIStringsC.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HIIStringsC diff --git a/Lessons/Lesson_47/UefiLessonsPkg.dec b/Lessons/Lesson_47/UefiLessonsPkg.dec index 8a6ff4b..afa465a 100644 --- a/Lessons/Lesson_47/UefiLessonsPkg.dec +++ b/Lessons/Lesson_47/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = UefiLessonsPkg diff --git a/Lessons/Lesson_47/UefiLessonsPkg.dsc b/Lessons/Lesson_47/UefiLessonsPkg.dsc index 075cc8e..ae1846c 100644 --- a/Lessons/Lesson_47/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_47/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.c b/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.c index 6d6123d..4e02f25 100644 --- a/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.c +++ b/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.inf b/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.inf index 42b01a7..b90ae8e 100644 --- a/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.inf +++ b/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/HIIStringsUNI.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HIIStringsUNI diff --git a/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/Strings.uni b/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/Strings.uni index 2bce7e3..1d91354 100644 --- a/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/Strings.uni +++ b/Lessons/Lesson_48/UefiLessonsPkg/HIIStringsUNI/Strings.uni @@ -1,3 +1,9 @@ +// +// Copyright (c) 2021, Konstantin Aladyshev +// +// SPDX-License-Identifier: MIT +// + #langdef en-US "English" #langdef fr-FR "Francais" diff --git a/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dec b/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dec index 6d44885..836fbe6 100644 --- a/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dec +++ b/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = UefiLessonsPkg diff --git a/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dsc index 6a331f2..c781f31 100644 --- a/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_48/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 diff --git a/Lessons/Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/HIIStringsUNIRC.c b/Lessons/Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/HIIStringsUNIRC.c index 39efbc5..d04a9e2 100644 --- a/Lessons/Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/HIIStringsUNIRC.c +++ b/Lessons/Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/HIIStringsUNIRC.c @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2021, Konstantin Aladyshev + * + * SPDX-License-Identifier: MIT + */ + #include #include diff --git a/Lessons/Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/HIIStringsUNIRC.inf b/Lessons/Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/HIIStringsUNIRC.inf index c31e19d..687cfc5 100644 --- a/Lessons/Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/HIIStringsUNIRC.inf +++ b/Lessons/Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/HIIStringsUNIRC.inf @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] INF_VERSION = 1.25 BASE_NAME = HIIStringsUNIRC diff --git a/Lessons/Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/Strings.uni b/Lessons/Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/Strings.uni index 2bce7e3..1d91354 100644 --- a/Lessons/Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/Strings.uni +++ b/Lessons/Lesson_50/UefiLessonsPkg/HIIStringsUNIRC/Strings.uni @@ -1,3 +1,9 @@ +// +// Copyright (c) 2021, Konstantin Aladyshev +// +// SPDX-License-Identifier: MIT +// + #langdef en-US "English" #langdef fr-FR "Francais" diff --git a/Lessons/Lesson_50/UefiLessonsPkg/UefiLessonsPkg.dec b/Lessons/Lesson_50/UefiLessonsPkg/UefiLessonsPkg.dec index 2f9f3e2..f1ef5a7 100644 --- a/Lessons/Lesson_50/UefiLessonsPkg/UefiLessonsPkg.dec +++ b/Lessons/Lesson_50/UefiLessonsPkg/UefiLessonsPkg.dec @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DEC_SPECIFICATION = 0x00010005 PACKAGE_NAME = UefiLessonsPkg diff --git a/Lessons/Lesson_50/UefiLessonsPkg/UefiLessonsPkg.dsc b/Lessons/Lesson_50/UefiLessonsPkg/UefiLessonsPkg.dsc index 6cf0ffc..c279a21 100644 --- a/Lessons/Lesson_50/UefiLessonsPkg/UefiLessonsPkg.dsc +++ b/Lessons/Lesson_50/UefiLessonsPkg/UefiLessonsPkg.dsc @@ -1,3 +1,9 @@ +## +# Copyright (c) 2021, Konstantin Aladyshev +# +# SPDX-License-Identifier: MIT +## + [Defines] DSC_SPECIFICATION = 0x0001001C PLATFORM_GUID = 3db7270f-ffac-4139-90a4-0ae68f3f8167 -- cgit v1.2.3-18-g5258