]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/ComponentName.c
CryptoPkg/BaseCryptLib: Make HMAC_CTX size backward compatible
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / ComponentName.c
index 6a1f082edd7f6a86d1c6cd30f53dcccb17a59ee9..e57fe5e605d55650b3345fdacb1eb4442ac4a7cf 100644 (file)
@@ -2,15 +2,9 @@
   Implementation of EFI_COMPONENT_NAME_PROTOCOL and\r
   EFI_COMPONENT_NAME2_PROTOCOL protocol.\r
 \r
-  Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2018, 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
@@ -238,10 +232,10 @@ Ip6ComponentNameGetDriverName (
 \r
   @param  Ip6[in]                   A pointer to the EFI_IP6_PROTOCOL.\r
 \r
-  \r
+\r
   @retval EFI_SUCCESS               Update the ControllerNameTable of this instance successfully.\r
   @retval EFI_INVALID_PARAMETER     The input parameter is invalid.\r
-  \r
+\r
 **/\r
 EFI_STATUS\r
 UpdateName (\r
@@ -320,7 +314,7 @@ UpdateName (
       FreeUnicodeStringTable (gIp6ControllerNameTable);\r
       gIp6ControllerNameTable = NULL;\r
   }\r
-  \r
+\r
   Status = AddUnicodeString2 (\r
              "eng",\r
              gIp6ComponentName.SupportedLanguages,\r
@@ -331,7 +325,7 @@ UpdateName (
   if (EFI_ERROR (Status)) {\r
     return Status;\r
   }\r
-  \r
+\r
   return AddUnicodeString2 (\r
            "en",\r
            gIp6ComponentName2.SupportedLanguages,\r
@@ -421,7 +415,7 @@ Ip6ComponentNameGetControllerName (
 {\r
   EFI_STATUS                    Status;\r
   EFI_IP6_PROTOCOL              *Ip6;\r
-  \r
+\r
   //\r
   // Only provide names for child handles.\r
   //\r
@@ -430,7 +424,7 @@ Ip6ComponentNameGetControllerName (
   }\r
 \r
   //\r
-  // Make sure this driver produced ChildHandle \r
+  // Make sure this driver produced ChildHandle\r
   //\r
   Status = EfiTestChildHandle (\r
              ControllerHandle,\r