]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Library/KeyMapLibNull/KeyMapLibNull.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmulatorPkg / Library / KeyMapLibNull / KeyMapLibNull.c
index b995266cc800bec85fc7e8f72817e984429af833..9aa34f70bb93747fb4e31a6a42442685c5d30222 100644 (file)
@@ -1,20 +1,13 @@
 /*++ @file\r
 \r
 Copyright (c) 2011, Apple Inc. All rights reserved.\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
 #include <Uefi.h>\r
 #include <Protocol/SimpleTextInEx.h>\r
 \r
-\r
 /**\r
   KeyMapMake gets called on key presses.\r
 \r
@@ -26,7 +19,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 EFI_STATUS\r
 EFIAPI\r
 KeyMapMake (\r
-  IN EFI_KEY_DATA   *KeyData\r
+  IN EFI_KEY_DATA  *KeyData\r
   )\r
 {\r
   return EFI_SUCCESS;\r
@@ -43,7 +36,7 @@ KeyMapMake (
 EFI_STATUS\r
 EFIAPI\r
 KeyMapBreak (\r
-  IN EFI_KEY_DATA   *KeyData\r
+  IN EFI_KEY_DATA  *KeyData\r
   )\r
 {\r
   return EFI_SUCCESS;\r