]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
authorMichael D Kinney <michael.d.kinney@intel.com>
Wed, 3 Apr 2019 23:07:37 +0000 (16:07 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Tue, 9 Apr 2019 17:58:31 +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: Qian Yi <yi.qian@intel.com>
Reviewed-by: Zailing Sun <zailiang.sun@intel.com>
422 files changed:
Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.c
Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.h
Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.inf
Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooks.c
Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooks.h
Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooksLib.h
Vlv2TbltDevicePkg/AcpiPlatform/Osfr.h
Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdate.c
Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdate.h
Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdate.inf
Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdateStrings.uni
Vlv2TbltDevicePkg/BiosIdD.env
Vlv2TbltDevicePkg/BiosIdR.env
Vlv2TbltDevicePkg/BiosIdx64D.env
Vlv2TbltDevicePkg/BiosIdx64R.env
Vlv2TbltDevicePkg/BootScriptSaveDxe/BootScriptSaveDxe.inf
Vlv2TbltDevicePkg/BootScriptSaveDxe/InternalBootScriptSave.h
Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c
Vlv2TbltDevicePkg/Build_IFWI.bat
Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/GenCapsuleAll.bat
Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/GenCapsuleMinnowMax.bat
Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/GenCapsuleMinnowMaxRelease.bat
Vlv2TbltDevicePkg/Feature/Capsule/GenerateCapsule/GenCapsuleSampleColor.bat
Vlv2TbltDevicePkg/Feature/Capsule/Library/FmpDeviceLib/FmpDeviceLib.c
Vlv2TbltDevicePkg/Feature/Capsule/Library/FmpDeviceLib/FmpDeviceLib.inf
Vlv2TbltDevicePkg/Feature/Capsule/Library/FmpDeviceLibSample/FmpDeviceLib.c
Vlv2TbltDevicePkg/Feature/Capsule/Library/FmpDeviceLibSample/FmpDeviceLib.inf
Vlv2TbltDevicePkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLib.c
Vlv2TbltDevicePkg/Feature/Capsule/Library/PlatformFlashAccessLib/PlatformFlashAccessLib.inf
Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareDescriptor/SystemFirmwareDescriptor.aslc
Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareDescriptor/SystemFirmwareDescriptor.inf
Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareDescriptor/SystemFirmwareDescriptorPei.c
Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareUpdateConfig/SystemFirmwareUpdateConfig.ini
Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareUpdateConfig/SystemFirmwareUpdateConfigGcc.ini
Vlv2TbltDevicePkg/FmpBlueSampleDevice.dsc
Vlv2TbltDevicePkg/FmpCertificate.dsc
Vlv2TbltDevicePkg/FmpGreenSampleDevice.dsc
Vlv2TbltDevicePkg/FmpMinnowMaxSystem.dsc
Vlv2TbltDevicePkg/FmpRedSampleDevice.dsc
Vlv2TbltDevicePkg/FspSupport/BootModePei/BootModePei.c
Vlv2TbltDevicePkg/FspSupport/BootModePei/BootModePei.inf
Vlv2TbltDevicePkg/FspSupport/Library/PeiFspHobProcessLibVlv2/FspHobProcessLibVlv2.c
Vlv2TbltDevicePkg/FspSupport/Library/PeiFspHobProcessLibVlv2/FspHobProcessLibVlv2.inf
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/FspPlatformSecLibVlv2.c
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/FspPlatformSecLibVlv2.inf
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/AsmSaveSecContext.asm
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/Fsp.inc
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/PeiCoreEntry.asm
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/SecEntry.asm
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/Stack.S
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/Stack.asm
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/PlatformInit.c
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/SaveSecContext.c
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/SecGetPerformance.c
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/SecPlatformInformation.c
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/SecRamInitData.c
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/SecTempRamSupport.c
Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/UartInit.c
Vlv2TbltDevicePkg/FvInfoPei/FvInfoPei.c
Vlv2TbltDevicePkg/FvInfoPei/FvInfoPei.inf
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbInfo.c
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbRuntimeDxe.inf
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.h
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbServiceDxe.c
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbServiceSmm.c
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmm.inf
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmCommon.h
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.c
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.h
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.inf
Vlv2TbltDevicePkg/Include/AlertStandardFormatTable.h
Vlv2TbltDevicePkg/Include/ChipsetAccess.h
Vlv2TbltDevicePkg/Include/CommonIncludes.h
Vlv2TbltDevicePkg/Include/CpuType.h
Vlv2TbltDevicePkg/Include/FileHandleLib.h
Vlv2TbltDevicePkg/Include/Guid/AcpiTableStorage.h
Vlv2TbltDevicePkg/Include/Guid/AlertStandardFormat.h
Vlv2TbltDevicePkg/Include/Guid/BiosId.h
Vlv2TbltDevicePkg/Include/Guid/BoardFeatures.h
Vlv2TbltDevicePkg/Include/Guid/EfiVpdData.h
Vlv2TbltDevicePkg/Include/Guid/FirmwareId.h
Vlv2TbltDevicePkg/Include/Guid/HwWatchdogTimerHob.h
Vlv2TbltDevicePkg/Include/Guid/IdccData.h
Vlv2TbltDevicePkg/Include/Guid/ItkData.h
Vlv2TbltDevicePkg/Include/Guid/MemoryConfigData.h
Vlv2TbltDevicePkg/Include/Guid/OsSelection.h
Vlv2TbltDevicePkg/Include/Guid/PciLanInfo.h
Vlv2TbltDevicePkg/Include/Guid/PlatformCpuInfo.h
Vlv2TbltDevicePkg/Include/Guid/PlatformInfo.h
Vlv2TbltDevicePkg/Include/Guid/SensorInfoVariable.h
Vlv2TbltDevicePkg/Include/Guid/SetupVariable.h
Vlv2TbltDevicePkg/Include/Hpet.h
Vlv2TbltDevicePkg/Include/Library/BiosIdLib.h
Vlv2TbltDevicePkg/Include/Library/CpuIA32.h
Vlv2TbltDevicePkg/Include/Library/EfiRegTableLib.h
Vlv2TbltDevicePkg/Include/Library/Esrt.h
Vlv2TbltDevicePkg/Include/Library/Fd.h
Vlv2TbltDevicePkg/Include/Library/FlashDeviceLib.h
Vlv2TbltDevicePkg/Include/Library/I2CLib.h
Vlv2TbltDevicePkg/Include/Library/I2cMmioConfigLib.h
Vlv2TbltDevicePkg/Include/Library/I2cPort_platform.h
Vlv2TbltDevicePkg/Include/Library/PlatformFsaLib.h
Vlv2TbltDevicePkg/Include/Library/PlatformFspLib.h
Vlv2TbltDevicePkg/Include/Library/SpiFlash.H
Vlv2TbltDevicePkg/Include/Library/StallSmmLib.h
Vlv2TbltDevicePkg/Include/Library/UsbDeviceModeLib.h
Vlv2TbltDevicePkg/Include/Mcfg.h
Vlv2TbltDevicePkg/Include/McfgTable.h
Vlv2TbltDevicePkg/Include/Platform.h
Vlv2TbltDevicePkg/Include/PlatformBootMode.h
Vlv2TbltDevicePkg/Include/PlatformDefinitions.h
Vlv2TbltDevicePkg/Include/Ppi/MfgMemoryTest.h
Vlv2TbltDevicePkg/Include/Ppi/Sha256Hash.h
Vlv2TbltDevicePkg/Include/Ppi/Speaker.h
Vlv2TbltDevicePkg/Include/Ppi/UsbController.h
Vlv2TbltDevicePkg/Include/Protocol/CK505ClockPlatformInfo.h
Vlv2TbltDevicePkg/Include/Protocol/EnhancedSpeedstep.h
Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h
Vlv2TbltDevicePkg/Include/Protocol/HwWatchdogTimer.h
Vlv2TbltDevicePkg/Include/Protocol/I2cAcpi.h
Vlv2TbltDevicePkg/Include/Protocol/I2cBus.h
Vlv2TbltDevicePkg/Include/Protocol/I2cBusMcg.h
Vlv2TbltDevicePkg/Include/Protocol/I2cHostMcg.h
Vlv2TbltDevicePkg/Include/Protocol/I2cMasterMcg.h
Vlv2TbltDevicePkg/Include/Protocol/I2cSlave.h
Vlv2TbltDevicePkg/Include/Protocol/LpcWpc83627Policy.h
Vlv2TbltDevicePkg/Include/Protocol/LpcWpce791Policy.h
Vlv2TbltDevicePkg/Include/Protocol/MmioDevice.h
Vlv2TbltDevicePkg/Include/Protocol/Observable.h
Vlv2TbltDevicePkg/Include/Protocol/PlatformGopPolicy.h
Vlv2TbltDevicePkg/Include/Protocol/PlatformIdeInit.h
Vlv2TbltDevicePkg/Include/Protocol/SetupMode.h
Vlv2TbltDevicePkg/Include/Protocol/SmbiosSlotPopulation.h
Vlv2TbltDevicePkg/Include/Protocol/Speaker.h
Vlv2TbltDevicePkg/Include/Protocol/TcoReset.h
Vlv2TbltDevicePkg/Include/Protocol/TpmMp.h
Vlv2TbltDevicePkg/Include/Protocol/UsbPolicy.h
Vlv2TbltDevicePkg/Include/Protocol/VlvPlatformPolicy.h
Vlv2TbltDevicePkg/Include/SetupMode.h
Vlv2TbltDevicePkg/Library/BiosIdLib/BiosIdLib.c
Vlv2TbltDevicePkg/Library/BiosIdLib/BiosIdLib.inf
Vlv2TbltDevicePkg/Library/CpuIA32Lib/CpuIA32Lib.inf
Vlv2TbltDevicePkg/Library/CpuIA32Lib/EfiCpuVersion.c
Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.S
Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.asm
Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.c
Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/Cpu.S
Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/Cpu.asm
Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.c
Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.inf
Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.c
Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.inf
Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLibDxe.c
Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLibDxe.inf
Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLibDxeRuntimeSmm.c
Vlv2TbltDevicePkg/Library/FlashDeviceLib/SpiChipDefinitions.h
Vlv2TbltDevicePkg/Library/I2CLib/I2CLib.c
Vlv2TbltDevicePkg/Library/I2CLib/I2CLibNull.inf
Vlv2TbltDevicePkg/Library/I2CLibDxe/I2CLib.c
Vlv2TbltDevicePkg/Library/I2CLibDxe/I2CLibDxe.inf
Vlv2TbltDevicePkg/Library/I2CLibDxe/I2CRegs.h
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CAccess.h
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CDelayPei.c
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CDelayPei.h
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CIoLibPei.c
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CIoLibPei.h
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CLibPei.c
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CLibPei.h
Vlv2TbltDevicePkg/Library/I2CLibPei/I2CLibPei.inf
Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/CommonHeader.h
Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.c
Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.c
Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.h
Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/BoardGpios.c
Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/BoardGpios.h
Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.c
Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.h
Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardOemIds/BoardOemIds.c
Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardOemIds/BoardOemIds.h
Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardSsidSvid/BoardSsidSvid.c
Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardSsidSvid/BoardSsidSvid.h
Vlv2TbltDevicePkg/Library/MultiPlatformLib/MultiPlatformLib.c
Vlv2TbltDevicePkg/Library/MultiPlatformLib/MultiPlatformLib.h
Vlv2TbltDevicePkg/Library/MultiPlatformLib/MultiPlatformLib.inf
Vlv2TbltDevicePkg/Library/MultiPlatformLib/PlatformInfoHob.c
Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLib.inf
Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c
Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.h
Vlv2TbltDevicePkg/Library/PchSmmLib/CommonHeader.h
Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.c
Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf
Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c
Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.h
Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformBdsLib.inf
Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformBdsStrings.uni
Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformData.c
Vlv2TbltDevicePkg/Library/PlatformCmosLib/PlatformCmosLib.c
Vlv2TbltDevicePkg/Library/PlatformCmosLib/PlatformCmosLib.inf
Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.c
Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.inf
Vlv2TbltDevicePkg/Library/ResetSystemLib/ResetSystemLib.c
Vlv2TbltDevicePkg/Library/ResetSystemLib/ResetSystemLib.inf
Vlv2TbltDevicePkg/Library/SerialPortLib/PlatformSerialPortLib.h
Vlv2TbltDevicePkg/Library/SerialPortLib/SerialPortLib.c
Vlv2TbltDevicePkg/Library/SerialPortLib/SerialPortLib.inf
Vlv2TbltDevicePkg/Library/SerialPortLib/SioInit.c
Vlv2TbltDevicePkg/Library/SerialPortLib/SioInit.h
Vlv2TbltDevicePkg/Library/SmbusLib/CommonHeader.h
Vlv2TbltDevicePkg/Library/SmbusLib/SmbusLib.c
Vlv2TbltDevicePkg/Library/SmbusLib/SmbusLib.inf
Vlv2TbltDevicePkg/Library/StallSmmLib/StallSmm.c
Vlv2TbltDevicePkg/Library/StallSmmLib/StallSmmLib.inf
Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/Tpm2DeviceLibSeC.c
Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCDxe/Tpm2DeviceLibSeC.inf
Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCPei/Tpm2DeviceLibSeC.c
Vlv2TbltDevicePkg/Library/Tpm2DeviceLibSeCPei/Tpm2DeviceLibSeC.inf
Vlv2TbltDevicePkg/Metronome/LegacyMetronome.c
Vlv2TbltDevicePkg/Metronome/LegacyMetronome.h
Vlv2TbltDevicePkg/Metronome/Metronome.inf
Vlv2TbltDevicePkg/MonoStatusCode/EfiStatusCode.h
Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.c
Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.h
Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.inf
Vlv2TbltDevicePkg/MonoStatusCode/PeiPostCode.c
Vlv2TbltDevicePkg/MonoStatusCode/PlatformStatusCode.c
Vlv2TbltDevicePkg/MonoStatusCode/PlatformStatusCode.h
Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsBoot.c
Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConnect.c
Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c
Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsMisc.c
Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/DevicePath.c
Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.uni
Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsStrings.uni
Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/InternalBdsLib.h
Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/String.c
Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/String.h
Vlv2TbltDevicePkg/PciPlatform/BoardPciPlatform.c
Vlv2TbltDevicePkg/PciPlatform/PciPlatform.c
Vlv2TbltDevicePkg/PciPlatform/PciPlatform.h
Vlv2TbltDevicePkg/PciPlatform/PciPlatform.inf
Vlv2TbltDevicePkg/PlatformCapsule.dsc
Vlv2TbltDevicePkg/PlatformCapsule.fdf
Vlv2TbltDevicePkg/PlatformCapsuleGcc.fdf
Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.c
Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.h
Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.inf
Vlv2TbltDevicePkg/PlatformDxe/AzaliaVerbTable.h
Vlv2TbltDevicePkg/PlatformDxe/BoardId.c
Vlv2TbltDevicePkg/PlatformDxe/BoardIdDecode.c
Vlv2TbltDevicePkg/PlatformDxe/BoardIdDecode.h
Vlv2TbltDevicePkg/PlatformDxe/ClockControl.c
Vlv2TbltDevicePkg/PlatformDxe/Configuration.h
Vlv2TbltDevicePkg/PlatformDxe/ExI.c
Vlv2TbltDevicePkg/PlatformDxe/IchPlatformPolicy.c
Vlv2TbltDevicePkg/PlatformDxe/IchRegTable.c
Vlv2TbltDevicePkg/PlatformDxe/IchTcoReset.c
Vlv2TbltDevicePkg/PlatformDxe/IdccInfo.c
Vlv2TbltDevicePkg/PlatformDxe/LegacySpeaker.c
Vlv2TbltDevicePkg/PlatformDxe/LegacySpeaker.h
Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.c
Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.h
Vlv2TbltDevicePkg/PlatformDxe/PciBus.h
Vlv2TbltDevicePkg/PlatformDxe/PciDevice.c
Vlv2TbltDevicePkg/PlatformDxe/Platform.c
Vlv2TbltDevicePkg/PlatformDxe/PlatformDxe.h
Vlv2TbltDevicePkg/PlatformDxe/PlatformDxe.inf
Vlv2TbltDevicePkg/PlatformDxe/Rtc.c
Vlv2TbltDevicePkg/PlatformDxe/SensorVar.c
Vlv2TbltDevicePkg/PlatformDxe/SioPlatformPolicy.c
Vlv2TbltDevicePkg/PlatformDxe/SlotConfig.c
Vlv2TbltDevicePkg/PlatformDxe/SlotConfig.h
Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c
Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.inf
Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.c
Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.h
Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.inf
Vlv2TbltDevicePkg/PlatformInitPei/BootMode.c
Vlv2TbltDevicePkg/PlatformInitPei/CpuInitPeim.c
Vlv2TbltDevicePkg/PlatformInitPei/Dimm.c
Vlv2TbltDevicePkg/PlatformInitPei/FlashMap.c
Vlv2TbltDevicePkg/PlatformInitPei/LegacySpeaker.c
Vlv2TbltDevicePkg/PlatformInitPei/LegacySpeaker.h
Vlv2TbltDevicePkg/PlatformInitPei/MchInit.c
Vlv2TbltDevicePkg/PlatformInitPei/MemoryCallback.c
Vlv2TbltDevicePkg/PlatformInitPei/MemoryPeim.c
Vlv2TbltDevicePkg/PlatformInitPei/PchInitPeim.c
Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.c
Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.h
Vlv2TbltDevicePkg/PlatformInitPei/PlatformInfoInit.c
Vlv2TbltDevicePkg/PlatformInitPei/PlatformInitPei.inf
Vlv2TbltDevicePkg/PlatformInitPei/PlatformSsaInitPeim.c
Vlv2TbltDevicePkg/PlatformInitPei/Recovery.c
Vlv2TbltDevicePkg/PlatformInitPei/Stall.c
Vlv2TbltDevicePkg/PlatformPei/BootMode.c
Vlv2TbltDevicePkg/PlatformPei/CommonHeader.h
Vlv2TbltDevicePkg/PlatformPei/MemoryCallback.c
Vlv2TbltDevicePkg/PlatformPei/Platform.c
Vlv2TbltDevicePkg/PlatformPei/Platform.h
Vlv2TbltDevicePkg/PlatformPei/PlatformPei.inf
Vlv2TbltDevicePkg/PlatformPei/Stall.c
Vlv2TbltDevicePkg/PlatformPkg.dec
Vlv2TbltDevicePkg/PlatformPkg.fdf
Vlv2TbltDevicePkg/PlatformPkgConfig.dsc
Vlv2TbltDevicePkg/PlatformPkgGcc.fdf
Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc
Vlv2TbltDevicePkg/PlatformPkgIA32.dsc
Vlv2TbltDevicePkg/PlatformPkgX64.dsc
Vlv2TbltDevicePkg/PlatformSetupDxe/Boot.vfi
Vlv2TbltDevicePkg/PlatformSetupDxe/Configuration.h
Vlv2TbltDevicePkg/PlatformSetupDxe/DebugConfig.vfi
Vlv2TbltDevicePkg/PlatformSetupDxe/FwVersionStrings.uni
Vlv2TbltDevicePkg/PlatformSetupDxe/Main.vfi
Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c
Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.h
Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.inf
Vlv2TbltDevicePkg/PlatformSetupDxe/Security.vfi
Vlv2TbltDevicePkg/PlatformSetupDxe/SetupFunctions.c
Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c
Vlv2TbltDevicePkg/PlatformSetupDxe/SouthClusterConfig.vfi
Vlv2TbltDevicePkg/PlatformSetupDxe/SystemComponent.vfi
Vlv2TbltDevicePkg/PlatformSetupDxe/Thermal.vfi
Vlv2TbltDevicePkg/PlatformSetupDxe/UnCore.vfi
Vlv2TbltDevicePkg/PlatformSetupDxe/UqiList.uni
Vlv2TbltDevicePkg/PlatformSetupDxe/Vfr.vfr
Vlv2TbltDevicePkg/PlatformSetupDxe/VfrStrings.uni
Vlv2TbltDevicePkg/PlatformSmm/Platform.c
Vlv2TbltDevicePkg/PlatformSmm/PlatformSmm.inf
Vlv2TbltDevicePkg/PlatformSmm/S3Save.c
Vlv2TbltDevicePkg/PlatformSmm/SmmPlatform.h
Vlv2TbltDevicePkg/PlatformSmm/SmmScriptSave.c
Vlv2TbltDevicePkg/PlatformSmm/SmmScriptSave.h
Vlv2TbltDevicePkg/PpmPolicy/PpmPolicy.c
Vlv2TbltDevicePkg/PpmPolicy/PpmPolicy.h
Vlv2TbltDevicePkg/PpmPolicy/PpmPolicy.inf
Vlv2TbltDevicePkg/SaveMemoryConfig/SaveMemoryConfig.c
Vlv2TbltDevicePkg/SaveMemoryConfig/SaveMemoryConfig.h
Vlv2TbltDevicePkg/SaveMemoryConfig/SaveMemoryConfig.inf
Vlv2TbltDevicePkg/SmBiosMiscDxe/CommonHeader.h
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBaseBoardManufacturer.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBaseBoardManufacturerData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBaseBoardManufacturerFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBiosVendor.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBiosVendorData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBiosVendorFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscChassisManufacturer.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscChassisManufacturerData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscChassisManufacturerFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryDevice.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryDeviceData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryDeviceFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscNumberOfInstallableLanguagesData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscNumberOfInstallableLanguagesFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemString.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemStringData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemStringFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Data.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Function.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x94.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x94Data.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x94Function.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOnboardDevice.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOnboardDeviceData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOnboardDeviceFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPhysicalArray.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPhysicalArrayData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPhysicalArrayFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPortInternalConnectorDesignator.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPortInternalConnectorDesignatorData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPortInternalConnectorDesignatorFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorCache.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorCacheData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorCacheFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformation.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscResetCapabilitiesData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscResetCapabilitiesFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriver.h
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriver.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriverDataTable.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriverEntryPoint.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemLanguageString.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemLanguageStringData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemLanguageStringFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemManufacturer.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemManufacturerData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemManufacturerFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemOptionString.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemOptionStringData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemOptionStringFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemSlotDesignation.uni
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemSlotDesignationData.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemSlotDesignationFunction.c
Vlv2TbltDevicePkg/SmBiosMiscDxe/SmBiosMiscDxe.inf
Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/SmmSwDispatch2OnSmmSwDispatchThunk.c
Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/SmmSwDispatch2OnSmmSwDispatchThunk.inf
Vlv2TbltDevicePkg/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.c
Vlv2TbltDevicePkg/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.inf
Vlv2TbltDevicePkg/Stitch/IFWIStitch.bat
Vlv2TbltDevicePkg/Stitch/MNW2_Stitch_Config.txt
Vlv2TbltDevicePkg/UiApp/FrontPage.c
Vlv2TbltDevicePkg/UiApp/UiApp.inf
Vlv2TbltDevicePkg/VlvPlatformInitDxe/IgdOpRegion.c
Vlv2TbltDevicePkg/VlvPlatformInitDxe/IgdOpRegion.h
Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInit.c
Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInit.h
Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInitDxe.inf
Vlv2TbltDevicePkg/Wpce791/LpcDriver.c
Vlv2TbltDevicePkg/Wpce791/LpcDriver.h
Vlv2TbltDevicePkg/Wpce791/LpcIsaAcpi.c
Vlv2TbltDevicePkg/Wpce791/LpcIsaAcpi.h
Vlv2TbltDevicePkg/Wpce791/LpcSio.c
Vlv2TbltDevicePkg/Wpce791/LpcSio.h
Vlv2TbltDevicePkg/Wpce791/Wpce791.inf
Vlv2TbltDevicePkg/bldX64.bat
Vlv2TbltDevicePkg/bld_vlv.bat

index d575533319400a0dcedc2038444578453ed055dd..0bd375391e8b67cc6912720b737b7848116518bb 100644 (file)
@@ -3,19 +3,7 @@
   Copyright (c) 2004  - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-\r
-  The full text of the license may be found at\r
-\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-\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 8587beb976d41637e44852ca094d00c7a2011c11..598756846ae6363bf088c89606c6a915fd732c12 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 74a531369d941671a6ec2953ca254ea225a82bfa..8422985764a0272a16b600c1e6c61a74fbebe6bd 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c)  1999  - 2018, Intel Corporation. All rights reserved\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 2dc9657c57a55c2dca2130dac9f1a8659e97e9ad..ebe783e29e3322103d0b26772a3428782f26e030 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 164f45e6a3b328dd83d9839a2cbba8759ff59de3..471894961075fa596df52fa27508643bc8d18229 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index f6a4b3b4d059d1b3eb8844f9e2a1b80452552733..a253d64ec064a6e88ec914940699115574c7807c 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 1bef1afde068c332b437ed6bb54a69b7e1e8817e..4d98db7592ebb390faa0424c6e72d72dd2dd2dd5 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 8e44224e6779870880714860cf23b70da220d4fd..a2fc54e20ea3fccf779ed7b02a8901638ab0045c 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2007  - 2015, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 6c1c4b676d922a394e7d5a7a59e428a2b931c376..745fb3aca41b5b3cf5302cecb2246b54917ab9d1 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 1999  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 8ca7a663cddbe5c85717f0863d04809a6f26d353..25104a86ed1f5ebe2bb4cb72d48f44425015eead 100644 (file)
@@ -4,13 +4,7 @@
 #
 # Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>
 #                                                                                  
-# This program and the accompanying materials are licensed and made available under
-# the terms and conditions of the BSD License that accompanies this distribution.  
-# The full text of the license may be found at                                     
-# http://opensource.org/licenses/bsd-license.php.                                  
-#                                                                                  
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    
+# SPDX-License-Identifier: BSD-2-Clause-Patent
 #                                                                                  
 #
 #
index ad01e4a839a703c54656800cd02d7fdc4a14e6a5..9418edfbf957590d008133be7c72429e81ad9bbb 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 1999 - 2014, 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 bbed4e1b7e8a105eb2be2081c8380d81ec6314a6..85313dfbd759b6d8ac98291c671f84d9b2789594 100644 (file)
 #\r
 #  Copyright (c) 2008  - 2015, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #**/\r
index f968380ba4ecf0f18559d3ad2c0c9474744fd7f3..4af249dc19d9bdace460d56d9f4ae444655d1b4a 100644 (file)
 #\r
 #  Copyright (c) 2008  - 2015, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #**/\r
index c9a90efe9812fc5d1f84a4b743598095ff4e8fc3..a2173b7e44f5899fe287f8c7bce62e10f1ed6922 100644 (file)
 #\r
 #  Copyright (c) 2008  - 2015, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #**/\r
index b350468a390f24cc7b9a17bed6afb988c2eaf3b4..c235177e1bde4a1046c3373f208b3f28a3ebf333 100644 (file)
 #\r
 #  Copyright (c) 2008  - 2015, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #**/\r
index 4bf4371aee8da3a42b0a9faffaf91cbd4806795c..d2fa62109643d0ee4c4b1e3060088d196846fe76 100644 (file)
@@ -6,13 +6,8 @@
 # This is an implementation of the Boot Script Save protocol.\r
 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index d76f4e4d8b2c9a28b9dac77f159fb77f0d763621..f232281e2bbc9bfe202600402693ae6b39719dc0 100644 (file)
@@ -5,13 +5,8 @@
 \r
   Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 4c6667df0c61e2eb82d9040d75b93397ad7bf84a..837a8c95cd1d41efc961f853531dd9407bb28a9e 100644 (file)
@@ -3,13 +3,8 @@
 \r
 Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index a590c8f4c8f8bd09d3383908fe067c61e6e40d08..9a3063397ec1f21f0b989e21c63270f9e3eafb88 100644 (file)
@@ -2,13 +2,7 @@
 @REM   Windows batch file to build BIOS ROM\r
 @REM\r
 @REM Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
-@REM This program and the accompanying materials\r
-@REM are licensed and made available under the terms and conditions of the BSD License\r
-@REM which accompanies this distribution.  The full text of the license may be found at\r
-@REM http://opensource.org/licenses/bsd-license.php\r
-@REM\r
-@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+@REM SPDX-License-Identifier: BSD-2-Clause-Patent\r
 @REM\r
 \r
 @echo off\r
index df326dc3af1f5a7d65e7fa8d43da4dd642b3b7d8..187797e2845b0c18e17fbdb7190dffeb1b55c504 100644 (file)
@@ -3,13 +3,7 @@
 @REM   firmware for sample devices\r
 @REM\r
 @REM Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
-@REM This program and the accompanying materials\r
-@REM are licensed and made available under the terms and conditions of the BSD License\r
-@REM which accompanies this distribution.  The full text of the license may be found at\r
-@REM http://opensource.org/licenses/bsd-license.php\r
-@REM\r
-@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+@REM SPDX-License-Identifier: BSD-2-Clause-Patent\r
 @REM\r
 \r
 @echo off\r
index 2a049c4c0f8296c14b2ad60f78c85218c3eea5e3..80f9be7fb8215d97c97c826b4c0f10ae0bf0098e 100644 (file)
@@ -2,13 +2,7 @@
 @REM   Windows batch file to generate UEFI capsules for system firmware\r
 @REM\r
 @REM Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
-@REM This program and the accompanying materials\r
-@REM are licensed and made available under the terms and conditions of the BSD License\r
-@REM which accompanies this distribution.  The full text of the license may be found at\r
-@REM http://opensource.org/licenses/bsd-license.php\r
-@REM\r
-@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+@REM SPDX-License-Identifier: BSD-2-Clause-Patent\r
 @REM\r
 \r
 @echo off\r
index c0cdac0904d8139b54aa0c65b2e619dc561563c6..c6c78f028541e5708fbda20adac797d8ea2416fc 100644 (file)
@@ -2,13 +2,7 @@
 @REM   Windows batch file to generate UEFI capsules for system firmware\r
 @REM\r
 @REM Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
-@REM This program and the accompanying materials\r
-@REM are licensed and made available under the terms and conditions of the BSD License\r
-@REM which accompanies this distribution.  The full text of the license may be found at\r
-@REM http://opensource.org/licenses/bsd-license.php\r
-@REM\r
-@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+@REM SPDX-License-Identifier: BSD-2-Clause-Patent\r
 @REM\r
 \r
 @echo off\r
index c7f70ff958fcb5d8955324c6cf9ca533474683bb..ba4bc0f08144b2bd54c74e19dd4d09bb6c70838e 100644 (file)
@@ -2,13 +2,7 @@
 @REM   Windows batch file to generate UEFI capsules for a sample device\r
 @REM\r
 @REM Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
-@REM This program and the accompanying materials\r
-@REM are licensed and made available under the terms and conditions of the BSD License\r
-@REM which accompanies this distribution.  The full text of the license may be found at\r
-@REM http://opensource.org/licenses/bsd-license.php\r
-@REM\r
-@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+@REM SPDX-License-Identifier: BSD-2-Clause-Patent\r
 @REM\r
 \r
 @echo off\r
index 67256326646e731a4ab4035e52890ac4401c1170..3d5649164b15229432ec0a727aae8c50492d92ca 100644 (file)
@@ -3,24 +3,7 @@
 Copyright (c) 2016, Microsoft Corporation\r
 \r
 All rights reserved.\r
-Redistribution and use in source and binary forms, with or without\r
-modification, are permitted provided that the following conditions are met:\r
-1. Redistributions of source code must retain the above copyright notice,\r
-this list of conditions and the following disclaimer.\r
-2. Redistributions in binary form must reproduce the above copyright notice,\r
-this list of conditions and the following disclaimer in the documentation\r
- and/or other materials provided with the distribution.\r
-\r
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND\r
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\r
-IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\r
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\r
-BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\r
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\r
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\r
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index af4eabf0adc70bdf4d0c4b1201d4c88a255ca6f4..6fd618974f5f9f40dd6a400cf1ab97938a5235ec 100644 (file)
@@ -2,24 +2,7 @@
 # Copyright (c) 2016, Microsoft Corporation\r
 \r
 # All rights reserved.\r
-# Redistribution and use in source and binary forms, with or without\r
-# modification, are permitted provided that the following conditions are met:\r
-# 1. Redistributions of source code must retain the above copyright notice,\r
-# this list of conditions and the following disclaimer.\r
-# 2. Redistributions in binary form must reproduce the above copyright notice,\r
-# this list of conditions and the following disclaimer in the documentation\r
-# and/or other materials provided with the distribution.\r
-#\r
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND\r
-# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\r
-# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\r
-# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\r
-# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\r
-# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\r
-# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\r
-# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
 \r
 \r
index 19a152bfc59e79ef35e6002fddc67b99ab67bc01..80ce83a14b3352ffa44993597b227e6faedd20ff 100644 (file)
@@ -3,24 +3,7 @@
 Copyright (c) 2016, Microsoft Corporation\r
 \r
 All rights reserved.\r
-Redistribution and use in source and binary forms, with or without\r
-modification, are permitted provided that the following conditions are met:\r
-1. Redistributions of source code must retain the above copyright notice,\r
-this list of conditions and the following disclaimer.\r
-2. Redistributions in binary form must reproduce the above copyright notice,\r
-this list of conditions and the following disclaimer in the documentation\r
- and/or other materials provided with the distribution.\r
-\r
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND\r
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\r
-IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\r
-INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\r
-BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\r
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\r
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\r
-ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 6914c57ee7777be3b5b9b398381f2e262c38434e..af31fbcffbee224e8985792f67e87a3d94a3366f 100644 (file)
@@ -2,24 +2,7 @@
 # Copyright (c) 2016, Microsoft Corporation\r
 \r
 # All rights reserved.\r
-# Redistribution and use in source and binary forms, with or without\r
-# modification, are permitted provided that the following conditions are met:\r
-# 1. Redistributions of source code must retain the above copyright notice,\r
-# this list of conditions and the following disclaimer.\r
-# 2. Redistributions in binary form must reproduce the above copyright notice,\r
-# this list of conditions and the following disclaimer in the documentation\r
-# and/or other materials provided with the distribution.\r
-#\r
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND\r
-# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\r
-# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\r
-# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\r
-# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\r
-# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\r
-# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\r
-# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
 \r
 \r
index 06278d202a443d506ef6904a807bbaf4e32755e0..052ccb891c0d7e3abd41f0fb86165f8cb44fc174 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
 #include <Uefi.h>\r
index c0f8bf0608c42b2b7b29236c3e65b2af65229869..9b29b05bacecfd6f47026c39692c3e64ef87687e 100644 (file)
@@ -2,13 +2,7 @@
 #  Platform Flash Access library.\r
 #\r
 #  Copyright (c) 2017 - 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 26641a5732408278d86ecba15ac5f187ed8f1141..884da36b97fe1e5bc88409a3abd405835a20a68b 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 2df1098496a4f753157d00cc2acac39a3729c4c9..dd85c86d95b2a217e8994dd0c5196859311880d5 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 a4687539f8f669809b7b3fb048526fb745de2433..126cd123b1495fee50e9a83a2a8d680201238f5c 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 cc169c4215f8861b459a83ab6538a0af64cfa477..e22f136f8efcb01ec2e57478f9ffdc4efce08b55 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 5f59845866c9bb07b0cbb9eb6680cfaf61274674..3bd9f150b367ae00a252fde26030f405b0a6b693 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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 c510c9058281613346afdde23de213aab7a6e1b7..237ec87ac8f45181688f69003d24c026359c8d8e 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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 085318fa5dfcbee2634e4d3e03b1a760359dda25..61bdd36a964132e5869c0ddec49d3131abfbadbe 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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 3b5d303e9ef6db44c7c0d8021c50d12c03c79986..304519b294cc2be25da3d34f5f480224216b65fe 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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 6e181acf57724197efc13809d9fd0bd90f4c9c54..59851f2b412fd3ce2cb0324604447ec2023b4e6b 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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 9fd3cb7788c9ffae374634a62f44baaa73a6b979..bf6c7efba538940195748ee6f61911fd9f564fc5 100644 (file)
@@ -3,13 +3,7 @@
   This file contains the main entrypoint of the PEIM.\r
 \r
   Copyright (c) 2014, 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 40dbba7de8ab3b1eb8ee1cf05d5d7e8ffbae25e5..27200bca1522da91124b97ea707ed715a41c0716 100644 (file)
@@ -6,12 +6,7 @@
 #\r
 #  Copyright (c) 2014, 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 c308698ab673b11d0fb7baf55f53a0dfa862d71a..8a97e25bd4dd7366655332081c2189a1f6d55b93 100644 (file)
@@ -2,13 +2,7 @@
   Null instance of Platform Sec Lib.\r
 \r
   Copyright (c) 2014, 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 909285f2e7351a1276f3946fb85b981c318cdf54..b789b27f4c7f479ab5b2f724ed79589c012217ff 100644 (file)
@@ -2,12 +2,7 @@
 #\r
 #  Copyright (c) 2014, 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 7a7931bebf3ab4efdebd9e4f0c5c05dbec75218e..2b03cfaec9c7a5b90aaba17b577560c9fcbfb39d 100644 (file)
@@ -1,13 +1,7 @@
 /** @file\r
 \r
   Copyright (c) 2014, 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 3d9b1354eaeca5171b0b00a99f0d52f0b730b40c..578066d98f0db3808af8ed9fd023bccdf20f62a1 100644 (file)
@@ -2,12 +2,7 @@
 #\r
 #  Copyright (c) 2014, 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 703b38b52e257a257a6c18204e4e96dc978ff3b2..2546a09a1aa32073b9490436e7b9c52fd164083e 100644 (file)
@@ -1,13 +1,7 @@
 ;------------------------------------------------------------------------------\r
 ;\r
 ; Copyright (c) 2014, 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
 ; Module Name:\r
 ;\r
index 296c47eb1d0ea8604955d37caddc67706197fb09..23295587b4b35817cae9200be0479ce3ff22f737 100644 (file)
@@ -1,13 +1,7 @@
 ;------------------------------------------------------------------------------\r
 ;\r
 ; Copyright (c) 2014, 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
 ; Module Name:\r
 ;\r
index 59350344b4de3648d4484e16a3cfdd4966d7b90f..3d34c62ea408b3e0f52b3d87163abc70986bf0b3 100644 (file)
@@ -1,13 +1,7 @@
 ;------------------------------------------------------------------------------\r
 ;\r
 ; Copyright (c) 2014, 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
 ; Module Name:\r
 ;\r
index f8a318252ee3bd3836e98760691e60fab81c51b3..b7026c433fe5b1ed47abf47a0080adeed6ff4078 100644 (file)
@@ -1,13 +1,7 @@
 ;------------------------------------------------------------------------------\r
 ;\r
 ; Copyright (c) 2014, 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
 ; Module Name:\r
 ;\r
index 950b3a1f0aab8a692e420509787f424af72dacc4..9bd29ce0f4d52aef0b0da1d560bc87f6ad5be7e7 100644 (file)
@@ -1,13 +1,7 @@
 #------------------------------------------------------------------------------\r
 #\r
 # Copyright (c) 2014, 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
 # Abstract:\r
 #\r
index f96a55f04066588a11882793ca3253af353ac162..95e56cec9b23486103dc98cc0d7472f9a3469023 100644 (file)
@@ -1,13 +1,7 @@
 ;------------------------------------------------------------------------------\r
 ;\r
 ; Copyright (c) 2014, 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
 ; Abstract:\r
 ;\r
index c54b8aff82ee055ed3fcdd3a291ec7bffa70fd17..d4e1c2a42542ebd4121c8368863496fa91895f88 100644 (file)
@@ -3,13 +3,7 @@
   This file contains the main entrypoint of the PEIM.\r
 \r
   Copyright (c) 2014, 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 6f84f505c00a19b0404d58c7da145d82f9bbe4b7..382e617b2725d0eaf6965cd6bc7d2d0402f63292 100644 (file)
@@ -3,13 +3,7 @@
   This file contains the main entrypoint of the PEIM.\r
 \r
   Copyright (c) 2014, 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 ce7a9594c2d741c4d52ecb6b2310df03d970d814..c5c22a29c277e4abc6e993379ae3d85e427ec58f 100644 (file)
@@ -1,13 +1,7 @@
 /** @file\r
 \r
   Copyright (c) 2014, 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 50e5cb2670f4c0302144975a13efc2151c929563..a1ba35d47d65b2f1da708941e38de7bff2e5046e 100644 (file)
@@ -1,13 +1,7 @@
 /** @file\r
 \r
   Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials are licensed and\r
-  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 392bd2132d2bed84620589843fc4217376334563..33734e3111b5e61fefd7f67d7cf58df27c01f3ab 100644 (file)
@@ -2,13 +2,7 @@
   Calling Fsp Apis in SEC\r
 \r
   Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials are licensed and made\r
-  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 72488f8087af5f60af1b950d0ac6b29ff8404ba6..8dd1367980e8ad3dd2e05ab583c264933e206993 100644 (file)
@@ -2,13 +2,7 @@
   C functions in SEC\r
 \r
   Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials are licensed and made\r
-  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 c3ba557a74123a78f420d364c512e26dbafba5e0..2a9ab1712072b00bfc0ca0773943f0c066294bd9 100644 (file)
@@ -3,13 +3,7 @@
   This file contains the main entrypoint of the PEIM.\r
 \r
   Copyright (c) 2014, 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 5d8aa8065db6cfc2ea4c1795494e379487a29ca3..11832bd295e125cbc9019f9fc8f11e85a2125bf1 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index bf0cc3cb31d9c3159f4576a6eeb13f2ab1da03cf..397c2ce2a9ea0c8aa99f8437519d876a03153f59 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index ad039fb19bc22951c4791964b75a87a2367eb246..d3b9145db01cddbe8be520c19ff8e8ed31536a4c 100644 (file)
@@ -4,13 +4,8 @@
 \r
 Copyright (c) 2006  - 2015, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index e8e6411fe481715413b98c9d9c70915e4c6408ce..670db13465536a0ed36a3e06740d75e2fa8c6f58 100644 (file)
@@ -3,13 +3,8 @@
 #\r
 # Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 89b9410424201b94c0dc04a4225cce667b52adef..aa4fab013da9d96d04851191f2fda9e2336bf9eb 100644 (file)
@@ -6,13 +6,8 @@
 \r
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index cfdb92c5bcb7dbeb4eaee37ab672814d149b827a..89e0212f9838d8922345244431fa63487ffabe36 100644 (file)
@@ -3,13 +3,8 @@
 \r
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 3b45aa2001af9b30360663574ab84ccc79ad42dc..32aa216728fbfdd42706d78d429fbc1ce29b29cf 100644 (file)
@@ -6,13 +6,8 @@
 \r
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 540e9f4ad5e02bcb5392a3ce4ecf99ee7b949daa..d1360bb90d0ae20d4378476e69e08615590a531c 100644 (file)
@@ -6,13 +6,8 @@
 \r
 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 718ae0bbb2045d7039918e53f7c806e92efbbcb4..4e33c3b9fb3ca4295cded5e8f17e1ecb0eebcd78 100644 (file)
@@ -3,13 +3,8 @@
 #\r
 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 5660e0b78f03f7a5e3b05e5e5c2f1766a89a36bd..236e487111e46d01c5d3f5a94ef0a16cdbe27c06 100644 (file)
@@ -4,13 +4,8 @@
 \r
 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved. <BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 22a4bdcdd4922c12e51a12b099a362a2b78e2de4..e46c65c3fcb0e7541999da12ff31822bedf46269 100644 (file)
@@ -5,13 +5,8 @@
 \r
 Copyright (c) 2010  - 2014, Intel Corporation. All rights reserved. <BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index a34028f5dad773cdc0d79276e95e887f8b4fdcc4..9edb1bcaf0976f225cf7e16037cfafa5fded023b 100644 (file)
@@ -5,13 +5,8 @@
 \r
 Copyright (c) 2010  - 2014, Intel Corporation. All rights reserved. <BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index a588dc13e76033cccd80c63f781a2de55be34aeb..aa2b63fe138bc60afb04ccb4843bebafa11821ec 100644 (file)
@@ -3,13 +3,8 @@
 #\r
 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index c70b3959560041b13b6044f70d16842ade1548d7..3b0f00198bedd5918449580a8fbd11df0819e1d0 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index baf9b2905ab2b3b87b2e504089395b238cc9cc18..31ccfe6d5fca7ddca49123069399b636e5fe9a17 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 04b540580616374b7416cd4d50495857f68200c7..eab47b28d921f426824056206cfd40a33d3a0068 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 @file\r
index 50562dc660aa88dab315ac983873623d0f9b1a9f..c195dee773894636cb48fe3dd965bf372f6d1b1b 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 59d1b923550e79f07f2b9a2ec6dd004b7e4abacd..5d733a02401570af3712fd602949616c6beeaa89 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 663b26d4da06f60fe17cb3e5885a67b79627fb21..7320bf6cfe9f15cce3a7b6b3e873ea8461f282e8 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 54df0b5b3132bfeeb42b847dea410b799f1eded9..f0459545e4eab0c69e261dea45194b6eecd987d3 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 15914b883ec023615f02cd392d3c745c9fee9ea4..e86fc852fcdcc0d6e20238ecb4221cecbee6f0d0 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 11bb98bb742e14acf6844dcdedfc9d7d450fcf87..ae3c2d9aea70106b979b2086389bdf3f1a3ba926 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 31fa3e0511f8487a6705ff6840f74ee607b00b06..e00e582ce1ee1e303066703c5196794024228d95 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 061ded0f7af9860f98cf60f956f148baf30a84a7..fd524b8ce58e4f0453c173bb756870c491ae78e4 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index cfb2228e2c7d7978e65859b8f87331da14514209..3cd6c843b19676ca76e9bf490358c0486555995d 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index fa8988b364c8b65bfc3987e5e6f8589df4ac6ee8..7e3b9656665825b6ac1d1e0e7c3c3996abf93fad 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 3e02fd49ccb6733fd4271b23f49954183632f1a0..e7bd29e6e49fb204b5d520a403616450ec94d9e5 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 6780b3f9240d05aa7b184e8932e28a8288879e33..0fe759a16efae702bd1ae749b912998ab983e651 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 3e65ae659b1d99a8a7ec395a6ed6f1a0e3412ead..e7bbcf67c90fe242a23cb4967b07127669ee7931 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 775f71081c5c2153ef0dba17ee4b6319ae31240b..46c45b030317c02754218869a7d7b57d4f128eca 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index ec9db671994f23a6b486eb67d6e272b63704018c..f1756662bd545682833a0302d7c8e5bc340b9fab 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 50282ea2a877fe3ed858e5c002d1058893e9bbd3..cac31e2a40a35f9f6c2e38950b84e635b5d65bb8 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index b058e3ceb50c0d60cd45f9453e06c7620825781a..19eee2b729017f47a40d83714c597ced30e6f36b 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index b37be5ca6f145f131245acec1d946cfd8b500fb6..32f121892b747cdb5a38e789e217fecd32c4229b 100644 (file)
@@ -3,19 +3,7 @@
   Copyright (c) 2004  - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-\r
-  The full text of the license may be found at\r
-\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-\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 10ada915b1169b556d542f07d893022cf3ffda19..e448ee97963ff7a89a1a54c68034737c77f3b8e4 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index aa20539570c1bfa3b9c41c436da679c8f7a9ade6..484b3582647684186a762235627faf9965cbd380 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 761578106c0912963f09c86b32d44ac323b003a6..78c78319ce7298fcefa20c512a5e36e0c5ae41d2 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 796c64c9a1e73a8199a54b64dd693d1d41a356c6..915f8b39d9f6e0b7bf90c70656cf7e48f1f92f22 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 06977b640aae17a81e580522201c3010553cc4d4..a92a27cade3367fb7d38ba282ee8cfb8db6dd510 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 20c70527d8c385c89793d82f98ef741befece54a..a54ac11162601338902610f41a6c75d1a9259894 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index bddc1f89b3d0021cbd49721bd8acd313a13ca5d1..43c5e88586599fd99a75371864b6c6cc6a8884fb 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 893d88519c8248c077d0eac100c2c04f9763dba0..672c2b45f95da66384d3913ccbb7b303e52a923b 100644 (file)
@@ -3,13 +3,7 @@
   \r
   Copyright (c) 2004  - 2015, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  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 b1f91471f0b1e87729b1723b70fa157f83d4e7ef..7eea7e1d292afd33b58c80778824df9e3c4110b4 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index f52352f812eaaae1f73669faf0ae66a4230dab35..9975faeac8020dc907be3cae97ce24545fba3bbd 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 3ff3fb1852c2f86229669ee485f1bae3f2211ec4..06dab3016bc3033b0942fa330dac1fbf24c7c042 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 --*/\r
index 2352514090fe9a8beb086f376cc2247c4a58283e..c3235afa90c04d1f867d66238b92a139e0312039 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 --*/\r
index c86569933eda58ee5f4f7ea991525b7dd0be6679..335660cd4c1effe59ac9d74d9b48aec46f330fdc 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 **/\r
 \r
index 364dc87679d37fe957a9e12d13c60d12fd20ca19..49baffdcc56617c1ce712123d05eb68874360779 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 4af713e4f95a711b0c32c39f1fb6750497c98010..c52417f00fd20df7d75905d866eac07511dc0cc5 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 50dfc7003c1cb5349330388cc5dde891764e53a9..2751a27d2daee2f62d6c11a7bff1936bbe133d21 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 39461a2cc433494f8f22bc3475a182cce1368ccf..dc9dc49e7488eb660e10d4f7b64beb198d7e2072 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index fa651f595bde52705c8612bb540dd8f8b13eb7e2..4d1932febd55ea9d9ec403a7a3a91c17f0b969b6 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 5335ab95be2911782c95e5bb783abc9c1b4e0088..812077ce144f0bd60e673adb626f68df6696ecb8 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index edff69d194c6a852946acfcf6016f3d70153f46d..a64cda07990ef0a05b3888cd5ba3c9ca9de38ab0 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 1999  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index fc4744822fd231a3919c2bde9330db513cf3b1f9..353c80b629488373061329f6f736f11bc78ce605 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 8511b4c93564ea733bb95b9932c60131ecc1c9da..1c9b2b9ea17dd0ad6c6655458e1be6e100ac8046 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 2dfdafbd6f1516f1f5f19b8ae545f8acf7b817b0..b8c817e4ca0bab28517dd5a9785f165e6757b0c5 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index dc6468a045fdb7231257d3df71deaac9f059184c..54485661169aac1db5f5f2c572fc79d55081622f 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
   Define APIs to retrieve USB Host Controller Info such as controller type and\r
index 87c1c37686d7b5e449de43627b6590af42e349fd..daf5d22d7190f6fb46232e17a04c8896269c27a6 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index e71778f83328c61844c44cd61c81a3fe12e563e3..9b7418084520b32958b6cfd7185495710b2dad42 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index e4cbd4a59aa0767b0756842a92d914dea18fd492..e2683b2e5bc0ccaae8aa6992bdd5c91c2b956c13 100644 (file)
@@ -3,19 +3,7 @@
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>\r
 \r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-\r
-  The full text of the license may be found at\r
-\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-\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 75c707162f3228270fc6d16cf791aa5a94d27543..71fe6275eea31a5d92cc704d6da51cca715bce40 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 14a0b7079e52dbea5765fdf30e2d7b61b4445035..9ec5e1473b046569ba3f5063b20cad5b46192289 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index d32837a9219bd6f3c2975ac9054d1a0968a352e0..b321a026b2a0568c1cbbab46156709b48d8b58b3 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 0fcadd5d2e62c01712e4d9e6804d18a9c98daeb8..1cfca218bd4f92b9fd7f67859e9599faadb8c6a1 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 3395043d3e07cb6d26e84f16d0e6bdfc5f079869..1d94ee41064b04fb87eefab952a1caf7e016008c 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index f239b5ec2fd6898f4dcf839bcc2bba73a0d21e5a..5ca47b2c7fc526208cf3bfb4a4d7b261f865f3ba 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index ba094ff80783f949ec5510a5841ae17e54ca79fb..64cb2b73988845a78b493dcabadf0b95fc6f9464 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index d7b54bedf9766ae4c34123c0a3ffe795b90bfa6d..62d026f133473079dfe9e2ecd07b1187483e0fe7 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 4c897da3821823f25959df60bb7c6c34b43c9e60..1b2459e54ad7b415f3b5a88d0ed1376ba152a8f9 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 6848f52f06447b445d292c86eb4369a706f08d43..3c0eb5201a22b88ea3c61fe311291e83f4a43a97 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 31af6dd4ca6c7f4d9833337fbb85879438e9fd16..bc5571e6d58bfa7f6c324a1aba96b1eb05103992 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index f0d021bd708cafc636fec58d71da93e55ab82bc1..ef2ad3d5582f03e72623e628f622ec66f3649770 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 --*/\r
index 45add2b4219bdf354d459697d67dd262f70f94fb..a8b6900d16e27c8b793ce5cd8baa8094b8caa40d 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 87fb5237a87933402359c9eaa22c3db0f7fb1ba9..6892106a363a0d6b9ec66672ffee3c937a1383b2 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index e677be3756f2dfa3ea419f4bdb93de0cab8aa87c..ac051d1759084df88c7fecea1dbca33892af5fdf 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index f76d63286f2b464ae6a63b5ec1368ed7069b2af2..9bffcad24e0fba791cb5d2af49210db74d111fc6 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index d8047d408b404a77ccdd2b5b3a1d9757dfa0a254..bda47c359dbc42bace1f615a5ea5fb28f515bf2a 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 8ce084867dff37182034819f4f63e0563692761b..415e53daf29a36d17ddc4553a4ef4c0025c5a570 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 31ac22ea5065d8a2ef351d19e5b7154f6aaf31d8..16e9f9c6bc778b0e770df08f806eba3e65d81da8 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 8e500935d075da668444718a9970ffadc5598d42..5c0ffa30270ba6f21a547e7ec8ba30ea5c8e16f9 100644 (file)
@@ -1,12 +1,6 @@
 /** \r
   Copyright (c) 2009 - 2013, 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
 Module Name:\r
index f0ec67c08e3f2d99d399eafc80bdc36d8dcba168..53abd1d3a62fdf7d79f975c7e77e034092eabfa6 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 01897b347ce4670f4afc7205f0068a0539136b91..3f0e20c7a8a21d3000edee9e0907c2e55d70a12c 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2011  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 59058febacb61f34debe16d1a4698c566f022bed..3e53680d08cd776d01a075c9c4c063bc3f6f08b5 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c)  2010  - 2014, Intel Corporation. All rights reserved\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 \r
 #\r
index 11dff9ff6858e47ab8e86db393db55623a6ca2ea..c9f0a434ace844984c1d46abd47ce86f18c2e5be 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 4d3f1e6982f753be77ee775f444eee8c6f055906..935f11e87136b47364f602f041bbc719a5d74a61 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index b0c5b2898df002074d59c1a63fcee0f1a8fd6a19..ba1bd448c0860a67257cf60c6c8ec9d417b68603 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 2abef79be164170123ea5da911caf5e6b4ad1c8d..3fdf16f8eeb00378653d26e57a7672b358385da9 100644 (file)
@@ -8,13 +8,8 @@
 ;\r
 ; Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 ;                                                                                  \r\r
-; This program and the accompanying materials are licensed and made available under\r\r
-; the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-; The full text of the license may be found at                                     \r\r
-; http://opensource.org/licenses/bsd-license.php.                                  \r\r
-;                                                                                  \r\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 ;                                                                                  \r\r
 ;\r
 \r
index aa1871850cf40b49de479a2df45d4bd1aa8c8603..cb8de2f9c73e5dd214f9596a508a4765784c576d 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 1eab73d17e2665df57a23614c11939fd0eafb6b9..3a8d6e6bc50b0cd30b094a3c0182f6f38199f3fb 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index d9211321378faa98e28d62bd8e43ff782ef0d2da..44aae7de644be38bf2aff54d05ebeed29353fa90 100644 (file)
@@ -11,13 +11,8 @@ TITLE   Cpu.asm: Assembly code for the x64 resources
 ;\r
 ; Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 ;                                                                                  \r\r
-; This program and the accompanying materials are licensed and made available under\r\r
-; the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-; The full text of the license may be found at                                     \r\r
-; http://opensource.org/licenses/bsd-license.php.                                  \r\r
-;                                                                                  \r\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 ;                                                                                  \r\r
 ;\r
 ;\r
index fa94cc74e8630c35557232101a20b61380950050..b7d896d9fdb4b1fff85f8c76cccfefe39f9e7f9c 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 7e23d1bf7cce8cda27faaf558d359fc004f40ee2..9cb8841d65e94922ad6f66b3d588ab56147952e8 100644 (file)
@@ -4,13 +4,8 @@
 #\r
 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 \r
 #\r
index 392ad1c14b7c459571382ff2fe6c20ab36ad4b31..558763fa988498064650b7b9f0f20f7a6268bda8 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  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 3331432b68e69ca96f3af333dc22da445a46ffb3..4ef48cc12b657becf4bcf3bafef159061cb64132 100644 (file)
@@ -2,13 +2,7 @@
 #\r
 # Copyright (c)  1999  - 2016, Intel Corporation. All rights reserved\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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 16010998e4e5f62703aa6a6650a3153eb0f782ed..cf4677ed888d126f69d6f43ad894098b6b785838 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  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 1260d0addccc7c78f18654d899d08dc1c9a979bd..2237e95781aabf0440ea105c02fdca0e40a400b5 100644 (file)
@@ -2,13 +2,7 @@
 #\r
 # Copyright (c)  1999  - 2016, Intel Corporation. All rights reserved\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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 842f0ce59c7361dea139457068050717adac8ad0..df395fbc0336a716078d85cf80ac29303895381a 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  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 954aadc17472933fb0f939811db8ed6503d67531..c20ee6e37282d1faea5903c52da71939cb5b6b00 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  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 3e653816acf68048dfb99ce763fffd16320eed1f..85f066a9e3fb04a9e245e184b6ca3581f329b25c 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 32959d9bd5e911549bbeb952d5ae68ac428ebe5a..d669a4eaf809d66f677a8e7777e74d08eedf1128 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 #  Copyright (c) 2010 - 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 dee286ba05089034191bcf3f9eff306365e2db94..104c2ded43529c8e1d7af8d07c8348d203047f96 100644 (file)
@@ -3,13 +3,7 @@
   \r
   Copyright (c) 2004  - 2015, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  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 55ba3ff6e2bc7545f65a0a39dac060e50e5584d4..cd10f1de93e049312d3daa3cbe81a205744ba4d0 100644 (file)
@@ -3,12 +3,7 @@
 #\r
 #  Copyright (c) 2010 - 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
-#  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 443d57eddf88471287178c12512eded624d7a38b..57455162f6862f96afc9252fe2e3d529f2b202f8 100644 (file)
@@ -3,13 +3,7 @@
   \r
   Copyright (c) 2004  - 2015, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  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 27ec57322cea9bf2e5bd2996207a4d65798ffb20..bf6ef4c747036bba6f63cd26238f549b2abca6aa 100644 (file)
@@ -3,13 +3,7 @@
   \r
   Copyright (c) 2011  - 2015, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  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 3fedc33d9e28831a995ef5d0e9b5bfe25584200e..d5f8dfd012825ae14f53227260726836017d90f3 100644 (file)
@@ -3,13 +3,7 @@
   \r
   Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  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 44597f3f6b6def40b1a5f49c639108f2a55d11e0..604f1f67c58190c6e929cdfa619c69ad2a2cf61f 100644 (file)
@@ -2,13 +2,7 @@
   MicroSecondDelay implementation of ACPI Timer.\r
 \r
   Copyright (c) 2006 - 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 38e67bbd53ade94f8408fa7abd6e08384308e29d..6a37dbec1d4ba49cec98ae907f1735cb21735fe9 100644 (file)
@@ -2,13 +2,7 @@
   Functions for access I2C MMIO register.\r
 \r
   Copyright (c) 2006 - 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 c82181af6e6feca6ef60e8e98ede96acbba455b5..b68bc1ed09ac409a8104a0da9e4e925e8f32b071 100644 (file)
@@ -2,13 +2,7 @@
   Functions for access I2C MMIO register.\r
 \r
   Copyright (c) 2006 - 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 006472ed8fda97321b1cf95380781e5b03ff3114..dd5cceb70d91d4441467fb04e6eea65592d56e16 100644 (file)
@@ -2,13 +2,7 @@
   I2C PEI Lib Instance.\r
 \r
   Copyright (c) 1999- 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 076d2a28be837ee5e69977a071061acb1400af20..47536aebf72df802c77d6f76bd2d1d822caeb496 100644 (file)
@@ -2,13 +2,7 @@
   I2C PEI Lib Instance.\r
 \r
   Copyright (c) 1999- 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 3120f1dff25611a716140d60ec7972f49b1062b2..a78212a0e73881e4f9205e59c25b207f095fafdf 100644 (file)
@@ -3,12 +3,7 @@
 #\r
 #  Copyright (c) 2010 - 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
-#  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 213940e23147de0ac5f24b15af251bef5762a67f..794c9178f1fab3983216411be0057f7407bd4779 100644 (file)
@@ -5,13 +5,8 @@
 \r
   Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 09c42a4914e5bc8782677d98a99560c93ce43c7f..af44c6bd274a89a72a115646decec4617d768ca8 100644 (file)
@@ -3,13 +3,8 @@
 \r
 Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index b71650a042547fd6d8fc3a7ab2f4c764dbab3666..f30d70e01fff960b6e20b6a8ae6e253bc1d06e97 100644 (file)
@@ -5,13 +5,8 @@
 #  so it could be used by any types of drivers, including SMM drivers and Runtime drivers.\r
 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 99d750a2a875df07fd2acb6173abecaa6533b5c5..919032c2dfb3574ecee82b1102a25141c08f9cfe 100644 (file)
@@ -3,13 +3,8 @@
 \r
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 4ec5b881ab87bcb44d5d859c51c46701e82495df..e153933d72a62b2bb0ae482d5a0093e33f3e13c6 100644 (file)
@@ -5,13 +5,8 @@
 \r
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 **/\r
 \r
index 5209a74d71881d57176c80e64f605f95e483353f..5790d045fc23b3a911c322cfb1b297c3ebdface1 100644 (file)
@@ -3,13 +3,8 @@
 \r
   Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index d8cd98e688487b5a0a4859ce4acf410ce0f11f59..0e19819b22f6413ff1272f02ed735dd06606706e 100644 (file)
@@ -5,13 +5,8 @@
 \r
   Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 **/\r
 \r
index 6862c63c5dc98d0443fac9becee8ed6c10e39a4b..67f5e24edee44cc3b475674c3954ec3a94cff569 100644 (file)
@@ -3,13 +3,8 @@
 \r
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index e93d55cd3d951297063585ae261a18874dcc3f59..7c1fc8890996246f804427153ca96756dccd9b63 100644 (file)
@@ -5,13 +5,8 @@
 \r
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 **/\r
 \r
index aec439165bb120c402656a3125e9e3c12840074d..bb3f4c0a33eb9037f91efe61dae07cba2044bf41 100644 (file)
@@ -3,13 +3,8 @@
 \r
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index d8da53f111895256d39db5c5f003c17029d054f2..3598a21a61957f884d18bfa88b32e88e77e4554e 100644 (file)
@@ -5,13 +5,8 @@
 \r
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 **/\r
 \r
index 768879246d628aa40a2d02228d04ff5bd9edb813..77764945c3fdfe87a235ba12a9b174df261b99f2 100644 (file)
@@ -3,13 +3,8 @@
 \r
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index b22c03c8048337e03ee74fe7e7b04853578c387e..6a9995c34c5e9f7a2c176883d2e76de0d77a1c77 100644 (file)
@@ -5,13 +5,8 @@
 \r
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 **/\r
 \r
index dedcbe4d295cd93f4c09d541aae106e684ea2a0a..d24e90c7f41cf8629bfbc9cda6735ec35f88bb6f 100644 (file)
@@ -3,13 +3,8 @@
 \r
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index a1fe9d43560a25a9c85155ccb000800233a7f23d..807ca20acb596a904a0076904dcbb430278b93c7 100644 (file)
@@ -5,13 +5,8 @@
 \r
   Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 **/\r
 \r
index 5437843e69af3c0dc917c8cba8b47036161a976a..758e47ca70a9f467bda6526cd996131d139a2a01 100644 (file)
@@ -2,13 +2,7 @@
 #
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
 #                                                                                  \r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r
-# The full text of the license may be found at                                     
-# 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
 #
 #
index 9d77e86678fe699ad3c42ac83b694666f811c756..efa3619a76c9bda5c3672560faa6c41d449f78e6 100644 (file)
@@ -3,13 +3,8 @@
 \r
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 48386cb2d4780e0a1dafa66aed677c0a0f609e10..6b5cc2861cdb124e75977f252eb75a99721a456e 100644 (file)
@@ -4,13 +4,8 @@
 #\r
 #  Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #  Module Name:\r
index a509b07c69aab34bb2218fd945d057abd357cbf1..c31fd754cb7c46e1895688b82f2274f3f628073f 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
   @file\r
index 74649003d7e774cdcaca04ac0b1b92035c711f15..da1f77f680b6be2b75399136681baad8b25c98c1 100644 (file)
@@ -4,13 +4,8 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
   @file\r
index aefb5c2b6d7563ebe7056478d27c5a65b4db1607..e0a1f3a0f74ec4db1fc87e16cf53f0dad5fd1f68 100644 (file)
@@ -5,13 +5,8 @@
 \r
   Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 **/\r
 \r
index d4a90ee02d7b68209226fe2b54ac57460c61e295..2b0aacaccf04b774625207170b516c8aae339aca 100644 (file)
@@ -3,13 +3,8 @@
 \r
   Copyright (c) 2007  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 6590ddd036c33c40222335fbfc77056e460b6f30..9d4823d4881763998b7412cf11fe7105adc8f790 100644 (file)
@@ -5,13 +5,8 @@
 #  access SMM power management registers.\r
 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index c25e1d301a342704660bf58abff04e2afe8f56ad..0f0e15c64af33e7ae1b51dd95002c1fa15291baa 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2004  - 2018, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  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 807094fcde965d4b4134d10509ba053f56a455e0..b5bb5197473f321aa6f76cc17d6f4c2a64d3ef57 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index ecb3fb92c1bd7ca445e075180c840ed2134cc20d..5831569fae05ce3e6fbb58117462d48499b3140e 100644 (file)
@@ -3,13 +3,8 @@
 #\r
 # Copyright (c) 2008  - 2016, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 53266853fa731cffc319a02d007c9d0a07fca78e..101106f9f44b32da957b188b2955e546ae5ded42 100644 (file)
@@ -3,13 +3,7 @@
 //  String definitions for Boot Option description.\r
 //  \r
 //  Copyright (c) 2010 - 2011, 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 45bd32d05d3ab395901a0412ed9075c9042c5173..9dff93f52b4eac282d39cf5a118683e3f230009c 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 10d0573bf34e18154bc6e18831c8c6cbd84b326f..2a02cabcaf810a75b6c160788e0ddde4c1e062d5 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index af91a298e50da0a5b0cfe7acf0d4be47a466de51..c5d8b66591680ddb5a905f00049c63342be91b4f 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 747b6a9dfa16cf584681228c526b9042cea18ed0..b99c3b0122cfc859067501a909ae60ba9c69e29c 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index f99fc41b3fa244becbd72664b375b052cdccc35a..ddd97c5ad9f5a981473813b3d4c203d62771b959 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 55e48bdadf737b0183f2eb2fc570944c245cb0aa..1cd6f80891b922576e7f51986033353a9debc0dd 100644 (file)
@@ -1,13 +1,8 @@
 /** @file\r
 \r
   Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 7e2e27d2eb6df0ce7a14e45103062b85ee0c0e7c..db1a92b34e881ac9c84ab4e9f0df8f55ff80a265 100644 (file)
@@ -5,13 +5,8 @@
 #  access a standard SMBUS host controller.\r
 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 8c9c9a810fde68061f10c9147ac5bdc56eb3ef6e..fe47e8f68d78a32ed27e48a714830cd0248af921 100644 (file)
@@ -3,13 +3,7 @@
 
   Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  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.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 **/
 
index db27d4e027a9b1735cba95b1f7514ee525c13df2..f6012593d093b4cc75ad927030957498f661ca0d 100644 (file)
@@ -3,13 +3,7 @@
 
   Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  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.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 **/
 
index 9457722d9a43685bd8609318aa08d96d55984d04..0e7a6d3cfc6dddabdd7a10206bcff2990eafcbfb 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 78a380aff96f729d4a443ac6b6b5638341b90241..d9d48539dc0378adcaa9db157573e1e786f29e85 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 6074880af5b81f7b2892cda8f9084423d183a0bf..06fa19b93d9e3ac6b246f5bdd6523870a886eff2 100644 (file)
@@ -3,13 +3,7 @@
 
   Copyright (c) 2012  - 2017, Intel Corporation. All rights reserved.<BR>
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  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.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 **/
 
index 430672fa7d3178ebf75c9e362e0a60694b53ef41..d34dd942d35ba2660e7bf2f9dadd285769a866a1 100644 (file)
@@ -5,13 +5,8 @@
 \r
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 **/\r
 \r
index 8ca472da9b0a261d4c7bda8b85d65184370f574e..4052724812d6b188456cb5d71452f6662b9ce75a 100644 (file)
@@ -3,13 +3,8 @@
 \r
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 20c8818ad5b983235087f0287a353f3db3a4f9cb..b13e3de0cc3d3077f88d7b94efef0a2c8b7627d1 100644 (file)
@@ -5,13 +5,8 @@
 #  access a standard SMBUS host controller.\r
 # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 80fa8173b7081589b452cb39f385d8933777a964..062994f088c253b83da4c17589d2d2af39e69c1b 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 0bb4507c4c97f42a5fc25da1bff12cb0006e72f2..703ea3238ca5a37c2f8a258b1aba46e5e607207d 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 \r
 #\r
index ac8ae51edb14687428d8838195e4c05d9b051d13..ad3d201e07d15e92e57415b6c02c4992a3314e7b 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2015, Intel Corporation. All rights reserved\r
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  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 d303427ed8de53e55a913134f449c155a2575f10..9ee91527c1c45418f28086d4910719e6756d0a47 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution. \r
-# 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 7386ea46464a8ce86a07b4e1474ee39ceffee72d..12717a5f691da8bf0b54f57f57c2cb4edc19aef9 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2015, Intel Corporation. All rights reserved\r
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  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 adab4fc87c731b2a93b5552eb5d5e57a7896828d..a9b29485978d5813a6863efdcf45638961928fc2 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution. \r
-# 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 5cae2f29f33a3681b6763871bd2ffc1958b23323..b1fb4adb343ca34246f4404c441d6923eac88395 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index b9c32da1f295096c7cc597d3a4d9fb3197f046bf..9599eca702726fd617c896640e906825208f825a 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 85237bd986f0ce3aa7614c7bf58d1dc0ac751fef..173370d652c7ab53f9d0aa2057db278bb3dfe8ce 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 \r
index a18fef233a659a6e834144ea4bc8e83fcb0eacc6..1d396ffde2e44dd5bfff4a4ddd71f93ec780212c 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 80a05b9bd1909d31fd724d16cbd75a3dc830ae15..8283483ff8a8879c2826217bba33e74685b6cea4 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 65fd3deda44b7f3880139c9d76fdea1acbfcf499..0b256093a6f2da64104ee28eb5bb0e2a6b8108a3 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 36cbb83d2c35628320495f4cbbd418abe980451e..f1be5b8d6c315aff17a62ba6baf7dc30b5e747c6 100644 (file)
@@ -2,13 +2,7 @@
 #
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
 #                                                                                  \r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r
-# 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
 #
 #  Module Name:
index b73026733b79424c3ccaec177e89a20a5fa55656..92dbef551e68d35e7dabc138976f9ac714ead69f 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 3927cda059aa1b73a452d554d6786e003e5cd8d0..a1abddc512fba3a92fd116482a903409cc1a76a0 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index b83c71fbf0f1d4391456b47e23eba8fa111c1ca3..42b7c9a2c8965472f696f64e12d885af261489e1 100644 (file)
@@ -2,13 +2,7 @@
 
   Copyright (c) 2004  - 2017, Intel Corporation. All rights reserved.<BR>
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  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
 
 Module Name:
index 282ab8e5b0ec49b3a4b6a4d6c098078f47415049..b875041880854a0c64d53d69f2aea4eeb52e6b8e 100644 (file)
@@ -2,13 +2,7 @@
   BDS Lib functions which relate with create or process the boot option.\r
 \r
 Copyright (c) 2004 - 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 f487aa611a9749db429451ce312a95a02acbf60f..dfeefc01b8e886ceb4ce6b7476dbe176c4c3ff6b 100644 (file)
@@ -2,13 +2,7 @@
   BDS Lib functions which relate with connect the device\r
 \r
 Copyright (c) 2004 - 2013, 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 b8968048f4e2b7963f7debf84c7f8ade4d21f6bf..2fffd9e4bcfa7038afdf00a8bdbf3a277e08dc80 100644 (file)
@@ -2,13 +2,7 @@
   BDS Lib functions which contain all the code to connect console device\r
 \r
 Copyright (c) 2004 - 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 dbb132226f1374108b9c7e92f986758309727c10..313a1ea9f64a103533e9bef25491f8a1aa770353 100644 (file)
@@ -2,13 +2,7 @@
   Misc BDS library function\r
 \r
 Copyright (c) 2004 - 2014, 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 2f22e7df7fd210fd142111bb5ecb921569b8fe61..a0b9da880d772235d06f07d0e2751a2f511066a1 100644 (file)
@@ -3,13 +3,7 @@
   replaced by platform device path.\r
 \r
 Copyright (c) 2004 - 2013, 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 f2bbaf1b1154e578913feba1481fa63232a28f0a..a978b5cbfa9abfcfcdcd6e6e5f7a00d8b0586031 100644 (file)
@@ -7,13 +7,7 @@
 #  3) BDS Misc interfaces for mainting boot variable, ouput string, etc.\r
 #  \r
 #  Copyright (c) 2007 - 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 dae4adf656296a7328b0f115736926126050d381..c853d3409e16120d8694a06919caa3dab4916680 100644 (file)
@@ -8,13 +8,7 @@
 //\r
 // Copyright (c) 2007 - 2014, 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 c423b1fe27fb0df761205de2c393a24789a5f68d..59a75e548b6026dfdf52cf33b88b5045c2139e58 100644 (file)
@@ -3,13 +3,7 @@
 //  String definitions for Boot Option description.\r
 //  \r
 //  Copyright (c) 2010 - 2011, 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 9a2660efd3adbf20524fc1908cc0603687d9dc35..025f06572b5d23e86fe13f5f3efcdee9bef4d0d3 100644 (file)
@@ -2,13 +2,7 @@
   BDS library definition, include the file and data structure\r
 \r
 Copyright (c) 2004 - 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 762871605dac2499e95e58318be7dae51b5df901..f36860d5a164eb581b0cb6e7938cecf34b56c9e2 100644 (file)
@@ -2,13 +2,7 @@
   String support\r
 \r
 Copyright (c) 2010, 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
 #include "String.h"\r
index 13b745de87117fc1fe61efdae95af7270c3cd527..53cabe64a93dd4f9c826b5f97abd803abbe5d3b8 100644 (file)
@@ -2,13 +2,7 @@
   String support\r
 \r
 Copyright (c) 2010, 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 1f2617803e308b141292a986c246950a6616fa7e..0372c175a6ca8bf5d7e388fcdf4f23a08892cc7a 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 27ae9de7a0728bf0890d4507e2cb53ccc9a85bf7..b135e2646c68e17797ba561a07f0ce634058ac86 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 75076449a3e1d199e0e6ee181215280962a964e1..cd846eae75ff186a065b95dcc688c8c9f670c48e 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index ce3140f830dee5003792444782649d3bae8bac32..a0837917d879aa6418eccd35ada7c8e623cca01d 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c)  2003  - 2018, Intel Corporation. All rights reserved\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 \r
 #\r
index 80cda88384e0c3ac92ffe64ee426539c0b8e5ccf..524bb74e2a296572c18ded7ae1aeaaef18c8ea93 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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 a05f6c6e6e3c930544ac2d3e1aa7966c8e9492d0..43dd987eafbdd3a94126a1e1e6f58cfe830efe21 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 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 b7ea8bf839bddd0af1d64354358a3dcd53ae24d3..7917be3d683e61ee3b8558b8e0ab6bae1cd5d6d6 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 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 bd46a13abaec2b5a7a95d1a1c77c5d3a0e1c26a9..d35a15818157bdd121e5c47f55cc43222a7c5d8b 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 3d8803adc23d4cfe3ef267f39b98d37cff22ba25..b13611f4f8b3d42b7511135cd3f68007dbb82d46 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 440df3455a14de6084b1da8770b306b93a0b9f94..f2ade1b1051389c7a7ce5f4e7022fce1c04bdefb 100644 (file)
@@ -2,13 +2,7 @@
 #
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
 #                                                                                  \r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that 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
 
 #
index 47a2d1a29388b814af01398b9a3bc7185f43449f..331d0cbede6aef7297e285da55837cedbde9b33f 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 --*/\r
index 5b6139b2d64407b904803386bcdf17d88659b614..7d774568e32b4b2ea4216c0791c61a8e42c0593c 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index cf9b904b2c63bc5b0f564bc4fb579dfa8ab02f3a..d4bf5df6904dcfe0d9b435bf3cd90569231f8927 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 8240cd87ccf88590a03667a614071c5e4af05868..8068768a3a5a2dfa397cce794c3d5333f68fd313 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index cc6ca3c44aa9cd47dbe2988d551b849a16570e8b..1669f0357f582cd115eb75fe518195f70bbf7094 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 08bdf07e605438f3d2d3284e21ecd8fafb01c6a5..23e03111c9145b4c6cbee779ccc204ae73a8afd4 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 603b44aa82f36296217c41859dd38b15cbe985cd..ad667b0bd887c755a96e6b9044bbed407be4dab2 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 753eb54f22b3edd262bf53dd888579d2c043af26..fc19635f99f7cec606f88bb4a69707108c0ad255 100644 (file)
@@ -3,19 +3,7 @@
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
                                                                                    
 
-  This program and the accompanying materials are licensed and made available under
-
-  the terms and conditions of the BSD License that accompanies this distribution.  
-
-  The full text of the license may be found at                                     
-
-  http://opensource.org/licenses/bsd-license.php.                                  
-
-                                                                                   
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            
-
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
                                                                                    
 
index 4569ce58d98b73b3f2f4ff561f6f4c6d4d1b524d..cac61bffd08593d13857ab2070e86fa8af993392 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 7c21271a09797e9041369a40ad00a9b95002643f..5b7822deda74e07a456f58096984eb92a29a77d6 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 69932223bd20e59d8b585345f2c9a479ce623e39..3b3e4b4c8299cb718e83c033108aa05b6db418d3 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 9ac816dd4078a527d85890e5bcae2d784df8dbe9..09e7fe31132851a326607649d15c90a80723db14 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 207513919538c7d9a412aaf013b38764b2494381..0ab39b78fa7c2c0790d749ef2294e24d891f0c43 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index c67862c081f4a1fade550f6a2287514bc7ff4ed8..af466ce96d67ea6f54d5824c5d52fedceb72dc09 100644 (file)
@@ -8,13 +8,8 @@
 \r
 Copyright (c)  2010  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index a6bc62bb0bd4089e46535c697f94fd2e597b3dfd..f46efe0f1b12d88e0e254d198e463d66efaf783e 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 412e9f180d8d54d6dc676adb860a46668f0536ee..40c0d99392da0437c62c723d7f0d688c7a46f3b2 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 8c2bfff3c432e996340ff15566c032c9ae400a65..582d8627cda306f225cd58c8e84b23a76970b315 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 904a9a5a1fd0f4f83650e1b9f50817cca3ec1325..2a4a0b92e1bfed8552534364f7dda81db10fc235 100644 (file)
@@ -3,19 +3,7 @@
   Copyright (c) 2004  - 2015, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-\r
-  The full text of the license may be found at                                     \r
-\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r
-\r
-                                                                                   \r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r
-\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 ec69e617dccce9193e996540c5dd115d4bd85518..8f5df3257e97391c1e06ddd9445775000169c557 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2004  - 2015, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  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 c19edac2033fb6439044e612d74b9f81d4cc517c..4d1949d05dd9cf4cd26d143bd40ae5ff30937ded 100644 (file)
@@ -2,13 +2,7 @@
 #\r
 #  Copyright (c)  1999  - 2016, Intel Corporation. All rights reserved\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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
 #  Module Name:\r
index caa042ff4feac8cf967eb424c9b2de8847d807e0..f7be59296012ec9952901b0c852d806679bab2c5 100644 (file)
@@ -3,13 +3,7 @@
   \r
   Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  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 27f742b8076a539c76a0b357d1bb2bb2676c279e..5d13e99443a4e711763dd200c695f68d82e63a77 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index da006279ce4e126dd17367b07009c4a428767083..32bee75f95502eba960fd8186da0086815a5d1c2 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index c0c752601f64e4b4c9a62817bd0b465f9f76701d..f9b53ead95312bd158c286cac37832fb266a87c2 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 97380dbaa863e1597dbdb2289e90dc7651c78b0d..738798261bd5a5a73c7bab6a3e90f8812449361b 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 035f7b520f48655dead2fed45f6bdcfb0134cefc..3900603d68e63c203613c0550e67e06e6f60e657 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 --*/\r
index 6fcf93b819e6213f4de4045372431c4c3c7ab361..948793f719eeb2168590c4a5586992615701f011 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 8bdcaee7c9730e71526881b9d11284b453b64923..fc784034cd7b6787113207045e281e1a462d0270 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 717d0c9dd5eb29af73bd5338d1d3e368960a220a..615b32bb08ae8750c360ccd431d9922567f3d8d7 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index e507d498d59bedb5a6bf16b1f58e90efef8284f1..ae3c2bf41b30861e980f8a506f6bd8317f104dc6 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 3b94e3b54f08a80a0594b15fe081211abb91d80d..c906562c7e07ab7d312732c0bae8e962706fd32d 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index f75bacef48ca8e0b3f53c451ed4307744d7b07d6..a3a3d5cbc944eefba5d3f2e54170b151d762c8e9 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index e4dd2d68f0f97780cccfdf0051c176e23e253ac8..3fda6313d0ed852051c40e394169c69d212e6143 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 54ad42bb27a004f873593d89979b5d19ce0f521e..f32eaac4798cc05c1654c8e8f64530243f6ee1ba 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 7ec276b08970ef02e739b75fa241ca55f3a3e0ab..6711f548635913e3d7bfa8a871b68f5fadb82519 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 7f806a7a292d366d755ea71cd40777867586f6e5..dee022bf9b41efec7f3b9136ab6ad6b2b349e3f1 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 4cad67c541af324c50704ab1c22f8fbb0fe6fbec..7d1a20c104f65e3261a0e20cd6333e46cc9c1c05 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 9d9c0e53b69fc89189608e4f68f67fed39344a12..070848ed1e38afd49174e7cc5b778b77f3f99f2b 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 6f37e3b72367921039d7b750c38f5e17af9b0a63..e6189b7713df0da74ea670171c2b8cded18be141 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 670fefc1c36901f5351e73fd4910f99ca6f52f37..38b17156f43187291c39b200d4ae325252eabfbd 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 0db940cb2cd8582fc299d3f6015c08a44f9238a3..a359c959203f26401baf6eced756fc0efc78217a 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 295026df0666f45fefc1a4fa8dd5a10149f37ed2..29749277d77b192e37e739dc1ee6539b929ba0e0 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index f6bb8262bbd49aaba36ea7150f0161996062f3b4..c6948d99d5d58181a06c41bb823245288e2b9a16 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index ad9f9c544c5c6fa8ac586b471a7e638671fe3935..54277b1e8b757e815c513556c1e4e32c42c68f06 100644 (file)
@@ -2,13 +2,7 @@
 #
 # Copyright (c)  1999  - 2016, Intel Corporation. All rights reserved
 #                                                                                  \r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r
-# 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
 #
 #
index c2cffb8be82a83ecf62f33813bfd2f63f1e5a49f..4ffa3a20a27c105bbb41664e4eb805bf52d985e9 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index a29d8c5481195fd60098827b4e8f7ff1745cf46a..53cd2c6c0cb7703109f1df4f8eb3934527e09c86 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 46df63aed778cd6d3841c153a67d234ca33dc957..d9c24c01940b4296a8fd3ede1ded97dd67f1fe62 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 66a6680e9c7a8515dfefb2e35895c22963abcff3..9fdcb620a3bddf9bea70be1bbb1a8add02fc841c 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2018, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 19e26acdcfcd0c510d3ec9fb7950ee691c198318..283993b44c35cfb975643e5adae3223823ff51d3 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 9c769bf42cead41b3736d89f1aa65d3db3b21043..7dcc2c3ce95d6d3a58568b7a3ca4ef2b48b550b0 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index b0ab3e1c98409e7a116f37817fe22a8ee98bffef..cf47a56a5281203c9152b3538ef5f9c3385e675c 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 12e4b658d06d585c5929692a43785630af324b02..4158dd4cf5b29c183ceeed27e0e247d30316347d 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 416be163991b4ac58b30cead8d22178348ffa508..c976273ce3c6e26a237eff62998279327f49f229 100644 (file)
@@ -2,13 +2,7 @@
 #
 # Copyright (c)  1999  - 2018, Intel Corporation. All rights reserved
 #                                                                                  \r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r
-# 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
 #
 # This PEIM includes 3 parts, pre memory initialization, MRC
index 8c2ab99f1c981da32c6b54c3a8776d680ad1143d..5e68f803db544809576d0381629d972048aa148b 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 8fccd7f1b1dd11d6eae28c07ef6dc3e1b8352694..4653f63a66d023f80fe7570b2aeb013d4fa702cc 100644 (file)
@@ -5,19 +5,7 @@
 # Copyright (c) 2009  - 2015, Intel Corporation. All rights reserved.<BR>\r
 #\r
 \r
-# This program and the accompanying materials are licensed and made available under\r
-\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-\r
-# The full text of the license may be found at\r
-\r
-# http://opensource.org/licenses/bsd-license.php.\r
-\r
-#\r
-\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-\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 ccdc76c106ed428212c3769ecef6fc7312e7250e..fc09618ef4dc67fa7a1a2e947e7971a1d81042ea 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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 672853dda6a6bfce737a95c771acaf1be6c26efc..c8e9dd3a53e946e650130ce899fd394b99162378 100644 (file)
@@ -3,13 +3,8 @@
 #\r
 # Copyright (c) 2012  - 2016, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #**/\r
index eeecf9e45be58f508db6d69ce928a5997ced3544..25141eb44bbdfd2dbae79b1fe91133920402a9b3 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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 ac401c48261c47cd15cdc7bea82f92d053cb8001..be97662807460b7c0c331fc6c3b306b59cc43fdf 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2012  - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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 0b5b976d61a8a86042081904b84d13a6e717b533..ab4d7d0d478a3d07ef48257cb288c7a79fa63660 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2012  - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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 1940aead0335fd9e86d98eed55068dd8b674ca90..52765ce5190dd918a2e11f35924a554bb4b276b3 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2012  - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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 c6c15239d4e1cccb9fc860037aad953e6ea3bf01..9c155e5328d4e25b867b137871c56df8f65c1770 100644 (file)
@@ -2,13 +2,8 @@
 //\r
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
 //                                                                                  \r\r
-// This program and the accompanying materials are licensed and made available under\r\r
-// the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-// The full text of the license may be found at                                     \r\r
-// http://opensource.org/licenses/bsd-license.php.                                  \r\r
-//                                                                                  \r\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 //                                                                                  \r\r
 //\r
 //\r
index b4e0e51f15a9ee04ee3b322de56f77d3b94e175e..7d7920c244b1a376329519c00cb9238ee6c4897c 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 7065ffdf605b67935127b27a989de42737b89a32..eea41a520285b747f46ad3afbfec46daaf086662 100644 (file)
@@ -2,13 +2,8 @@
 //\r
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
 //                                                                                  \r\r
-// This program and the accompanying materials are licensed and made available under\r\r
-// the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-// The full text of the license may be found at                                     \r\r
-// http://opensource.org/licenses/bsd-license.php.                                  \r\r
-//                                                                                  \r\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 //                                                                                  \r\r
 //\r
 //\r
index 485ec6f8366e78d74f73888bdbfeda8a25f17254..175ceb1a16c431ed770220bb196300833d7de25d 100644 (file)
@@ -1,12 +1,6 @@
 //\r
 // Copyright (c) 2004 - 2014, 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
 // Module Name:\r
index 24bc29791ca70020512d919fe44b3665b6e40785..6093262e3fd38e89a13271185d98e3d00ef11199 100644 (file)
@@ -2,13 +2,8 @@
 //\r
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
 //                                                                                  \r\r
-// This program and the accompanying materials are licensed and made available under\r\r
-// the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-// The full text of the license may be found at                                     \r\r
-// http://opensource.org/licenses/bsd-license.php.                                  \r\r
-//                                                                                  \r\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 //                                                                                  \r\r
 //\r
 //\r
index 47ede35892dcfa45c7faace6a8aa4b87b9b6f9e7..0bfa3e7cf45eb4271bcb399c63f04600d5f96aef 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index ebe5547902a42d78b02309df042b14c4ceafff88..53372bb922cee1ff5ada792dc964e0c2bae6a8c4 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index b21b8623f90d22f4dcc3bc33108ab2aa9590e0d9..6d7e7c3f6caf08065513e63ddc3be06ab59febe3 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 52470edf6b3019df560c0c140117e044d049b9ca..49669e684dceed54c921602b91205bd6bcafa7a2 100644 (file)
@@ -2,13 +2,8 @@
 //\r
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
 //                                                                                  \r\r
-// This program and the accompanying materials are licensed and made available under\r\r
-// the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-// The full text of the license may be found at                                     \r\r
-// http://opensource.org/licenses/bsd-license.php.                                  \r\r
-//                                                                                  \r\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 //                                                                                  \r\r
 //\r
 //\r
index 9d8d0a0e1695e4fc1a494b91905793e3fa1d949b..a84b425826881cf3845a96eee1309ca8a6ed46df 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index f608651cd4edfaaa26f354ecf51502db7ada224c..c404ada58803af9423a1a41a341c0a0898a45ac0 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index ce93500f6fa504fd0ba6295d5a838010b2d5a9e6..f7ed978c8b5cf32ca4e27139a24bcc72fbc8275a 100644 (file)
@@ -3,19 +3,7 @@
 // Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>\r
 //\r
 \r
-// This program and the accompanying materials are licensed and made available under\r
-\r
-// the terms and conditions of the BSD License that accompanies this distribution.\r
-\r
-// The full text of the license may be found at\r
-\r
-// http://opensource.org/licenses/bsd-license.php.\r
-\r
-//\r
-\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-\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 e21f8803e3c3f0ddfc300e6982cfc17f8691a7bb..96cf470eaf0590fdf17b32241d1ca8aae8bbcecd 100644 (file)
@@ -2,13 +2,8 @@
 //\r
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
 //                                                                                  \r\r
-// This program and the accompanying materials are licensed and made available under\r\r
-// the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-// The full text of the license may be found at                                     \r\r
-// http://opensource.org/licenses/bsd-license.php.                                  \r\r
-//                                                                                  \r\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 //                                                                                  \r\r
 //\r
 //\r
index 8115eb9699caa81c02e612130de4283563b01022..63063a73b2548da1432aa8be1cb3ced50e7fe312 100644 (file)
@@ -2,13 +2,8 @@
 //\r
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
 //                                                                                  \r\r
-// This program and the accompanying materials are licensed and made available under\r\r
-// the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-// The full text of the license may be found at                                     \r\r
-// http://opensource.org/licenses/bsd-license.php.                                  \r\r
-//                                                                                  \r\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 //                                                                                  \r\r
 //\r
 //\r
index 2184a42ea8c49c16724d03400dc434a7eefdc94a..ed6bb3a00ba8f217a672ff3c954c87f7b2d2f66f 100644 (file)
@@ -2,13 +2,8 @@
 //\r
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
 //                                                                                  \r\r
-// This program and the accompanying materials are licensed and made available under\r\r
-// the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-// The full text of the license may be found at                                     \r\r
-// http://opensource.org/licenses/bsd-license.php.                                  \r\r
-//                                                                                  \r\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 //                                                                                  \r\r
 //\r
 //\r
index 4604df4d77c1d0fa865f151a1d673e5bd263d241..504539a02f77a8b5f2ae56bd25dc5aab994e461a 100644 (file)
@@ -1,13 +1,7 @@
 // /** @file\r
 //\r
 // Copyright (c) 2013 - 2016 Intel Corporation. All rights reserved\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 //\r
 // Module Name:\r
index 6922ce2c3f4ba956959806c548cb5eabce222aa9..77976322deee27ae3a87100e4a10feda9faa16c1 100644 (file)
@@ -3,13 +3,8 @@
 //\r
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
 //                                                                                  \r\r
-// This program and the accompanying materials are licensed and made available under\r\r
-// the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-// The full text of the license may be found at                                     \r\r
-// http://opensource.org/licenses/bsd-license.php.                                  \r\r
-//                                                                                  \r\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 //                                                                                  \r\r
 //\r
 //\r
index 284d5befae2a7beffab9cb21b688ffeb75764f94..42c767e30d8b90e077da661d4098bdf278e10a90 100644 (file)
@@ -1,12 +1,6 @@
 // /** @file\r
 // Copyright (c) 2004 - 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
 // Module Name:\r
index 3a5b20a98463b0e06c695717e8ad91e15c7d3ed3..8b46fbdfd19356d1469a72bf2da624218d14463f 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 342661abd687c38239bc56ca0f9c3b147329f1bc..1b7b05d9b3f160da9d2eced53f9dedd877be0dc0 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c)  1999  - 2018, Intel Corporation. All rights reserved\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 8c7112bf0b10297df39c8cd4fa57b276233cd65a..19089233b2e67dc011e2a4197552b968972e92b2 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 0bf76dd37a2e41c2c459dd05fc935deea72934f5..8bf2ebafc154131241c059bb6c91b15e8c8e53fa 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 09a6a8c3b5e178a78290957283f1f03e4f1892ab..26599620ba5a00cd411e659a4fbf7d8285231762 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index e2e4bb6b271373f40cd07f8aed69e9704d0a0af2..d3eca8cdc08431dba93e2ecf1003d9735e945744 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index ec0c0f5c1efc5ec10a39bdccea387de62c1f44e6..28de8457ce82b7227ebd2962807f2acf22b27dc8 100644 (file)
@@ -1,12 +1,6 @@
 /** \r
   Copyright (c) 2009 - 2013, 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
 Module Name:\r
index cc7bed74fd11346b74a80c882dc924bd205dee5a..346bb18724d31d7c67f4fca5a015c30bd0923a32 100644 (file)
@@ -1,12 +1,6 @@
 /** \r
   Copyright (c) 2009 - 2013, 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 5df5e37a285b2eeed7da1a3930d485bd0f30e976..331076a2d4d22304c5bce8e2dd5605949e95655f 100644 (file)
@@ -2,13 +2,7 @@
 #\r
 #  Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 #                                                                                  \r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r
-# 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
 #  Module Name:\r
index c26fa8596b48c7db40abcf7a6b7d123fa1295015..69c16c5a3f3089c54777b902c0d91ab9403161cd 100644 (file)
@@ -1,12 +1,6 @@
 /** \r
   Copyright (c) 2009 - 2013, 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
 Module Name:\r
index 80e7376e4449011a4ce757fac24b21c096efbcd6..59ad09747a51676dbe37207079949886b30ac7e8 100644 (file)
@@ -1,12 +1,6 @@
 /** \r
   Copyright (c) 2009 - 2013, 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
 Module Name:\r
index bea0ca7accc7839c8e421a7536f446408f42a272..c2d693859df15af40c02ec5bea6962a799e8d1f3 100644 (file)
@@ -2,13 +2,7 @@
 #\r
 #  Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 #                                                                                  \r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r
-# 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 4b7f70acc6fda7ac058435e1385c749e56ecf703..e339b310659114ad6817d5fb1244ff5c33cbca65 100644 (file)
@@ -5,13 +5,8 @@
 \r
   Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 **/\r
 \r
index 4deae685403b98277524896140a461e0186aff93..32309bd97ad67a125e85ab3adfbe3899b837217c 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2004 - 2014, 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
 // Module Name:\r
index a3bacecd1d461a04a0a0a06da6179a7e3689fe3a..068a32f390d471fc4a1e13857b6bff39cdcaa0ce 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 010231008aa702cd5dbf7ff9cd5e9425bddbd819..aa8c213d838794474e73fe84960f00453dae3383 100644 (file)
@@ -2,13 +2,7 @@
 
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
                                                                                    
-  This program and the accompanying materials are licensed and made available under
-  the terms and conditions of the BSD License that accompanies this distribution.  
-  The full text of the license may be found at                                     
-  http://opensource.org/licenses/bsd-license.php.                                  
-                                                                                   
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    
+  SPDX-License-Identifier: BSD-2-Clause-Patent
                                                                                    
 
 
index 66c3aed9997dd244a739d2e2fc0358323b95856b..80b099d210978f1d087198cb172e3564e3099a5c 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2004 - 2014, 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
 // Module Name:\r
index d18adad2b70fc6024e023338ec71055211f482ba..91e8efc22845ab4a34e2893999fa4e8c788b7279 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 33c14dcc74a1ca527bce4240db9b272c2f537f44..1817f456cbd27bedc6efa5f6249bc0b0c6dff2fb 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 43cad4b6f5a7fa4f0f031ca8d20c88bedb7b0885..6b0f562261c0a7be654e353c51868af9de1461f1 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 5a815c1ed685ece33a9f6dd428bfb54e34702713..0d4d50c6632c40f1908837ff410355bf4015e1cc 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 085e2cd7276bb5f061bc368cc0ac8ec0e2ee034e..1c8dd35b3742c259304a722e943df961621ebe5d 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2004 - 2014, 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
 // Module Name:\r
index dc750cd4fc0f9ca93f865a12db0af24be58d2415..ee11c9eac464ff8af2cbccb4cb353415f6906bed 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 4981306bde492545b4f2203ddac310e0d983512f..c42ba3d0d1921ca1d5f664567b08a1fc79521bc1 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index c6b70cff5321df60084223d1c4e94e52ea567f21..9dd0b76ea2e030722bf157a63cfeb17ba8c808f4 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2012 - 2014, 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
 // Module Name:\r
index 9c22ba81b67c168e476d0990fa009f33bfcba70f..4a416dfdebf813f9ce24f51592234b6854d5dd17 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 0f3f4d6a90fe55845088d454a4d38dce2bc4421e..3872312c308e622821cb6d488e94fca7e98af4d7 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 311f747c93cb3a80b7413ec3f8fd5f118f0e6cda..1b41d8fac72f410d70753fbea0a647e6b28388fa 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 7cf3453a62f43091f1aa2f1c5ae054e52287d1b5..9fff8d8850bc07b3bfe439623531d0c29cd937a1 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 53606209ff0acca176e4188bcef473b8ca759afb..c6eb8bf49843b554624d93d3e63d65cd539a5f39 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2004 - 2014, 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
 // Module Name:\r
index 294be040afc201a7a0dfcd58cf6a2c5be546270e..ceecaad5493c8339f329b010656fecd54b269d66 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index b53777cb0cdc6e4c2e1fec71258e88f6697fe9f8..8624481149760e350dea488947926d4fd9d3db83 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 709e99d4d64cbd3fe10aad1a073bd371234c0228..917a7b9d6e02eddd2c1bd51bc9b73396f163f113 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2006 - 2014, 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
 // Module Name:\r
index f45650ad3c19209ec39ea881d9295769dda9b629..9b348813a73f2049dfe6af886bb619c7df44ee03 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation.  All rights reserved.\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 9e049079af3c40e403bdb312c22989153948098c..684cda83ec02a294f64f46368c4262fc1253ed75 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 1999  - 2014, Intel Corporation.  All rights reserved.\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 955bfa8d8c6dd974d2ca440e14f8856e6c8ad44e..2c8bf4ce49214d8b22329f32812b7510c992bc18 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2006 - 2014, 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
 // Module Name:\r
index 94847d5ed5b9ea771d06e62c37595fc49e198964..8709d618476508ad2f27dbd1e8bea7bd157ad7dc 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation.  All rights reserved.\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 657d19a6e757f064804d2938f42295667169939e..15c180129c9e959949d98667f56aa867579da5be 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 1999  - 2014, Intel Corporation.  All rights reserved.\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index b7a25bf482b578c1d29321394eafa4656c8ce907..85c60a06fe4cdb04519890804a131b4edb96cf56 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2004 - 2014, 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
 // Module Name:\r
index 732e3d83faf86ecda59c35f31f00a605053acb4d..f82cfa89852c3a1babe49fead06ab5664e7e5dcb 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index ecf6e6e2bcce2b7ed9e9ecec527953f51f6b47a1..aef25065b8fe8644707b577b0ad8028d5b6e3aed 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 1999  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index aa808d03fb07528a08930379e667ceb30be6f16f..bed00e0de5e2da9c83e93771b6a40e0b2ea03dbb 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2012 - 2014, 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
 // Module Name:\r
index 43095e84deab0c991245931cb99804a714005b75..66370f7eea030def9439a90556fe543f4f11aa02 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 8f035cc92507f58936e6079338245e205a1aee57..67fc04152c39aed129d29760a624b6bdd4af9b1d 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 84e495363cb5e2ed1d5454a69af96baecf954955..80fa99ecbe856f7f1054765f6aa6b2efe597f594 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2004 - 2014, 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
 // Module Name:\r
index 2bc49932d853191d4347c0f592a09180badef6c2..b98bab40ab1f63607df2b11de49ce81c49b9e913 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 81e7613532dd14a7962ba27d21701cbba8b9a91c..6bc088cd137f67bb771aba04c7e070697af8d8b7 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index c73395cc8e96b761f7194a2ad559011659c134e7..fee69bb139537f2f027bfbac7e5b88b32ccc1593 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2012 - 2014, 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
 // Module Name:\r
index aed07ba876d7a8e6b6b0d156c2e6c9f755126a5f..6af7f56107ec4d7f89809bab4146179c470a2886 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 4a83aedc9770ac15cd13da0650c35117d48a8752..ca121525a0c013d9f5882dc5cf4cb351401fdadb 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 303a98c295e7ea0b1fcc0fa5679c14947ce01a9c..2e6c79009bdc622c99335be0d7c8846f109d62c1 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2012 - 2014, 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
 // Module Name:\r
index 86ae858b901b5637dca64712b2fcb79db12a1309..846e9ec838868a2c53cd090b7d1282a2b5f8d5e2 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index bd988db29c9dad9c6c9cc92a5d1ad3c44ec58adf..e01693ede7ff3b8d01a66c2024d26bdf68e1124d 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 903a34d1b126dd4223fb9fced2d8559164e8cbbc..e3b847f7ce23ad3429cd17bfa5c20deefbafe064 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 1cf0f9023a2099eb0317b75093fb7135169fe6a7..67a549a6ba59dcdab9614c195c9c1e39d626cdba 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 9e188c69a97928a23d25f54f8b18e61da73574c3..67ea100fadde5c8f3339a4034d81cf4ec4e7ecb7 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index a28cdf7d442762d10738bc9f7adbd37d9c998767..3a6ccf1d75377132ccba93362350db3de095f156 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2004 - 2014, 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
 // Module Name:\r
index 3b77a75443d95fcb39f74df7b7f7c30070a9510e..93347a1a04226d847971487c700c55d65d5de908 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index e2cdb0352619763fb5a4269c63354eb80c11a27d..e70732f5c2f947943109cdad2c2e549c272b9aa5 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index d78f9c682f49bb0cb4d2f0f33102726dfa66d27a..9f3fdf8a3fb5f305258ae0708ca2b7eb5defff7e 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2004 - 2014, 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
 // Module Name:\r
index 61086972228a13cf5f4f4ecff7eb62d448966cad..a9def2356019101fc538b09be6422caecade453b 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index c4494c3f651329f07f84d0a12cdb53eafcca1757..8abfa4074af9fdfc48697a4101125991c09dab97 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index e007d5d32c28baa4e7559f393d91662e7a31e9ef..d587e0d7dfa9240b62fce801fd8a0b8726843e86 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2004 - 2014, 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
 // Module Name:\r
index 055eb29b13228c44b712f9cef164c5a5235f018f..dc12fa8e160cf3e0e69210b4ac262ef0b35f6d20 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 420c8c39321223b9970c520322c4cf992963b371..63c4f50ed5fe930cb5d4909433c13c36c98eebc1 100644 (file)
@@ -2,13 +2,7 @@
 
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
                                                                                    
-  This program and the accompanying materials are licensed and made available under
-  the terms and conditions of the BSD License that accompanies this distribution.  
-  The full text of the license may be found at                                     
-  http://opensource.org/licenses/bsd-license.php.                                  
-                                                                                   
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    
+  SPDX-License-Identifier: BSD-2-Clause-Patent
                                                                                    
 
 
index a652e51a6ccc64a02d11f7966412f1211113775b..a90fa93cd65b7d9c76a19ce27926a819223356e0 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2004 - 2014, 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
 // Module Name:\r
index 8fbaa8a148a6badc1ac6122f5ca13891effb48dc..e8d5fb3ee9049e6b80bc625ee2a3aae2751a4cf0 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 414afd3abc7d16429893548d06e1c214da4717fd..ee27a75e3a0f42b2ce1fe256f83d9899bc822361 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 1c0bb467b2b3cb8139647287c8ae37bd8e79eaf5..f1d3e866e7a8303fd43df2cefdff05c7751cb303 100644 (file)
@@ -1,13 +1,7 @@
 // *++\r
 //\r
 // Copyright (c) 2004 - 2014, 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
 // Module Name:\r
index 17e69c2e3d1ae59fdf4568695827419b7b1cad37..48beeb52d303dd80e3d24ff3107b2db36eaeb729 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 30be4adac4b906ee616ef6c8b3a2e9a4eb0e06fd..7270ef826f71898866b31eb26d06bf612a0d0636 100644 (file)
@@ -2,13 +2,8 @@
 \r
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index a225514383c1869e63eda0cc51cc91961a96eb1b..37e54a92a8b89fa80b34fa0d4ed9e47ad70a7564 100644 (file)
@@ -4,13 +4,7 @@
 # FIX ME!
 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
 #                                                                                  
-# This program and the accompanying materials are licensed and made available under
-# the terms and conditions of the BSD License that accompanies this distribution.  
-# The full text of the license may be found at                                     
-# http://opensource.org/licenses/bsd-license.php.                                  
-#                                                                                  
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    
+# SPDX-License-Identifier: BSD-2-Clause-Patent
 #                                                                                  
 #
 #
index c09c3d9dede2be57f7e4532350d34ad93537f312..0dbd6f00e160b87306ed7560f14decf9d75aa7be 100644 (file)
@@ -3,13 +3,8 @@
 \r
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 9663fc9bb7c9fadfe2d255b087f3c5cd9115212c..4f95fc281e6505017ae347e37d373133084957ee 100644 (file)
@@ -3,13 +3,8 @@
 #\r
 #  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 790c10c32974603eec40b7505071eb865a8653ca..de257b35b5db8c2243d31161d663c6e14ad0dc36 100644 (file)
@@ -5,13 +5,8 @@
 \r
   Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 **/\r
index 1d19b78e20bd8a1b4dbe92dcd5b7e4c775b9a9cf..ec42c84472ccd75324be0c51a36ab80bfc7ee1f6 100644 (file)
@@ -4,13 +4,8 @@
 #\r
 #  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index 4bd91ef74d4376a418cded45271e4c7640fb47ff..7c3ebbd1c68983a88a20f779e6f602c13d3f6237 100644 (file)
@@ -3,13 +3,7 @@
 @REM\r
 @REM Copyright (c) 2006   - 2014, Intel Corporation. All rights reserved.<BR>\r
 @REM \r
-@REM   This program and the accompanying materials are licensed and made available under\r
-@REM   the terms and conditions of the BSD License that accompanies this distribution.\r
-@REM   The full text of the license may be found at\r
-@REM   http://opensource.org/licenses/bsd-license.php.\r
-@REM \r
-@REM   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-@REM   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+@REM   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 @REM\r
 \r
 @echo off\r
index 5a0a2b4911ab6ca0d1b02ccf620388a4ac3fa953..82abe6548ff1dcfefe1fc78a7ddcc73fef2f4776 100644 (file)
@@ -1,13 +1,7 @@
 #\r
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# 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 e18a9fcace197b766fab401d8ca235c3c46169e1..3e58a6d22a78b7c72a943ad818421d15b3b82043 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index cc78d24556b8c82a74241e5eea363fd7222953d7..f7a0a83b801cc4021915afef348aa7a234b7f32c 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 ##\r
index 6460b58b4ea8a7cfc95bfee68e846e15128a3d79..ba81bd9def84be9abf9929525289a59936060214 100644 (file)
@@ -3,13 +3,8 @@
 \r
 Copyright (c)  2011  - 2018, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 3cbaf537402e59a0cf26a6abecde9dafe35b55a2..cd1d208d6197ad157b0cb23cfe81564d15324c3d 100644 (file)
@@ -3,13 +3,8 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index f8274e9df05f631fa62f8bf829b9091519ca74bc..75675fbf00b06e35cca2d70a14ce0f0dd50721e9 100644 (file)
@@ -3,13 +3,8 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 7f7ed594c4e0dbc83821484a17118d2ef1183789..5caf54bb8af1ac7216891238ea8f819239506488 100644 (file)
@@ -3,13 +3,8 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index 990ac0fd18a326391af890919d5446702e1aad33..9d277dd7cff3a34722ee0a10b50a73e1e3ad6620 100644 (file)
@@ -4,13 +4,8 @@
 #\r
 #  Copyright (c)  1999  - 2018, Intel Corporation. All rights reserved\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #  Module Name:\r
index 5b0c25c4374487b2d515fcdeb3c45f57a6c65774..f98265761b4cf23a6fb33d9c57e4b798befb1f43 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 \r
index d85c081af451a9a933e9fd896bb3bc9feebda594..5e264485e71a3b25e69cdc20c981ad3c6a210c34 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index eeffced9cb890f6168f7a4d035b107a6d6c37467..9c0b79b15c37a97dc5afbf2a4f22ad3c0913f561 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 54bbba80d29daea7f7fb52b96f56126051aaf2a2..2291fd2c1d3fd63be41af2003ddac45b6b5ec072 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 8446d381f7156244e80aceca447d0458d6c553bd..f23e48ccf2d335ecd92261c98619766b44ed4612 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index f54bc7a8d10a5402b2f79208fbe78bbdee7233ea..52c1499e3d865f66bee0ff7c62b6b5e819f1d720 100644 (file)
@@ -2,13 +2,8 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
-  This program and the accompanying materials are licensed and made available under\r\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-  The full text of the license may be found at                                     \r\r
-  http://opensource.org/licenses/bsd-license.php.                                  \r\r
-                                                                                   \r\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
                                                                                    \r\r
 \r
 Module Name:\r
index 0296d09cf61b25829cf79fbb6dcf19dcfd67d411..5fd458e265f82bdbcf630ec57716b758b4913af4 100644 (file)
@@ -2,13 +2,8 @@
 #\r
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 #                                                                                  \r\r
-# This program and the accompanying materials are licensed and made available under\r\r
-# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
-# The full text of the license may be found at                                     \r\r
-# http://opensource.org/licenses/bsd-license.php.                                  \r\r
-#                                                                                  \r\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
+\r
 #                                                                                  \r\r
 #\r
 #\r
index afda8c89afe2e69a22edc8b6b0002b9feed10a30..50dc5b1f07acd90a69e3e9a5c4211bad0976d4ba 100644 (file)
@@ -2,13 +2,7 @@
 @REM   Windows batch file to build BIOS ROM\r
 @REM\r
 @REM Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
-@REM This program and the accompanying materials\r
-@REM are licensed and made available under the terms and conditions of the BSD License\r
-@REM which accompanies this distribution.  The full text of the license may be found at\r
-@REM http://opensource.org/licenses/bsd-license.php\r
-@REM\r
-@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+@REM SPDX-License-Identifier: BSD-2-Clause-Patent\r
 @REM\r
 \r
 @echo off\r
index b95dceb110ccabfd67f7bf6105e40c0e243aae3a..c5314833c02b40e8e3844364646b207c98188318 100644 (file)
@@ -2,13 +2,7 @@
 @REM   Windows batch file to build BIOS ROM\r
 @REM\r
 @REM Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
-@REM This program and the accompanying materials\r
-@REM are licensed and made available under the terms and conditions of the BSD License\r
-@REM which accompanies this distribution.  The full text of the license may be found at\r
-@REM http://opensource.org/licenses/bsd-license.php\r
-@REM\r
-@REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-@REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+@REM SPDX-License-Identifier: BSD-2-Clause-Patent\r
 @REM\r
 \r
 @echo off\r