]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeNetLib/DxeNetLib.c
BaseTools:Change the path of the file that Binary Cache
[mirror_edk2.git] / MdeModulePkg / Library / DxeNetLib / DxeNetLib.c
index 63f4724062e9d1c1b09aa22bf169588551ff211f..8e2f720666eaa3213e179e8e6200e8e3bde4de5e 100644 (file)
@@ -3,13 +3,7 @@
 \r
 Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
 (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\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
 #include <Uefi.h>\r
@@ -656,7 +650,7 @@ NetGetIpClass (
   except when the originator is one of the endpoints of a point-to-point link with a 31-bit\r
   mask (RFC3021), or a 32bit NetMask (all 0xFF) is used for special network environment (e.g.\r
   PPP link).\r
-  \r
+\r
   @param[in]  Ip                    The IP to check against.\r
   @param[in]  NetMask               The mask of the IP.\r
 \r
@@ -671,7 +665,7 @@ NetIp4IsUnicast (
   )\r
 {\r
   INTN   MaskLength;\r
-  \r
+\r
   ASSERT (NetMask != 0);\r
 \r
   if (Ip == 0 || IP4_IS_LOCAL_BROADCAST (Ip)) {\r