From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: isaac.w.oram@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Fri, 17 May 2019 12:58:38 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 May 2019 12:58:37 -0700 X-ExtLoop1: 1 Received: from orsmsx101.amr.corp.intel.com ([10.22.225.128]) by orsmga001.jf.intel.com with ESMTP; 17 May 2019 12:58:37 -0700 Received: from orsmsx116.amr.corp.intel.com ([169.254.7.165]) by ORSMSX101.amr.corp.intel.com ([169.254.8.107]) with mapi id 14.03.0415.000; Fri, 17 May 2019 12:58:36 -0700 From: "Oram, Isaac W" To: "devel@edk2.groups.io" , "Kinney, Michael D" CC: "Lu, Shifei A" , "Zhou, Bowen" Subject: Re: [edk2-devel] [[edk2-platforms][PATCH V2] 12/30] Platform/Intel/PurleyOpenBoardPkg: Replace BSD License with BSD+Patent License Thread-Topic: [edk2-devel] [[edk2-platforms][PATCH V2] 12/30] Platform/Intel/PurleyOpenBoardPkg: Replace BSD License with BSD+Patent License Thread-Index: AQHVC3Nvd3ZnCF+jtUiSK2tN7aPITqZvvLog Date: Fri, 17 May 2019 19:58:35 +0000 Message-ID: <3155A53C14BABF45A364D10949B7414C970E138B@ORSMSX116.amr.corp.intel.com> References: <20190515231012.7488-1-michael.d.kinney@intel.com> <20190515231012.7488-13-michael.d.kinney@intel.com> In-Reply-To: <20190515231012.7488-13-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-reaction: no-action dlp-version: 11.0.600.7 x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Isaac W Oram -----Original Message----- From: devel@edk2.groups.io On Behalf Of Kinney, Mic= hael D Sent: Wednesday, May 15, 2019 4:10 PM To: devel@edk2.groups.io Cc: Lu, Shifei A ; Zhou, Bowen ; Oram, Isaac W Subject: [edk2-devel] [[edk2-platforms][PATCH V2] 12/30] Platform/Intel/Pu= rleyOpenBoardPkg: Replace BSD License with BSD+Patent License https://bugzilla.tianocore.org/show_bug.cgi?id=3D1373 Replace BSD 2-Clause License with BSD+Patent License. This change is based on the following emails: https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html RFCs with detailed process for the license change: V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html Cc: Shifei A Lu Cc: Xiaohu Zhou Cc: Isaac W Oram Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney --- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.c | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.h | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.inf | 8 +------- .../Acpi/BoardAcpiDxe/BoardAcpiDxeDsdt.c | 8 +------- .../Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt.inf | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/AMLUPD.asl | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/CommonPlatform.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSDT.asl | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Gpe.asl | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/HostBus.asl | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/IioPcieHotPlugGpeHandler.asl | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/IioPcieRootPortHotPlug.asl | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Itss.asl | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Mother.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Os.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC00.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC01.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC02.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC03.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC04.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC05.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC06.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC06Ejd.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC07.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC08.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC09.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC10.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC11.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC12.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC12Ejd.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC13.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC14.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC15.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC16.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC17.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC18.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC18Ejd.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC19.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC20.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC21.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC22.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC23.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC24.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC25.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC26.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC27.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC28.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC29.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC30.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC31.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC32.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC33.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC34.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC35.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC36.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC37.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC38.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC39.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC40.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC41.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC42.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC43.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC44.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC45.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC46.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC47.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Pch.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchApic.asi | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/PchEhci1.asi | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/PchEhci2.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchGbe.asl | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchLpc.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchSata.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchXhci.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PciCrs.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PciIrq.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PcieHp.asi | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/PcieHpDev.asi | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/PcieNonHpDev.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PcieSeg.asi | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/Platform.asl | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/PlatformGpe.asi | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/PlatformPciTree_WFP.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck1Ejd.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck2Ejd.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck3Ejd.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore0.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore1.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore2.asi | 8 +------- .../PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore3.asi | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/WFPPlatform.asl | 8 +------- .../BoardMtOlympus/GitEdk2MinMtOlympus.bat | 8 +------- .../Library/BasePlatformHookLib/BasePlatformHookLib.c | 8 +------- .../Library/BasePlatformHookLib/BasePlatformHookLib.inf | 8 +------- .../Library/BoardAcpiLib/DxeBoardAcpiTableLib.c | 8 +------- .../Library/BoardAcpiLib/DxeBoardAcpiTableLib.inf | 8 +------- .../Library/BoardAcpiLib/DxeMtOlympusAcpiTableLib.c | 8 +------- .../Library/BoardAcpiLib/SmmBoardAcpiEnableLib.c | 8 +------- .../Library/BoardAcpiLib/SmmBoardAcpiEnableLib.inf | 8 +------- .../Library/BoardAcpiLib/SmmMtOlympusAcpiEnableLib.c | 8 +------- .../Library/BoardAcpiLib/SmmSiliconAcpiEnableLib.c | 8 +------- .../BoardMtOlympus/Library/BoardInitLib/AllLanesEparam.c | 8 +------- .../BoardMtOlympus/Library/BoardInitLib/GpioTable.c | 8 +------- .../BoardMtOlympus/Library/BoardInitLib/IioBifur.c | 8 +------- .../Library/BoardInitLib/PeiBoardInitPostMemLib.c | 8 +------- .../Library/BoardInitLib/PeiBoardInitPostMemLib.inf | 8 +------- .../Library/BoardInitLib/PeiBoardInitPreMemLib.c | 8 +------- .../Library/BoardInitLib/PeiBoardInitPreMemLib.inf | 8 +------- .../Library/BoardInitLib/PeiMtOlympusDetect.c | 8 +------- .../Library/BoardInitLib/PeiMtOlympusInitLib.h | 8 +------- .../Library/BoardInitLib/PeiMtOlympusInitPostMemLib.c | 8 +------- .../Library/BoardInitLib/PeiMtOlympusInitPreMemLib.c | 8 +------- .../BoardMtOlympus/Library/BoardInitLib/UsbOC.c | 8 +------- .../PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc | 8 +------- .../PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf | 8 +------- .../BoardMtOlympus/PlatformPkgBuildOption.dsc | 8 +------- .../BoardMtOlympus/PlatformPkgConfig.dsc | 8 +------- .../PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgPcd.dsc | 8 +------- .../PurleyOpenBoardPkg/BoardMtOlympus/StructureConfig.dsc | 8 +------- Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/bld.bat | 8 +------- .../Intel/PurleyOpenBoardPkg/BoardMtOlympus/postbuild.bat | 8 +------- .../Intel/PurleyOpenBoardPkg/BoardMtOlympus/prebuild.bat | 8 +------- .../Features/Ipmi/Library/IpmiLibKcs/IpmiLibKcs.c | 8 +------- .../Features/Ipmi/Library/IpmiLibKcs/IpmiLibKcs.inf | 8 +------- .../Features/Ipmi/Library/IpmiLibKcs/KcsBmc.c | 8 +------- .../Features/Ipmi/Library/IpmiLibKcs/KcsBmc.h | 8 +------- .../Library/IpmiPlatformHookLib/IpmiPlatformHookLib.c | 8 +------- .../Library/IpmiPlatformHookLib/IpmiPlatformHookLib.inf | 8 +------- .../Intel/PurleyOpenBoardPkg/Include/Acpi/GlobalNvs.asi | 8 +------- .../PurleyOpenBoardPkg/Include/Acpi/GlobalNvsAreaDef.h | 8 +------- .../Intel/PurleyOpenBoardPkg/Include/Guid/PchRcVariable.h | 8 +------- .../Intel/PurleyOpenBoardPkg/Include/Guid/SetupVariable.h | 8 +------- .../PurleyOpenBoardPkg/Include/IioBifurcationSlotTable.h | 8 +------- Platform/Intel/PurleyOpenBoardPkg/Include/Platform.h | 8 +------- .../Intel/PurleyOpenBoardPkg/Include/Ppi/SystemBoard.h | 8 +------- .../PurleyOpenBoardPkg/Include/Protocol/PciIovPlatform.h | 8 +------- Platform/Intel/PurleyOpenBoardPkg/Include/SetupTable.h | 8 +------- Platform/Intel/PurleyOpenBoardPkg/Include/SioRegs.h | 8 +------- .../Bds/Library/DxePlatformBootManagerLib/BdsPlatform.c | 8 +------- .../Bds/Library/DxePlatformBootManagerLib/BdsPlatform.h | 8 +------- .../DxePlatformBootManagerLib.inf | 8 +------- .../Bds/Library/DxePlatformBootManagerLib/MemoryTest.c | 8 +------- .../DxePlatformBootManagerLib/PlatformBootOption.c | 8 +------- .../Intel/PurleyOpenBoardPkg/Pci/PciPlatform/IoApic.h | 8 +------- .../Pci/PciPlatform/PciIovPlatformPolicy.c | 8 +------- .../Pci/PciPlatform/PciIovPlatformPolicy.h | 8 +------- .../PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform.c | 8 +------- .../PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform.h | 8 +------- .../PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform.inf | 8 +------- .../PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatformHooks.c | 8 +------- .../PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatformHooks.h | 8 +------- .../PurleyOpenBoardPkg/Pci/PciPlatform/PciSupportLib.c | 8 +------- .../PurleyOpenBoardPkg/Pci/PciPlatform/PciSupportLib.h | 8 +------- Platform/Intel/PurleyOpenBoardPkg/PlatPkg.dec | 8 +------- .../Policy/IioUdsDataDxe/IioUdsDataDxe.c | 8 +------- .../Policy/IioUdsDataDxe/IioUdsDataDxe.h | 8 +------- .../Policy/IioUdsDataDxe/IioUdsDataDxe.inf | 8 +------- .../Library/SiliconPolicyInitLib/SiliconPolicyInitLib.c | 8 +------- .../Library/SiliconPolicyInitLib/SiliconPolicyInitLib.inf | 8 +------- .../Library/SiliconPolicyUpdateLib/PchPolicyUpdateUsb.c | 8 +------- .../SiliconPolicyUpdateLib/SiliconPolicyUpdateLib.c | 8 +------- .../SiliconPolicyUpdateLib/SiliconPolicyUpdateLib.inf | 8 +------- .../Policy/PlatformCpuPolicy/PlatformCpuPolicy.c | 8 +------- .../Policy/PlatformCpuPolicy/PlatformCpuPolicy.inf | 8 +------- .../PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramSave.c | 8 +------- .../PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramSave.h | 8 +------- .../PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramSave.inf | 8 +------- .../Policy/SystemBoard/SystemBoardCommon.c | 8 +------- .../Policy/SystemBoard/SystemBoardPei.c | 8 +------- .../Policy/SystemBoard/SystemBoardPei.h | 8 +------- .../Policy/SystemBoard/SystemBoardPei.inf | 8 +------- 171 files changed, 171 insertions(+), 1197 deletions(-) diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpi= Dxe.c b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.c index b69bd8ace8..2b9e6e477d 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpi= Dxe.h b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.h index 5e4f293844..fbfd9abc7f 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpi= Dxe.inf b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.= inf index c4ec05b15d..2f937fd59e 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.inf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpi= DxeDsdt.c b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDx= eDsdt.c index df4c62403d..a4d58cab60 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxeDsdt= .c +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxeDsdt= .c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt.inf = b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt.inf index 2c53d67d49..a480379213 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt.inf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/AMLU= PD.asl b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/AMLUPD.as= l index e7986b8670..b76b062a94 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/AMLUPD.asl +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/AMLUPD.asl @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Comm= onPlatform.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/C= ommonPlatform.asi index 8e9f2d5375..f5317cff86 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/CommonPlatf= orm.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/CommonPlatf= orm.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSDT= .asl b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSDT.asl index 427be161b5..55b4c11741 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSDT.asl +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSDT.asl @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Gpe.= asl b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Gpe.asl index b2986a16a7..97a3ba0eb3 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Gpe.asl +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Gpe.asl @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Host= Bus.asl b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/HostBus.= asl index 27a997cbfb..daf80171a1 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/HostBus.asl +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/HostBus.asl @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/IioP= cieHotPlugGpeHandler.asl b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpi= Dxe/Dsdt/IioPcieHotPlugGpeHandler.asl index 03a7d13c2e..9631d8cee3 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/IioPcieHotP= lugGpeHandler.asl +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/IioPcieHotP= lugGpeHandler.asl @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/IioP= cieRootPortHotPlug.asl b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDx= e/Dsdt/IioPcieRootPortHotPlug.asl index c3cf1d2a0b..2dd9357359 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/IioPcieRoot= PortHotPlug.asl +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/IioPcieRoot= PortHotPlug.asl @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Itss= .asl b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Itss.asl index b6a7188cbb..af3f6581db 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Itss.asl +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Itss.asl @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Moth= er.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Mother.as= i index 46abd5706c..863518b3a5 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Mother.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Mother.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Os.a= si b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Os.asi index 2492a1726c..532e5ba448 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Os.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Os.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC00= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC00.asi index bebf4e0fcb..aaf1237835 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC00.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC00.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC01= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC01.asi index aeb0d2ef83..1e61aac3f6 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC01.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC01.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC02= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC02.asi index f92d2eea84..65035cf70e 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC02.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC02.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC03= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC03.asi index 466537d014..c1af96c1b7 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC03.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC03.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC04= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC04.asi index 2ff1c2f64d..f73f55d60f 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC04.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC04.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC05= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC05.asi index f2b9bce5e3..7334dc56f1 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC05.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC05.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC06= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC06.asi index bc856473bb..c4ddd10612 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC06.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC06.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC06= Ejd.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC06Ejd.= asi index 1921d0e157..bd53705140 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC06Ejd.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC06Ejd.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC07= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC07.asi index 50c1269e4e..c2011b6ed2 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC07.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC07.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC08= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC08.asi index 18c737a55a..373575105a 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC08.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC08.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC09= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC09.asi index 66730a27e9..4908507c19 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC09.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC09.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC10= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC10.asi index a12136c053..274280715c 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC10.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC10.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC11= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC11.asi index efafb7ea99..a3fcda98e0 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC11.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC11.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC12= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC12.asi index bd860fe411..8d0ea8c4b2 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC12.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC12.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC12= Ejd.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC12Ejd.= asi index 7a9aedf818..6969f3f503 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC12Ejd.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC12Ejd.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC13= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC13.asi index 3183a62ff2..f53903cad1 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC13.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC13.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC14= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC14.asi index 24b1d0e35c..6eee61de72 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC14.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC14.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC15= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC15.asi index 77f5aa8185..b9b0349d34 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC15.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC15.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC16= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC16.asi index 1d4e6d89df..6d288be750 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC16.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC16.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC17= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC17.asi index 4e04769467..ecee6b9937 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC17.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC17.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC18= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC18.asi index ca8f18ecd2..bf8ad0ca3a 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC18.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC18.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC18= Ejd.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC18Ejd.= asi index 6e0a48b128..466163cacc 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC18Ejd.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC18Ejd.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC19= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC19.asi index 121645a3cd..d54e11fc64 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC19.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC19.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC20= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC20.asi index fcdb44071b..6a3c340378 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC20.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC20.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC21= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC21.asi index 3ae6e1c8d8..b4600b9476 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC21.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC21.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC22= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC22.asi index e3d64db58c..aaf798453e 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC22.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC22.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC23= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC23.asi index e64380e4e8..8d4ff618cb 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC23.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC23.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC24= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC24.asi index bed4dfbc2b..e62913a7cf 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC24.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC24.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC25= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC25.asi index 8c2b3b288c..43779e6b56 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC25.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC25.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC26= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC26.asi index 95aeb03b0d..28a6784e0e 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC26.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC26.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC27= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC27.asi index 750b4eaa24..c6657242a4 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC27.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC27.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC28= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC28.asi index 3e8b3b24bd..1d5a489cd2 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC28.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC28.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC29= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC29.asi index f10ec64b94..3678f10cc0 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC29.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC29.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC30= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC30.asi index ec46cccc38..d0bec9972d 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC30.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC30.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC31= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC31.asi index 382e75f644..e141868896 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC31.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC31.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC32= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC32.asi index 6c921b52db..6b16fb096e 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC32.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC32.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC33= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC33.asi index 39097f45d2..1b4566d4f5 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC33.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC33.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC34= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC34.asi index 3335a9f77a..fa58f4e60c 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC34.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC34.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC35= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC35.asi index 03503ce5ee..e0bbe6adf2 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC35.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC35.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC36= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC36.asi index 606c9132a8..a3d906aafd 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC36.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC36.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC37= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC37.asi index 8544b4bb9f..8cd169311c 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC37.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC37.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC38= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC38.asi index c64a085a9c..d0d766954d 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC38.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC38.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC39= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC39.asi index 24562e7688..5c37da53ec 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC39.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC39.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC40= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC40.asi index 85b0ded149..d16d46b466 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC40.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC40.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC41= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC41.asi index a6221b7eba..73dd6567fc 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC41.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC41.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC42= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC42.asi index 6da3a3e15a..7efc2854dc 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC42.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC42.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC43= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC43.asi index d56c84d8ea..c3a9e250a6 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC43.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC43.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC44= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC44.asi index 2b9eaebf90..aecee85a33 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC44.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC44.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC45= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC45.asi index efd01f1a28..dc7d050938 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC45.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC45.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC46= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC46.asi index bf845cbb9f..4ad40d819a 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC46.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC46.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC47= .asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC47.asi index 67c41e76e8..b2daca6242 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC47.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PC47.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Pch.= asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Pch.asi index 77c4f1797b..6b9ae9b3e7 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Pch.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Pch.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchA= pic.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchApic.= asi index 8c5787c44c..57bc9f2ba1 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchApic.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchApic.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchE= hci1.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchEhci= 1.asi index bb6d1fc8c9..c25af50ed8 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchEhci1.as= i +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchEhci1.as= i @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchE= hci2.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchEhci= 2.asi index 027a362ee5..8caae9bbac 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchEhci2.as= i +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchEhci2.as= i @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchG= be.asl b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchGbe.as= l index 9919367878..8ae7c7b8be 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchGbe.asl +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchGbe.asl @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchL= pc.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchLpc.as= i index 51b4f99d3c..d62d5044b4 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchLpc.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchLpc.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchS= ata.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchSata.= asi index 2fdfd2cb1d..a74c9b9aae 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchSata.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchSata.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchX= hci.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchXhci.= asi index 22a4ab5234..d2563e0487 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchXhci.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PchXhci.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PciC= rs.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PciCrs.as= i index 6b1613b800..6fb2cb589d 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PciCrs.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PciCrs.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PciI= rq.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PciIrq.as= i index b64b70b76a..fe7c2b8753 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PciIrq.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PciIrq.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Pcie= Hp.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PcieHp.as= i index 98656cd2a3..ced2b3ecd1 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PcieHp.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PcieHp.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Pcie= HpDev.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PcieHp= Dev.asi index d9a4565519..34feaa8137 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PcieHpDev.a= si +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PcieHpDev.a= si @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Pcie= NonHpDev.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Pci= eNonHpDev.asi index 4f90be3373..c990898e87 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PcieNonHpDe= v.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PcieNonHpDe= v.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Pcie= Seg.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PcieSeg.= asi index 781d764bb8..51c919f5e5 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PcieSeg.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PcieSeg.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Plat= form.asl b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Platfor= m.asl index 69ad6e0382..40cc31b86a 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Platform.as= l +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Platform.as= l @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Plat= formGpe.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Plat= formGpe.asi index ec7c3e3315..1f3087a7b3 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PlatformGpe= .asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PlatformGpe= .asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Plat= formPciTree_WFP.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/D= sdt/PlatformPciTree_WFP.asi index 28344b9aa2..457b8bba4a 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PlatformPci= Tree_WFP.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PlatformPci= Tree_WFP.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck1= Ejd.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck1Ejd.= asi index 4bb04b1e23..2cbe3aa5cc 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck1Ejd.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck1Ejd.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck2= Ejd.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck2Ejd.= asi index 46da40ef3f..4a89bb99d6 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck2Ejd.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck2Ejd.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck3= Ejd.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck3Ejd.= asi index 2c8608960b..8cbaeffeb5 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck3Ejd.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Sck3Ejd.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Unco= re0.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore0.= asi index c07eb6d288..a5a447d037 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore0.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore0.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Unco= re1.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore1.= asi index f404ff64c0..a86aaa7b3f 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore1.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore1.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Unco= re2.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore2.= asi index 577a3c2537..dc7453c294 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore2.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore2.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Unco= re3.asi b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore3.= asi index 7f20255d04..f59e04539b 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore3.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Uncore3.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/WFPP= latform.asl b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/WFPP= latform.asl index d995817140..254806cbc8 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/WFPPlatform= .asl +++ b/Platform/Intel/PurleyOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/WFPPlatform= .asl @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/GitEdk2MinMt= Olympus.bat b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/GitEdk2MinMt= Olympus.bat index d1d488c131..02ed458236 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/GitEdk2MinMtOlympus= .bat +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/GitEdk2MinMtOlympus= .bat @@ -1,13 +1,7 @@ @REM @file @REM @REM Copyright (c) 2018, Intel Corporation. All rights reserved.
-@REM This program and the accompanying materials -@REM are licensed and made available under the terms and conditions of th= e BSD License -@REM which accompanies this distribution. The full text of the license m= ay be found at -@REM http://opensource.org/licenses/bsd-license.php -@REM -@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS= , -@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR= IMPLIED. +@REM SPDX-License-Identifier: BSD-2-Clause-Patent @REM =20 @echo off diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Base= PlatformHookLib/BasePlatformHookLib.c b/Platform/Intel/PurleyOpenBoardPkg/B= oardMtOlympus/Library/BasePlatformHookLib/BasePlatformHookLib.c index 038fe7ad71..8051e33311 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BasePlatfor= mHookLib/BasePlatformHookLib.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BasePlatfor= mHookLib/BasePlatformHookLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Base= PlatformHookLib/BasePlatformHookLib.inf b/Platform/Intel/PurleyOpenBoardPkg= /BoardMtOlympus/Library/BasePlatformHookLib/BasePlatformHookLib.inf index ebd4421ea4..d86a8f6cd0 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BasePlatfor= mHookLib/BasePlatformHookLib.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BasePlatfor= mHookLib/BasePlatformHookLib.inf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dAcpiLib/DxeBoardAcpiTableLib.c b/Platform/Intel/PurleyOpenBoardPkg/BoardMt= Olympus/Library/BoardAcpiLib/DxeBoardAcpiTableLib.c index c1926d4924..ff497540de 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardAcpiLi= b/DxeBoardAcpiTableLib.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardAcpiLi= b/DxeBoardAcpiTableLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dAcpiLib/DxeBoardAcpiTableLib.inf b/Platform/Intel/PurleyOpenBoardPkg/Board= MtOlympus/Library/BoardAcpiLib/DxeBoardAcpiTableLib.inf index 031e6576bf..d4f63fa7e1 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardAcpiLi= b/DxeBoardAcpiTableLib.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardAcpiLi= b/DxeBoardAcpiTableLib.inf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dAcpiLib/DxeMtOlympusAcpiTableLib.c b/Platform/Intel/PurleyOpenBoardPkg/Boa= rdMtOlympus/Library/BoardAcpiLib/DxeMtOlympusAcpiTableLib.c index 310740e6fb..297de88047 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardAcpiLi= b/DxeMtOlympusAcpiTableLib.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardAcpiLi= b/DxeMtOlympusAcpiTableLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dAcpiLib/SmmBoardAcpiEnableLib.c b/Platform/Intel/PurleyOpenBoardPkg/BoardM= tOlympus/Library/BoardAcpiLib/SmmBoardAcpiEnableLib.c index f8b6aab8f9..b2a82560b8 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardAcpiLi= b/SmmBoardAcpiEnableLib.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardAcpiLi= b/SmmBoardAcpiEnableLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dAcpiLib/SmmBoardAcpiEnableLib.inf b/Platform/Intel/PurleyOpenBoardPkg/Boar= dMtOlympus/Library/BoardAcpiLib/SmmBoardAcpiEnableLib.inf index 22c7fbe335..6b463a544b 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardAcpiLi= b/SmmBoardAcpiEnableLib.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardAcpiLi= b/SmmBoardAcpiEnableLib.inf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dAcpiLib/SmmMtOlympusAcpiEnableLib.c b/Platform/Intel/PurleyOpenBoardPkg/Bo= ardMtOlympus/Library/BoardAcpiLib/SmmMtOlympusAcpiEnableLib.c index 19b1fd7bb7..b97b2992cb 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardAcpiLi= b/SmmMtOlympusAcpiEnableLib.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardAcpiLi= b/SmmMtOlympusAcpiEnableLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dAcpiLib/SmmSiliconAcpiEnableLib.c b/Platform/Intel/PurleyOpenBoardPkg/Boar= dMtOlympus/Library/BoardAcpiLib/SmmSiliconAcpiEnableLib.c index 65aa7b067a..ff803aa5ce 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardAcpiLi= b/SmmSiliconAcpiEnableLib.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardAcpiLi= b/SmmSiliconAcpiEnableLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dInitLib/AllLanesEparam.c b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympu= s/Library/BoardInitLib/AllLanesEparam.c index ef1675d7a9..a245721277 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/AllLanesEparam.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/AllLanesEparam.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dInitLib/GpioTable.c b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Lib= rary/BoardInitLib/GpioTable.c index e278156afa..21d83a0c02 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/GpioTable.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/GpioTable.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dInitLib/IioBifur.c b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Libr= ary/BoardInitLib/IioBifur.c index f64e016dda..fa2a4d36ce 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/IioBifur.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/IioBifur.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dInitLib/PeiBoardInitPostMemLib.c b/Platform/Intel/PurleyOpenBoardPkg/Board= MtOlympus/Library/BoardInitLib/PeiBoardInitPostMemLib.c index 54a1ad6edf..f04f1e7c40 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiBoardInitPostMemLib.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiBoardInitPostMemLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dInitLib/PeiBoardInitPostMemLib.inf b/Platform/Intel/PurleyOpenBoardPkg/Boa= rdMtOlympus/Library/BoardInitLib/PeiBoardInitPostMemLib.inf index 50d52af4d6..1948a97925 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiBoardInitPostMemLib.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiBoardInitPostMemLib.inf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dInitLib/PeiBoardInitPreMemLib.c b/Platform/Intel/PurleyOpenBoardPkg/BoardM= tOlympus/Library/BoardInitLib/PeiBoardInitPreMemLib.c index 306465c8af..511bc01339 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiBoardInitPreMemLib.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiBoardInitPreMemLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dInitLib/PeiBoardInitPreMemLib.inf b/Platform/Intel/PurleyOpenBoardPkg/Boar= dMtOlympus/Library/BoardInitLib/PeiBoardInitPreMemLib.inf index 2451e6aa79..f3f671c20a 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiBoardInitPreMemLib.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiBoardInitPreMemLib.inf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dInitLib/PeiMtOlympusDetect.c b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOl= ympus/Library/BoardInitLib/PeiMtOlympusDetect.c index 6968969f54..11221828da 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiMtOlympusDetect.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiMtOlympusDetect.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dInitLib/PeiMtOlympusInitLib.h b/Platform/Intel/PurleyOpenBoardPkg/BoardMtO= lympus/Library/BoardInitLib/PeiMtOlympusInitLib.h index 6996cbfc50..bada6aef36 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiMtOlympusInitLib.h +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiMtOlympusInitLib.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dInitLib/PeiMtOlympusInitPostMemLib.c b/Platform/Intel/PurleyOpenBoardPkg/B= oardMtOlympus/Library/BoardInitLib/PeiMtOlympusInitPostMemLib.c index 95101fe473..7bcbe6e4a4 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiMtOlympusInitPostMemLib.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiMtOlympusInitPostMemLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dInitLib/PeiMtOlympusInitPreMemLib.c b/Platform/Intel/PurleyOpenBoardPkg/Bo= ardMtOlympus/Library/BoardInitLib/PeiMtOlympusInitPreMemLib.c index d0453ad10d..42858ed74b 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiMtOlympusInitPreMemLib.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/PeiMtOlympusInitPreMemLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/Boar= dInitLib/UsbOC.c b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library= /BoardInitLib/UsbOC.c index 7ff9d875ad..a9375b116e 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/UsbOC.c +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/Library/BoardInitLi= b/UsbOC.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.= dsc b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc index ded1201a86..de1a3965d7 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.dsc @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.= fdf b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf index 9902e04df9..e7523da74e 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkg.fdf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgB= uildOption.dsc b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformP= kgBuildOption.dsc index 7c373374ed..1237bf95f2 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgBuildOpt= ion.dsc +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgBuildOpt= ion.dsc @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgC= onfig.dsc b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgCon= fig.dsc index 4f9e0a9702..d9c443a915 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgConfig.d= sc +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgConfig.d= sc @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgP= cd.dsc b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgPcd.ds= c index fc63ca628a..83b0f53fa1 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgPcd.dsc +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgPcd.dsc @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/StructureCon= fig.dsc b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/StructureConfig.= dsc index 121179fa8e..98527b1a05 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/StructureConfig.dsc +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/StructureConfig.dsc @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/bld.bat b/Pl= atform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/bld.bat index a66d19e66e..f624be03a9 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/bld.bat +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/bld.bat @@ -1,13 +1,7 @@ @REM @file @REM @REM Copyright (c) 2018, Intel Corporation. All rights reserved.
-@REM This program and the accompanying materials -@REM are licensed and made available under the terms and conditions of th= e BSD License -@REM which accompanies this distribution. The full text of the license m= ay be found at -@REM http://opensource.org/licenses/bsd-license.php -@REM -@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS= , -@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR= IMPLIED. +@REM SPDX-License-Identifier: BSD-2-Clause-Patent @REM =20 @echo off diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/postbuild.ba= t b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/postbuild.bat index 5c787bb647..e7e272b208 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/postbuild.bat +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/postbuild.bat @@ -1,13 +1,7 @@ @REM @file @REM @REM Copyright (c) 2018, Intel Corporation. All rights reserved.
-@REM This program and the accompanying materials -@REM are licensed and made available under the terms and conditions of th= e BSD License -@REM which accompanies this distribution. The full text of the license m= ay be found at -@REM http://opensource.org/licenses/bsd-license.php -@REM -@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS= , -@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR= IMPLIED. +@REM SPDX-License-Identifier: BSD-2-Clause-Patent @REM =20 @set SCRIPT_ERROR=3D0 diff --git a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/prebuild.bat= b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/prebuild.bat index 81a9634d51..d9c1442ea1 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/prebuild.bat +++ b/Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/prebuild.bat @@ -1,13 +1,7 @@ @REM @file @REM @REM Copyright (c) 2018, Intel Corporation. All rights reserved.
-@REM This program and the accompanying materials -@REM are licensed and made available under the terms and conditions of th= e BSD License -@REM which accompanies this distribution. The full text of the license m= ay be found at -@REM http://opensource.org/licenses/bsd-license.php -@REM -@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS= , -@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR= IMPLIED. +@REM SPDX-License-Identifier: BSD-2-Clause-Patent @REM =20 @set SCRIPT_ERROR=3D0 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiL= ibKcs/IpmiLibKcs.c b/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Librar= y/IpmiLibKcs/IpmiLibKcs.c index 62114fb3e5..700e413aa6 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiLibKcs/I= pmiLibKcs.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiLibKcs/I= pmiLibKcs.c @@ -2,13 +2,7 @@ IPMI library - KCS. =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiL= ibKcs/IpmiLibKcs.inf b/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Libr= ary/IpmiLibKcs/IpmiLibKcs.inf index c4796d594a..f46a8fcac6 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiLibKcs/I= pmiLibKcs.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiLibKcs/I= pmiLibKcs.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiL= ibKcs/KcsBmc.c b/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/Ip= miLibKcs/KcsBmc.c index 4f766517ec..483843c6da 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiLibKcs/K= csBmc.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiLibKcs/K= csBmc.c @@ -2,13 +2,7 @@ KCS Transport Hook. =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiL= ibKcs/KcsBmc.h b/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/Ip= miLibKcs/KcsBmc.h index 8a7e90a108..bf8ae6b63d 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiLibKcs/K= csBmc.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiLibKcs/K= csBmc.h @@ -2,13 +2,7 @@ KCS Transport Hook head file. =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiP= latformHookLib/IpmiPlatformHookLib.c b/Platform/Intel/PurleyOpenBoardPkg/Fe= atures/Ipmi/Library/IpmiPlatformHookLib/IpmiPlatformHookLib.c index 988e5f24ce..1cdd39c79a 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiPlatform= HookLib/IpmiPlatformHookLib.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiPlatform= HookLib/IpmiPlatformHookLib.c @@ -2,13 +2,7 @@ IPMI platform hook. =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiP= latformHookLib/IpmiPlatformHookLib.inf b/Platform/Intel/PurleyOpenBoardPkg/= Features/Ipmi/Library/IpmiPlatformHookLib/IpmiPlatformHookLib.inf index 73427edeea..4047130b3d 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiPlatform= HookLib/IpmiPlatformHookLib.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiPlatform= HookLib/IpmiPlatformHookLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Include/Acpi/GlobalNvs.asi = b/Platform/Intel/PurleyOpenBoardPkg/Include/Acpi/GlobalNvs.asi index fa97877d69..3e049cca8e 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Include/Acpi/GlobalNvs.asi +++ b/Platform/Intel/PurleyOpenBoardPkg/Include/Acpi/GlobalNvs.asi @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Include/Acpi/GlobalNvsAreaD= ef.h b/Platform/Intel/PurleyOpenBoardPkg/Include/Acpi/GlobalNvsAreaDef.h index 65dbf7cebb..8af401de99 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Include/Acpi/GlobalNvsAreaDef.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Include/Acpi/GlobalNvsAreaDef.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Include/Guid/PchRcVariable.= h b/Platform/Intel/PurleyOpenBoardPkg/Include/Guid/PchRcVariable.h index fd0b553337..79b7429052 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Include/Guid/PchRcVariable.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Include/Guid/PchRcVariable.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Include/Guid/SetupVariable.= h b/Platform/Intel/PurleyOpenBoardPkg/Include/Guid/SetupVariable.h index 3d6267fac1..f8ea067b50 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Include/Guid/SetupVariable.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Include/Guid/SetupVariable.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Include/IioBifurcationSlotT= able.h b/Platform/Intel/PurleyOpenBoardPkg/Include/IioBifurcationSlotTable.= h index 92b3057cdb..76450ec21f 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Include/IioBifurcationSlotTable.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Include/IioBifurcationSlotTable.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Include/Platform.h b/Platfo= rm/Intel/PurleyOpenBoardPkg/Include/Platform.h index 8871b01fd0..160506039a 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Include/Platform.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Include/Platform.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Include/Ppi/SystemBoard.h b= /Platform/Intel/PurleyOpenBoardPkg/Include/Ppi/SystemBoard.h index 902c8931b9..ce0ebaf973 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Include/Ppi/SystemBoard.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Include/Ppi/SystemBoard.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Include/Protocol/PciIovPlat= form.h b/Platform/Intel/PurleyOpenBoardPkg/Include/Protocol/PciIovPlatform.= h index cce27a5fe7..43762cf9ee 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Include/Protocol/PciIovPlatform.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Include/Protocol/PciIovPlatform.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Include/SetupTable.h b/Plat= form/Intel/PurleyOpenBoardPkg/Include/SetupTable.h index 99ada898c7..7d8742ad4d 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Include/SetupTable.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Include/SetupTable.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Include/SioRegs.h b/Platfor= m/Intel/PurleyOpenBoardPkg/Include/SioRegs.h index d3ac4c95a5..8b25ad3162 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Include/SioRegs.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Include/SioRegs.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/Min= PlatformPkg/Bds/Library/DxePlatformBootManagerLib/BdsPlatform.c b/Platform/= Intel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatformPkg/Bds/Library= /DxePlatformBootManagerLib/BdsPlatform.c index 831d325037..b3b8ceba6f 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatfor= mPkg/Bds/Library/DxePlatformBootManagerLib/BdsPlatform.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatfor= mPkg/Bds/Library/DxePlatformBootManagerLib/BdsPlatform.c @@ -2,13 +2,7 @@ This file include all platform action which can be customized by IBV/OE= M. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/Min= PlatformPkg/Bds/Library/DxePlatformBootManagerLib/BdsPlatform.h b/Platform/= Intel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatformPkg/Bds/Library= /DxePlatformBootManagerLib/BdsPlatform.h index 779ba9a98d..360a00d7d7 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatfor= mPkg/Bds/Library/DxePlatformBootManagerLib/BdsPlatform.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatfor= mPkg/Bds/Library/DxePlatformBootManagerLib/BdsPlatform.h @@ -2,13 +2,7 @@ Header file for BDS Platform specific code =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/Min= PlatformPkg/Bds/Library/DxePlatformBootManagerLib/DxePlatformBootManagerLib= .inf b/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatfor= mPkg/Bds/Library/DxePlatformBootManagerLib/DxePlatformBootManagerLib.inf index 563c8a25b2..09b7fd906a 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatfor= mPkg/Bds/Library/DxePlatformBootManagerLib/DxePlatformBootManagerLib.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatfor= mPkg/Bds/Library/DxePlatformBootManagerLib/DxePlatformBootManagerLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/Min= PlatformPkg/Bds/Library/DxePlatformBootManagerLib/MemoryTest.c b/Platform/I= ntel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatformPkg/Bds/Library/= DxePlatformBootManagerLib/MemoryTest.c index 6c36e7d28b..e6445fecf8 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatfor= mPkg/Bds/Library/DxePlatformBootManagerLib/MemoryTest.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatfor= mPkg/Bds/Library/DxePlatformBootManagerLib/MemoryTest.c @@ -2,13 +2,7 @@ Perform the platform memory test =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/Min= PlatformPkg/Bds/Library/DxePlatformBootManagerLib/PlatformBootOption.c b/Pl= atform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatformPkg/Bds/= Library/DxePlatformBootManagerLib/PlatformBootOption.c index ea30de0540..84aa097d58 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatfor= mPkg/Bds/Library/DxePlatformBootManagerLib/PlatformBootOption.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Override/Platform/Intel/MinPlatfor= mPkg/Bds/Library/DxePlatformBootManagerLib/PlatformBootOption.c @@ -2,13 +2,7 @@ Driver for Platform Boot Options support. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/IoApic.h b/= Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/IoApic.h index 55ca9f68fd..3ec3baa207 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/IoApic.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/IoApic.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciIovPlatf= ormPolicy.c b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciIovPlatf= ormPolicy.c index 6737bbbcf0..0b941ccb07 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciIovPlatformPoli= cy.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciIovPlatformPoli= cy.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciIovPlatf= ormPolicy.h b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciIovPlatf= ormPolicy.h index 8b358d14a3..f7a8cb06a0 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciIovPlatformPoli= cy.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciIovPlatformPoli= cy.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform= .c b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform.c index 9f042c2b76..b479ec5992 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform= .h b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform.h index f36fdda6e6..353715688a 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform= .inf b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform.inf index b46bbf713a..3cc1b045a0 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform.inf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform= Hooks.c b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatformHook= s.c index 9310df3e67..2556d46407 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatformHooks.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatformHooks.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatform= Hooks.h b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatformHook= s.h index 8d4734bb80..a5cee1b3a5 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatformHooks.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciPlatformHooks.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciSupportL= ib.c b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciSupportLib.c index dbd744b9d2..d8bf65439f 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciSupportLib.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciSupportLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciSupportL= ib.h b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciSupportLib.h index 78fd013498..dc123b0d42 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciSupportLib.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Pci/PciPlatform/PciSupportLib.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/PlatPkg.dec b/Platform/Inte= l/PurleyOpenBoardPkg/PlatPkg.dec index c203716029..5fc4de6f24 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/PlatPkg.dec +++ b/Platform/Intel/PurleyOpenBoardPkg/PlatPkg.dec @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/IioUdsDataDxe/IioUds= DataDxe.c b/Platform/Intel/PurleyOpenBoardPkg/Policy/IioUdsDataDxe/IioUdsDa= taDxe.c index 132731a38c..6c626cf05d 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/IioUdsDataDxe/IioUdsDataDxe= .c +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/IioUdsDataDxe/IioUdsDataDxe= .c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/IioUdsDataDxe/IioUds= DataDxe.h b/Platform/Intel/PurleyOpenBoardPkg/Policy/IioUdsDataDxe/IioUdsDa= taDxe.h index 9453ac618d..62da06d605 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/IioUdsDataDxe/IioUdsDataDxe= .h +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/IioUdsDataDxe/IioUdsDataDxe= .h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/IioUdsDataDxe/IioUds= DataDxe.inf b/Platform/Intel/PurleyOpenBoardPkg/Policy/IioUdsDataDxe/IioUds= DataDxe.inf index 74a2453bbd..faafe39bf9 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/IioUdsDataDxe/IioUdsDataDxe= .inf +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/IioUdsDataDxe/IioUdsDataDxe= .inf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolic= yInitLib/SiliconPolicyInitLib.c b/Platform/Intel/PurleyOpenBoardPkg/Policy/= Library/SiliconPolicyInitLib/SiliconPolicyInitLib.c index 429bda6ae4..ae7720cfb1 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolicyInitLi= b/SiliconPolicyInitLib.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolicyInitLi= b/SiliconPolicyInitLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolic= yInitLib/SiliconPolicyInitLib.inf b/Platform/Intel/PurleyOpenBoardPkg/Polic= y/Library/SiliconPolicyInitLib/SiliconPolicyInitLib.inf index 69c32d39bf..d039717b54 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolicyInitLi= b/SiliconPolicyInitLib.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolicyInitLi= b/SiliconPolicyInitLib.inf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolic= yUpdateLib/PchPolicyUpdateUsb.c b/Platform/Intel/PurleyOpenBoardPkg/Policy/= Library/SiliconPolicyUpdateLib/PchPolicyUpdateUsb.c index a2780dcd5f..73b90fd6d9 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolicyUpdate= Lib/PchPolicyUpdateUsb.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolicyUpdate= Lib/PchPolicyUpdateUsb.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolic= yUpdateLib/SiliconPolicyUpdateLib.c b/Platform/Intel/PurleyOpenBoardPkg/Pol= icy/Library/SiliconPolicyUpdateLib/SiliconPolicyUpdateLib.c index 53466d0c1b..cac6409719 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolicyUpdate= Lib/SiliconPolicyUpdateLib.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolicyUpdate= Lib/SiliconPolicyUpdateLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolic= yUpdateLib/SiliconPolicyUpdateLib.inf b/Platform/Intel/PurleyOpenBoardPkg/P= olicy/Library/SiliconPolicyUpdateLib/SiliconPolicyUpdateLib.inf index ffa9eed0da..cefb2ad36c 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolicyUpdate= Lib/SiliconPolicyUpdateLib.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/Library/SiliconPolicyUpdate= Lib/SiliconPolicyUpdateLib.inf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/PlatformCpuPolicy/Pl= atformCpuPolicy.c b/Platform/Intel/PurleyOpenBoardPkg/Policy/PlatformCpuPol= icy/PlatformCpuPolicy.c index 4b8a979fc2..38b872fff7 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/PlatformCpuPolicy/PlatformC= puPolicy.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/PlatformCpuPolicy/PlatformC= puPolicy.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/PlatformCpuPolicy/Pl= atformCpuPolicy.inf b/Platform/Intel/PurleyOpenBoardPkg/Policy/PlatformCpuP= olicy/PlatformCpuPolicy.inf index a06647e9e3..5b8784c5d0 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/PlatformCpuPolicy/PlatformC= puPolicy.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/PlatformCpuPolicy/PlatformC= puPolicy.inf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramS= ave.c b/Platform/Intel/PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramSave.c index 27d5efbeef..158b19c169 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramSave.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramSave.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramS= ave.h b/Platform/Intel/PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramSave.h index 2627266fd5..ad8efe572a 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramSave.h +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramSave.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramS= ave.inf b/Platform/Intel/PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramSave.= inf index a06c1ff2c5..2df78fe321 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramSave.inf +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/S3NvramSave/S3NvramSave.inf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBo= ardCommon.c b/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBo= ardCommon.c index 6f28e1e7d4..6b9efae0f6 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBoardComm= on.c +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBoardComm= on.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBo= ardPei.c b/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBoard= Pei.c index 5a1d4618e4..9d05a39c68 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBoardPei.= c +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBoardPei.= c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBo= ardPei.h b/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBoard= Pei.h index bf2c9201c1..1adc59cb3d 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBoardPei.= h +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBoardPei.= h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availab= le under -the terms and conditions of the BSD License that accompanies this distrib= ution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPL= IED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBo= ardPei.inf b/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBoa= rdPei.inf index 6b1202bfa8..0439dc2847 100644 --- a/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBoardPei.= inf +++ b/Platform/Intel/PurleyOpenBoardPkg/Policy/SystemBoard/SystemBoardPei.= inf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made avail= able under -# the terms and conditions of the BSD License which accompanies this dist= ribution. -# The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IM= PLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 --=20 2.21.0.windows.1