]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/AutoScanPei/AutoScanPei.c
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / AutoScanPei / AutoScanPei.c
index 78a40db3a247fb73f990319111ebfd50d6dee453..c5e190a93c61669bea62cbf0109bbe7e5cb3053a 100644 (file)
@@ -1,14 +1,8 @@
 /*++ @file\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 Portions copyright (c) 2011, Apple Inc. All rights reserved.\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
@@ -101,9 +95,9 @@ Returns:
   } while (!EFI_ERROR (Status));\r
 \r
   //\r
-  // Build the CPU hob with 36-bit addressing and 16-bits of IO space.\r
+  // Build the CPU hob with 57-bit addressing and 16-bits of IO space.\r
   //\r
-  BuildCpuHob (36, 16);\r
+  BuildCpuHob (57, 16);\r
 \r
   return Status;\r
 }\r