]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Library/ThunkPpiList/ThunkPpiList.c
EmulatorPkg: Update DSC/FDF to use NetworkPkg's include fragment file.
[mirror_edk2.git] / EmulatorPkg / Library / ThunkPpiList / ThunkPpiList.c
index 3c2fd93e7faf7e5c93d1254559e28e9dabaa3b51..59ed6cca2ee94c8cf27da21e437ff60c7aaa2868 100644 (file)
@@ -3,14 +3,8 @@
 \r
   Copyright (c) 2008 - 2011, Apple Inc. All rights reserved.<BR>\r
   Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
-  \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
@@ -30,14 +24,14 @@ GetThunkPpiList (
   )\r
 {\r
   UINTN Index;\r
-  \r
+\r
   if (gThunkPpiList == NULL) {\r
     return NULL;\r
   }\r
 \r
   Index = (gThunkPpiListSize/sizeof (EFI_PEI_PPI_DESCRIPTOR)) - 1;\r
   gThunkPpiList[Index].Flags |= EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST;\r
-  \r
+\r
   return gThunkPpiList;\r
 }\r
 \r
@@ -60,7 +54,7 @@ AddThunkPpi (
   if (gThunkPpiList == NULL) {\r
     return EFI_OUT_OF_RESOURCES;\r
   }\r
-  \r
+\r
   Index = (gThunkPpiListSize/sizeof (EFI_PEI_PPI_DESCRIPTOR));\r
   gThunkPpiList[Index].Flags = Flags;\r
   gThunkPpiList[Index].Guid  = Guid;\r