]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ComponentName.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Protocol / ComponentName.h
index 47afd0d1c5cfb23c9400c638a2913989bf5d21b8..14c1343d4c3f0b443b9f833fa646848fc4c99c23 100644 (file)
@@ -1,16 +1,10 @@
 /** @file\r
   EFI Component Name Protocol as defined in the EFI 1.1 specification.\r
-  This protocol is used to retrieve user readable names of EFI Drivers \r
+  This protocol is used to retrieve user readable names of EFI Drivers\r
   and controllers managed by EFI Drivers.\r
 \r
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
-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
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -88,7 +82,7 @@ EFI_STATUS
   @retval EFI_SUCCESS           The Unicode string for the user-readable name in the\r
                                 language specified by Language for the driver\r
                                 specified by This was returned in DriverName.\r
-  @retval EFI_INVALID_PARAMETER ControllerHandle is not a valid EFI_HANDLE.\r
+  @retval EFI_INVALID_PARAMETER ControllerHandle is NULL.\r
   @retval EFI_INVALID_PARAMETER ChildHandle is not NULL and it is not a valid EFI_HANDLE.\r
   @retval EFI_INVALID_PARAMETER Language is NULL.\r
   @retval EFI_INVALID_PARAMETER ControllerName is NULL.\r
@@ -110,7 +104,7 @@ EFI_STATUS
   );\r
 \r
 ///\r
-/// This protocol is used to retrieve user readable names of drivers \r
+/// This protocol is used to retrieve user readable names of drivers\r
 /// and controllers managed by UEFI Drivers.\r
 ///\r
 struct _EFI_COMPONENT_NAME_PROTOCOL {\r
@@ -119,7 +113,7 @@ struct _EFI_COMPONENT_NAME_PROTOCOL {
   ///\r
   /// A Null-terminated ASCII string that contains one or more\r
   /// ISO 639-2 language codes. This is the list of language codes\r
-  /// that this protocol supports.  \r
+  /// that this protocol supports.\r
   ///\r
   CHAR8                                   *SupportedLanguages;\r
 };\r