]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.c
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UfsPciHcPei / UfsPciHcPei.c
index 36325641e7e8aaaaa1e55a4516190e0c5209176b..447a05b5b2a2dac9f8592c9130a63165bf0ed669 100644 (file)
@@ -2,14 +2,8 @@
   UfsPciHcPei driver is used to provide platform-dependent info, mainly UFS host controller\r
   MMIO base, to upper layer UFS drivers.\r
 \r
-  Copyright (c) 2014, Intel Corporation. All rights reserved.<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
+  Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -53,7 +47,7 @@ GetUfsHcMmioBar (
   if (ControllerId >= Private->TotalUfsHcs) {\r
     return EFI_INVALID_PARAMETER;\r
   }\r
-  \r
+\r
   *MmioBar = (UINTN)Private->UfsHcPciAddr[ControllerId];\r
 \r
   return EFI_SUCCESS;\r
@@ -61,7 +55,7 @@ GetUfsHcMmioBar (
 \r
 /**\r
   The user code starts with this function.\r
-  \r
+\r
   @param  FileHandle             Handle of the file being invoked.\r
   @param  PeiServices            Describes the list of possible PEI Services.\r
 \r