From nobody Fri Mar 29 04:37:16 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+40724+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+40724+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1557961823; cv=none; d=zoho.com; s=zohoarc; b=ku0uNMuzcHtg2RGpna87L0ZzH252yIlvTgKTFk8yWo60wSKR3KLOhnYUZ55DUA8iSJQgaSpEc7kJp9ND9s6aZG0SYDVCJQYprUae+sK4q1AUmws42sjJQ/cW8zTijp1RUQpbsCJ2jMeiNIHhEmaodFsCfs7pywE0eC7iUpcwI9c= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557961823; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=2ATBOCBvweDwjftfmbUQIlI4oZqqXmLvFwdgyqkVOrE=; b=GysZlNpgmLkhDNUyEE8gsMYofKPcJwSGgmKi3aLaBxawh2aOUB8pP77BWgcEoVQ4xkoJSakhOwgxmSHOCwuu4jVSGfrn8UtP1v307bUqigsIffnFtpKj1V7cfPRip6k3M8w+xXQyaBkE4eX2jcRQGpBkMjGhaWO56p0jYyi3WDc= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+40724+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1557961823847117.73130106521262; Wed, 15 May 2019 16:10:23 -0700 (PDT) Return-Path: X-Received: from mga06.intel.com (mga06.intel.com []) by groups.io with SMTP; Wed, 15 May 2019 16:10:22 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 May 2019 16:10:22 -0700 X-ExtLoop1: 1 X-Received: from unknown (HELO mdkinney-MOBL2.amr.corp.intel.com) ([10.241.98.74]) by fmsmga008.fm.intel.com with ESMTP; 15 May 2019 16:10:21 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Chasel Chiu , Michael Kubacki Subject: [edk2-devel] [[edk2-platforms][PATCH V2] 10/30] Platform/Intel/KabylakeOpenBoardPkg: Replace BSD License with BSD+Patent License Date: Wed, 15 May 2019 16:09:51 -0700 Message-Id: <20190515231012.7488-11-michael.d.kinney@intel.com> In-Reply-To: <20190515231012.7488-1-michael.d.kinney@intel.com> References: <20190515231012.7488-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,michael.d.kinney@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1557961823; bh=zcy/O76zNT8kLw6Ci5Yv+2zlVvp8Ki79WIHaa626P0Y=; h=Cc:Date:From:Reply-To:Subject:To; b=iPBmWZdBbRXUIn3qYE24Ru1+F+eelNjTQHd9y26q21eIYxoJo05oRVmlcs0gME+C64o u5Zw4NE1fkXulA+Eapeg0aDzHjHUGSsAZDGsdSDJN/i9FJX06YVw/zH5CP2sWioOmK25v BwL3pbMqx07eV3dRjqtznNjNDq6YqOhHsVE= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" 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: Chasel Chiu Cc: Michael Kubacki Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney Reviewed-by: Chasel Chiu Reviewed-by: Michael Kubacki --- .../KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/AcpiGnvsInit.c | 8 +------- .../KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.c | 8 +------- .../Acpi/BoardAcpiDxe/BoardAcpiDxe.inf | 8 +------- .../KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/ALS.ASL | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/AMLUPD.asl | 8 +------- .../KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/CPU.asl | 8 +------- .../KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSDT.ASL | 8 +------- .../KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Gpe.asl | 8 +------- .../KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Itss.asl | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/LPC_DEV.ASL | 8 +------- .../KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/LpcB.asl | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/PCI_DRC.ASL | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/PciTree.asl | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/Platform.asl | 8 +------- .../Acpi/BoardAcpiDxe/Dsdt/PlatformGnvs.asl | 8 +------- .../KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Video.asl | 8 +------- .../KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/UpdateDsdt.c | 8 +------- .../KabylakeOpenBoardPkg/Features/PciHotPlug/PciHotPlug.c | 8 +------- .../KabylakeOpenBoardPkg/Features/PciHotPlug/PciHotPlug.h | 8 +------- .../Features/PciHotPlug/PciHotPlug.inf | 8 +------- .../Features/Tbt/AcpiTables/Rtd3SptPcieTbt.asl | 8 +------- .../KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.asl | 8 +------- .../Features/Tbt/Include/Acpi/TbtNvs.asl | 8 +------- .../Features/Tbt/Include/Acpi/TbtNvsAreaDef.h | 8 +------- .../Features/Tbt/Include/Library/DxeTbtPolicyLib.h | 8 +------- .../Features/Tbt/Include/Library/PeiTbtPolicyLib.h | 8 +------- .../Features/Tbt/Include/Library/TbtCommonLib.h | 8 +------- .../Features/Tbt/Include/Ppi/PeiTbtPolicy.h | 8 +------- .../Features/Tbt/Include/Private/Library/PeiDTbtInitLib.h | 8 +------- .../Tbt/Include/Private/Library/PeiTbtCommonInitLib.h | 8 +------- .../Features/Tbt/Include/Protocol/DxeTbtPolicy.h | 8 +------- .../Features/Tbt/Include/Protocol/TbtNvsArea.h | 8 +------- .../Features/Tbt/Include/TbtBoardInfo.h | 8 +------- .../Features/Tbt/Include/TbtPolicyCommonDefinition.h | 8 +------- .../Tbt/Library/DxeTbtPolicyLib/DxeTbtPolicyLib.c | 8 +------- .../Tbt/Library/DxeTbtPolicyLib/DxeTbtPolicyLib.inf | 8 +------- .../Tbt/Library/DxeTbtPolicyLib/DxeTbtPolicyLibrary.h | 8 +------- .../Tbt/Library/PeiDxeSmmTbtCommonLib/TbtCommonLib.c | 8 +------- .../Tbt/Library/PeiDxeSmmTbtCommonLib/TbtCommonLib.inf | 8 +------- .../Tbt/Library/PeiTbtPolicyLib/PeiTbtPolicyLib.c | 8 +------- .../Tbt/Library/PeiTbtPolicyLib/PeiTbtPolicyLib.inf | 8 +------- .../Tbt/Library/PeiTbtPolicyLib/PeiTbtPolicyLibrary.h | 8 +------- .../Tbt/Library/Private/PeiDTbtInitLib/PeiDTbtInitLib.c | 8 +------- .../Tbt/Library/Private/PeiDTbtInitLib/PeiDTbtInitLib.inf | 8 +------- .../Features/Tbt/TbtInit/Dxe/TbtDxe.c | 8 +------- .../Features/Tbt/TbtInit/Dxe/TbtDxe.inf | 8 +------- .../Features/Tbt/TbtInit/Pei/PeiTbtInit.c | 8 +------- .../Features/Tbt/TbtInit/Pei/PeiTbtInit.inf | 8 +------- .../Features/Tbt/TbtInit/Smm/TbtSmiHandler.c | 8 +------- .../Features/Tbt/TbtInit/Smm/TbtSmiHandler.h | 8 +------- .../Features/Tbt/TbtInit/Smm/TbtSmm.c | 8 +------- .../Features/Tbt/TbtInit/Smm/TbtSmm.inf | 8 +------- .../PeiSiliconPolicyUpdateLibFsp/PcieDeviceTable.c | 8 +------- .../PeiSiliconPolicyUpdateLibFsp/PeiFspMiscUpdUpdateLib.c | 8 +------- .../PeiSiliconPolicyUpdateLibFsp/PeiFspPolicyUpdateLib.c | 8 +------- .../PeiSiliconPolicyUpdateLibFsp/PeiPchPolicyUpdate.c | 8 +------- .../PeiSiliconPolicyUpdateLibFsp/PeiPchPolicyUpdate.h | 8 +------- .../PeiPchPolicyUpdatePreMem.c | 8 +------- .../PeiSiliconPolicyUpdateLibFsp/PeiSaPolicyUpdate.c | 8 +------- .../PeiSiliconPolicyUpdateLibFsp/PeiSaPolicyUpdate.h | 8 +------- .../PeiSaPolicyUpdatePreMem.c | 8 +------- .../PeiSiliconPolicyUpdateLibFsp.inf | 8 +------- .../Intel/KabylakeOpenBoardPkg/Include/Acpi/GlobalNvs.asl | 8 +------- .../KabylakeOpenBoardPkg/Include/Acpi/GlobalNvsAreaDef.h | 8 +------- .../KabylakeOpenBoardPkg/Include/Fdf/FlashMapInclude.fdf | 8 +------- Platform/Intel/KabylakeOpenBoardPkg/Include/IoExpander.h | 8 +------- .../Include/Library/GpioExpanderLib.h | 8 +------- .../KabylakeOpenBoardPkg/Include/Library/I2cAccessLib.h | 8 +------- .../KabylakeOpenBoardPkg/Include/PchHsioPtssTables.h | 8 +------- .../KabylakeOpenBoardPkg/Include/Protocol/GlobalNvsArea.h | 8 +------- Platform/Intel/KabylakeOpenBoardPkg/Include/SioRegs.h | 8 +------- .../KabylakeRvp3/GitEdk2MinKabylake.bat | 8 +------- .../KabylakeRvp3/Include/KabylakeRvp3Id.h | 8 +------- .../Library/BasePlatformHookLib/BasePlatformHookLib.c | 8 +------- .../Library/BasePlatformHookLib/BasePlatformHookLib.inf | 8 +------- .../Library/BoardAcpiLib/DxeBoardAcpiTableLib.c | 8 +------- .../Library/BoardAcpiLib/DxeBoardAcpiTableLib.inf | 8 +------- .../Library/BoardAcpiLib/DxeKabylakeRvp3AcpiTableLib.c | 8 +------- .../Library/BoardAcpiLib/DxeMultiBoardAcpiSupportLib.c | 8 +------- .../Library/BoardAcpiLib/DxeMultiBoardAcpiSupportLib.inf | 8 +------- .../Library/BoardAcpiLib/SmmBoardAcpiEnableLib.c | 8 +------- .../Library/BoardAcpiLib/SmmBoardAcpiEnableLib.inf | 8 +------- .../Library/BoardAcpiLib/SmmKabylakeRvp3AcpiEnableLib.c | 8 +------- .../Library/BoardAcpiLib/SmmMultiBoardAcpiSupportLib.c | 8 +------- .../Library/BoardAcpiLib/SmmMultiBoardAcpiSupportLib.inf | 8 +------- .../Library/BoardAcpiLib/SmmSiliconAcpiEnableLib.c | 8 +------- .../Library/BoardInitLib/KabylakeRvp3GpioTable.c | 8 +------- .../Library/BoardInitLib/KabylakeRvp3HdaVerbTables.c | 8 +------- .../Library/BoardInitLib/KabylakeRvp3HsioPtssTables.c | 8 +------- .../Library/BoardInitLib/KabylakeRvp3SpdTable.c | 8 +------- .../Library/BoardInitLib/PeiBoardInitPostMemLib.c | 8 +------- .../Library/BoardInitLib/PeiBoardInitPostMemLib.inf | 8 +------- .../Library/BoardInitLib/PeiBoardInitPreMemLib.c | 8 +------- .../Library/BoardInitLib/PeiBoardInitPreMemLib.inf | 8 +------- .../Library/BoardInitLib/PeiKabylakeRvp3Detect.c | 8 +------- .../Library/BoardInitLib/PeiKabylakeRvp3InitLib.h | 8 +------- .../Library/BoardInitLib/PeiKabylakeRvp3InitPostMemLib.c | 8 +------- .../Library/BoardInitLib/PeiKabylakeRvp3InitPreMemLib.c | 8 +------- .../Library/BoardInitLib/PeiMultiBoardInitPostMemLib.c | 8 +------- .../Library/BoardInitLib/PeiMultiBoardInitPostMemLib.inf | 8 +------- .../Library/BoardInitLib/PeiMultiBoardInitPreMemLib.c | 8 +------- .../Library/BoardInitLib/PeiMultiBoardInitPreMemLib.inf | 8 +------- .../KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc | 8 +------- .../KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf | 8 +------- .../KabylakeRvp3/OpenBoardPkgBuildOption.dsc | 8 +------- .../KabylakeRvp3/OpenBoardPkgConfig.dsc | 8 +------- .../KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc | 8 +------- Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/bld.bat | 8 +------- Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/cln.bat | 8 +------- .../Intel/KabylakeOpenBoardPkg/KabylakeRvp3/postbuild.bat | 8 +------- .../Intel/KabylakeOpenBoardPkg/KabylakeRvp3/prebuild.bat | 8 +------- Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/prep.bat | 8 +------- .../Library/BaseGpioExpanderLib/BaseGpioExpanderLib.c | 8 +------- .../Library/BaseGpioExpanderLib/BaseGpioExpanderLib.inf | 8 +------- .../Library/PeiI2cAccessLib/PeiI2cAccessLib.c | 8 +------- .../Library/PeiI2cAccessLib/PeiI2cAccessLib.inf | 8 +------- Platform/Intel/KabylakeOpenBoardPkg/OpenBoardPkg.dec | 8 +------- .../Library/DxeSiliconPolicyUpdateLib/DxeGopPolicyInit.c | 8 +------- .../Library/DxeSiliconPolicyUpdateLib/DxeGopPolicyInit.h | 8 +------- .../Library/DxeSiliconPolicyUpdateLib/DxeSaPolicyInit.h | 8 +------- .../Library/DxeSiliconPolicyUpdateLib/DxeSaPolicyUpdate.c | 8 +------- .../DxeSiliconPolicyUpdateLib/DxeSiliconPolicyUpdateLib.c | 8 +------- .../DxeSiliconPolicyUpdateLib.inf | 8 +------- 123 files changed, 123 insertions(+), 861 deletions(-) diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/AcpiGnvs= Init.c b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/AcpiGnvsInit= .c index 3586cc6116..0d9d217e38 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/AcpiGnvsInit.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/AcpiGnvsInit.c @@ -2,13 +2,7 @@ Acpi Gnvs Init Library. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcp= iDxe.c b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe= .c index bb3154757d..0361ffc2fb 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.c @@ -2,13 +2,7 @@ ACPI Platform Driver =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcp= iDxe.inf b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiD= xe.inf index dce49b14e2..0eaf2fab49 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/BoardAcpiDxe.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/ALS= .ASL b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/ALS.ASL index 9075769a49..ab28f70471 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/ALS.ASL +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/ALS.ASL @@ -2,13 +2,7 @@ ACPI DSDT table =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/AML= UPD.asl b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/AMLUPD= .asl index 085b15cec2..86cccdc83e 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/AMLUPD.asl +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/AMLUPD.asl @@ -2,13 +2,7 @@ ACPI DSDT table =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/CPU= .asl b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/CPU.asl index b62a305b7a..1f1fdb2e00 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/CPU.asl +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/CPU.asl @@ -2,13 +2,7 @@ ACPI DSDT table =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSD= T.ASL b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSDT.ASL index 44c9aead14..de3b137c34 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSDT.ASL +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSDT.ASL @@ -2,13 +2,7 @@ ACPI DSDT table =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Gpe= .asl b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Gpe.asl index 8433c1fcab..449eab178e 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Gpe.asl +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Gpe.asl @@ -2,13 +2,7 @@ ACPI DSDT table =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Its= s.asl b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Itss.asl index 8210926859..ccca884908 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Itss.asl +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Itss.asl @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/LPC= _DEV.ASL b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/LPC_D= EV.ASL index 64b4722011..0acd1e92bf 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/LPC_DEV.ASL +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/LPC_DEV.ASL @@ -2,13 +2,7 @@ ACPI DSDT table =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Lpc= B.asl b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/LpcB.asl index cf0eb2092a..9f9d39c92c 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/LpcB.asl +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/LpcB.asl @@ -2,13 +2,7 @@ ACPI DSDT table =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PCI= _DRC.ASL b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PCI_D= RC.ASL index 8b1593f1cf..2d8cf4c421 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PCI_DRC.ASL +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PCI_DRC.ASL @@ -2,13 +2,7 @@ ACPI DSDT table =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Pci= Tree.asl b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PciTr= ee.asl index a32bb30f14..88073f3954 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PciTree.asl +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PciTree.asl @@ -2,13 +2,7 @@ ACPI DSDT table =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Pla= tform.asl b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Plat= form.asl index c784d516db..9dc6cf0e8c 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Platform.a= sl +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Platform.a= sl @@ -2,13 +2,7 @@ ACPI DSDT table =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Pla= tformGnvs.asl b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/= PlatformGnvs.asl index 60223054ab..b4db4af4be 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PlatformGn= vs.asl +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/PlatformGn= vs.asl @@ -2,13 +2,7 @@ ACPI DSDT table =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Vid= eo.asl b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Video.a= sl index a77a1f5805..7b6a1dfa30 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Video.asl +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/Video.asl @@ -2,13 +2,7 @@ ACPI DSDT table =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/UpdateDs= dt.c b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/UpdateDsdt.c index c4651f117a..f47397ae98 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/UpdateDsdt.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/UpdateDsdt.c @@ -2,13 +2,7 @@ Acpi Gnvs Init Library. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/PciHotPlug/PciHot= Plug.c b/Platform/Intel/KabylakeOpenBoardPkg/Features/PciHotPlug/PciHotPlug= .c index 38ca4f954f..e68c356f6b 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/PciHotPlug/PciHotPlug.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/PciHotPlug/PciHotPlug.c @@ -3,13 +3,7 @@ Devics resource configuration. =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/PciHotPlug/PciHot= Plug.h b/Platform/Intel/KabylakeOpenBoardPkg/Features/PciHotPlug/PciHotPlug= .h index 3260af2b15..4c53a4ad6a 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/PciHotPlug/PciHotPlug.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/PciHotPlug/PciHotPlug.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 availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/PciHotPlug/PciHot= Plug.inf b/Platform/Intel/KabylakeOpenBoardPkg/Features/PciHotPlug/PciHotPl= ug.inf index b444782ffc..4139721e5e 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/PciHotPlug/PciHotPlug.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/PciHotPlug/PciHotPlug.inf @@ -4,13 +4,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Rt= d3SptPcieTbt.asl b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/AcpiTab= les/Rtd3SptPcieTbt.asl index b54b5a41c3..2e7f4b6470 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Rtd3SptPc= ieTbt.asl +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Rtd3SptPc= ieTbt.asl @@ -2,13 +2,7 @@ ACPI RTD3 SSDT table for SPT PCIe =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Tb= t.asl b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.asl index d20e35f12e..ca28589621 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.asl +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/AcpiTables/Tbt.asl @@ -2,13 +2,7 @@ Thunderbolt ACPI methods =20 Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Acpi/= TbtNvs.asl b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Acpi/= TbtNvs.asl index 65961e0940..62db427059 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Acpi/TbtNvs.= asl +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Acpi/TbtNvs.= 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 availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Acpi/= TbtNvsAreaDef.h b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/= Acpi/TbtNvsAreaDef.h index 583fda5914..8e5f342b34 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Acpi/TbtNvsA= reaDef.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Acpi/TbtNvsA= reaDef.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 availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Libra= ry/DxeTbtPolicyLib.h b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Inc= lude/Library/DxeTbtPolicyLib.h index 9fe16b8a68..8d1b3b1e0e 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Library/DxeT= btPolicyLib.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Library/DxeT= btPolicyLib.h @@ -2,13 +2,7 @@ Prototype of the DxeTbtPolicyLib library. =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #ifndef _DXE_TBT_POLICY_LIB_H_ diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Libra= ry/PeiTbtPolicyLib.h b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Inc= lude/Library/PeiTbtPolicyLib.h index f1ca61ca4e..843b677bac 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Library/PeiT= btPolicyLib.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Library/PeiT= btPolicyLib.h @@ -2,13 +2,7 @@ Prototype of the PeiTbtPolicyLib library. =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #ifndef _PEI_TBT_POLICY_LIB_H_ diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Libra= ry/TbtCommonLib.h b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Includ= e/Library/TbtCommonLib.h index f9338d3bd5..0180179bba 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Library/TbtC= ommonLib.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Library/TbtC= ommonLib.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 availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #ifndef _TBT_COMMON_LIB_H_ diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Ppi/P= eiTbtPolicy.h b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Pp= i/PeiTbtPolicy.h index 9b7ff25c55..da65103252 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Ppi/PeiTbtPo= licy.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Ppi/PeiTbtPo= licy.h @@ -2,13 +2,7 @@ TBT PEI Policy =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Priva= te/Library/PeiDTbtInitLib.h b/Platform/Intel/KabylakeOpenBoardPkg/Features/= Tbt/Include/Private/Library/PeiDTbtInitLib.h index 963a678845..52f3e8ca1d 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Private/Libr= ary/PeiDTbtInitLib.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Private/Libr= ary/PeiDTbtInitLib.h @@ -2,13 +2,7 @@ PEI DTBT Init Dispatch library Header file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #ifndef __PEI_DTBT_INIT_LIB_H__ diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Priva= te/Library/PeiTbtCommonInitLib.h b/Platform/Intel/KabylakeOpenBoardPkg/Feat= ures/Tbt/Include/Private/Library/PeiTbtCommonInitLib.h index 3af3f64377..1f3a911e95 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Private/Libr= ary/PeiTbtCommonInitLib.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Private/Libr= ary/PeiTbtCommonInitLib.h @@ -2,13 +2,7 @@ PEI TBT Common Init Dispatch library Header file =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #ifndef __PEI_TBT_COMMON_INIT_LIB_H__ diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Proto= col/DxeTbtPolicy.h b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Inclu= de/Protocol/DxeTbtPolicy.h index 76f5071d9a..dc5bc282cb 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Protocol/Dxe= TbtPolicy.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Protocol/Dxe= TbtPolicy.h @@ -2,13 +2,7 @@ TBT DXE Policy =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Proto= col/TbtNvsArea.h b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include= /Protocol/TbtNvsArea.h index c662f162ec..366165fd58 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Protocol/Tbt= NvsArea.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/Protocol/Tbt= NvsArea.h @@ -2,13 +2,7 @@ This file defines the TBT NVS Area Protocol. =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/TbtBo= ardInfo.h b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/TbtBoa= rdInfo.h index 9844935212..41873a4e29 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/TbtBoardInfo= .h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/TbtBoardInfo= .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 availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #ifndef _TBT_INFO_GUID_H_ diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/TbtPo= licyCommonDefinition.h b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/I= nclude/TbtPolicyCommonDefinition.h index 2033126a25..e60cfe9e29 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/TbtPolicyCom= monDefinition.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Include/TbtPolicyCom= monDefinition.h @@ -2,13 +2,7 @@ TBT Policy Common definition. =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/DxeTb= tPolicyLib/DxeTbtPolicyLib.c b/Platform/Intel/KabylakeOpenBoardPkg/Features= /Tbt/Library/DxeTbtPolicyLib/DxeTbtPolicyLib.c index 0e58bc8294..65cb592472 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/DxeTbtPolicy= Lib/DxeTbtPolicyLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/DxeTbtPolicy= Lib/DxeTbtPolicyLib.c @@ -2,13 +2,7 @@ This file is DxeTbtPolicyLib library. =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #include diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/DxeTb= tPolicyLib/DxeTbtPolicyLib.inf b/Platform/Intel/KabylakeOpenBoardPkg/Featur= es/Tbt/Library/DxeTbtPolicyLib/DxeTbtPolicyLib.inf index 38f30d1f11..931b1a3203 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/DxeTbtPolicy= Lib/DxeTbtPolicyLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/DxeTbtPolicy= Lib/DxeTbtPolicyLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/DxeTb= tPolicyLib/DxeTbtPolicyLibrary.h b/Platform/Intel/KabylakeOpenBoardPkg/Feat= ures/Tbt/Library/DxeTbtPolicyLib/DxeTbtPolicyLibrary.h index e0f749ec53..5e79dc2862 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/DxeTbtPolicy= Lib/DxeTbtPolicyLibrary.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/DxeTbtPolicy= Lib/DxeTbtPolicyLibrary.h @@ -2,13 +2,7 @@ Header file for the DxeTBTPolicy library. =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #ifndef _DXE_TBT_POLICY_LIBRARY_H_ diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiDx= eSmmTbtCommonLib/TbtCommonLib.c b/Platform/Intel/KabylakeOpenBoardPkg/Featu= res/Tbt/Library/PeiDxeSmmTbtCommonLib/TbtCommonLib.c index 4f2690ca56..f596785aa3 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiDxeSmmTbt= CommonLib/TbtCommonLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiDxeSmmTbt= CommonLib/TbtCommonLib.c @@ -2,13 +2,7 @@ PeiTbtInit library implementition with empty functions. =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiDx= eSmmTbtCommonLib/TbtCommonLib.inf b/Platform/Intel/KabylakeOpenBoardPkg/Fea= tures/Tbt/Library/PeiDxeSmmTbtCommonLib/TbtCommonLib.inf index ec8a31421e..ff1f7777ce 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiDxeSmmTbt= CommonLib/TbtCommonLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiDxeSmmTbt= CommonLib/TbtCommonLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiTb= tPolicyLib/PeiTbtPolicyLib.c b/Platform/Intel/KabylakeOpenBoardPkg/Features= /Tbt/Library/PeiTbtPolicyLib/PeiTbtPolicyLib.c index d0e3229db5..1bd43fbd1b 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiTbtPolicy= Lib/PeiTbtPolicyLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiTbtPolicy= Lib/PeiTbtPolicyLib.c @@ -2,13 +2,7 @@ This file is PeiTbtPolicyLib library. =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #include diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiTb= tPolicyLib/PeiTbtPolicyLib.inf b/Platform/Intel/KabylakeOpenBoardPkg/Featur= es/Tbt/Library/PeiTbtPolicyLib/PeiTbtPolicyLib.inf index fa88e97b8f..91cae945b8 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiTbtPolicy= Lib/PeiTbtPolicyLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiTbtPolicy= Lib/PeiTbtPolicyLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiTb= tPolicyLib/PeiTbtPolicyLibrary.h b/Platform/Intel/KabylakeOpenBoardPkg/Feat= ures/Tbt/Library/PeiTbtPolicyLib/PeiTbtPolicyLibrary.h index 16ac667b1c..803b99b37c 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiTbtPolicy= Lib/PeiTbtPolicyLibrary.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/PeiTbtPolicy= Lib/PeiTbtPolicyLibrary.h @@ -2,13 +2,7 @@ Header file for the PeiTBTPolicy library. =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #ifndef _PEI_TBT_POLICY_LIBRARY_H_ diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/Priva= te/PeiDTbtInitLib/PeiDTbtInitLib.c b/Platform/Intel/KabylakeOpenBoardPkg/Fe= atures/Tbt/Library/Private/PeiDTbtInitLib/PeiDTbtInitLib.c index 4521bff957..21d149c7c2 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/Private/PeiD= TbtInitLib/PeiDTbtInitLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/Private/PeiD= TbtInitLib/PeiDTbtInitLib.c @@ -2,13 +2,7 @@ Thunderbolt(TM) Pei Library =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #include diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/Priva= te/PeiDTbtInitLib/PeiDTbtInitLib.inf b/Platform/Intel/KabylakeOpenBoardPkg/= Features/Tbt/Library/Private/PeiDTbtInitLib/PeiDTbtInitLib.inf index 83a0f57535..1d90bfca7c 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/Private/PeiD= TbtInitLib/PeiDTbtInitLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/Library/Private/PeiD= TbtInitLib/PeiDTbtInitLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/T= btDxe.c b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/TbtD= xe.c index cfe38d8018..13a687576c 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/TbtDxe.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/TbtDxe.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 availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #include diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/T= btDxe.inf b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/Tb= tDxe.inf index 86f51191d1..9e117b77eb 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/TbtDxe.i= nf +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Dxe/TbtDxe.i= nf @@ -2,13 +2,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Pei/P= eiTbtInit.c b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Pei/= PeiTbtInit.c index a9a022844d..4803efae73 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Pei/PeiTbtIn= it.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Pei/PeiTbtIn= it.c @@ -2,13 +2,7 @@ Source code file for TBT Init PEI module =20 Copyright (c) 2018, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Pei/P= eiTbtInit.inf b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Pe= i/PeiTbtInit.inf index fdf85cbd67..f702c2753d 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Pei/PeiTbtIn= it.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Pei/PeiTbtIn= it.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Smm/T= btSmiHandler.c b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/S= mm/TbtSmiHandler.c index 5280f9e1c8..58814060dd 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Smm/TbtSmiHa= ndler.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Smm/TbtSmiHa= ndler.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 availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Smm/T= btSmiHandler.h b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/S= mm/TbtSmiHandler.h index 22f6aeeb7f..186f5162f6 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Smm/TbtSmiHa= ndler.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Smm/TbtSmiHa= ndler.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 availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #ifndef _TBT_SMI_HANDLER_H_ diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Smm/T= btSmm.c b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Smm/TbtS= mm.c index f2abfb0db9..57f7eceed7 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Smm/TbtSmm.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Smm/TbtSmm.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 availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Smm/T= btSmm.inf b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Smm/Tb= tSmm.inf index 31ecb9767a..9218c8fe67 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Smm/TbtSmm.i= nf +++ b/Platform/Intel/KabylakeOpenBoardPkg/Features/Tbt/TbtInit/Smm/TbtSmm.i= nf @@ -3,13 +3,7 @@ # # Copyright (c) 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSili= conPolicyUpdateLibFsp/PcieDeviceTable.c b/Platform/Intel/KabylakeOpenBoardP= kg/FspWrapper/Library/PeiSiliconPolicyUpdateLibFsp/PcieDeviceTable.c index c03c51e8ca..155dfdaf62 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PcieDeviceTable.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PcieDeviceTable.c @@ -2,13 +2,7 @@ This file is SampleCode of the library for Intel PCH PEI Policy initiali= zation. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSili= conPolicyUpdateLibFsp/PeiFspMiscUpdUpdateLib.c b/Platform/Intel/KabylakeOpe= nBoardPkg/FspWrapper/Library/PeiSiliconPolicyUpdateLibFsp/PeiFspMiscUpdUpda= teLib.c index 57a1846ad2..d8aff1960f 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiFspMiscUpdUpdateLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiFspMiscUpdUpdateLib.c @@ -2,13 +2,7 @@ Implementation of Fsp Misc UPD Initialization. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSili= conPolicyUpdateLibFsp/PeiFspPolicyUpdateLib.c b/Platform/Intel/KabylakeOpen= BoardPkg/FspWrapper/Library/PeiSiliconPolicyUpdateLibFsp/PeiFspPolicyUpdate= Lib.c index f3c56419b5..55be16265e 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiFspPolicyUpdateLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiFspPolicyUpdateLib.c @@ -2,13 +2,7 @@ Provide FSP wrapper platform related function. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSili= conPolicyUpdateLibFsp/PeiPchPolicyUpdate.c b/Platform/Intel/KabylakeOpenBoa= rdPkg/FspWrapper/Library/PeiSiliconPolicyUpdateLibFsp/PeiPchPolicyUpdate.c index c1c8bf131d..b469720ac6 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiPchPolicyUpdate.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiPchPolicyUpdate.c @@ -2,13 +2,7 @@ This file is SampleCode of the library for Intel PCH PEI Policy initiali= zation. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSili= conPolicyUpdateLibFsp/PeiPchPolicyUpdate.h b/Platform/Intel/KabylakeOpenBoa= rdPkg/FspWrapper/Library/PeiSiliconPolicyUpdateLibFsp/PeiPchPolicyUpdate.h index a4e69f4e73..e1df30951f 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiPchPolicyUpdate.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiPchPolicyUpdate.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSili= conPolicyUpdateLibFsp/PeiPchPolicyUpdatePreMem.c b/Platform/Intel/KabylakeO= penBoardPkg/FspWrapper/Library/PeiSiliconPolicyUpdateLibFsp/PeiPchPolicyUpd= atePreMem.c index fc27d67e69..f6390ee12c 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiPchPolicyUpdatePreMem.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiPchPolicyUpdatePreMem.c @@ -2,13 +2,7 @@ This file is SampleCode of the library for Intel PCH PEI Policy initiali= zation. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSili= conPolicyUpdateLibFsp/PeiSaPolicyUpdate.c b/Platform/Intel/KabylakeOpenBoar= dPkg/FspWrapper/Library/PeiSiliconPolicyUpdateLibFsp/PeiSaPolicyUpdate.c index fd54c63a92..d6ec3e38dd 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiSaPolicyUpdate.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiSaPolicyUpdate.c @@ -2,13 +2,7 @@ Do Platform Stage System Agent initialization. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSili= conPolicyUpdateLibFsp/PeiSaPolicyUpdate.h b/Platform/Intel/KabylakeOpenBoar= dPkg/FspWrapper/Library/PeiSiliconPolicyUpdateLibFsp/PeiSaPolicyUpdate.h index da6f746772..3abf3fc8fd 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiSaPolicyUpdate.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiSaPolicyUpdate.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSili= conPolicyUpdateLibFsp/PeiSaPolicyUpdatePreMem.c b/Platform/Intel/KabylakeOp= enBoardPkg/FspWrapper/Library/PeiSiliconPolicyUpdateLibFsp/PeiSaPolicyUpdat= ePreMem.c index 94d5094855..8f9ad901eb 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiSaPolicyUpdatePreMem.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiSaPolicyUpdatePreMem.c @@ -2,13 +2,7 @@ Do Platform Stage System Agent initialization. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSili= conPolicyUpdateLibFsp/PeiSiliconPolicyUpdateLibFsp.inf b/Platform/Intel/Kab= ylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPolicyUpdateLibFsp/PeiSilico= nPolicyUpdateLibFsp.inf index c155308632..fa8d91e076 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiSiliconPolicyUpdateLibFsp.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/FspWrapper/Library/PeiSiliconPoli= cyUpdateLibFsp/PeiSiliconPolicyUpdateLibFsp.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Include/Acpi/GlobalNvs.asl= b/Platform/Intel/KabylakeOpenBoardPkg/Include/Acpi/GlobalNvs.asl index 27c64a1aa0..e0ff9d9bf5 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Include/Acpi/GlobalNvs.asl +++ b/Platform/Intel/KabylakeOpenBoardPkg/Include/Acpi/GlobalNvs.asl @@ -2,13 +2,7 @@ ACPI DSDT table =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Include/Acpi/GlobalNvsArea= Def.h b/Platform/Intel/KabylakeOpenBoardPkg/Include/Acpi/GlobalNvsAreaDef.h index 2394e56c97..93c5a0b55a 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Include/Acpi/GlobalNvsAreaDef.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Include/Acpi/GlobalNvsAreaDef.h @@ -2,13 +2,7 @@ ACPI DSDT table =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Include/Fdf/FlashMapInclud= e.fdf b/Platform/Intel/KabylakeOpenBoardPkg/Include/Fdf/FlashMapInclude.fdf index 7ed3fe5256..3a28bd4109 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Include/Fdf/FlashMapInclude.fdf +++ b/Platform/Intel/KabylakeOpenBoardPkg/Include/Fdf/FlashMapInclude.fdf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Include/IoExpander.h b/Pla= tform/Intel/KabylakeOpenBoardPkg/Include/IoExpander.h index 0e6bda1108..eb1b2414c4 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Include/IoExpander.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Include/IoExpander.h @@ -2,13 +2,7 @@ GPIO definition table for KabylakeRvp3 =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Include/Library/GpioExpand= erLib.h b/Platform/Intel/KabylakeOpenBoardPkg/Include/Library/GpioExpanderL= ib.h index 427caa7e3b..bbbdc2755d 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Include/Library/GpioExpanderLib.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Include/Library/GpioExpanderLib.h @@ -2,13 +2,7 @@ Support for IO expander TCA6424. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Include/Library/I2cAccessL= ib.h b/Platform/Intel/KabylakeOpenBoardPkg/Include/Library/I2cAccessLib.h index 84d9d758fb..a69bfc023b 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Include/Library/I2cAccessLib.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Include/Library/I2cAccessLib.h @@ -2,13 +2,7 @@ Support for IO expander TCA6424. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Include/PchHsioPtssTables.= h b/Platform/Intel/KabylakeOpenBoardPkg/Include/PchHsioPtssTables.h index 7dc8df5d09..56a0bbab0f 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Include/PchHsioPtssTables.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Include/PchHsioPtssTables.h @@ -1,13 +1,7 @@ /** @file* =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Include/Protocol/GlobalNvs= Area.h b/Platform/Intel/KabylakeOpenBoardPkg/Include/Protocol/GlobalNvsArea= .h index ad1c1bb881..b151a8fa8b 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Include/Protocol/GlobalNvsArea.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Include/Protocol/GlobalNvsArea.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Include/SioRegs.h b/Platfo= rm/Intel/KabylakeOpenBoardPkg/Include/SioRegs.h index be14e2ab89..ec61a7defd 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Include/SioRegs.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Include/SioRegs.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/GitEdk2MinKab= ylake.bat b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/GitEdk2MinKaby= lake.bat index 4e13ed18e5..3bb13df80a 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/GitEdk2MinKabylake.b= at +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/GitEdk2MinKabylake.b= at @@ -1,13 +1,7 @@ @REM @file @REM @REM Copyright (c) 2017, Intel Corporation. All rights reserved.
-@REM This program and the accompanying materials -@REM are licensed and made available under the terms and conditions of the= BSD License -@REM which accompanies this distribution. The full text of the license ma= y 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/KabylakeOpenBoardPkg/KabylakeRvp3/Include/Kabyl= akeRvp3Id.h b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Include/Kaby= lakeRvp3Id.h index ebdc45ae97..3b6397af1f 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Include/KabylakeRvp3= Id.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Include/KabylakeRvp3= Id.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BaseP= latformHookLib/BasePlatformHookLib.c b/Platform/Intel/KabylakeOpenBoardPkg/= KabylakeRvp3/Library/BasePlatformHookLib/BasePlatformHookLib.c index 245f3595f1..c7fc6986f5 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BasePlatform= HookLib/BasePlatformHookLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BasePlatform= HookLib/BasePlatformHookLib.c @@ -2,13 +2,7 @@ Platform Hook Library instances =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BaseP= latformHookLib/BasePlatformHookLib.inf b/Platform/Intel/KabylakeOpenBoardPk= g/KabylakeRvp3/Library/BasePlatformHookLib/BasePlatformHookLib.inf index a2eec09e83..e65c7a25c2 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BasePlatform= HookLib/BasePlatformHookLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BasePlatform= HookLib/BasePlatformHookLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= AcpiLib/DxeBoardAcpiTableLib.c b/Platform/Intel/KabylakeOpenBoardPkg/Kabyla= keRvp3/Library/BoardAcpiLib/DxeBoardAcpiTableLib.c index 617ce4592f..60c11290c0 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /DxeBoardAcpiTableLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /DxeBoardAcpiTableLib.c @@ -2,13 +2,7 @@ Platform Hook Library instances =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= AcpiLib/DxeBoardAcpiTableLib.inf b/Platform/Intel/KabylakeOpenBoardPkg/Kaby= lakeRvp3/Library/BoardAcpiLib/DxeBoardAcpiTableLib.inf index b1ee3a4c15..f3fed024ec 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /DxeBoardAcpiTableLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /DxeBoardAcpiTableLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= AcpiLib/DxeKabylakeRvp3AcpiTableLib.c b/Platform/Intel/KabylakeOpenBoardPkg= /KabylakeRvp3/Library/BoardAcpiLib/DxeKabylakeRvp3AcpiTableLib.c index de75ed60ba..e65742559a 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /DxeKabylakeRvp3AcpiTableLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /DxeKabylakeRvp3AcpiTableLib.c @@ -2,13 +2,7 @@ Platform Hook Library instances =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= AcpiLib/DxeMultiBoardAcpiSupportLib.c b/Platform/Intel/KabylakeOpenBoardPkg= /KabylakeRvp3/Library/BoardAcpiLib/DxeMultiBoardAcpiSupportLib.c index eef941ecd5..da488e097c 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /DxeMultiBoardAcpiSupportLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /DxeMultiBoardAcpiSupportLib.c @@ -2,13 +2,7 @@ Platform Hook Library instances =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= AcpiLib/DxeMultiBoardAcpiSupportLib.inf b/Platform/Intel/KabylakeOpenBoardP= kg/KabylakeRvp3/Library/BoardAcpiLib/DxeMultiBoardAcpiSupportLib.inf index 5536b6e21f..e0394214ee 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /DxeMultiBoardAcpiSupportLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /DxeMultiBoardAcpiSupportLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= AcpiLib/SmmBoardAcpiEnableLib.c b/Platform/Intel/KabylakeOpenBoardPkg/Kabyl= akeRvp3/Library/BoardAcpiLib/SmmBoardAcpiEnableLib.c index 1633ab1203..3de0ae34a7 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /SmmBoardAcpiEnableLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /SmmBoardAcpiEnableLib.c @@ -2,13 +2,7 @@ Platform Hook Library instances =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= AcpiLib/SmmBoardAcpiEnableLib.inf b/Platform/Intel/KabylakeOpenBoardPkg/Kab= ylakeRvp3/Library/BoardAcpiLib/SmmBoardAcpiEnableLib.inf index 7fa9ffff47..32068b59d7 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /SmmBoardAcpiEnableLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /SmmBoardAcpiEnableLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= AcpiLib/SmmKabylakeRvp3AcpiEnableLib.c b/Platform/Intel/KabylakeOpenBoardPk= g/KabylakeRvp3/Library/BoardAcpiLib/SmmKabylakeRvp3AcpiEnableLib.c index 43cac20579..71c6e230fa 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /SmmKabylakeRvp3AcpiEnableLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /SmmKabylakeRvp3AcpiEnableLib.c @@ -2,13 +2,7 @@ Platform Hook Library instances =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= AcpiLib/SmmMultiBoardAcpiSupportLib.c b/Platform/Intel/KabylakeOpenBoardPkg= /KabylakeRvp3/Library/BoardAcpiLib/SmmMultiBoardAcpiSupportLib.c index 157fb47565..91590d5278 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /SmmMultiBoardAcpiSupportLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /SmmMultiBoardAcpiSupportLib.c @@ -2,13 +2,7 @@ Platform Hook Library instances =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= AcpiLib/SmmMultiBoardAcpiSupportLib.inf b/Platform/Intel/KabylakeOpenBoardP= kg/KabylakeRvp3/Library/BoardAcpiLib/SmmMultiBoardAcpiSupportLib.inf index 56fe2e3e3f..fad4230c85 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /SmmMultiBoardAcpiSupportLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /SmmMultiBoardAcpiSupportLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= AcpiLib/SmmSiliconAcpiEnableLib.c b/Platform/Intel/KabylakeOpenBoardPkg/Kab= ylakeRvp3/Library/BoardAcpiLib/SmmSiliconAcpiEnableLib.c index 268d10ea6e..185aa4ad2d 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /SmmSiliconAcpiEnableLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardAcpiLib= /SmmSiliconAcpiEnableLib.c @@ -2,13 +2,7 @@ Platform Hook Library instances =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/KabylakeRvp3GpioTable.c b/Platform/Intel/KabylakeOpenBoardPkg/Kabyl= akeRvp3/Library/BoardInitLib/KabylakeRvp3GpioTable.c index 05dc520458..2439c6bc1e 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /KabylakeRvp3GpioTable.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /KabylakeRvp3GpioTable.c @@ -2,13 +2,7 @@ GPIO definition table for KabylakeRvp3 =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/KabylakeRvp3HdaVerbTables.c b/Platform/Intel/KabylakeOpenBoardPkg/K= abylakeRvp3/Library/BoardInitLib/KabylakeRvp3HdaVerbTables.c index 1a820d1d5b..92afcbab06 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /KabylakeRvp3HdaVerbTables.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /KabylakeRvp3HdaVerbTables.c @@ -2,13 +2,7 @@ HDA Verb table for KabylakeRvp3 =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/KabylakeRvp3HsioPtssTables.c b/Platform/Intel/KabylakeOpenBoardPkg/= KabylakeRvp3/Library/BoardInitLib/KabylakeRvp3HsioPtssTables.c index 91f78330cb..8a9048fa4c 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /KabylakeRvp3HsioPtssTables.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /KabylakeRvp3HsioPtssTables.c @@ -2,13 +2,7 @@ KabylakeRvp3 HSIO PTSS H File =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/KabylakeRvp3SpdTable.c b/Platform/Intel/KabylakeOpenBoardPkg/Kabyla= keRvp3/Library/BoardInitLib/KabylakeRvp3SpdTable.c index 907a1e422e..3ac9adc466 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /KabylakeRvp3SpdTable.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /KabylakeRvp3SpdTable.c @@ -2,13 +2,7 @@ GPIO definition table for KabylakeRvp3 =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/PeiBoardInitPostMemLib.c b/Platform/Intel/KabylakeOpenBoardPkg/Kaby= lakeRvp3/Library/BoardInitLib/PeiBoardInitPostMemLib.c index 62f2d89467..d88c4eb461 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiBoardInitPostMemLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiBoardInitPostMemLib.c @@ -2,13 +2,7 @@ Platform Hook Library instances =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/PeiBoardInitPostMemLib.inf b/Platform/Intel/KabylakeOpenBoardPkg/Ka= bylakeRvp3/Library/BoardInitLib/PeiBoardInitPostMemLib.inf index 89ba2dea69..108ee8f541 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiBoardInitPostMemLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiBoardInitPostMemLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/PeiBoardInitPreMemLib.c b/Platform/Intel/KabylakeOpenBoardPkg/Kabyl= akeRvp3/Library/BoardInitLib/PeiBoardInitPreMemLib.c index 7dd5d7a8ad..69e0f50282 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiBoardInitPreMemLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiBoardInitPreMemLib.c @@ -2,13 +2,7 @@ Platform Hook Library instances =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/PeiBoardInitPreMemLib.inf b/Platform/Intel/KabylakeOpenBoardPkg/Kab= ylakeRvp3/Library/BoardInitLib/PeiBoardInitPreMemLib.inf index 114d7ea5e1..51f6787e4f 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiBoardInitPreMemLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiBoardInitPreMemLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/PeiKabylakeRvp3Detect.c b/Platform/Intel/KabylakeOpenBoardPkg/Kabyl= akeRvp3/Library/BoardInitLib/PeiKabylakeRvp3Detect.c index 23c5c634e3..0f4ad61f0a 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiKabylakeRvp3Detect.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiKabylakeRvp3Detect.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/PeiKabylakeRvp3InitLib.h b/Platform/Intel/KabylakeOpenBoardPkg/Kaby= lakeRvp3/Library/BoardInitLib/PeiKabylakeRvp3InitLib.h index ff12343802..1878b2c6bd 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiKabylakeRvp3InitLib.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiKabylakeRvp3InitLib.h @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/PeiKabylakeRvp3InitPostMemLib.c b/Platform/Intel/KabylakeOpenBoardP= kg/KabylakeRvp3/Library/BoardInitLib/PeiKabylakeRvp3InitPostMemLib.c index c4df084843..5d398ab665 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiKabylakeRvp3InitPostMemLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiKabylakeRvp3InitPostMemLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/PeiKabylakeRvp3InitPreMemLib.c b/Platform/Intel/KabylakeOpenBoardPk= g/KabylakeRvp3/Library/BoardInitLib/PeiKabylakeRvp3InitPreMemLib.c index 9d7c12ddb2..1667e29067 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiKabylakeRvp3InitPreMemLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiKabylakeRvp3InitPreMemLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/PeiMultiBoardInitPostMemLib.c b/Platform/Intel/KabylakeOpenBoardPkg= /KabylakeRvp3/Library/BoardInitLib/PeiMultiBoardInitPostMemLib.c index 5842393932..3778911610 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiMultiBoardInitPostMemLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiMultiBoardInitPostMemLib.c @@ -2,13 +2,7 @@ Platform Hook Library instances =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/PeiMultiBoardInitPostMemLib.inf b/Platform/Intel/KabylakeOpenBoardP= kg/KabylakeRvp3/Library/BoardInitLib/PeiMultiBoardInitPostMemLib.inf index fdeae0c5f4..b118f9030a 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiMultiBoardInitPostMemLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiMultiBoardInitPostMemLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/PeiMultiBoardInitPreMemLib.c b/Platform/Intel/KabylakeOpenBoardPkg/= KabylakeRvp3/Library/BoardInitLib/PeiMultiBoardInitPreMemLib.c index d1fb6591d1..b8b161377e 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiMultiBoardInitPreMemLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiMultiBoardInitPreMemLib.c @@ -2,13 +2,7 @@ Platform Hook Library instances =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/Board= InitLib/PeiMultiBoardInitPreMemLib.inf b/Platform/Intel/KabylakeOpenBoardPk= g/KabylakeRvp3/Library/BoardInitLib/PeiMultiBoardInitPreMemLib.inf index 28ba665d96..25684b00d0 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiMultiBoardInitPreMemLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/Library/BoardInitLib= /PeiMultiBoardInitPreMemLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.= dsc b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc index 8602052666..1bef21dd42 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc @@ -3,13 +3,7 @@ # # Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## [Defines] diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.= fdf b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf index 8e8abab0dc..0cff53e308 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.fdf @@ -3,13 +3,7 @@ # # Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgB= uildOption.dsc b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoard= PkgBuildOption.dsc index 318b0573ad..04c57868b7 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgBuildOpt= ion.dsc +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgBuildOpt= ion.dsc @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgC= onfig.dsc b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgCo= nfig.dsc index f3d082ce41..15468494dd 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgConfig.d= sc +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgConfig.d= sc @@ -3,13 +3,7 @@ # # Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgP= cd.dsc b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.d= sc index c0d566db21..9774acb5eb 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc @@ -3,13 +3,7 @@ # # Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/bld.bat b/Pla= tform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/bld.bat index e0ad5eefdc..449660b75d 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/bld.bat +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/bld.bat @@ -1,13 +1,7 @@ @REM @file @REM @REM Copyright (c) 2017, Intel Corporation. All rights reserved.
-@REM This program and the accompanying materials -@REM are licensed and made available under the terms and conditions of the= BSD License -@REM which accompanies this distribution. The full text of the license ma= y 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 :: Useage: bld [/s] [/f ] [/r] diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/cln.bat b/Pla= tform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/cln.bat index 8c4e0f51e6..76c078ac05 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/cln.bat +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/cln.bat @@ -1,13 +1,7 @@ @REM @file @REM @REM Copyright (c) 2017, Intel Corporation. All rights reserved.
-@REM This program and the accompanying materials -@REM are licensed and made available under the terms and conditions of the= BSD License -@REM which accompanies this distribution. The full text of the license ma= y 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/KabylakeOpenBoardPkg/KabylakeRvp3/postbuild.bat= b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/postbuild.bat index a39319fd9f..1f934fb333 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/postbuild.bat +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/postbuild.bat @@ -1,13 +1,7 @@ @REM @file @REM @REM Copyright (c) 2017, Intel Corporation. All rights reserved.
-@REM This program and the accompanying materials -@REM are licensed and made available under the terms and conditions of the= BSD License -@REM which accompanies this distribution. The full text of the license ma= y 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 @REM # diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/prebuild.bat = b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/prebuild.bat index 2861eec08f..9ec800ae6f 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/prebuild.bat +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/prebuild.bat @@ -2,13 +2,7 @@ @REM Pre build script. @REM @REM Copyright (c) 2017, Intel Corporation. All rights reserved.
-@REM This program and the accompanying materials -@REM are licensed and made available under the terms and conditions of the= BSD License -@REM which accompanies this distribution. The full text of the license ma= y 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 cd .. diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/prep.bat b/Pl= atform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/prep.bat index 68e664e435..2ab785f27c 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/prep.bat +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/prep.bat @@ -1,13 +1,7 @@ @REM @file @REM @REM Copyright (c) 2017, Intel Corporation. All rights reserved.
-@REM This program and the accompanying materials -@REM are licensed and made available under the terms and conditions of the= BSD License -@REM which accompanies this distribution. The full text of the license ma= y 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/KabylakeOpenBoardPkg/Library/BaseGpioExpanderLi= b/BaseGpioExpanderLib.c b/Platform/Intel/KabylakeOpenBoardPkg/Library/BaseG= pioExpanderLib/BaseGpioExpanderLib.c index 5236484f64..ead1e6df19 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Library/BaseGpioExpanderLib/BaseG= pioExpanderLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Library/BaseGpioExpanderLib/BaseG= pioExpanderLib.c @@ -2,13 +2,7 @@ Support for IO expander TCA6424. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Library/BaseGpioExpanderLi= b/BaseGpioExpanderLib.inf b/Platform/Intel/KabylakeOpenBoardPkg/Library/Bas= eGpioExpanderLib/BaseGpioExpanderLib.inf index a20e4ba043..23780d7f75 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Library/BaseGpioExpanderLib/BaseG= pioExpanderLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/Library/BaseGpioExpanderLib/BaseG= pioExpanderLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Library/PeiI2cAccessLib/Pe= iI2cAccessLib.c b/Platform/Intel/KabylakeOpenBoardPkg/Library/PeiI2cAccessL= ib/PeiI2cAccessLib.c index acc176e60b..7c60c80c1b 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Library/PeiI2cAccessLib/PeiI2cAcc= essLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Library/PeiI2cAccessLib/PeiI2cAcc= essLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Library/PeiI2cAccessLib/Pe= iI2cAccessLib.inf b/Platform/Intel/KabylakeOpenBoardPkg/Library/PeiI2cAcces= sLib/PeiI2cAccessLib.inf index 4d252037f5..86d49b1a73 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Library/PeiI2cAccessLib/PeiI2cAcc= essLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/Library/PeiI2cAccessLib/PeiI2cAcc= essLib.inf @@ -2,13 +2,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ### =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/OpenBoardPkg.dec b/Platfor= m/Intel/KabylakeOpenBoardPkg/OpenBoardPkg.dec index d0fdb109f1..e32659865e 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/OpenBoardPkg.dec +++ b/Platform/Intel/KabylakeOpenBoardPkg/OpenBoardPkg.dec @@ -7,13 +7,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconP= olicyUpdateLib/DxeGopPolicyInit.c b/Platform/Intel/KabylakeOpenBoardPkg/Pol= icy/Library/DxeSiliconPolicyUpdateLib/DxeGopPolicyInit.c index e455208f80..7744af6b3c 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconPolicyUp= dateLib/DxeGopPolicyInit.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconPolicyUp= dateLib/DxeGopPolicyInit.c @@ -2,13 +2,7 @@ This file initialises and Installs GopPolicy Protocol. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconP= olicyUpdateLib/DxeGopPolicyInit.h b/Platform/Intel/KabylakeOpenBoardPkg/Pol= icy/Library/DxeSiliconPolicyUpdateLib/DxeGopPolicyInit.h index 3de117337f..17f9b545fc 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconPolicyUp= dateLib/DxeGopPolicyInit.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconPolicyUp= dateLib/DxeGopPolicyInit.h @@ -2,13 +2,7 @@ Header file for the GopPolicyInitDxe Driver. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #ifndef _GOP_POLICY_INIT_DXE_H_ diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconP= olicyUpdateLib/DxeSaPolicyInit.h b/Platform/Intel/KabylakeOpenBoardPkg/Poli= cy/Library/DxeSiliconPolicyUpdateLib/DxeSaPolicyInit.h index 1a1536c299..b49e13da54 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconPolicyUp= dateLib/DxeSaPolicyInit.h +++ b/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconPolicyUp= dateLib/DxeSaPolicyInit.h @@ -2,13 +2,7 @@ Header file for the SaPolicyInitDxe Driver. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ #ifndef _SA_POLICY_INIT_DXE_H_ diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconP= olicyUpdateLib/DxeSaPolicyUpdate.c b/Platform/Intel/KabylakeOpenBoardPkg/Po= licy/Library/DxeSiliconPolicyUpdateLib/DxeSaPolicyUpdate.c index be3fe02aea..733cc9d4fc 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconPolicyUp= dateLib/DxeSaPolicyUpdate.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconPolicyUp= dateLib/DxeSaPolicyUpdate.c @@ -2,13 +2,7 @@ This file is the library for SA DXE Policy initialization. =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconP= olicyUpdateLib/DxeSiliconPolicyUpdateLib.c b/Platform/Intel/KabylakeOpenBoa= rdPkg/Policy/Library/DxeSiliconPolicyUpdateLib/DxeSiliconPolicyUpdateLib.c index 6a258e69d6..d4dbb414a2 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconPolicyUp= dateLib/DxeSiliconPolicyUpdateLib.c +++ b/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconPolicyUp= dateLib/DxeSiliconPolicyUpdateLib.c @@ -1,13 +1,7 @@ /** @file =20 Copyright (c) 2017, Intel Corporation. All rights reserved.
-This program and the accompanying materials are licensed and made availabl= e under -the terms and conditions of the BSD License that accompanies this distribu= tion. -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 IMPLI= ED. +SPDX-License-Identifier: BSD-2-Clause-Patent =20 **/ =20 diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconP= olicyUpdateLib/DxeSiliconPolicyUpdateLib.inf b/Platform/Intel/KabylakeOpenB= oardPkg/Policy/Library/DxeSiliconPolicyUpdateLib/DxeSiliconPolicyUpdateLib.= inf index 7a50563c84..ad12b027a5 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconPolicyUp= dateLib/DxeSiliconPolicyUpdateLib.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/Policy/Library/DxeSiliconPolicyUp= dateLib/DxeSiliconPolicyUpdateLib.inf @@ -3,13 +3,7 @@ # # Copyright (c) 2017, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials are licensed and made availa= ble under -# the terms and conditions of the BSD License which accompanies this distr= ibution. -# 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 IMP= LIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## =20 --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#40724): https://edk2.groups.io/g/devel/message/40724 Mute This Topic: https://groups.io/mt/31635482/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-