]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Protocol/AndroidBootImg.h
EmbeddedPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmbeddedPkg / Include / Protocol / AndroidBootImg.h
index 1c458d0255a7a12a96cf8746e932daf8f7843d69..37a895119a5e6a5cfb9a37fc3e4093c68257758a 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2017, Linaro. 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
@@ -33,8 +27,8 @@ EFI_STATUS
 typedef\r
 EFI_STATUS\r
 (EFIAPI *ANDROID_BOOTIMG_UPDATE_DTB) (\r
-  IN  EFI_PHYSICAL_ADDRESS    OrigDtbBase;\r
-  OUT EFI_PHYSICAL_ADDRESS   *NewDtbBase;\r
+  IN  EFI_PHYSICAL_ADDRESS    OrigDtbBase,\r
+  OUT EFI_PHYSICAL_ADDRESS   *NewDtbBase\r
   );\r
 \r
 struct _ANDROID_BOOTIMG_PROTOCOL {\r