X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FDpcDxe%2FDpc.c;h=8a490949dc8ca408420fb3ef6d053dd5eaf00f8a;hp=d75edcdb73111ed4234e6187a96d188f64166300;hb=c0fd7f734e2d33e22215899b40a47b843129541d;hpb=7bce0c5a0eb806a55d7231b05769d0efc71cdc59 diff --git a/MdeModulePkg/Universal/Network/DpcDxe/Dpc.c b/MdeModulePkg/Universal/Network/DpcDxe/Dpc.c index d75edcdb73..8a490949dc 100644 --- a/MdeModulePkg/Universal/Network/DpcDxe/Dpc.c +++ b/MdeModulePkg/Universal/Network/DpcDxe/Dpc.c @@ -1,13 +1,7 @@ /** @file -Copyright (c) 2007 - 2008, Intel Corporation -All rights reserved. This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
+SPDX-License-Identifier: BSD-2-Clause-Patent Module Name: @@ -337,7 +331,7 @@ DpcDriverEntryPoint ( // Status = gBS->InstallMultipleProtocolInterfaces ( &mDpcHandle, - &gEfiDpcProtocolGuid, + &gEfiDpcProtocolGuid, &mDpc, NULL );