]> git.proxmox.com Git - mirror_edk2.git/commitdiff
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
authorMichael D Kinney <michael.d.kinney@intel.com>
Wed, 3 Apr 2019 23:06:41 +0000 (16:06 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Tue, 9 Apr 2019 17:58:21 +0000 (10:58 -0700)
https://bugzilla.tianocore.org/show_bug.cgi?id=1373

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

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
201 files changed:
QuarkPlatformPkg/Acpi/AcpiTables/AcpiTables.inf
QuarkPlatformPkg/Acpi/AcpiTables/Cpu0Cst/Cpu0Cst.asl
QuarkPlatformPkg/Acpi/AcpiTables/Cpu0Ist/Cpu0Ist.asl
QuarkPlatformPkg/Acpi/AcpiTables/Cpu0Tst/Cpu0Tst.asl
QuarkPlatformPkg/Acpi/AcpiTables/CpuPm/CpuPm.asl
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/AD7298.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/ADC108S102.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/CAT24C08.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/CY8C9540A.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/GpioClient.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/LpcDev.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/PCA9685.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/PCAL9555A.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/PciHostBridge.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/PciIrq.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/PcieExpansionPrt.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/Platform.asl
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/QNC.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/QNCApic.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/QNCLpc.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/QuarkSouthCluster.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/Tpm.asi
QuarkPlatformPkg/Acpi/AcpiTables/Facs/Facs.aslc
QuarkPlatformPkg/Acpi/AcpiTables/Facs/Facs.h
QuarkPlatformPkg/Acpi/AcpiTables/Fadt/Fadt.h
QuarkPlatformPkg/Acpi/AcpiTables/Fadt/Fadt1.0.aslc
QuarkPlatformPkg/Acpi/AcpiTables/Fadt/Fadt2.0.aslc
QuarkPlatformPkg/Acpi/AcpiTables/Hpet/Hpet.aslc
QuarkPlatformPkg/Acpi/AcpiTables/Hpet/Hpet.h
QuarkPlatformPkg/Acpi/AcpiTables/Mcfg/Mcfg.aslc
QuarkPlatformPkg/Acpi/AcpiTables/Mcfg/Mcfg.h
QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/AcpiPciUpdate.c
QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/AcpiPciUpdate.h
QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/AcpiPlatform.c
QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/AcpiPlatform.h
QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/AcpiPlatform.inf
QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/Madt.h
QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/MadtPlatform.c
QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/S3Asm.S
QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/S3Asm.asm
QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/SetIdtEntry.c
QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/ScriptExecute.c
QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/ScriptExecute.h
QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/AcpiSmmPlatform.c
QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/AcpiSmmPlatform.h
QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/AcpiSmmPlatform.inf
QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/Ppm.c
QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/Ppm.h
QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/SmmPowerManagement.c
QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/SmmPowerManagement.h
QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/SmmPowerManagement.inf
QuarkPlatformPkg/Application/ForceRecovery/ForceRecovery.c
QuarkPlatformPkg/Application/ForceRecovery/ForceRecovery.inf
QuarkPlatformPkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLibDxe.c
QuarkPlatformPkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLibDxe.inf
QuarkPlatformPkg/Feature/Capsule/Library/PlatformFlashAccessLib/SpiFlashDevice.c
QuarkPlatformPkg/Feature/Capsule/Library/PlatformFlashAccessLib/SpiFlashDevice.h
QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/SystemFirmwareDescriptor.aslc
QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/SystemFirmwareDescriptor.inf
QuarkPlatformPkg/Feature/Capsule/SystemFirmwareDescriptor/SystemFirmwareDescriptorPei.c
QuarkPlatformPkg/Feature/Capsule/SystemFirmwareUpdateConfig/SystemFirmwareUpdateConfig.ini
QuarkPlatformPkg/Include/Guid/CapsuleOnDataCD.h
QuarkPlatformPkg/Include/Guid/CapsuleOnFatFloppyDisk.h
QuarkPlatformPkg/Include/Guid/CapsuleOnFatIdeDisk.h
QuarkPlatformPkg/Include/Guid/CapsuleOnFatUsbDisk.h
QuarkPlatformPkg/Include/Guid/MemoryConfigData.h
QuarkPlatformPkg/Include/Guid/QuarkCapsuleGuid.h
QuarkPlatformPkg/Include/Guid/QuarkVariableLock.h
QuarkPlatformPkg/Include/Guid/SystemNvDataHobGuid.h
QuarkPlatformPkg/Include/Library/PlatformHelperLib.h
QuarkPlatformPkg/Include/Library/PlatformPcieHelperLib.h
QuarkPlatformPkg/Include/Pcal9555.h
QuarkPlatformPkg/Include/Platform.h
QuarkPlatformPkg/Include/PlatformBoards.h
QuarkPlatformPkg/Include/Protocol/GlobalNvsArea.h
QuarkPlatformPkg/Include/Protocol/PlatformSmmSpiReady.h
QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.c
QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManager.h
QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
QuarkPlatformPkg/Library/PlatformBootManagerLib/PlatformData.c
QuarkPlatformPkg/Library/PlatformHelperLib/CommonHeader.h
QuarkPlatformPkg/Library/PlatformHelperLib/DxePlatformHelperLib.inf
QuarkPlatformPkg/Library/PlatformHelperLib/PeiPlatformHelperLib.inf
QuarkPlatformPkg/Library/PlatformHelperLib/PlatformHelperDxe.c
QuarkPlatformPkg/Library/PlatformHelperLib/PlatformHelperLib.c
QuarkPlatformPkg/Library/PlatformHelperLib/PlatformHelperPei.c
QuarkPlatformPkg/Library/PlatformHelperLib/PlatformLeds.c
QuarkPlatformPkg/Library/PlatformPcieHelperLib/CommonHeader.h
QuarkPlatformPkg/Library/PlatformPcieHelperLib/PlatformPcieHelperLib.c
QuarkPlatformPkg/Library/PlatformPcieHelperLib/PlatformPcieHelperLib.inf
QuarkPlatformPkg/Library/PlatformPcieHelperLib/SocUnit.c
QuarkPlatformPkg/Library/PlatformSecLib/Ia32/Flat32.S
QuarkPlatformPkg/Library/PlatformSecLib/Ia32/Flat32.asm
QuarkPlatformPkg/Library/PlatformSecLib/Ia32/Platform.inc
QuarkPlatformPkg/Library/PlatformSecLib/PlatformSecLib.c
QuarkPlatformPkg/Library/PlatformSecLib/PlatformSecLib.inf
QuarkPlatformPkg/Library/PlatformSecLib/PlatformSecLibModStrs.uni
QuarkPlatformPkg/Library/PlatformSecureLib/PlatformSecureLib.c
QuarkPlatformPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/TisPc.c
QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/Tpm12DeviceLibAtmelI2c.inf
QuarkPlatformPkg/Library/Tpm12DeviceLibAtmelI2c/Tpm12DeviceLibAtmelI2c.uni
QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/TisPc.c
QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/Tpm12DeviceLibInfineonI2c.inf
QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/Tpm12DeviceLibInfineonI2c.uni
QuarkPlatformPkg/Pci/Dxe/PciHostBridge/PciHostBridge.c
QuarkPlatformPkg/Pci/Dxe/PciHostBridge/PciHostBridge.h
QuarkPlatformPkg/Pci/Dxe/PciHostBridge/PciHostBridge.inf
QuarkPlatformPkg/Pci/Dxe/PciHostBridge/PciHostBridgeSupport.c
QuarkPlatformPkg/Pci/Dxe/PciHostBridge/PciHostResource.h
QuarkPlatformPkg/Pci/Dxe/PciHostBridge/PciRootBridge.h
QuarkPlatformPkg/Pci/Dxe/PciHostBridge/PciRootBridgeIo.c
QuarkPlatformPkg/Pci/Dxe/PciPlatform/CommonHeader.h
QuarkPlatformPkg/Pci/Dxe/PciPlatform/PciPlatform.c
QuarkPlatformPkg/Pci/Dxe/PciPlatform/PciPlatform.h
QuarkPlatformPkg/Pci/Dxe/PciPlatform/PciPlatform.inf
QuarkPlatformPkg/Platform/Dxe/MemorySubClass/MemorySubClass.c
QuarkPlatformPkg/Platform/Dxe/MemorySubClass/MemorySubClass.h
QuarkPlatformPkg/Platform/Dxe/MemorySubClass/MemorySubClass.inf
QuarkPlatformPkg/Platform/Dxe/MemorySubClass/MemorySubClassStrings.uni
QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformConfig.c
QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformInitDxe.c
QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformInitDxe.h
QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformInitDxe.inf
QuarkPlatformPkg/Platform/Dxe/SaveMemoryConfig/SaveMemoryConfig.c
QuarkPlatformPkg/Platform/Dxe/SaveMemoryConfig/SaveMemoryConfig.inf
QuarkPlatformPkg/Platform/Dxe/Setup/CommonHeader.h
QuarkPlatformPkg/Platform/Dxe/Setup/DxePlatform.inf
QuarkPlatformPkg/Platform/Dxe/Setup/KeyboardLayout.c
QuarkPlatformPkg/Platform/Dxe/Setup/QNCRegTable.c
QuarkPlatformPkg/Platform/Dxe/Setup/SetupPlatform.c
QuarkPlatformPkg/Platform/Dxe/Setup/SetupPlatform.h
QuarkPlatformPkg/Platform/Dxe/Setup/Strings.uni
QuarkPlatformPkg/Platform/Dxe/Setup/processor.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/CommonHeader.h
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBaseBoardManufacturer.uni
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBaseBoardManufacturerData.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBaseBoardManufacturerFunction.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBiosVendor.uni
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBiosVendorData.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBiosVendorFunction.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBootInformationData.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscBootInformationFunction.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscChassisManufacturer.uni
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscChassisManufacturerData.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscChassisManufacturerFunction.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscDevicePath.h
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscNumberOfInstallableLanguagesData.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscNumberOfInstallableLanguagesFunction.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscOemString.uni
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscOemStringData.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscOemStringFunction.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscOnboardDevice.uni
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscOnboardDeviceData.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscOnboardDeviceFunction.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscPortInternalConnectorDesignator.uni
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscPortInternalConnectorDesignatorData.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscPortInternalConnectorDesignatorFunction.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscSystemManufacturer.uni
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscSystemManufacturerData.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscSystemManufacturerFunction.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscSystemOptionString.uni
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscSystemOptionStringData.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscSystemOptionStringFunction.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscSystemSlotDesignation.uni
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscSystemSlotDesignationData.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscSystemSlotDesignationFunction.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/MiscSystemSlotOnboardDevices.uni
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/SmbiosMisc.h
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/SmbiosMiscDataTable.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/SmbiosMiscDxe.inf
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/SmbiosMiscEntryPoint.c
QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/SmbiosMiscStrings.uni
QuarkPlatformPkg/Platform/Pei/PlatformConfig/PlatformConfigPei.c
QuarkPlatformPkg/Platform/Pei/PlatformConfig/PlatformConfigPei.inf
QuarkPlatformPkg/Platform/Pei/PlatformInit/BootMode.c
QuarkPlatformPkg/Platform/Pei/PlatformInit/CommonHeader.h
QuarkPlatformPkg/Platform/Pei/PlatformInit/Generic/Recovery.c
QuarkPlatformPkg/Platform/Pei/PlatformInit/MemoryCallback.c
QuarkPlatformPkg/Platform/Pei/PlatformInit/MrcWrapper.c
QuarkPlatformPkg/Platform/Pei/PlatformInit/MrcWrapper.h
QuarkPlatformPkg/Platform/Pei/PlatformInit/PeiFvSecurity.c
QuarkPlatformPkg/Platform/Pei/PlatformInit/PeiFvSecurity.h
QuarkPlatformPkg/Platform/Pei/PlatformInit/PlatformEarlyInit.c
QuarkPlatformPkg/Platform/Pei/PlatformInit/PlatformEarlyInit.h
QuarkPlatformPkg/Platform/Pei/PlatformInit/PlatformEarlyInit.inf
QuarkPlatformPkg/Platform/Pei/PlatformInit/PlatformErratas.c
QuarkPlatformPkg/Platform/SpiFvbServices/FvbInfo.c
QuarkPlatformPkg/Platform/SpiFvbServices/FwBlockService.c
QuarkPlatformPkg/Platform/SpiFvbServices/FwBlockService.h
QuarkPlatformPkg/Platform/SpiFvbServices/PlatformSmmSpi.c
QuarkPlatformPkg/Platform/SpiFvbServices/PlatformSmmSpi.inf
QuarkPlatformPkg/Platform/SpiFvbServices/PlatformSpi.inf
QuarkPlatformPkg/Platform/SpiFvbServices/SpiFlashDevice.c
QuarkPlatformPkg/Platform/SpiFvbServices/SpiFlashDevice.h
QuarkPlatformPkg/Quark.dsc
QuarkPlatformPkg/Quark.fdf
QuarkPlatformPkg/QuarkMin.dsc
QuarkPlatformPkg/QuarkMin.fdf
QuarkPlatformPkg/QuarkPlatformPkg.dec

index 5544d144a0007686f5a209bcb92d506c5a337a68..73c26c253206aa4344331206cb7143ead213e61b 100644 (file)
@@ -8,13 +8,7 @@
 #\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index d2f6eabefce6f41d8094b21bca6dffe37e47d952..444f1ac988602c34f8119e79e0f9d5b3efcdcc74 100644 (file)
@@ -3,13 +3,7 @@ CPU C State control methods
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 5abd5cbd3c83e21828e849d19a5fe0cc0f360c8f..68f2e7cccbde306a885b58c72b8bb12f321cf8f8 100644 (file)
@@ -3,13 +3,7 @@ CPU EIST control methods
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 1c574080ee92237892652859ea3b7f5c3015731a..9af10a1c600f5db32161a6c133ec45764060636f 100644 (file)
@@ -3,13 +3,7 @@ CPU T-state control methods
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index a2d059bb62b2d857dec60631943e78a6442e59d0..7cecb8311ce2767aa98426968f6c7ee018357834 100644 (file)
@@ -3,13 +3,7 @@ CPU power management control methods
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 52b48867ccd4bfb4246fa5738565c623c3f1e5d7..ea59fb08609ab534e70f02caa5f15911ff9d971e 100644 (file)
@@ -3,13 +3,7 @@ Analog devices AD7298 ADC.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 47ee58eb906b7f862eb741277d52c42d8f470cc1..de651576b8fb7211d35e03a327672d76f9c6d14e 100644 (file)
@@ -3,13 +3,7 @@ TI ADC108S102 ADC.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index c8763ce0518fec8246dad65de5d61f2d9e05b7c3..ac6df50ae5767670f510e37098e008b51905c869 100644 (file)
@@ -3,13 +3,7 @@ ONSEMI CAT24C08 I2C 8KB EEPROM.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index f9c88f27f69ead03c75d929bde46807bcc88ef20..b5a5f3b68046f4aa0fa3aa962ea7b87a6fc205fb 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 CY8C9540A 40 Bit I/O Expander with EEPROM.\r
 \r
index c0ec1228f8958971ec346e15d59c5f8916c676ea..979e5b58b1a7ac59ae874c58fa9edafc77d6a906 100644 (file)
@@ -3,13 +3,7 @@ Expose GPIO resources to usermode through client driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index f24a982d65d67c81c5f1793b2d3c5a1bed6eff0c..8df07a70a300ad943213b18377ff9c65c933257f 100644 (file)
@@ -3,13 +3,7 @@ Legacy resource template
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 4d3d5504a1657ccf13a4d5bf62a527e29fde3fd4..44fafbe9995bd5ad6c9ac24dab23062e2b29aa1f 100644 (file)
@@ -3,13 +3,7 @@ NXP PCA9685 i2c-accessible PWM/LED controller.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 62c67185c70e0bfaa013fce34a70bb7faf907e47..06517a7804abf47dd9a1371f88fafa25e30f77d1 100644 (file)
@@ -3,13 +3,7 @@ NXP PCAL9555A i2c-accessible I/O expander.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 2ed4776db2b96024c730447e384cae36731978b7..0535d479e5ec4245d059cf043e1c46374fbf700e 100644 (file)
@@ -3,13 +3,7 @@ PCI Host Bridge Definitions
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index cb9b4d6212e4a8564b1e000cb4184ecb38c097b1..c03004766604c0e46191198c2ce7872060caa681 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 6ccbec268e0d9cf9a7b2cc74ac6358adb1f003ad..e41230867ede9d5f6528ddcf2357aace90ba36e4 100644 (file)
@@ -3,13 +3,7 @@ PCI express expansion ports
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index bf0acc2ddd60a8680781042d47342cc0a3e7928c..53633dfbe40b39db27b9a403279dff244bfb4f0d 100644 (file)
@@ -3,13 +3,7 @@ Contains root level name space objects for the platform
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 5de9ea386017c33df03a8453102bef7dbfd5992c..12ec4fab836cf27c331767b3bcf1efbe6c6e74d1 100644 (file)
@@ -3,13 +3,7 @@ QNC devices
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index cac45e6e751c9e16122112a208d485c9c013ccc8..717972a8acabf380ed23da305beabb6d6f27667b 100644 (file)
@@ -3,13 +3,7 @@ QNC I/O Apic devices
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 7a19b3c7bf410a54eb573851e53fb2b60e355f59..7f5fe0a87e5b560a185eecff68c882ec02e35566 100644 (file)
@@ -3,13 +3,7 @@ Lpc devices and control methods
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 2c539f70c01826083b25e01d8b7b783bca72f5bf..2c59285eb4333cce65a33ca7d4900b836093a479 100644 (file)
@@ -3,13 +3,7 @@ Quark South Cluster Devices.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index f49797364a6715eb182b498d1614630277739d37..716265596d72788f093dc37e409cdc5b95b9e230 100644 (file)
@@ -5,13 +5,7 @@ Provides TPM device info. and TPM presence check only.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index d34f1163f3b29f0a943706a5376571857e29fca2..a11fde1d6b75f7a6bcb9d19f5c823392e710803a 100644 (file)
@@ -3,13 +3,7 @@ This file contains the FACS structure definition.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 7997c191653c3b17f27d3e6476b767fe5ec491fc..3110ca0eb97566b7ee60715be2c9e4a7fb7b833e 100644 (file)
@@ -5,13 +5,7 @@ All changes to the FACS contents should be done in this file.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 263fb3e43afcddce20dccf42595db4011d54a9c1..0876ea355e12a60ecfb442872cbfcb69934ae9bb 100644 (file)
@@ -5,13 +5,7 @@ All changes to the FADT contents should be done in this file.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 6ab0c4069f1b8693d7976cd0dbefa33af4ae208b..75214a25e42815230029135687f0a6e7cfa2ab19 100644 (file)
@@ -5,13 +5,7 @@ All changes to the FADT contents should be done in this file.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 0dbace17e735891bd712b36990f3874c29bfcd71..fca60af740f28a91b0156af17584d8ec9dff9d5b 100644 (file)
@@ -5,13 +5,7 @@ All changes to the FADT contents should be done in this file.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 19497ef7b9967d326d686324ec2591c9e61216e6..7834174d28527b23e1821e06acc18011a4a5b0b8 100644 (file)
@@ -6,13 +6,7 @@ HighPrecisionEventTimerTable.h and the table contents are defined in Acpi1.0.h a
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 351550c9a24495df884669864fa42a661d3bdd9d..b1695436a3d92103b99848ad84750e6f3deebd7d 100644 (file)
@@ -5,13 +5,7 @@ All changes to the HPET contents should be done in this file.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 829d6b56bdcbdcbdf5e63dfd26f34d350885f2e0..bef7b12cf90857e5d54eacc4dd07d97b391266e3 100644 (file)
@@ -7,13 +7,7 @@ table contents are defined in the MemoryMappedConfigurationSpaceAccessTable.h.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 0d688f23e372ffbaeb3585e4efbb10decbaff0a9..3703132a9a255b601ef04bb7ab01b8fe0ea92e44 100644 (file)
@@ -5,13 +5,7 @@ Acpi20.h, and Acpi30.h.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 28d7016008bbcbc081a9ff716942ef38b94b7d56..02738621e521db0bc1ffc00ef5777bd3492bb60a 100644 (file)
@@ -3,13 +3,7 @@ Update the _PRT and _PRW method for pci devices
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 0e4caffd0d9a614752ad48665cbc5766cd89260b..7d16dc47b97f4b1e168a43d6aff51ff2f8c78508 100644 (file)
@@ -3,13 +3,7 @@ Update the _PRT and _PRW method for pci devices
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 36300efd3146fb8c0a5276bcd030b09de1fca6c3..bb7cc92212883942c3f899eaf545546e0c70a02c 100644 (file)
@@ -3,13 +3,7 @@ ACPI Platform Driver
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index d77fef8b20be5f41988883e19ddf715fa0d80907..920c7ef3a9efc00358c9427c3649da2d04ceb30c 100644 (file)
@@ -5,13 +5,7 @@ revision 0.3.6.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 71d9a6c7d82ac9bd7403f78f2d6cf2f3a6802dc8..5cbfd14ae6ee6139680f3a523a62a398cfa02a0a 100644 (file)
@@ -5,13 +5,7 @@
 # whose requirements are from ACPI External Product Specification.\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 717c27b5d05c8d879322d5e9babd9bf57614afa4..7c67056944847458cd8a67a36a90e48dab191d3a 100644 (file)
@@ -7,13 +7,7 @@ APIC structure being updated, and to modify table found in Madt.c.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 98035bedd58f4ee369351ccf0c13a07b04ba3911..a7d24b013b455e6193e998ad7f2f274df7052faa 100644 (file)
@@ -3,13 +3,7 @@ This file contains Madt Talbe initialized work.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index b41b4f5cdb97c2369225933b94c03ba26aab2722..a89cba774aea86396f1fdb06aca1e6195c306011 100644 (file)
@@ -6,13 +6,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index fe7ce58d9fbb8edc39a6d8e8c0e5595985712304..1cb7b86fc399a94aaa03ee39b24b7a6449bcc68e 100644 (file)
@@ -2,13 +2,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 #-----------------------------------------\r
 #VOID\r
index da0b0b61784117c948fd73b8eff2f37aa9e0e2d4..e932200c89e6ee66f8fe38f8516e41420b310b44 100644 (file)
@@ -4,13 +4,7 @@
 ;\r
 ; Copyright (c) 2013-2015 Intel Corporation.\r
 ;\r
-; This program and the accompanying materials\r
-; are licensed and made available under the terms and conditions of the BSD License\r
-; which accompanies this distribution.  The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
     .586P\r
     .model  flat,C\r
index 7f3ce364560db21e24054eb838f408c305a4ad22..e234c16f010e4b13725884a2526eae99f9fc8231 100644 (file)
@@ -5,13 +5,7 @@ Set a IDT entry for interrupt vector 3 for debug purpose for IA32 platform
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include "ScriptExecute.h"\r
index 9b785bb9e661390977a8c29350ecf817ce9b1161..bfd273f14261e3ea0e88deb2ed6eb7feede370d2 100644 (file)
@@ -6,13 +6,7 @@ in the entry point. The functionality is to interpret and restore the S3 boot sc
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 4406e430216cc4890d9b89f0a5ae8374609044d6..f2d83b268745a9543351caf80f59bdb043bc25cb 100644 (file)
@@ -6,13 +6,7 @@ in the entry point. The functionality is to interpret and restore the S3 boot sc
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #ifndef _SCRIPT_EXECUTE_H_\r
index 0445c02ebc43cce1ac06a555ea889210302e8ab1..f7f7ca3196e6e1912c73e06e4e26f301b4d85ae8 100644 (file)
@@ -5,13 +5,7 @@ This is QNC Smm platform driver
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index fef1fd05c40ea38761ad0235b4d1a7cdba659ace..1a218cd14352e159eba437e6f2a3e372719b4d3c 100644 (file)
@@ -3,13 +3,7 @@ Header file for SMM S3 Handler Driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index a3e8f3651773c3f5a13d77ebecb133388211d3d9..0a83bd14bb26b2271cb7edc7249b9bfd2be8da33 100644 (file)
@@ -4,13 +4,7 @@
 # This is QNC Smm platform driver .\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 4fb9ca1c6ae67709ada56d99a8e02c79e0329c98..708ff74cb95462fdd7e474bbe6af688cc08c3051 100644 (file)
@@ -4,13 +4,7 @@ Processor power management initialization code.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 419e7ce0282ed8a4f6a9e026f9683d01ab37cf92..cc7bb3c382e978f23fd17acca32ffb89b472806f 100644 (file)
@@ -4,13 +4,7 @@ Processor power management initialization code.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index d10d7be94c16a1bba561519f1074aeac681ab714..3a63223c14391bef5c5be135ef14be78a55b532c 100644 (file)
@@ -4,13 +4,7 @@ This is QNC Smm Power Management driver
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 4ffe398923fca1df3b738780e71100ef2b3cd956..30d30d9cda447e728d68adcacda951b9255f6668 100644 (file)
@@ -3,13 +3,7 @@ Header file for  QNC Smm Power Management driver
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 2dbdd2d00feb677d938cb1f376cc64d88eff8dc6..a9ba170ca7ff3628b54bded7572c39c906e9540c 100644 (file)
@@ -4,13 +4,7 @@
 # This is QNC Smm Power Management driver .\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 82912b94d1bbf4c15ff52f08eb692de27515aa24..7132ec9dbf7f0bf05b5085aec98803dd82b865c4 100644 (file)
@@ -2,13 +2,7 @@
   Application that sets a sticky bit to force recovery on next reset.\r
 \r
   Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index e0d174e231952ae6a90cfae12c26a6b10486aa11..f5401e9d8aeb60f13337eed1ee58a63081352687 100644 (file)
@@ -3,12 +3,7 @@
 #\r
 #  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 69d76df785fe02bdc677288c13d556b80d2b2315..0a6f5405c1dad1319551a015f48ccff0cd5776ab 100644 (file)
@@ -2,13 +2,7 @@
   Platform Flash Access library.\r
 \r
   Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 29a41df2a13c3d7672936c8ed6b6d318b18c4043..3d0e6c6b3546c8c8aef1bec35fd104f1b92eb252 100644 (file)
@@ -2,13 +2,7 @@
 #  Platform Flash Access library.\r
 #\r
 #  Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index e2827b9950c35735494608f36f61f7030e20b774..70cb3467f9e6add6ca5da7bb83da286155d0d25f 100644 (file)
@@ -2,13 +2,7 @@
   SPI flash device description.\r
 \r
   Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 298ecfae4b57a73a6c4d5342f0268175ce3b16ba..fdf305d727d4859f29561499d365dc0d06e6fb6e 100644 (file)
@@ -2,13 +2,7 @@
   SPI flash device header file.\r
 \r
   Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 1d217c0aec4799d952c7cc9d35e6dd5c63003486..ae2c24510e7b78865cb95c566c0f33e11d5a6299 100644 (file)
@@ -2,13 +2,7 @@
   System Firmware descriptor.\r
 \r
   Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 3134a589999d1ee3d9332fff9e7d48c759057a95..5d243e500885d702f6ee84649600a8cb6c268eda 100644 (file)
@@ -2,13 +2,7 @@
 #  System Firmware descriptor.\r
 #\r
 #  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 86c434791169bf75e26ad8d0674ee6e02ec23a86..d21ee5218475ebf386aeb0053f372b528adb4300 100644 (file)
@@ -2,13 +2,7 @@
   System Firmware descriptor producer.\r
 \r
   Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 2ca830acea720a54a65ecd5d013465c0f5fada62..ab46869873b8c00bcffca3edadbc92a4e89e3179 100644 (file)
@@ -1,13 +1,7 @@
 ## @file\r
 #\r
 #  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 6a60507e0ecbdfadff1f2c62a5b616b38f975e36..d97caced1e66ec87b0c9db675cc3315670eaf6d9 100644 (file)
@@ -3,13 +3,7 @@ Capsule on Data CD GUID.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 This is the contract between the recovery module and device recovery module\r
 in order to convey the name of a given recovery module type\r
index b77841c18f72ab805b7caf4d33e8bf6836e9db8b..a6a92e0f69391263ffe2e7214de939fa32f23345 100644 (file)
@@ -3,13 +3,7 @@ Capsule on Fat Floppy Disk GUID.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 This is the contract between the recovery module and device recovery module\r
 in order to convey the name of a given recovery module type\r
index 7c128ac40816e2ee90593be7b35eac6886c83837..34c633048c954bcdab57b36238a7833ffb21ce46 100644 (file)
@@ -3,13 +3,7 @@ Capsule on Fat Ide Disk GUID.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 This is the contract between the recovery module and device recovery module\r
index 63eedb2533a0f8c4c4d415b0523b44a18c69acca..61ffc5b65e8b0f81763895988455eac8312c9fc9 100644 (file)
@@ -3,13 +3,7 @@ Capsule on Fat Usb Disk GUID.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 This is the contract between the recovery module and device recovery module\r
index 62749ec406bea7b4bb5eec64003b5fe9c1f2f41e..885a4beb2865c16df3fd107c68b106616f93b2ba 100644 (file)
@@ -4,13 +4,7 @@ Configuration Data information to different modules.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 5770d12026b29108873bffc7c51b6da7ea5aaf84..22d455f851f8dee4a5866bc6227ec8bb8b106326 100644 (file)
@@ -4,13 +4,7 @@ Capsule format guid for Quark capsule image.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 56e1b5295611e5b2b83c56e169333fbeeb3d9807..5f346d3bd6f8e9d9f4a176e745e30bf593bec168 100644 (file)
@@ -4,13 +4,7 @@ Guid and variable name used to trigger quark lock of specific UEFI variables.
 \r
 Copyright (c) 2013 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 694c45d1a76f0a228ff8d6250d924c9d659b5b0c..b26da9a108421356b36dd4012e10072daaa72477 100644 (file)
@@ -4,13 +4,7 @@ the System specific information.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index cf884e1c852f2078cbadb500b6ab0073641d5d45..65429626c8a4c5f5253b7fdcbd343df026c61c47 100644 (file)
@@ -3,13 +3,7 @@ PlatformHelperLib function prototype definitions.
 \r
 Copyright (c) 2013 - 2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 308ebe8ddedd25136558df570f54087f0d59499e..2f848537a08c65f387a1398db3c147d17fc878c3 100644 (file)
@@ -3,13 +3,7 @@ PlatformPcieHelperLib function prototype definitions.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 2b7efad00bffa456071454caaf8a6da005efc4e0..a9aded7b310e8133a2004a7d4ab40cb778c2991e 100644 (file)
@@ -3,13 +3,7 @@ Definition for Pcal9555 I2c IO Expander.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index e6c71f1153c2533547d1047bb9af1da332732100..1ffb7f7e4ac74b9ba0a897941fd32c7f73d9e7ca 100644 (file)
@@ -3,13 +3,7 @@ Quark platform specific information.
 \r
 Copyright (c) 2013 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index efd8422c0e8d8366500b578358a3364a959a5dcb..9b0ef88804e62325f46808d20735a408ab60db84 100644 (file)
@@ -4,13 +4,7 @@ package.
 \r
 Copyright (c) 2013 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 24b9ad9969001c9e8fea89cc618c4ab780ff8a80..fca6ad70675263187a7520c9e7bfc9b07c606124 100644 (file)
@@ -7,13 +7,7 @@ Note:  Data structures defined in this protocol are not naturally aligned.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 00d775dddd4363fdb76ee08cd1176ded1d46a8a9..5913e4467bf0ece75c0e3c3dd0513d822c0db5b9 100644 (file)
@@ -3,13 +3,7 @@ This protocol indicates that the platform SPI interface is ready for use.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 8b25f55f1ca28db526cb0ec578775c720e216e56..c00284c2625c5e91907076322f4e1d339ea2f635 100644 (file)
@@ -3,13 +3,7 @@ This file include all platform action which can be customized
 by IBV/OEM.\r
 \r
 Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 395f78b320b6fd4a713fe999aa6b56b3f8ceafc2..bd4f2247831fa402df1bc3736bb57ad818116346 100644 (file)
@@ -2,13 +2,7 @@
 Head file for BDS Platform specific code\r
 \r
 Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef _PLATFORM_BOOT_MANAGER_H\r
index 25394d8ca0009802e43987264750ad88e48abaff..d58c2433577468c6e85d72f7bd9bd7e3db30636a 100644 (file)
@@ -2,13 +2,7 @@
 #  Include all platform action which can be customized by IBV/OEM.\r
 #\r
 #  Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 3b517b6c24d22b079872686e5b41630eb04c5178..a62fc34eade68b57caa523a5f3fdd98e88b07f44 100644 (file)
@@ -3,13 +3,7 @@ Defined the platform specific device path which will be filled to
 ConIn/ConOut variables.\r
 \r
 Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index ce4aff15592bf441bb88b9e27893437ba82d045d..8016309f57384432ff294c964162db357bd4fb52 100644 (file)
@@ -3,13 +3,7 @@ Common header file shared by all source files in this component.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef __COMMON_HEADER_H_\r
index 7e85b873acb02388b358cfdd77a2657e62e4c2a4..6272b33cfd6bc1c71299f830f3057aa1abd25a8d 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 97e21153d94a1b251b0c226b412b0424ea7f99e7..0c78f9b3d2f97dd096923ea2f4b1c3124b3a067c 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 39185bc0d5ffb97a2e762c10576b0231f3e8ce8b..a0acf88c2bc2f20e9bf0b9b659c625c64f8b79b5 100644 (file)
@@ -3,13 +3,7 @@ Implementation of helper routines for DXE environment.
 \r
 Copyright (c) 2013 - 2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 768ea146293608947a19bad11c0d035c6617ebfc..c7f707c8df4f133c7f7030e4926a1347ccadbedf 100644 (file)
@@ -3,13 +3,7 @@ Helper routines with common PEI / DXE implementation.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index c242c9ec950cd2aeba3e9900c99b0c45aeaf6158..9de3f613e0cbf74bbb33ca5def1a07a10a9f377e 100644 (file)
@@ -3,13 +3,7 @@ Implementation of Helper routines for PEI enviroment.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 56c47b807595aad520ebcff2868056379ea2a43a..8846f3cd02d2b72fc9bb59de7f66ae6e208dd277 100644 (file)
@@ -3,13 +3,7 @@ Platform helper LED routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 4bb7cd463484fd5bf34f1fad8dc2c49f5ffe7325..339baac186c2cc6554345b1be8f9d3529a011abf 100644 (file)
@@ -3,13 +3,7 @@ Common header file shared by all source files in this component.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef __COMMON_HEADER_H_\r
index 90edc8b58f8eb0e6f5dc2f968e024626bb23475f..8aaeb73342b2a9f1e38224251ad10335fe2285d2 100644 (file)
@@ -3,13 +3,7 @@ Platform Pcie Helper Lib.
 \r
 Copyright (c) 2013 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 89747d448678e2d6f2a0abcdac8bbafe8ab5f901..0fdaf22494175959c32fa9822ee35018a7c0d66b 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index a078fcf3b99298f42231e670ee3281af70d5c047..8babbe869a576e4aadeb635f9df60fa534c63ccb 100644 (file)
@@ -3,13 +3,7 @@ System On Chip Unit (SOCUnit) routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index f35dbcfcd8a4af33cc56aca0d832ef307ba1e1fa..1ba63abd7be3382ee26c976656f4d37bab975d6e 100644 (file)
@@ -2,13 +2,7 @@
 #\r
 # Copyright (c) 2013 - 2016 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 # Module Name:\r
 #\r
index 3c6050d03ad6f37cb6011411d921c7ad3f5a45c4..45e9e6a84a5180d651d580f6bbbbf270de719e93 100644 (file)
@@ -2,13 +2,7 @@
 ;\r
 ; Copyright (c) 2013-2015 Intel Corporation.\r
 ;\r
-; This program and the accompanying materials\r
-; are licensed and made available under the terms and conditions of the BSD License\r
-; which accompanies this distribution.  The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ; Module Name:\r
 ;\r
index 1242479e08317f345b00dd80f6952b2d38b44db9..d3ba5f0cea08d61799d54a3ce5bcc5d95bd815bc 100644 (file)
@@ -1,13 +1,7 @@
 ;\r
 ; Copyright (c) 2013-2015 Intel Corporation.\r
 ;\r
-; This program and the accompanying materials\r
-; are licensed and made available under the terms and conditions of the BSD License\r
-; which accompanies this distribution.  The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;------------------------------------------------------------------------------\r
 ;\r
index f292f9a2ef7c2f972a03d47b6c5a150b31bf8157..9383d3dfbf93729b4e714b3f3c8ae860c0b4827f 100644 (file)
@@ -3,13 +3,7 @@ Platform SEC Library for Quark.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 82ad77475798191c350c0c016f2cdf91eb24ea24..a246a385647734b2d2f88a50777596c23790a937 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #**/\r
 \r
index 430d80c4c55f40ada541a8d39fd2f8e4bce6103a..fb16f0f320e48b58fd899c32fe29e0cf0ee05cc5 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.<BR>\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 // **/\r
 \r
index 7f60c5c1e0ad874bc660c2ae06eb5c3569620ccc..8105a11d520004463fcd6daa7b33e2ccd6ca257b 100644 (file)
@@ -3,13 +3,7 @@ Provides a secure platform-specific method to detect physically present user.
 \r
 Copyright (c) 2013 - 2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 2acc8d0b4301f13c439c9989ed1a0607b3bf351b..ef7b21faf50aa01c52061e0b2a1bbabc82adb3bc 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 894e1e3674b519ffeea74a3308ec7f63f07e8c09..dcec86aa8310fbb5337e7cce7cb254973d4b1e87 100644 (file)
@@ -2,13 +2,7 @@
   Basic TIS (TPM Interface Specification) functions for Atmel I2C TPM.\r
 \r
   Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 1f7e4bee6a2d581ec940b9430b566c8f52fe05be..99117064bf010bc2955921a6a6e4aba75e8ce69e 100644 (file)
@@ -5,12 +5,7 @@
 #  or Atmel I2C TPM.\r
 #\r
 # Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution. The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index aaee1e27797cbd4af6f8e5c0edf9dfd23f538558..7eb8b1d9451fd2ea4294d343a737e784c56012a0 100644 (file)
@@ -6,12 +6,7 @@
 //\r
 // Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution. The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 // **/\r
 \r
index 882136540dcd31265167caf09d09405f31d5121e..c7862a0defaa221ac8bfedce6c6deafc9797ab3d 100644 (file)
@@ -2,13 +2,7 @@
   Basic TIS (TPM Interface Specification) functions for Infineon I2C TPM.\r
 \r
   Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index cda736497a3a044b16cdcec407ac158e6dd30880..26c12a4b6d1d4c26784c9cdbbf528436ce029a58 100644 (file)
@@ -5,12 +5,7 @@
 #  for Infineon I2C TPM.\r
 #\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution. The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 601f467486a095de49067c68e4f1655aff148312..efc07ea39df0b092b470e221de3cb8a921ffca15 100644 (file)
@@ -6,12 +6,7 @@
 //\r
 // Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution. The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 // **/\r
 \r
index ecc357efcbe7658cc52701c323b982c74c991456..be41a8595c084ff639b7288469387684b855e7ae 100644 (file)
@@ -4,13 +4,7 @@ Provides the basic interfaces to abstract a PCI Host Bridge Resource Allocation.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 1f33b825fc870367529fffaf3920a757fbfae1d5..3dddca2d26f0089a84b846d8e30e43d75f944966 100644 (file)
@@ -3,13 +3,7 @@ The Header file of the Pci Host Bridge Driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 870d48408ffff2a120d36448bb22e392ed091fb1..adf36f663247a6901dc5b7a8afc597b9dc0d5c04 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 24f719ff26b26cbf70b2a4d45c10659f4f7436e8..774d658f3a5073b0f2b9ce1c0c7593d9587a5a58 100644 (file)
@@ -3,13 +3,7 @@ Do platform initialization for PCI bridge.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 3de7c8defc9e45a4578ea816d52909405a65cc73..da7d55d503577f74e9f6bd90b6f3e4bdcbc9b39d 100644 (file)
@@ -3,13 +3,7 @@ The Header file of the Pci Host Bridge Driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 4727b537587f137d3298e23ae553e1e85703ca27..613265d2fff15a8f8013e422c090edda70642722 100644 (file)
@@ -3,13 +3,7 @@ The PCI Root Bridge header file.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 72847c608301221ea1cfeea951fac207a99c6620..12b2e18720a4066e8ebff801d26f3ac9f1e7b07b 100644 (file)
@@ -4,13 +4,7 @@ Does not support configuration accesses to the extended PCI Express registers ye
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 90a03691675a6e0c6dcea34da6449b8435045e3c..2ca6dc8eef36779d1a695ed7abea797f0bf58853 100644 (file)
@@ -5,13 +5,7 @@ This file includes package header files, library classes and protocol, PPI & GUI
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef __COMMON_HEADER_H_\r
index 173e8af103dace9f61f19d25353be804913512f9..bb993fc9d31857c2e5401ba8da44edc84fe5a334 100644 (file)
@@ -3,13 +3,7 @@ Registers onboard PCI ROMs with PCI.IO
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 147a0e577b55dad1796eae1c967c720c33c0f585..baa5d48d228422a74adc3fb9084b168253b59efb 100644 (file)
@@ -4,13 +4,7 @@ of the Legacy BIOS Platform protocol
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index cb965544cf34782e3b94fcc1d1e60ffa197eda39..02cde7d431dec98c1d3c428323aae81cd8d6b148 100644 (file)
@@ -4,13 +4,7 @@
 # This driver installs pciplatform protocol to provide access interfaces to the onboard pci roms.\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 4cd73ae153e52b07c1d8c60cf2d90d70e9f182d9..fb11f5f8c402a641efc2a47a005d8f3e14745854 100644 (file)
@@ -4,13 +4,7 @@ exists, and reports the data to the DataHub.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index f0848143cefc3c94e9b6d76ec9d29ef3d3b95267..2343070707af34f51712a28addc90a90b5496177 100644 (file)
@@ -3,13 +3,7 @@ Header file for MemorySubClass Driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 85b8c8da4135c13b9a9138ac5e2eda7efd4666be..720dfc15f9ece999d6ba312e48303a415356407e 100644 (file)
@@ -5,13 +5,7 @@
 #  exists, and reports the data to the DataHub.\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 37f2697e4767482e242fd7258bd5c4212076957e..29ba9df8d8477d65840a653cf7875e793da2f767 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2013-2015 Intel Corporation.\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 //\r
 // **/\r
index 38e5684c1f8efee0704ac28fe735a0d4dc3e9f13..a0642fe31af0c8ce1f6206ac4ef679777ea86930 100644 (file)
@@ -3,13 +3,7 @@ Essential platform configuration.
 \r
 Copyright (c) 2013 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index b913d309d6b172562f3923cb2548f3175c991e86..c0cde2c32ccc2af1e7c6e29f3017629819929b63 100644 (file)
@@ -3,13 +3,7 @@ Platform init DXE driver for this platform.
 \r
 Copyright (c) 2013 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index c8e67f6e1eacef55814c649ee357c134d4a02d8b..603d6050f2ceb3f5e21efd4a7b3f546badc1b09b 100644 (file)
@@ -3,13 +3,7 @@ Platform init DXE driver header file.
 \r
 Copyright (c) 2013 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 05f13236f365342cd63813ec3bb04ec7fac32a3d..26050506127a1517c00bb6b873b07039320bcca4 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index f041b0307792d634f1b9e74a31701dd5ed3b9124..e6455acd63f8208cfcf968a0fc32ffceab07bc51 100644 (file)
@@ -4,13 +4,7 @@ exists, and saves the data to nvRAM.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 277583262c27bbccc126522c61c69fbe2878a6ec..c980a3cd8cf17b6070ad52c0f20ea452f77d0fd3 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index f346f8650ac95e225d5b11507b665c3540c74cc6..e863a41ff4fd8000f0b9aeaaf4dd276c29731888 100644 (file)
@@ -5,13 +5,7 @@ This file includes package header files, library classes and protocol, PPI & GUI
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef __COMMON_HEADER_H_\r
index 0b59e0a205af43b9532962a8ce26da8048e8ddd1..fb59706c706594f5b21759f53537ce8e851dbcbb 100644 (file)
@@ -4,13 +4,7 @@
 # This driver initializes platform configuration setting and installs several platform policy potocols.\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 84fbbab7fc9caabe38c4a67af53242ce47eae5bd..01dad5d34b768571a51b5bece58c49912cc564fc 100644 (file)
@@ -3,13 +3,7 @@ Example code to register customized keyboard layout to HII database.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 9a834ee6be90aba85fe9feac8386d2ab736f3269..cc677e896f769a9e292b838624fba119165012c4 100644 (file)
@@ -3,13 +3,7 @@ Register initialization table for Ich.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index e705f1ba649a89609b60d64a03cce21d2c9a2b4b..7e36fdfcef04bd7bd1d158caf983895feb530d90 100644 (file)
@@ -3,13 +3,7 @@ Platform Initialization Driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 85fc6905a3bc1f83facf3b9dabbfd738e0ec4896..a0ea25ca908c01f7ba605f6c894e045f9995a0a4 100644 (file)
@@ -3,13 +3,7 @@ Header file for Platform Initialization Driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index ec13681f9c0ab4c190f11dcae378554bdf26b868..69d497d69a2d049c43ac300bdc878cf28d94697b 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2013-2015 Intel Corporation.\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 //\r
 // **/\r
index dee10f1e19ebd48a48ae8e640fa16c334f5b824e..e86901f9b6f36e3eab80a95b5ab5a761ca3b4341 100644 (file)
@@ -3,13 +3,7 @@ Platform CPU Data
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index b206fcefa9366918dcba2b130872e486d5c58b7a..a21de76efde394d63086fdc5cb79252bd313db61 100644 (file)
@@ -5,13 +5,7 @@ This file includes package header files, library classes and protocol, PPI & GUI
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef __COMMON_HEADER_H_\r
index b708b98c6c4909ee545f271607093b544520f20f..c51183ef4ef2910f1a4aa9ca5d3c7d78e81c3a4d 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2013-2015 Intel Corporation.\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 //\r
 // **/\r
index 36cdec361f5f1549b9ce81ffdbd4fd8535aa3d3d..18f4624cf935b7aaf8174e76e46b8a350398bef9 100644 (file)
@@ -3,13 +3,7 @@ Type 2: Base Board Information.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 5435e2e4577964ade0e6ea74c5fd3e59468ccd5d..a9597ebcc27df73fd2f5e2bf8ac46eff8a64ede5 100644 (file)
@@ -5,13 +5,7 @@ SMBIOS type 2.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 896dd21590fd20948ffc43c691b2ecdc41dbdaf1..b71b2b09473c7bb32f5af8b50dcc16c9d9e396d2 100644 (file)
@@ -5,13 +5,7 @@
 //\r
 // Copyright (c) 2013-2015 Intel Corporation.\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 //\r
 // **/\r
index a1213dd1d27976a14ab4403e29e2121d7ae989e1..aee8d484876a9b3c9455b56ecfd25c4ded7b69de 100644 (file)
@@ -5,13 +5,7 @@ SMBIOS type 0.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index e3ab7ff24248f7bf53684d7ec8723c7f472e6739..a27e70430247a68e32da8f0b7c04b03f53c8e1bf 100644 (file)
@@ -5,13 +5,7 @@ SMBIOS type 0.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index b074cec432f6d3cc3bce0ba19c115f53408e8010..2c2c038bc8b2a8b96115249271905ff91b6b9714 100644 (file)
@@ -4,13 +4,7 @@ any generated data to the DataHub.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 976912ccc80360465f56d5f5ad93ac53117a5a66..841d5923146a8fec231a455e5d59613a7ef3c5f8 100644 (file)
@@ -4,13 +4,7 @@ SMBIOS type 32.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 7499f3e396227ea409008ee54e3280b76e857aa3..a1b930ee22e8231281970c0d5b75513b81d895bb 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2013-2015 Intel Corporation.\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 //\r
 // **/\r
index febfcd74a246bcb15551432b866872c12396b4ac..527086305cc2be0ec3e7992bc44dd2c5fcedebe7 100644 (file)
@@ -4,13 +4,7 @@ any generated data to the DataHub.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index ea0cf6121b3676763d00bf485306ba60f76f2ba0..5d6c32ef32d988dc03185a0f8bc43581b7e316a6 100644 (file)
@@ -4,13 +4,7 @@ SMBIOS type 3.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 13588dc0a90e6032e875f0b48fbaf56a439086db..8641e58fcab3e6b3b3d5e63def70402f2e75561b 100644 (file)
@@ -4,13 +4,7 @@ onboard devices)
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 93f8c5a9796c9d3a5a84d87891c1461c94ba73fa..c1c8f61447a091e722bb4b9fcfaf26a93e501dc3 100644 (file)
@@ -4,13 +4,7 @@ any generated data to SMBIOS.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 322d7ceda325d7c0895dafa18f1797e858a6d2e1..977ee57b2484b5720c173c3d1ff03a890e622972 100644 (file)
@@ -4,13 +4,7 @@ any generated data.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 664e95917a2a923667a8e80c245320a90eb6a1d1..d0399485616a8d1127ff5b3e0774bde8507cb84a 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2013-2015 Intel Corporation.\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 // **/\r
 \r
index aeff165c2c37815d6a605793414828f259a78092..469a6321da95227095782e16245452d4c9f21428 100644 (file)
@@ -4,13 +4,7 @@ any generated data to smbios.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index f5b21621972bddb409d1fb13b774580745db30ad..f3f61366fc91df2dd61d9d74795c0954f743ab2f 100644 (file)
@@ -4,13 +4,7 @@ SMBIOS type 11.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 99204ee4caa1b0eef94c580f7a03b81630087ad0..c88dd9f57acdb5c04a08fe822a0b6227b71e422f 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2013-2015 Intel Corporation.\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 //\r
 //   MiscOnboardDevice.Vfr\r
index 54b4012f9aabc5f93a4ad933421d601906824a7c..a729ad7c9aa9608557f516d6eb91506b1d9750e3 100644 (file)
@@ -4,13 +4,7 @@ any generated data to smbios.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 7331db7e2a211685a447cbbbfdec5a0b937e07ed..f570184a567d7d9701e6ecbd88047dc4fa7b6dfc 100644 (file)
@@ -4,13 +4,7 @@ SMBIOS type 10.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index e4414b964d931e39663aec3478a7dd3cb8ed895f..165dcf2157079058aa23397733b88427b3f3426f 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2013-2015 Intel Corporation.\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 //\r
 // **/\r
index 2333c911c955eb2380c28d2ec1dca7b8e06c5200..c572288b0af0ac6fce685521e5c046e6515cb4f2 100644 (file)
@@ -4,13 +4,7 @@ any generated data to the DataHub.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index bb99c2273438acc25d8f2b4c1a3503af21ce32a3..28c05efb21b8c49b8f49e30ab8df846f9eec05d6 100644 (file)
@@ -4,13 +4,7 @@ SMBIOS type 8.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 296293e54d087e95e94e9b58cdeb5378979db9c6..bb49db5573c4861e30c7a22efd9b39839b8b25be 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2013-2015 Intel Corporation.\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 //\r
 // **/\r
index 2d30e6f9498f378e9e10dca2d4b21c5806502235..5a8b84b0ed511ec4084785fb6be47223b60f49c3 100644 (file)
@@ -4,13 +4,7 @@ any generated data using smbios protocol.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index d456de67161c82aaa60c71ce93312eec137bb8d5..d7658f3d7c7c40ecec7343c6cee3f1ed9b5ba71d 100644 (file)
@@ -4,13 +4,7 @@ any generated data to smbios.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index b124b5237057750527ab793814c5aba6d8acc0d8..aa5bb6fb65d262b141d5ee40121cb891d5581010 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2013-2015 Intel Corporation.\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 //\r
 // **/\r
index 58c7c6f8f9a5c9f0cedd9607d3e12b57c2de05fc..5e6682ec7c87506ce7fa2b9e6d11954f56c2dd61 100644 (file)
@@ -4,13 +4,7 @@ any generated data to smbios.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index f12a2e4ca7e005056fb3f4a559e559ebdfafa37b..a32765f836a4977b8e84bd50fba21bc18ed708ce 100644 (file)
@@ -4,13 +4,7 @@ SMBIOS type 12.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index abf3aab6ff0ac14cc4214a5f660537c013d886e5..e7639c9f3610e81cec75779d1220b3c15de28048 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2013-2015 Intel Corporation.\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 //\r
 // **/\r
index d6764b133dcb40ed8453f3cc83255f3dab0e09a8..e60f1f8dfa73fb21036c354f9b396fc0a79bb20e 100644 (file)
@@ -4,13 +4,7 @@ any generated data to the DataHub.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 79fa509405920cb198c621b8e9d0afad6d9e9a10..6a7348e3df61b700fa49705b444c069468d90ecf 100644 (file)
@@ -4,13 +4,7 @@ SMBIOS type 9.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 MiscSystemSlotDesignatorFunction.c\r
index e8490f99822970313abdabacbfe791861bc49345..ce1d9199d66c054b5336644f8f96c844cb398869 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2013-2015 Intel Corporation.\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 //\r
 // **/\r
index 26b71d8e46605db925a168320650efd28ae4b955..b59933ba3a43624d97c8fc28954ca5a1ff3327a0 100644 (file)
@@ -3,13 +3,7 @@ Header file for the SmbiosMisc Driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index ed8829546555e2aa7b7ecda5bd03de97954105c1..fb57e36cd17b229b87ba722b98c2a6e11bec6295 100644 (file)
@@ -4,13 +4,7 @@ any generated data using SMBIOS protocol.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index db880ec9d185e13edf539d60ca651e43891b7a5c..d2b6123a7a40fc0c2b008849c5362f8f7318c7da 100644 (file)
 #  file for StrGather tool.\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index afb5a3e5aed8562bbec0325c159fe2243c7fa52c..c8bc7ef90195349f49a9835435a13db0c243cd59 100644 (file)
@@ -4,13 +4,7 @@ any generated data using SMBIOS protocol.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 7c21cf43cbf8c8fe880a41230bdbd0de52feb9a7..d8e6d0df7830686017d6be823d3f1812d86246c8 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2013-2015 Intel Corporation.\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 //\r
 // **/\r
index d61dce7b327f058242a205196033fba3eab3f0a1..024dff89dfc1a2451fb8bf2dd65f41e8979d554b 100644 (file)
@@ -3,13 +3,7 @@ Principle source module for Clanton Peak platform config PEIM driver.
 \r
 Copyright (c) 2013 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 330e0a4547cb6820bf2a2d87b7b03e00eaf36537..e6c92850b28e6b9d8de9b9e1287ea9456c1453fd 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 215f8f03b32c123b4c28145bc90353b893019ef8..2e22e80c8eb7a0bff085fad9bb28b550332a9ef4 100644 (file)
@@ -3,13 +3,7 @@ This file provide the function to detect boot mode
 \r
 Copyright (c) 2013 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 983095a8d18b2c97afbce9681f91db8a8038b5e0..ce78bc1075ee7d6d213b36b446ce1b7517de73b3 100644 (file)
@@ -5,13 +5,7 @@ This file includes package header files, library classes and protocol, PPI & GUI
 \r
 Copyright (c) 2013 - 2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef __COMMON_HEADER_H_\r
index fd7a937dd5b1dd68b8e110dee83fb3d05005abf3..f6a076f757ecdfd32c95a0bf6fce824b8c30f039 100644 (file)
@@ -4,13 +4,7 @@ EFI_PEI_LOAD_RECOVERY_CAPSULE service.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index f9b769d977a6b3d46747f77421d7104256d1a7d8..cc2a6674d0e06591c602a3d1ed11014a367d9ed1 100644 (file)
@@ -9,13 +9,7 @@ following action is performed in this file,
 \r
 Copyright (c) 2013 - 2016, Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 7b7ca61817e94fec66b57484e694cf3aceb8a816..fcb5c79aaf0c959b2708bc2bdbe2205fb65ec3c3 100644 (file)
@@ -3,13 +3,7 @@ Framework PEIM to initialize memory on a Quark Memory Controller.
 \r
 Copyright (c) 2013 - 2016, Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 2bb845f763a6c94936979de1ac161d74083a3825..e24eb4b4758dcf07572e99788e74a3692e8eee10 100644 (file)
@@ -3,13 +3,7 @@ Framework PEIM to initialize memory on an DDR2 SDRAM Memory Controller.
 \r
 Copyright (c) 2013 - 2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index d0246be2e0bd55ff690ebbffda1729fcba0ccc78..f94d3ca567fa1fd546e2d509c4daf68484017857 100644 (file)
@@ -3,13 +3,7 @@ EFI PEI Platform Security services
 \r
 Copyright (c) 2013 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index f55b6b88563e42501ee107ee9695f0d769276faa..fb6c4969dda6475cb185b1da2d284be228a2c4fe 100644 (file)
@@ -3,13 +3,7 @@ Definition of Pei Core Structures and Services
 \r
 Copyright (c) 2013 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 88b50c1c98212deffa09f48f48f3d3e0b5ff3d7a..afc6e71d5f16621646d3905703ed7a5a06ad32e6 100644 (file)
@@ -8,13 +8,7 @@ This file contains the main entrypoint of the PEIM.
 \r
 Copyright (c) 2013 - 2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 02d97e8e944a84e1910761e7c874219489766d2a..6792538d427f79ceed61431e9458f94e172f6ddf 100644 (file)
@@ -3,13 +3,7 @@ The header file of Platform PEIM.
 \r
 Copyright (c) 2013 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 5fc85d352e42e6c0165a0316546b99e1d2ab4e18..617d681d7746f205601d307bd23bdd0dcf90e36b 100644 (file)
 #  Bootmode.c - Detect boot mode.\r
 # Copyright (c) 2013 - 2016 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index ba8399331a65a8a4327692ef2bab74de0ca054ff..9e013840fc2f1c3073831391917d85a4f260449d 100644 (file)
@@ -3,13 +3,7 @@ Platform Erratas performed by early init PEIM driver.
 \r
 Copyright (c) 2013 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 5c9e66c5c02da175487d573d36efef1c9870aae5..8a21c5e33fa5ec9bff39d1102da2a79e71fd520d 100644 (file)
@@ -4,13 +4,7 @@ to decouple FVB driver with FV header.
 \r
 Copyright (c) 2013 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 0e7a7b79a1cff3e3a8e01047b3c82e6cbd0b7eb4..5ecb1cfdc7b3f09f44b7d5b0f8d80146648a7a84 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 03ed426439611479398080e00802db240d142cd6..11dcf12230d4af55dd86374be89d52789af47c67 100644 (file)
@@ -3,13 +3,7 @@ Firmware volume block driver for SPI device
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 37c8721f3bc33e142975a807cee9952858d2169f..a658bc9a292c55a1f65b8084b637286b5f11d934 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 308381f630f3b86bbbec32e854a97d5ac4fa1276..6f263a4f19b0d9d6839a7a01c03bb864ce68106c 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 26648baecba8a847c240cf49a30d223f81256fdf..4ac4d0754a6154ecc9cc09e3855679a95076b9f7 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 7f02ad3eae057b415be27a42a1e018c67bd50dde..8a86fc406d577eb9a75a07f1cf877b97ab1acd93 100644 (file)
@@ -3,13 +3,7 @@ Initializes Platform Specific Drivers.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 5fe939c8c5c55b49763e18bdd7f8be0f98e6c23b..ee8d97a2bb2ccdac4c11ed2296751ae501da5952 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 0e69b3c51f97264b389306934b971e5a6d2ac5b5..06fef675e5ab7762dd2281fb697baf7c0ab4d391 100644 (file)
@@ -4,13 +4,7 @@
 # This package provides Clanton Peak CRB platform specific modules.\r
 # Copyright (c) 2013 - 2018 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 4b130b2532bb8f1104a3457b5ea8a8303985750e..a48a3d41f2ecf989008c181207b5d92bcbdae9f2 100644 (file)
@@ -4,13 +4,7 @@
 # This package provides QuarkNcSocId platform specific modules.\r
 # Copyright (c) 2013 - 2018 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 04ecd096cea54e53bd9c4e9e3539e67bd209c94c..adb9de88a988af040fa0b66586c6d17a6b1e0c33 100644 (file)
@@ -4,13 +4,7 @@
 # This package provides Clanton Peak CRB platform specific modules.\r
 # Copyright (c) 2013 - 2019 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 6e5545c16d3b98193d27f1832574b8c501beff22..bdd5af8fb870906aa385c21ed99fbedd7ec051e0 100644 (file)
@@ -4,13 +4,7 @@
 # This package provides QuarkNcSocId platform specific modules.\r
 # Copyright (c) 2013 - 2019 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index f4ab18c2f3e5200559e2caa9bda74368c74fa57f..57bd393bb0ae6ec4746da6930756dcc2c5e15fec 100644 (file)
@@ -4,13 +4,7 @@
 # This package provides QuarkNcSocId platform specific modules.\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r