[edk2-devel] [PATCH 3/3] Vlv2TbltDevicePkg: Remove double \r

Joe Richey via Groups.Io joerichey=google.com at groups.io
Fri May 10 08:08:09 UTC 2019


These files have \r\n line endings, but a few lines use \r\r\n which
is not a valid line ending. These lines were causing problems for git
and other tools.

This shouldn't mess up the git blame as all of the bad line endings are
in the copyright headers.

Command run to fix these files (on Linux):
  find Vlv2TbltDevicePkg -type f -print0 | xargs -0 sed -i "s/\r\r/\r/g"

Signed-off-by: Joe Richey <joerichey at google.com>
---
 Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.h |   4 ++--
 .../AcpiPlatform/AcpiPlatformHooks.c          |   4 ++--
 .../AcpiPlatform/AcpiPlatformHooks.h          |   4 ++--
 .../AcpiPlatform/AcpiPlatformHooksLib.h       |   4 ++--
 Vlv2TbltDevicePkg/AcpiPlatform/Osfr.h         |   4 ++--
 .../FirmwareUpdate/FirmwareUpdate.c           |   4 ++--
 .../FirmwareUpdate/FirmwareUpdate.h           |   4 ++--
 Vlv2TbltDevicePkg/BfmLib.exe                  | Bin 499712 -> 499711 bytes
 Vlv2TbltDevicePkg/BiosIdD.env                 |   4 ++--
 Vlv2TbltDevicePkg/BiosIdR.env                 |   4 ++--
 Vlv2TbltDevicePkg/BiosIdx64D.env              |   4 ++--
 Vlv2TbltDevicePkg/BiosIdx64R.env              |   4 ++--
 .../BootScriptSaveDxe/BootScriptSaveDxe.inf   |   4 ++--
 .../InternalBootScriptSave.h                  |   4 ++--
 .../BootScriptSaveDxe/ScriptSave.c            |   4 ++--
 Vlv2TbltDevicePkg/FCE.exe                     | Bin 632832 -> 632830 bytes
 Vlv2TbltDevicePkg/FvInfoPei/FvInfoPei.c       |   4 ++--
 Vlv2TbltDevicePkg/FvInfoPei/FvInfoPei.inf     |   4 ++--
 Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbInfo.c     |   4 ++--
 .../FvbRuntimeDxe/FvbRuntimeDxe.inf           |   4 ++--
 Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c  |   4 ++--
 Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.h  |   4 ++--
 .../FvbRuntimeDxe/FvbServiceDxe.c             |   4 ++--
 .../FvbRuntimeDxe/FvbServiceSmm.c             |   4 ++--
 Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmm.inf    |   4 ++--
 .../FvbRuntimeDxe/FvbSmmCommon.h              |   4 ++--
 Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.c   |   4 ++--
 Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.h   |   4 ++--
 Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.inf |   4 ++--
 Vlv2TbltDevicePkg/GenBiosId.exe               | Bin 384000 -> 383999 bytes
 .../Include/AlertStandardFormatTable.h        |   4 ++--
 Vlv2TbltDevicePkg/Include/ChipsetAccess.h     |   4 ++--
 Vlv2TbltDevicePkg/Include/CommonIncludes.h    |   4 ++--
 Vlv2TbltDevicePkg/Include/CpuType.h           |   4 ++--
 Vlv2TbltDevicePkg/Include/FileHandleLib.h     |   4 ++--
 .../Include/Guid/AcpiTableStorage.h           |   4 ++--
 .../Include/Guid/AlertStandardFormat.h        |   4 ++--
 Vlv2TbltDevicePkg/Include/Guid/BiosId.h       |   4 ++--
 .../Include/Guid/BoardFeatures.h              |   4 ++--
 Vlv2TbltDevicePkg/Include/Guid/EfiVpdData.h   |   4 ++--
 Vlv2TbltDevicePkg/Include/Guid/FirmwareId.h   |   4 ++--
 .../Include/Guid/HwWatchdogTimerHob.h         |   4 ++--
 Vlv2TbltDevicePkg/Include/Guid/IdccData.h     |   4 ++--
 Vlv2TbltDevicePkg/Include/Guid/ItkData.h      |   4 ++--
 .../Include/Guid/MemoryConfigData.h           |   4 ++--
 Vlv2TbltDevicePkg/Include/Guid/OsSelection.h  |   4 ++--
 Vlv2TbltDevicePkg/Include/Guid/PciLanInfo.h   |   4 ++--
 .../Include/Guid/PlatformCpuInfo.h            |   4 ++--
 Vlv2TbltDevicePkg/Include/Guid/PlatformInfo.h |   4 ++--
 .../Include/Guid/SensorInfoVariable.h         |   4 ++--
 Vlv2TbltDevicePkg/Include/Hpet.h              |   4 ++--
 Vlv2TbltDevicePkg/Include/Library/BiosIdLib.h |   4 ++--
 Vlv2TbltDevicePkg/Include/Library/CpuIA32.h   |   4 ++--
 .../Include/Library/EfiRegTableLib.h          |   4 ++--
 Vlv2TbltDevicePkg/Include/Library/Esrt.h      |   4 ++--
 Vlv2TbltDevicePkg/Include/Library/Fd.h        |   4 ++--
 .../Include/Library/FlashDeviceLib.h          |   4 ++--
 .../Include/Library/I2cMmioConfigLib.h        |   4 ++--
 .../Include/Library/I2cPort_platform.h        |   4 ++--
 .../Include/Library/PlatformFsaLib.h          |   4 ++--
 .../Include/Library/PlatformFspLib.h          |   4 ++--
 Vlv2TbltDevicePkg/Include/Library/SpiFlash.H  |   4 ++--
 .../Include/Library/StallSmmLib.h             |   4 ++--
 .../Include/Library/UsbDeviceModeLib.h        |   4 ++--
 Vlv2TbltDevicePkg/Include/Mcfg.h              |   4 ++--
 Vlv2TbltDevicePkg/Include/McfgTable.h         |   4 ++--
 Vlv2TbltDevicePkg/Include/Platform.h          |   4 ++--
 Vlv2TbltDevicePkg/Include/PlatformBootMode.h  |   4 ++--
 .../Include/PlatformDefinitions.h             |   4 ++--
 Vlv2TbltDevicePkg/Include/Ppi/MfgMemoryTest.h |   4 ++--
 Vlv2TbltDevicePkg/Include/Ppi/Sha256Hash.h    |   4 ++--
 Vlv2TbltDevicePkg/Include/Ppi/Speaker.h       |   4 ++--
 Vlv2TbltDevicePkg/Include/Ppi/UsbController.h |   4 ++--
 .../Include/Protocol/CK505ClockPlatformInfo.h |   4 ++--
 .../Include/Protocol/EnhancedSpeedstep.h      |   4 ++--
 .../Include/Protocol/HwWatchdogTimer.h        |   4 ++--
 Vlv2TbltDevicePkg/Include/Protocol/I2cAcpi.h  |   4 ++--
 Vlv2TbltDevicePkg/Include/Protocol/I2cBus.h   |   4 ++--
 .../Include/Protocol/I2cBusMcg.h              |   4 ++--
 .../Include/Protocol/I2cHostMcg.h             |   4 ++--
 .../Include/Protocol/I2cMasterMcg.h           |   4 ++--
 Vlv2TbltDevicePkg/Include/Protocol/I2cSlave.h |   4 ++--
 .../Include/Protocol/LpcWpc83627Policy.h      |   4 ++--
 .../Include/Protocol/LpcWpce791Policy.h       |   4 ++--
 .../Include/Protocol/MmioDevice.h             |   4 ++--
 .../Include/Protocol/Observable.h             |   4 ++--
 .../Include/Protocol/PlatformGopPolicy.h      |   4 ++--
 .../Include/Protocol/PlatformIdeInit.h        |   4 ++--
 .../Include/Protocol/SetupMode.h              |   4 ++--
 .../Include/Protocol/SmbiosSlotPopulation.h   |   4 ++--
 Vlv2TbltDevicePkg/Include/Protocol/Speaker.h  |   4 ++--
 Vlv2TbltDevicePkg/Include/Protocol/TcoReset.h |   4 ++--
 Vlv2TbltDevicePkg/Include/Protocol/TpmMp.h    |   4 ++--
 .../Include/Protocol/UsbPolicy.h              |   4 ++--
 Vlv2TbltDevicePkg/Include/SetupMode.h         |   4 ++--
 .../Library/BiosIdLib/BiosIdLib.c             |   4 ++--
 .../Library/BiosIdLib/BiosIdLib.inf           |   4 ++--
 .../Library/CpuIA32Lib/CpuIA32Lib.inf         |   4 ++--
 .../Library/CpuIA32Lib/EfiCpuVersion.c        |   4 ++--
 .../Library/CpuIA32Lib/IA32/CpuIA32.S         |   4 ++--
 .../Library/CpuIA32Lib/IA32/CpuIA32.asm       |   4 ++--
 .../Library/CpuIA32Lib/IA32/CpuIA32.c         |   4 ++--
 .../Library/CpuIA32Lib/X64/Cpu.S              |   4 ++--
 .../Library/CpuIA32Lib/X64/Cpu.asm            |   4 ++--
 .../Library/EfiRegTableLib/EfiRegTableLib.c   |   4 ++--
 .../Library/EfiRegTableLib/EfiRegTableLib.inf |   4 ++--
 Vlv2TbltDevicePkg/Library/I2CLib/I2CLib.c     |   4 ++--
 .../IntelPchAcpiTimerLib/CommonHeader.h       |   4 ++--
 .../IntelPchAcpiTimerLib.c                    |   4 ++--
 .../IntelPchAcpiTimerLib.inf                  |   4 ++--
 .../BoardClkGens/BoardClkGens.c               |   4 ++--
 .../BoardClkGens/BoardClkGens.h               |   4 ++--
 .../MultiPlatformLib/BoardGpios/BoardGpios.c  |   4 ++--
 .../MultiPlatformLib/BoardGpios/BoardGpios.h  |   4 ++--
 .../BoardJumpers/BoardJumpers.c               |   4 ++--
 .../BoardJumpers/BoardJumpers.h               |   4 ++--
 .../BoardOemIds/BoardOemIds.c                 |   4 ++--
 .../BoardOemIds/BoardOemIds.h                 |   4 ++--
 .../BoardSsidSvid/BoardSsidSvid.c             |   4 ++--
 .../BoardSsidSvid/BoardSsidSvid.h             |   4 ++--
 .../MultiPlatformLib/MultiPlatformLib.c       |   4 ++--
 .../MultiPlatformLib/MultiPlatformLib.h       |   4 ++--
 .../MultiPlatformLib/PlatformInfoHob.c        |   4 ++--
 .../Library/PchPlatformLib/PchPlatformLib.inf |   4 ++--
 .../PchPlatformLib/PchPlatformLibrary.c       |   4 ++--
 .../PchPlatformLib/PchPlatformLibrary.h       |   4 ++--
 .../Library/PchSmmLib/CommonHeader.h          |   4 ++--
 .../Library/PchSmmLib/PchSmmLib.c             |   4 ++--
 .../Library/PchSmmLib/PchSmmLib.inf           |   4 ++--
 .../Library/PlatformBdsLib/BdsPlatform.h      |   4 ++--
 .../Library/PlatformBdsLib/PlatformData.c     |   4 ++--
 .../Library/PlatformCmosLib/PlatformCmosLib.c |   4 ++--
 .../PlatformCmosLib/PlatformCmosLib.inf       |   4 ++--
 .../Library/PlatformFspLib/PlatformFspLib.c   |   4 ++--
 .../Library/PlatformFspLib/PlatformFspLib.inf |   4 ++--
 .../Library/ResetSystemLib/ResetSystemLib.c   |   2 +-
 .../Library/ResetSystemLib/ResetSystemLib.inf |   4 ++--
 .../Library/SerialPortLib/SerialPortLib.inf   |   4 ++--
 .../Library/SerialPortLib/SioInit.c           |   4 ++--
 .../Library/SmbusLib/CommonHeader.h           |   4 ++--
 Vlv2TbltDevicePkg/Library/SmbusLib/SmbusLib.c |   4 ++--
 .../Library/SmbusLib/SmbusLib.inf             |   4 ++--
 .../Library/StallSmmLib/StallSmm.c            |   4 ++--
 .../Library/StallSmmLib/StallSmmLib.inf       |   4 ++--
 Vlv2TbltDevicePkg/Metronome/LegacyMetronome.c |   4 ++--
 Vlv2TbltDevicePkg/Metronome/LegacyMetronome.h |   4 ++--
 Vlv2TbltDevicePkg/Metronome/Metronome.inf     |   4 ++--
 .../MonoStatusCode/EfiStatusCode.h            |   4 ++--
 .../MonoStatusCode/MonoStatusCode.c           |   4 ++--
 .../MonoStatusCode/MonoStatusCode.h           |   4 ++--
 .../MonoStatusCode/PeiPostCode.c              |   4 ++--
 .../MonoStatusCode/PlatformStatusCode.c       |   4 ++--
 .../PciPlatform/BoardPciPlatform.c            |   4 ++--
 Vlv2TbltDevicePkg/PciPlatform/PciPlatform.c   |   4 ++--
 Vlv2TbltDevicePkg/PciPlatform/PciPlatform.h   |   4 ++--
 Vlv2TbltDevicePkg/PciPlatform/PciPlatform.inf |   4 ++--
 .../PlatformCpuInfoDxe/PlatformCpuInfoDxe.c   |   4 ++--
 .../PlatformCpuInfoDxe/PlatformCpuInfoDxe.h   |   4 ++--
 .../PlatformDxe/AzaliaVerbTable.h             |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/BoardId.c       |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/BoardIdDecode.c |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/BoardIdDecode.h |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/ClockControl.c  |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/Configuration.h |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/ExI.c           |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/IchRegTable.c   |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/IchTcoReset.c   |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/IdccInfo.c      |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/LegacySpeaker.c |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/LegacySpeaker.h |   4 ++--
 .../PlatformDxe/Observable/Observable.c       |   4 ++--
 .../PlatformDxe/Observable/Observable.h       |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/PciBus.h        |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/PciDevice.c     |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/SensorVar.c     |   4 ++--
 .../PlatformDxe/SioPlatformPolicy.c           |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/SlotConfig.c    |   4 ++--
 Vlv2TbltDevicePkg/PlatformDxe/SlotConfig.h    |   4 ++--
 .../PlatformGopPolicy/PlatformGopPolicy.c     |   4 ++--
 .../PlatformGopPolicy/PlatformGopPolicy.inf   |   4 ++--
 .../PlatformInfoDxe/PlatformInfoDxe.c         |   4 ++--
 .../PlatformInfoDxe/PlatformInfoDxe.h         |   4 ++--
 .../PlatformInfoDxe/PlatformInfoDxe.inf       |   4 ++--
 Vlv2TbltDevicePkg/PlatformInitPei/BootMode.c  |   4 ++--
 .../PlatformInitPei/CpuInitPeim.c             |   4 ++--
 Vlv2TbltDevicePkg/PlatformInitPei/Dimm.c      |   4 ++--
 Vlv2TbltDevicePkg/PlatformInitPei/FlashMap.c  |   4 ++--
 .../PlatformInitPei/LegacySpeaker.c           |   4 ++--
 .../PlatformInitPei/LegacySpeaker.h           |   4 ++--
 Vlv2TbltDevicePkg/PlatformInitPei/MchInit.c   |   4 ++--
 .../PlatformInitPei/MemoryCallback.c          |   4 ++--
 .../PlatformInitPei/MemoryPeim.c              |   4 ++--
 .../PlatformInitPei/PchInitPeim.c             |   4 ++--
 .../PlatformInitPei/PlatformEarlyInit.c       |   4 ++--
 .../PlatformInitPei/PlatformEarlyInit.h       |   4 ++--
 .../PlatformInitPei/PlatformInfoInit.c        |   4 ++--
 .../PlatformInitPei/PlatformSsaInitPeim.c     |   4 ++--
 Vlv2TbltDevicePkg/PlatformInitPei/Recovery.c  |   4 ++--
 Vlv2TbltDevicePkg/PlatformInitPei/Stall.c     |   4 ++--
 Vlv2TbltDevicePkg/PlatformPei/BootMode.c      |   4 ++--
 Vlv2TbltDevicePkg/PlatformPei/CommonHeader.h  |   4 ++--
 .../PlatformPei/MemoryCallback.c              |   4 ++--
 Vlv2TbltDevicePkg/PlatformPei/Platform.c      |   4 ++--
 Vlv2TbltDevicePkg/PlatformPei/Platform.h      |   4 ++--
 Vlv2TbltDevicePkg/PlatformPei/Stall.c         |   4 ++--
 Vlv2TbltDevicePkg/PlatformPkgConfig.dsc       |   4 ++--
 Vlv2TbltDevicePkg/PlatformSetupDxe/Boot.vfi   |   4 ++--
 .../PlatformSetupDxe/Configuration.h          |   4 ++--
 .../PlatformSetupDxe/DebugConfig.vfi          |   4 ++--
 Vlv2TbltDevicePkg/PlatformSetupDxe/Main.vfi   |   4 ++--
 .../PlatformSetupDxe/PlatformSetupDxe.c       |   4 ++--
 .../PlatformSetupDxe/PlatformSetupDxe.h       |   4 ++--
 .../PlatformSetupDxe/PlatformSetupDxe.inf     |   4 ++--
 .../PlatformSetupDxe/Security.vfi             |   4 ++--
 .../PlatformSetupDxe/SetupFunctions.c         |   4 ++--
 .../PlatformSetupDxe/SetupInfoRecords.c       |   4 ++--
 .../PlatformSetupDxe/SystemComponent.vfi      |   4 ++--
 .../PlatformSetupDxe/Thermal.vfi              |   4 ++--
 Vlv2TbltDevicePkg/PlatformSetupDxe/UnCore.vfi |   4 ++--
 Vlv2TbltDevicePkg/PlatformSetupDxe/Vfr.vfr    |   4 ++--
 Vlv2TbltDevicePkg/PlatformSmm/Platform.c      |   4 ++--
 Vlv2TbltDevicePkg/PlatformSmm/PlatformSmm.inf |   4 ++--
 Vlv2TbltDevicePkg/PlatformSmm/S3Save.c        |   4 ++--
 Vlv2TbltDevicePkg/PlatformSmm/SmmPlatform.h   |   4 ++--
 Vlv2TbltDevicePkg/PlatformSmm/SmmScriptSave.c |   4 ++--
 Vlv2TbltDevicePkg/PlatformSmm/SmmScriptSave.h |   4 ++--
 .../SmBiosMiscDxe/CommonHeader.h              |   4 ++--
 .../MiscBaseBoardManufacturerData.c           |   4 ++--
 .../SmBiosMiscDxe/MiscBiosVendorData.c        |   4 ++--
 .../SmBiosMiscDxe/MiscBiosVendorFunction.c    |   4 ++--
 .../SmBiosMiscDxe/MiscBootInformationData.c   |   4 ++--
 .../MiscBootInformationFunction.c             |   4 ++--
 .../MiscChassisManufacturerData.c             |   4 ++--
 .../MiscChassisManufacturerFunction.c         |   4 ++--
 .../SmBiosMiscDxe/MiscMemoryDeviceData.c      |   4 ++--
 .../SmBiosMiscDxe/MiscMemoryDeviceFunction.c  |   4 ++--
 .../MiscNumberOfInstallableLanguagesData.c    |   4 ++--
 .../SmBiosMiscDxe/MiscOemStringData.c         |   4 ++--
 .../SmBiosMiscDxe/MiscOemStringFunction.c     |   4 ++--
 .../SmBiosMiscDxe/MiscOemType0x90Data.c       |   4 ++--
 .../SmBiosMiscDxe/MiscOemType0x90Function.c   |   4 ++--
 .../SmBiosMiscDxe/MiscOemType0x94Data.c       |   4 ++--
 .../SmBiosMiscDxe/MiscOemType0x94Function.c   |   4 ++--
 .../SmBiosMiscDxe/MiscOnboardDeviceData.c     |   4 ++--
 .../SmBiosMiscDxe/MiscOnboardDeviceFunction.c |   4 ++--
 .../SmBiosMiscDxe/MiscPhysicalArrayData.c     |   4 ++--
 .../SmBiosMiscDxe/MiscPhysicalArrayFunction.c |   4 ++--
 .../MiscPortInternalConnectorDesignatorData.c |   4 ++--
 ...cPortInternalConnectorDesignatorFunction.c |   4 ++--
 .../SmBiosMiscDxe/MiscProcessorCacheData.c    |   4 ++--
 .../MiscProcessorCacheFunction.c              |   4 ++--
 .../MiscProcessorInformationData.c            |   4 ++--
 .../MiscProcessorInformationFunction.c        |   4 ++--
 .../SmBiosMiscDxe/MiscResetCapabilitiesData.c |   4 ++--
 .../MiscResetCapabilitiesFunction.c           |   4 ++--
 .../SmBiosMiscDxe/MiscSubclassDriver.h        |   4 ++--
 .../MiscSubclassDriverDataTable.c             |   4 ++--
 .../MiscSubclassDriverEntryPoint.c            |   4 ++--
 .../MiscSystemLanguageStringData.c            |   4 ++--
 .../MiscSystemLanguageStringFunction.c        |   4 ++--
 .../MiscSystemManufacturerData.c              |   4 ++--
 .../MiscSystemOptionStringData.c              |   4 ++--
 .../MiscSystemOptionStringFunction.c          |   4 ++--
 .../MiscSystemSlotDesignationData.c           |   4 ++--
 .../MiscSystemSlotDesignationFunction.c       |   4 ++--
 .../SmmSwDispatch2OnSmmSwDispatchThunk.c      |   4 ++--
 .../SmmSwDispatch2OnSmmSwDispatchThunk.inf    |   4 ++--
 .../SmramSaveInfoHandlerSmm.c                 |   4 ++--
 .../SmramSaveInfoHandlerSmm.inf               |   4 ++--
 Vlv2TbltDevicePkg/UiApp/FrontPage.c           |   4 ++--
 Vlv2TbltDevicePkg/UiApp/UiApp.inf             |   4 ++--
 .../VlvPlatformInitDxe/IgdOpRegion.c          |   4 ++--
 .../VlvPlatformInitDxe/IgdOpRegion.h          |   4 ++--
 .../VlvPlatformInitDxe/VlvPlatformInit.c      |   4 ++--
 .../VlvPlatformInitDxe/VlvPlatformInit.h      |   4 ++--
 .../VlvPlatformInitDxe/VlvPlatformInitDxe.inf |   4 ++--
 Vlv2TbltDevicePkg/Wpce791/LpcDriver.c         |   4 ++--
 Vlv2TbltDevicePkg/Wpce791/LpcDriver.h         |   4 ++--
 Vlv2TbltDevicePkg/Wpce791/LpcIsaAcpi.c        |   4 ++--
 Vlv2TbltDevicePkg/Wpce791/LpcIsaAcpi.h        |   4 ++--
 Vlv2TbltDevicePkg/Wpce791/LpcSio.c            |   4 ++--
 Vlv2TbltDevicePkg/Wpce791/LpcSio.h            |   4 ++--
 Vlv2TbltDevicePkg/Wpce791/Wpce791.inf         |   4 ++--
 283 files changed, 559 insertions(+), 559 deletions(-)

diff --git a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.h b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.h
index 598756846a..b9177e497d 100644
--- a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.h
+++ b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooks.c b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooks.c
index ebe783e29e..e48ddc10b4 100644
--- a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooks.c
+++ b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooks.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooks.h b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooks.h
index 4718949610..396eba14a1 100644
--- a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooks.h
+++ b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooks.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooksLib.h b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooksLib.h
index a253d64ec0..c94fa0aa6f 100644
--- a/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooksLib.h
+++ b/Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatformHooksLib.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/AcpiPlatform/Osfr.h b/Vlv2TbltDevicePkg/AcpiPlatform/Osfr.h
index 4d98db7592..630c5d834f 100644
--- a/Vlv2TbltDevicePkg/AcpiPlatform/Osfr.h
+++ b/Vlv2TbltDevicePkg/AcpiPlatform/Osfr.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdate.c b/Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdate.c
index a2fc54e20e..8fc31ae751 100644
--- a/Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdate.c
+++ b/Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdate.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2007  - 2015, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdate.h b/Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdate.h
index 745fb3aca4..858ea1e1b1 100644
--- a/Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdate.h
+++ b/Vlv2TbltDevicePkg/Application/FirmwareUpdate/FirmwareUpdate.h
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 1999  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/BfmLib.exe b/Vlv2TbltDevicePkg/BfmLib.exe
index 4402a78456ae1018915ac4a1fce5d5d5de656652..65260570ccf78f5a5842283e3ee9044be2e9984d 100644
GIT binary patch
delta 33
ocmZoTAoqX2+=Q~m^44<3)^euSa^}`@mez9C)^fJ3<?NmF0rt at ikpKVy

delta 33
ocmeyrU#{VR+=Q~m($-SO)>5X{Qs&lDmex|%)>5{urR-hv0rzJOf&c&j

diff --git a/Vlv2TbltDevicePkg/BiosIdD.env b/Vlv2TbltDevicePkg/BiosIdD.env
index 85313dfbd7..5d7672ab57 100644
--- a/Vlv2TbltDevicePkg/BiosIdD.env
+++ b/Vlv2TbltDevicePkg/BiosIdD.env
@@ -9,10 +9,10 @@
 #    Example: "TRFTCRB1.86C.0008.D03.0506081529"
 #
 #  Copyright (c) 2008  - 2015, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #**/
 
diff --git a/Vlv2TbltDevicePkg/BiosIdR.env b/Vlv2TbltDevicePkg/BiosIdR.env
index 4af249dc19..3c5c8b6e16 100644
--- a/Vlv2TbltDevicePkg/BiosIdR.env
+++ b/Vlv2TbltDevicePkg/BiosIdR.env
@@ -9,10 +9,10 @@
 #    Example: "TRFTCRB1.86C.0008.D03.0506081529"
 #
 #  Copyright (c) 2008  - 2015, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #**/
 
diff --git a/Vlv2TbltDevicePkg/BiosIdx64D.env b/Vlv2TbltDevicePkg/BiosIdx64D.env
index a2173b7e44..bbe4d2e8f4 100644
--- a/Vlv2TbltDevicePkg/BiosIdx64D.env
+++ b/Vlv2TbltDevicePkg/BiosIdx64D.env
@@ -9,10 +9,10 @@
 #    Example: "TRFTCRB1.86C.0008.D03.0506081529"
 #
 #  Copyright (c) 2008  - 2015, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #**/
 
diff --git a/Vlv2TbltDevicePkg/BiosIdx64R.env b/Vlv2TbltDevicePkg/BiosIdx64R.env
index c235177e1b..fdda2e1f3b 100644
--- a/Vlv2TbltDevicePkg/BiosIdx64R.env
+++ b/Vlv2TbltDevicePkg/BiosIdx64R.env
@@ -9,10 +9,10 @@
 #    Example: "TRFTCRB1.86C.0008.D03.0506081529"
 #
 #  Copyright (c) 2008  - 2015, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #**/
 
diff --git a/Vlv2TbltDevicePkg/BootScriptSaveDxe/BootScriptSaveDxe.inf b/Vlv2TbltDevicePkg/BootScriptSaveDxe/BootScriptSaveDxe.inf
index d2fa621096..63dc0861da 100644
--- a/Vlv2TbltDevicePkg/BootScriptSaveDxe/BootScriptSaveDxe.inf
+++ b/Vlv2TbltDevicePkg/BootScriptSaveDxe/BootScriptSaveDxe.inf
@@ -5,10 +5,10 @@
 #
 # This is an implementation of the Boot Script Save protocol.
 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #
diff --git a/Vlv2TbltDevicePkg/BootScriptSaveDxe/InternalBootScriptSave.h b/Vlv2TbltDevicePkg/BootScriptSaveDxe/InternalBootScriptSave.h
index f232281e2b..d95bd11664 100644
--- a/Vlv2TbltDevicePkg/BootScriptSaveDxe/InternalBootScriptSave.h
+++ b/Vlv2TbltDevicePkg/BootScriptSaveDxe/InternalBootScriptSave.h
@@ -4,10 +4,10 @@
   Internal header file for S3 Boot Script Saver driver.
 
   Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c b/Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c
index 837a8c95cd..d56e08c3b4 100644
--- a/Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c
+++ b/Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c
@@ -2,10 +2,10 @@
   Implementation for S3 Boot Script Saver driver.
 
 Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/FCE.exe b/Vlv2TbltDevicePkg/FCE.exe
index 18300115d08320c40843a8c6ff69e37db83d6a5e..216f57def0c949f5488f8c9cc68e053e6aea35e2 100644
GIT binary patch
delta 49
wcmZp;p!V;)+Jv%=<+XpCzy59i`j-)inShuXh*^M`6^Pk at n0@=#zZ~4F00KK6SO5S3

delta 49
wcmex&UajGR+Jv%=rFDOsKmBe0^p_EcnShuXh*^M`6^Pk at n0@=FzZ^WP00CDXJpcdz

diff --git a/Vlv2TbltDevicePkg/FvInfoPei/FvInfoPei.c b/Vlv2TbltDevicePkg/FvInfoPei/FvInfoPei.c
index 11832bd295..9ae7d75dec 100644
--- a/Vlv2TbltDevicePkg/FvInfoPei/FvInfoPei.c
+++ b/Vlv2TbltDevicePkg/FvInfoPei/FvInfoPei.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/FvInfoPei/FvInfoPei.inf b/Vlv2TbltDevicePkg/FvInfoPei/FvInfoPei.inf
index 397c2ce2a9..456aa79369 100644
--- a/Vlv2TbltDevicePkg/FvInfoPei/FvInfoPei.inf
+++ b/Vlv2TbltDevicePkg/FvInfoPei/FvInfoPei.inf
@@ -1,10 +1,10 @@
 #
 #
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #  Module Name:
diff --git a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbInfo.c b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbInfo.c
index d3b9145db0..004cade83a 100644
--- a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbInfo.c
+++ b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbInfo.c
@@ -3,10 +3,10 @@
   These data is intent to decouple FVB driver with FV header.
 
 Copyright (c) 2006  - 2015, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbRuntimeDxe.inf b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbRuntimeDxe.inf
index 670db13465..11a7428498 100644
--- a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbRuntimeDxe.inf
+++ b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbRuntimeDxe.inf
@@ -2,10 +2,10 @@
 # This driver implement the EFI_FIRMWARE_VOLUMEN_PROTOCOL.
 #
 # Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #
diff --git a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c
index aa4fab013d..5ff63db0c0 100644
--- a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c
+++ b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c
@@ -5,10 +5,10 @@
   It depends on which Flash Device Library to be linked with this driver.
 
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.h b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.h
index 89e0212f98..4b7fb857c9 100644
--- a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.h
+++ b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.h
@@ -2,10 +2,10 @@
   The header file for Firmware volume block driver.
 
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbServiceDxe.c b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbServiceDxe.c
index 32aa216728..639819a2e9 100644
--- a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbServiceDxe.c
+++ b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbServiceDxe.c
@@ -5,10 +5,10 @@
   It depends on which Flash Device Library to be linked with this driver.
 
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbServiceSmm.c b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbServiceSmm.c
index d1360bb90d..6fd81f7a0f 100644
--- a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbServiceSmm.c
+++ b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbServiceSmm.c
@@ -5,10 +5,10 @@
   It depends on which Flash Device Library to be linked with this driver.
 
 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmm.inf b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmm.inf
index 4e33c3b9fb..81c265092e 100644
--- a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmm.inf
+++ b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmm.inf
@@ -2,10 +2,10 @@
 # This driver implement the EFI_SMM_FIRMWARE_VOLUMEN_PROTOCOL.
 #
 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #
diff --git a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmCommon.h b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmCommon.h
index 236e487111..533cfc5a5c 100644
--- a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmCommon.h
+++ b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmCommon.h
@@ -3,10 +3,10 @@
   The common header file for SMM FVB module and SMM FVB runtime Module.
 
 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved. <BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.c b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.c
index e46c65c3fc..91430839f3 100644
--- a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.c
+++ b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.c
@@ -4,10 +4,10 @@
   module and install FVB protocol.
 
 Copyright (c) 2010  - 2014, Intel Corporation. All rights reserved. <BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.h b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.h
index 9edb1bcaf0..7b4a4aa723 100644
--- a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.h
+++ b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.h
@@ -4,10 +4,10 @@
   internal structure and functions used by FVB module.
 
 Copyright (c) 2010  - 2014, Intel Corporation. All rights reserved. <BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.inf b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.inf
index aa2b63fe13..21ad9cbd6a 100644
--- a/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.inf
+++ b/Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbSmmDxe.inf
@@ -2,10 +2,10 @@
 # Component description file for Firmware Volume Block module.
 #
 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 ##
diff --git a/Vlv2TbltDevicePkg/GenBiosId.exe b/Vlv2TbltDevicePkg/GenBiosId.exe
index 323b87c444915b173b7f32d5481c67e4471b047b..6d9ff468fee7bfbd6021a960541c873f9a68effa 100644
GIT binary patch
delta 27
icmZqJA^v~6_=K{?^44<3)^euSa^}`@maXNiowot1?F*^^

delta 27
icmeyrUA$q3_=K{?($-SO)>5X{Qs&lDmaV0%UAF<N;R~Mt

diff --git a/Vlv2TbltDevicePkg/Include/AlertStandardFormatTable.h b/Vlv2TbltDevicePkg/Include/AlertStandardFormatTable.h
index 3b0f00198b..05e2629434 100644
--- a/Vlv2TbltDevicePkg/Include/AlertStandardFormatTable.h
+++ b/Vlv2TbltDevicePkg/Include/AlertStandardFormatTable.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Include/ChipsetAccess.h b/Vlv2TbltDevicePkg/Include/ChipsetAccess.h
index 31ccfe6d5f..9338d099c0 100644
--- a/Vlv2TbltDevicePkg/Include/ChipsetAccess.h
+++ b/Vlv2TbltDevicePkg/Include/ChipsetAccess.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/CommonIncludes.h b/Vlv2TbltDevicePkg/Include/CommonIncludes.h
index eab47b28d9..8b60ebffe4 100644
--- a/Vlv2TbltDevicePkg/Include/CommonIncludes.h
+++ b/Vlv2TbltDevicePkg/Include/CommonIncludes.h
@@ -1,10 +1,10 @@
 /**
 
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 @file
   CommonIncludes.h
diff --git a/Vlv2TbltDevicePkg/Include/CpuType.h b/Vlv2TbltDevicePkg/Include/CpuType.h
index c195dee773..5af055cfb3 100644
--- a/Vlv2TbltDevicePkg/Include/CpuType.h
+++ b/Vlv2TbltDevicePkg/Include/CpuType.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Include/FileHandleLib.h b/Vlv2TbltDevicePkg/Include/FileHandleLib.h
index 5d733a0240..4297fa4544 100644
--- a/Vlv2TbltDevicePkg/Include/FileHandleLib.h
+++ b/Vlv2TbltDevicePkg/Include/FileHandleLib.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Include/Guid/AcpiTableStorage.h b/Vlv2TbltDevicePkg/Include/Guid/AcpiTableStorage.h
index 7320bf6cfe..235d616532 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/AcpiTableStorage.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/AcpiTableStorage.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Guid/AlertStandardFormat.h b/Vlv2TbltDevicePkg/Include/Guid/AlertStandardFormat.h
index f0459545e4..3075bb11b3 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/AlertStandardFormat.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/AlertStandardFormat.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Include/Guid/BiosId.h b/Vlv2TbltDevicePkg/Include/Guid/BiosId.h
index e86fc852fc..bd60b85a07 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/BiosId.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/BiosId.h
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Guid/BoardFeatures.h b/Vlv2TbltDevicePkg/Include/Guid/BoardFeatures.h
index ae3c2d9aea..7f2aa984cc 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/BoardFeatures.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/BoardFeatures.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Guid/EfiVpdData.h b/Vlv2TbltDevicePkg/Include/Guid/EfiVpdData.h
index e00e582ce1..c9491c9d7e 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/EfiVpdData.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/EfiVpdData.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Guid/FirmwareId.h b/Vlv2TbltDevicePkg/Include/Guid/FirmwareId.h
index fd524b8ce5..71395ef20a 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/FirmwareId.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/FirmwareId.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Guid/HwWatchdogTimerHob.h b/Vlv2TbltDevicePkg/Include/Guid/HwWatchdogTimerHob.h
index 3cd6c843b1..97de59e3a1 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/HwWatchdogTimerHob.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/HwWatchdogTimerHob.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Guid/IdccData.h b/Vlv2TbltDevicePkg/Include/Guid/IdccData.h
index 7e3b965666..d6e58b9bae 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/IdccData.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/IdccData.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Guid/ItkData.h b/Vlv2TbltDevicePkg/Include/Guid/ItkData.h
index e7bd29e6e4..82f68a2a8d 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/ItkData.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/ItkData.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Include/Guid/MemoryConfigData.h b/Vlv2TbltDevicePkg/Include/Guid/MemoryConfigData.h
index 0fe759a16e..6dbc9c488f 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/MemoryConfigData.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/MemoryConfigData.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 
diff --git a/Vlv2TbltDevicePkg/Include/Guid/OsSelection.h b/Vlv2TbltDevicePkg/Include/Guid/OsSelection.h
index e7bbcf67c9..93abfa9c35 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/OsSelection.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/OsSelection.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Guid/PciLanInfo.h b/Vlv2TbltDevicePkg/Include/Guid/PciLanInfo.h
index 46c45b0303..702ca45f69 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/PciLanInfo.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/PciLanInfo.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Guid/PlatformCpuInfo.h b/Vlv2TbltDevicePkg/Include/Guid/PlatformCpuInfo.h
index f1756662bd..2ebaac371c 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/PlatformCpuInfo.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/PlatformCpuInfo.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Guid/PlatformInfo.h b/Vlv2TbltDevicePkg/Include/Guid/PlatformInfo.h
index cac31e2a40..799012647d 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/PlatformInfo.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/PlatformInfo.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 
diff --git a/Vlv2TbltDevicePkg/Include/Guid/SensorInfoVariable.h b/Vlv2TbltDevicePkg/Include/Guid/SensorInfoVariable.h
index 19eee2b729..ead7e451c5 100644
--- a/Vlv2TbltDevicePkg/Include/Guid/SensorInfoVariable.h
+++ b/Vlv2TbltDevicePkg/Include/Guid/SensorInfoVariable.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 
diff --git a/Vlv2TbltDevicePkg/Include/Hpet.h b/Vlv2TbltDevicePkg/Include/Hpet.h
index e448ee9796..56b7c6dd33 100644
--- a/Vlv2TbltDevicePkg/Include/Hpet.h
+++ b/Vlv2TbltDevicePkg/Include/Hpet.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Library/BiosIdLib.h b/Vlv2TbltDevicePkg/Include/Library/BiosIdLib.h
index 484b358264..bfd026e6b3 100644
--- a/Vlv2TbltDevicePkg/Include/Library/BiosIdLib.h
+++ b/Vlv2TbltDevicePkg/Include/Library/BiosIdLib.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Library/CpuIA32.h b/Vlv2TbltDevicePkg/Include/Library/CpuIA32.h
index 78c78319ce..043b920252 100644
--- a/Vlv2TbltDevicePkg/Include/Library/CpuIA32.h
+++ b/Vlv2TbltDevicePkg/Include/Library/CpuIA32.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Library/EfiRegTableLib.h b/Vlv2TbltDevicePkg/Include/Library/EfiRegTableLib.h
index 915f8b39d9..ac4883c78a 100644
--- a/Vlv2TbltDevicePkg/Include/Library/EfiRegTableLib.h
+++ b/Vlv2TbltDevicePkg/Include/Library/EfiRegTableLib.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Library/Esrt.h b/Vlv2TbltDevicePkg/Include/Library/Esrt.h
index a92a27cade..bce6664be9 100644
--- a/Vlv2TbltDevicePkg/Include/Library/Esrt.h
+++ b/Vlv2TbltDevicePkg/Include/Library/Esrt.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Library/Fd.h b/Vlv2TbltDevicePkg/Include/Library/Fd.h
index a54ac11162..10ca3dc458 100644
--- a/Vlv2TbltDevicePkg/Include/Library/Fd.h
+++ b/Vlv2TbltDevicePkg/Include/Library/Fd.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 
diff --git a/Vlv2TbltDevicePkg/Include/Library/FlashDeviceLib.h b/Vlv2TbltDevicePkg/Include/Library/FlashDeviceLib.h
index 43c5e88586..3dd46efb68 100644
--- a/Vlv2TbltDevicePkg/Include/Library/FlashDeviceLib.h
+++ b/Vlv2TbltDevicePkg/Include/Library/FlashDeviceLib.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
   Flash device library class header file.
diff --git a/Vlv2TbltDevicePkg/Include/Library/I2cMmioConfigLib.h b/Vlv2TbltDevicePkg/Include/Library/I2cMmioConfigLib.h
index 7eea7e1d29..4459f6e073 100644
--- a/Vlv2TbltDevicePkg/Include/Library/I2cMmioConfigLib.h
+++ b/Vlv2TbltDevicePkg/Include/Library/I2cMmioConfigLib.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Include/Library/I2cPort_platform.h b/Vlv2TbltDevicePkg/Include/Library/I2cPort_platform.h
index 9975faeac8..dd2d67a5a0 100644
--- a/Vlv2TbltDevicePkg/Include/Library/I2cPort_platform.h
+++ b/Vlv2TbltDevicePkg/Include/Library/I2cPort_platform.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Include/Library/PlatformFsaLib.h b/Vlv2TbltDevicePkg/Include/Library/PlatformFsaLib.h
index 06dab3016b..d300b16454 100644
--- a/Vlv2TbltDevicePkg/Include/Library/PlatformFsaLib.h
+++ b/Vlv2TbltDevicePkg/Include/Library/PlatformFsaLib.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 --*/
 
diff --git a/Vlv2TbltDevicePkg/Include/Library/PlatformFspLib.h b/Vlv2TbltDevicePkg/Include/Library/PlatformFspLib.h
index c3235afa90..5223d71a01 100644
--- a/Vlv2TbltDevicePkg/Include/Library/PlatformFspLib.h
+++ b/Vlv2TbltDevicePkg/Include/Library/PlatformFspLib.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 --*/
 
diff --git a/Vlv2TbltDevicePkg/Include/Library/SpiFlash.H b/Vlv2TbltDevicePkg/Include/Library/SpiFlash.H
index 335660cd4c..fe0846ea99 100644
--- a/Vlv2TbltDevicePkg/Include/Library/SpiFlash.H
+++ b/Vlv2TbltDevicePkg/Include/Library/SpiFlash.H
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 **/
 
 #ifndef _SPIFlash_H_
diff --git a/Vlv2TbltDevicePkg/Include/Library/StallSmmLib.h b/Vlv2TbltDevicePkg/Include/Library/StallSmmLib.h
index 49baffdcc5..2769247e74 100644
--- a/Vlv2TbltDevicePkg/Include/Library/StallSmmLib.h
+++ b/Vlv2TbltDevicePkg/Include/Library/StallSmmLib.h
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Include/Library/UsbDeviceModeLib.h b/Vlv2TbltDevicePkg/Include/Library/UsbDeviceModeLib.h
index c52417f00f..300d8ff29f 100644
--- a/Vlv2TbltDevicePkg/Include/Library/UsbDeviceModeLib.h
+++ b/Vlv2TbltDevicePkg/Include/Library/UsbDeviceModeLib.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Include/Mcfg.h b/Vlv2TbltDevicePkg/Include/Mcfg.h
index 2751a27d2d..a27c55f818 100644
--- a/Vlv2TbltDevicePkg/Include/Mcfg.h
+++ b/Vlv2TbltDevicePkg/Include/Mcfg.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/McfgTable.h b/Vlv2TbltDevicePkg/Include/McfgTable.h
index dc9dc49e74..1ea8e6edf1 100644
--- a/Vlv2TbltDevicePkg/Include/McfgTable.h
+++ b/Vlv2TbltDevicePkg/Include/McfgTable.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Include/Platform.h b/Vlv2TbltDevicePkg/Include/Platform.h
index 4d1932febd..8d8f4067fb 100644
--- a/Vlv2TbltDevicePkg/Include/Platform.h
+++ b/Vlv2TbltDevicePkg/Include/Platform.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/PlatformBootMode.h b/Vlv2TbltDevicePkg/Include/PlatformBootMode.h
index 812077ce14..edc56b12bc 100644
--- a/Vlv2TbltDevicePkg/Include/PlatformBootMode.h
+++ b/Vlv2TbltDevicePkg/Include/PlatformBootMode.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/PlatformDefinitions.h b/Vlv2TbltDevicePkg/Include/PlatformDefinitions.h
index a64cda0799..af602b661d 100644
--- a/Vlv2TbltDevicePkg/Include/PlatformDefinitions.h
+++ b/Vlv2TbltDevicePkg/Include/PlatformDefinitions.h
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 1999  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Ppi/MfgMemoryTest.h b/Vlv2TbltDevicePkg/Include/Ppi/MfgMemoryTest.h
index 353c80b629..ac5eeb3ce3 100644
--- a/Vlv2TbltDevicePkg/Include/Ppi/MfgMemoryTest.h
+++ b/Vlv2TbltDevicePkg/Include/Ppi/MfgMemoryTest.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Include/Ppi/Sha256Hash.h b/Vlv2TbltDevicePkg/Include/Ppi/Sha256Hash.h
index 1c9b2b9ea1..0e17b9c2ed 100644
--- a/Vlv2TbltDevicePkg/Include/Ppi/Sha256Hash.h
+++ b/Vlv2TbltDevicePkg/Include/Ppi/Sha256Hash.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Include/Ppi/Speaker.h b/Vlv2TbltDevicePkg/Include/Ppi/Speaker.h
index b8c817e4ca..674d801a85 100644
--- a/Vlv2TbltDevicePkg/Include/Ppi/Speaker.h
+++ b/Vlv2TbltDevicePkg/Include/Ppi/Speaker.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Include/Ppi/UsbController.h b/Vlv2TbltDevicePkg/Include/Ppi/UsbController.h
index 5448566116..7436a3755c 100644
--- a/Vlv2TbltDevicePkg/Include/Ppi/UsbController.h
+++ b/Vlv2TbltDevicePkg/Include/Ppi/UsbController.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
   Define APIs to retrieve USB Host Controller Info such as controller type and
   I/O Port Base Address.
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/CK505ClockPlatformInfo.h b/Vlv2TbltDevicePkg/Include/Protocol/CK505ClockPlatformInfo.h
index daf5d22d71..ae6ee8cd9e 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/CK505ClockPlatformInfo.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/CK505ClockPlatformInfo.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/EnhancedSpeedstep.h b/Vlv2TbltDevicePkg/Include/Protocol/EnhancedSpeedstep.h
index 9b74180845..5a9a56a224 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/EnhancedSpeedstep.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/EnhancedSpeedstep.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/HwWatchdogTimer.h b/Vlv2TbltDevicePkg/Include/Protocol/HwWatchdogTimer.h
index 71fe6275ee..021bb9779d 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/HwWatchdogTimer.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/HwWatchdogTimer.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/I2cAcpi.h b/Vlv2TbltDevicePkg/Include/Protocol/I2cAcpi.h
index 9ec5e1473b..d079ff8cdb 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/I2cAcpi.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/I2cAcpi.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 **/
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/I2cBus.h b/Vlv2TbltDevicePkg/Include/Protocol/I2cBus.h
index b321a026b2..053b400354 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/I2cBus.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/I2cBus.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/I2cBusMcg.h b/Vlv2TbltDevicePkg/Include/Protocol/I2cBusMcg.h
index 1cfca218bd..00bb080d03 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/I2cBusMcg.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/I2cBusMcg.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/I2cHostMcg.h b/Vlv2TbltDevicePkg/Include/Protocol/I2cHostMcg.h
index 1d94ee4106..e937db070c 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/I2cHostMcg.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/I2cHostMcg.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/I2cMasterMcg.h b/Vlv2TbltDevicePkg/Include/Protocol/I2cMasterMcg.h
index 5ca47b2c7f..b5c0d3ac30 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/I2cMasterMcg.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/I2cMasterMcg.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
   \section I2cDriverStack       I2C Driver Stack
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/I2cSlave.h b/Vlv2TbltDevicePkg/Include/Protocol/I2cSlave.h
index 64cb2b7398..2b101b7f87 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/I2cSlave.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/I2cSlave.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 **/
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/LpcWpc83627Policy.h b/Vlv2TbltDevicePkg/Include/Protocol/LpcWpc83627Policy.h
index 62d026f133..ed3ac240a4 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/LpcWpc83627Policy.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/LpcWpc83627Policy.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/LpcWpce791Policy.h b/Vlv2TbltDevicePkg/Include/Protocol/LpcWpce791Policy.h
index 1b2459e54a..3aeb981142 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/LpcWpce791Policy.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/LpcWpce791Policy.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/MmioDevice.h b/Vlv2TbltDevicePkg/Include/Protocol/MmioDevice.h
index 3c0eb5201a..0c7cd682e7 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/MmioDevice.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/MmioDevice.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/Observable.h b/Vlv2TbltDevicePkg/Include/Protocol/Observable.h
index bc5571e6d5..21edbb4b94 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/Observable.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/Observable.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/PlatformGopPolicy.h b/Vlv2TbltDevicePkg/Include/Protocol/PlatformGopPolicy.h
index ef2ad3d558..fc7d177785 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/PlatformGopPolicy.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/PlatformGopPolicy.h
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 --*/
 
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/PlatformIdeInit.h b/Vlv2TbltDevicePkg/Include/Protocol/PlatformIdeInit.h
index a8b6900d16..4e31940f96 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/PlatformIdeInit.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/PlatformIdeInit.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/SetupMode.h b/Vlv2TbltDevicePkg/Include/Protocol/SetupMode.h
index 6892106a36..2d3bd647ad 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/SetupMode.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/SetupMode.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/SmbiosSlotPopulation.h b/Vlv2TbltDevicePkg/Include/Protocol/SmbiosSlotPopulation.h
index ac051d1759..185389641c 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/SmbiosSlotPopulation.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/SmbiosSlotPopulation.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/Speaker.h b/Vlv2TbltDevicePkg/Include/Protocol/Speaker.h
index 9bffcad24e..aa68c666f8 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/Speaker.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/Speaker.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/TcoReset.h b/Vlv2TbltDevicePkg/Include/Protocol/TcoReset.h
index bda47c359d..35e1b98268 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/TcoReset.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/TcoReset.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/TpmMp.h b/Vlv2TbltDevicePkg/Include/Protocol/TpmMp.h
index 415e53daf2..a9fdace5e4 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/TpmMp.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/TpmMp.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/UsbPolicy.h b/Vlv2TbltDevicePkg/Include/Protocol/UsbPolicy.h
index 16e9f9c6bc..a076a9770a 100644
--- a/Vlv2TbltDevicePkg/Include/Protocol/UsbPolicy.h
+++ b/Vlv2TbltDevicePkg/Include/Protocol/UsbPolicy.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
   UsbPolicy.h
diff --git a/Vlv2TbltDevicePkg/Include/SetupMode.h b/Vlv2TbltDevicePkg/Include/SetupMode.h
index 53abd1d3a6..6b96416c50 100644
--- a/Vlv2TbltDevicePkg/Include/SetupMode.h
+++ b/Vlv2TbltDevicePkg/Include/SetupMode.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Library/BiosIdLib/BiosIdLib.c b/Vlv2TbltDevicePkg/Library/BiosIdLib/BiosIdLib.c
index 3f0e20c7a8..bc5f740344 100644
--- a/Vlv2TbltDevicePkg/Library/BiosIdLib/BiosIdLib.c
+++ b/Vlv2TbltDevicePkg/Library/BiosIdLib/BiosIdLib.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2011  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Library/BiosIdLib/BiosIdLib.inf b/Vlv2TbltDevicePkg/Library/BiosIdLib/BiosIdLib.inf
index 3e53680d08..d204069255 100644
--- a/Vlv2TbltDevicePkg/Library/BiosIdLib/BiosIdLib.inf
+++ b/Vlv2TbltDevicePkg/Library/BiosIdLib/BiosIdLib.inf
@@ -1,10 +1,10 @@
 #/*++
 #
 # Copyright (c)  2010  - 2014, Intel Corporation. All rights reserved
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 
 #
 #  Module Name:
diff --git a/Vlv2TbltDevicePkg/Library/CpuIA32Lib/CpuIA32Lib.inf b/Vlv2TbltDevicePkg/Library/CpuIA32Lib/CpuIA32Lib.inf
index c9f0a434ac..5d617f1942 100644
--- a/Vlv2TbltDevicePkg/Library/CpuIA32Lib/CpuIA32Lib.inf
+++ b/Vlv2TbltDevicePkg/Library/CpuIA32Lib/CpuIA32Lib.inf
@@ -1,10 +1,10 @@
 #
 #
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #   Module Name:
diff --git a/Vlv2TbltDevicePkg/Library/CpuIA32Lib/EfiCpuVersion.c b/Vlv2TbltDevicePkg/Library/CpuIA32Lib/EfiCpuVersion.c
index 935f11e871..05cbc6c0f2 100644
--- a/Vlv2TbltDevicePkg/Library/CpuIA32Lib/EfiCpuVersion.c
+++ b/Vlv2TbltDevicePkg/Library/CpuIA32Lib/EfiCpuVersion.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.S b/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.S
index ba1bd448c0..0c7b9ea98e 100644
--- a/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.S
+++ b/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.S
@@ -1,10 +1,10 @@
 #
 #
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #Module Name:
diff --git a/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.asm b/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.asm
index 3fdf16f8ee..5d20bc748a 100644
--- a/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.asm
+++ b/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.asm
@@ -7,10 +7,10 @@
 ;
 ;
 ; Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-;                                                                                  

+;                                                                                  
 ; SPDX-License-Identifier: BSD-2-Clause-Patent
 
-;                                                                                  

+;                                                                                  
 ;
 
 ;Module Name:
diff --git a/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.c b/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.c
index cb8de2f9c7..34f200d66b 100644
--- a/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.c
+++ b/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/CpuIA32.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/Cpu.S b/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/Cpu.S
index 3a8d6e6bc5..364bd277e3 100644
--- a/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/Cpu.S
+++ b/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/Cpu.S
@@ -1,10 +1,10 @@
 #
 #
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #*   Module Name:
diff --git a/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/Cpu.asm b/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/Cpu.asm
index 44aae7de64..a09988c8b7 100644
--- a/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/Cpu.asm
+++ b/Vlv2TbltDevicePkg/Library/CpuIA32Lib/X64/Cpu.asm
@@ -10,10 +10,10 @@ TITLE   Cpu.asm: Assembly code for the x64 resources
 ;
 ;
 ; Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-;                                                                                  

+;                                                                                  
 ; SPDX-License-Identifier: BSD-2-Clause-Patent
 
-;                                                                                  

+;                                                                                  
 ;
 ;
 ;
diff --git a/Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.c b/Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.c
index b7d896d9fd..b7226a114f 100644
--- a/Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.c
+++ b/Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.inf b/Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.inf
index 9cb8841d65..1ebf43d655 100644
--- a/Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.inf
+++ b/Vlv2TbltDevicePkg/Library/EfiRegTableLib/EfiRegTableLib.inf
@@ -3,10 +3,10 @@
 #/*++
 #
 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 
 #
 #  Module Name:
diff --git a/Vlv2TbltDevicePkg/Library/I2CLib/I2CLib.c b/Vlv2TbltDevicePkg/Library/I2CLib/I2CLib.c
index 85f066a9e3..ddc6ee79e8 100644
--- a/Vlv2TbltDevicePkg/Library/I2CLib/I2CLib.c
+++ b/Vlv2TbltDevicePkg/Library/I2CLib/I2CLib.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/CommonHeader.h b/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/CommonHeader.h
index 794c9178f1..0e1dfe8a63 100644
--- a/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/CommonHeader.h
+++ b/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/CommonHeader.h
@@ -4,10 +4,10 @@
   This file includes package header files, library classes and protocol, PPI & GUID definitions.
 
   Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.c b/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.c
index af44c6bd27..dda9da9468 100644
--- a/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.c
+++ b/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.c
@@ -2,10 +2,10 @@
   ICH9 ACPI Timer implements one instance of Timer Library.
 
 Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf b/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
index f30d70e01f..6a49132b02 100644
--- a/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
+++ b/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/IntelPchAcpiTimerLib.inf
@@ -4,10 +4,10 @@
 # ICH9 Acpi timer implements one instance of Timer Library. Acpi timer cannot be programmed,
 #  so it could be used by any types of drivers, including SMM drivers and Runtime drivers.
 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #
diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.c b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.c
index 919032c2df..cf1b685dc1 100644
--- a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.c
+++ b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.c
@@ -2,10 +2,10 @@
   Clock generator setting for multiplatform.
 
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.h b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.h
index e153933d72..b6ca2dd217 100644
--- a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.h
+++ b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.h
@@ -4,10 +4,10 @@
   This file includes package header files, library classes.
 
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 **/
 
 #ifndef _BOARD_CLK_GEN_H_
diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/BoardGpios.c b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/BoardGpios.c
index 5790d045fc..948b05c3d0 100644
--- a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/BoardGpios.c
+++ b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/BoardGpios.c
@@ -2,10 +2,10 @@
   Gpio setting for multiplatform..
 
   Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/BoardGpios.h b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/BoardGpios.h
index 0e19819b22..7482f312fd 100644
--- a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/BoardGpios.h
+++ b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardGpios/BoardGpios.h
@@ -4,10 +4,10 @@
   This file includes package header files, library classes.
 
   Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 **/
 
 #ifndef _BOARDGPIOS_H_
diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.c b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.c
index 67f5e24ede..cd9aa40770 100644
--- a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.c
+++ b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.c
@@ -2,10 +2,10 @@
   Jumper setting for multiplatform.
 
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.h b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.h
index 7c1fc88909..0abee7cd3d 100644
--- a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.h
+++ b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardJumpers/BoardJumpers.h
@@ -4,10 +4,10 @@
   This file includes package header files, library classes.
 
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 **/
 
 #ifndef _BOARDJUMPERS_H_
diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardOemIds/BoardOemIds.c b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardOemIds/BoardOemIds.c
index bb3f4c0a33..1d25084300 100644
--- a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardOemIds/BoardOemIds.c
+++ b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardOemIds/BoardOemIds.c
@@ -2,10 +2,10 @@
   ACPI oem ids setting for multiplatform.
 
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardOemIds/BoardOemIds.h b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardOemIds/BoardOemIds.h
index 3598a21a61..1b083dd03f 100644
--- a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardOemIds/BoardOemIds.h
+++ b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardOemIds/BoardOemIds.h
@@ -4,10 +4,10 @@
   This file includes package header files, library classes.
 
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 **/
 
 #include <Guid/PlatformInfo.h>
diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardSsidSvid/BoardSsidSvid.c b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardSsidSvid/BoardSsidSvid.c
index 77764945c3..1914cdb1de 100644
--- a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardSsidSvid/BoardSsidSvid.c
+++ b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardSsidSvid/BoardSsidSvid.c
@@ -2,10 +2,10 @@
   Subsystem IDs setting for multiplatform.
 
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardSsidSvid/BoardSsidSvid.h b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardSsidSvid/BoardSsidSvid.h
index 6a9995c34c..2264d6e7f4 100644
--- a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardSsidSvid/BoardSsidSvid.h
+++ b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardSsidSvid/BoardSsidSvid.h
@@ -4,10 +4,10 @@
   This file includes package header files, library classes.
 
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 **/
 
 #include <Guid/PlatformInfo.h>
diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/MultiPlatformLib.c b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/MultiPlatformLib.c
index d24e90c7f4..8dacc0329a 100644
--- a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/MultiPlatformLib.c
+++ b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/MultiPlatformLib.c
@@ -2,10 +2,10 @@
   Multiplatform initialization.
 
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/MultiPlatformLib.h b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/MultiPlatformLib.h
index 807ca20acb..76309c3880 100644
--- a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/MultiPlatformLib.h
+++ b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/MultiPlatformLib.h
@@ -4,10 +4,10 @@
   This file includes package header files, library classes.
 
   Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 **/
 
 #ifndef _MULTIPLATFORM_LIB_H_
diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/PlatformInfoHob.c b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/PlatformInfoHob.c
index efa3619a76..2ba4abb3ea 100644
--- a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/PlatformInfoHob.c
+++ b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/PlatformInfoHob.c
@@ -2,10 +2,10 @@
   Platform Hob access interface for multiplatform.
 
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLib.inf b/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLib.inf
index 6b5cc2861c..7bcaee0842 100644
--- a/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLib.inf
+++ b/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLib.inf
@@ -3,10 +3,10 @@
 #/*++
 #
 #  Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #  Module Name:
 #
diff --git a/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c b/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c
index c31fd754cb..3b07d1fef8 100644
--- a/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c
+++ b/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.c
@@ -1,10 +1,10 @@
 /**
 
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
   @file
   PchPlatformLib.c
diff --git a/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.h b/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.h
index da1f77f680..c4c0a8c7c0 100644
--- a/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.h
+++ b/Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.h
@@ -3,10 +3,10 @@
 /**
 
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
   @file
   PchPlatformLibrary.h
diff --git a/Vlv2TbltDevicePkg/Library/PchSmmLib/CommonHeader.h b/Vlv2TbltDevicePkg/Library/PchSmmLib/CommonHeader.h
index e0a1f3a0f7..f9e3a3abb5 100644
--- a/Vlv2TbltDevicePkg/Library/PchSmmLib/CommonHeader.h
+++ b/Vlv2TbltDevicePkg/Library/PchSmmLib/CommonHeader.h
@@ -4,10 +4,10 @@
   This file includes package header files, library classes and protocol, PPI & GUID definitions.
 
   Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 **/
 
 #ifndef __COMMON_HEADER_H_
diff --git a/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.c b/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.c
index 2b0aacaccf..cebaceeb2f 100644
--- a/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.c
+++ b/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.c
@@ -2,10 +2,10 @@
   PCH Smm Library Services that implements both S/W SMI generation and detection.
 
   Copyright (c) 2007  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf b/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf
index 9d4823d488..d2b831630e 100644
--- a/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf
+++ b/Vlv2TbltDevicePkg/Library/PchSmmLib/PchSmmLib.inf
@@ -4,10 +4,10 @@
 # ICH SMM Library that layers on top of the I/O Library to directly
 #  access SMM power management registers.
 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #
diff --git a/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.h b/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.h
index b5bb519747..09652fc05d 100644
--- a/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.h
+++ b/Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformData.c b/Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformData.c
index 9dff93f52b..0737d061c5 100644
--- a/Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformData.c
+++ b/Vlv2TbltDevicePkg/Library/PlatformBdsLib/PlatformData.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Library/PlatformCmosLib/PlatformCmosLib.c b/Vlv2TbltDevicePkg/Library/PlatformCmosLib/PlatformCmosLib.c
index 2a02cabcaf..105f6a7776 100644
--- a/Vlv2TbltDevicePkg/Library/PlatformCmosLib/PlatformCmosLib.c
+++ b/Vlv2TbltDevicePkg/Library/PlatformCmosLib/PlatformCmosLib.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Library/PlatformCmosLib/PlatformCmosLib.inf b/Vlv2TbltDevicePkg/Library/PlatformCmosLib/PlatformCmosLib.inf
index c5d8b66591..568fe7729d 100644
--- a/Vlv2TbltDevicePkg/Library/PlatformCmosLib/PlatformCmosLib.inf
+++ b/Vlv2TbltDevicePkg/Library/PlatformCmosLib/PlatformCmosLib.inf
@@ -1,10 +1,10 @@
 #/** @file
 #
 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #**/
diff --git a/Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.c b/Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.c
index b99c3b0122..c11d65ea19 100644
--- a/Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.c
+++ b/Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 #include "PiPei.h"
diff --git a/Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.inf b/Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.inf
index ddd97c5ad9..f6542911d7 100644
--- a/Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.inf
+++ b/Vlv2TbltDevicePkg/Library/PlatformFspLib/PlatformFspLib.inf
@@ -1,10 +1,10 @@
 #
 #
 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #
diff --git a/Vlv2TbltDevicePkg/Library/ResetSystemLib/ResetSystemLib.c b/Vlv2TbltDevicePkg/Library/ResetSystemLib/ResetSystemLib.c
index fac998fefa..fd7c55af89 100644
--- a/Vlv2TbltDevicePkg/Library/ResetSystemLib/ResetSystemLib.c
+++ b/Vlv2TbltDevicePkg/Library/ResetSystemLib/ResetSystemLib.c
@@ -3,7 +3,7 @@
   Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Library/ResetSystemLib/ResetSystemLib.inf b/Vlv2TbltDevicePkg/Library/ResetSystemLib/ResetSystemLib.inf
index db1a92b34e..43f2b14626 100644
--- a/Vlv2TbltDevicePkg/Library/ResetSystemLib/ResetSystemLib.inf
+++ b/Vlv2TbltDevicePkg/Library/ResetSystemLib/ResetSystemLib.inf
@@ -4,10 +4,10 @@
 # Reset System Library that layers on top of the I/O Library to directly
 #  access a standard SMBUS host controller.
 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #
diff --git a/Vlv2TbltDevicePkg/Library/SerialPortLib/SerialPortLib.inf b/Vlv2TbltDevicePkg/Library/SerialPortLib/SerialPortLib.inf
index 0e7a6d3cfc..b24114eda0 100644
--- a/Vlv2TbltDevicePkg/Library/SerialPortLib/SerialPortLib.inf
+++ b/Vlv2TbltDevicePkg/Library/SerialPortLib/SerialPortLib.inf
@@ -1,10 +1,10 @@
 #/** @file
 #
 # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #
diff --git a/Vlv2TbltDevicePkg/Library/SerialPortLib/SioInit.c b/Vlv2TbltDevicePkg/Library/SerialPortLib/SioInit.c
index d9d48539dc..bf4ff71679 100644
--- a/Vlv2TbltDevicePkg/Library/SerialPortLib/SioInit.c
+++ b/Vlv2TbltDevicePkg/Library/SerialPortLib/SioInit.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Library/SmbusLib/CommonHeader.h b/Vlv2TbltDevicePkg/Library/SmbusLib/CommonHeader.h
index d34dd942d3..1efba04b70 100644
--- a/Vlv2TbltDevicePkg/Library/SmbusLib/CommonHeader.h
+++ b/Vlv2TbltDevicePkg/Library/SmbusLib/CommonHeader.h
@@ -4,10 +4,10 @@
   This file includes package header files, library classes.
 
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 **/
 
 #ifndef __COMMON_HEADER_H_
diff --git a/Vlv2TbltDevicePkg/Library/SmbusLib/SmbusLib.c b/Vlv2TbltDevicePkg/Library/SmbusLib/SmbusLib.c
index 4052724812..203f76d4d3 100644
--- a/Vlv2TbltDevicePkg/Library/SmbusLib/SmbusLib.c
+++ b/Vlv2TbltDevicePkg/Library/SmbusLib/SmbusLib.c
@@ -2,10 +2,10 @@
   Intel ICH9 SMBUS library implementation built upon I/O library.
 
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/Library/SmbusLib/SmbusLib.inf b/Vlv2TbltDevicePkg/Library/SmbusLib/SmbusLib.inf
index b13e3de0cc..26660b5c87 100644
--- a/Vlv2TbltDevicePkg/Library/SmbusLib/SmbusLib.inf
+++ b/Vlv2TbltDevicePkg/Library/SmbusLib/SmbusLib.inf
@@ -4,10 +4,10 @@
 # SMBUS Library that layers on top of the I/O Library to directly
 #  access a standard SMBUS host controller.
 # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #
diff --git a/Vlv2TbltDevicePkg/Library/StallSmmLib/StallSmm.c b/Vlv2TbltDevicePkg/Library/StallSmmLib/StallSmm.c
index 062994f088..8d77b061d9 100644
--- a/Vlv2TbltDevicePkg/Library/StallSmmLib/StallSmm.c
+++ b/Vlv2TbltDevicePkg/Library/StallSmmLib/StallSmm.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Library/StallSmmLib/StallSmmLib.inf b/Vlv2TbltDevicePkg/Library/StallSmmLib/StallSmmLib.inf
index 703ea3238c..ede76a107a 100644
--- a/Vlv2TbltDevicePkg/Library/StallSmmLib/StallSmmLib.inf
+++ b/Vlv2TbltDevicePkg/Library/StallSmmLib/StallSmmLib.inf
@@ -1,10 +1,10 @@
 #/*++
 #
 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 
 #
 #  Module Name:
diff --git a/Vlv2TbltDevicePkg/Metronome/LegacyMetronome.c b/Vlv2TbltDevicePkg/Metronome/LegacyMetronome.c
index b1fb4adb34..348685c4d7 100644
--- a/Vlv2TbltDevicePkg/Metronome/LegacyMetronome.c
+++ b/Vlv2TbltDevicePkg/Metronome/LegacyMetronome.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Metronome/LegacyMetronome.h b/Vlv2TbltDevicePkg/Metronome/LegacyMetronome.h
index 9599eca702..7c32cbff86 100644
--- a/Vlv2TbltDevicePkg/Metronome/LegacyMetronome.h
+++ b/Vlv2TbltDevicePkg/Metronome/LegacyMetronome.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Metronome/Metronome.inf b/Vlv2TbltDevicePkg/Metronome/Metronome.inf
index 173370d652..9700382a23 100644
--- a/Vlv2TbltDevicePkg/Metronome/Metronome.inf
+++ b/Vlv2TbltDevicePkg/Metronome/Metronome.inf
@@ -1,10 +1,10 @@
 #
 #
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 
 #  Module Name:
diff --git a/Vlv2TbltDevicePkg/MonoStatusCode/EfiStatusCode.h b/Vlv2TbltDevicePkg/MonoStatusCode/EfiStatusCode.h
index 1d396ffde2..9f34c10b2f 100644
--- a/Vlv2TbltDevicePkg/MonoStatusCode/EfiStatusCode.h
+++ b/Vlv2TbltDevicePkg/MonoStatusCode/EfiStatusCode.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.c b/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.c
index 8283483ff8..023102ec3c 100644
--- a/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.c
+++ b/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.h b/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.h
index 0b256093a6..0d2ecc5170 100644
--- a/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.h
+++ b/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/MonoStatusCode/PeiPostCode.c b/Vlv2TbltDevicePkg/MonoStatusCode/PeiPostCode.c
index 92dbef551e..04b814a0b5 100644
--- a/Vlv2TbltDevicePkg/MonoStatusCode/PeiPostCode.c
+++ b/Vlv2TbltDevicePkg/MonoStatusCode/PeiPostCode.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/MonoStatusCode/PlatformStatusCode.c b/Vlv2TbltDevicePkg/MonoStatusCode/PlatformStatusCode.c
index a1abddc512..7c20c2bb98 100644
--- a/Vlv2TbltDevicePkg/MonoStatusCode/PlatformStatusCode.c
+++ b/Vlv2TbltDevicePkg/MonoStatusCode/PlatformStatusCode.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PciPlatform/BoardPciPlatform.c b/Vlv2TbltDevicePkg/PciPlatform/BoardPciPlatform.c
index 0372c175a6..66ee003e08 100644
--- a/Vlv2TbltDevicePkg/PciPlatform/BoardPciPlatform.c
+++ b/Vlv2TbltDevicePkg/PciPlatform/BoardPciPlatform.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PciPlatform/PciPlatform.c b/Vlv2TbltDevicePkg/PciPlatform/PciPlatform.c
index b135e2646c..083559fe60 100644
--- a/Vlv2TbltDevicePkg/PciPlatform/PciPlatform.c
+++ b/Vlv2TbltDevicePkg/PciPlatform/PciPlatform.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PciPlatform/PciPlatform.h b/Vlv2TbltDevicePkg/PciPlatform/PciPlatform.h
index cd846eae75..752ab92cfd 100644
--- a/Vlv2TbltDevicePkg/PciPlatform/PciPlatform.h
+++ b/Vlv2TbltDevicePkg/PciPlatform/PciPlatform.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PciPlatform/PciPlatform.inf b/Vlv2TbltDevicePkg/PciPlatform/PciPlatform.inf
index a0837917d8..3714ae8e0d 100644
--- a/Vlv2TbltDevicePkg/PciPlatform/PciPlatform.inf
+++ b/Vlv2TbltDevicePkg/PciPlatform/PciPlatform.inf
@@ -1,10 +1,10 @@
 #/*++
 #
 # Copyright (c)  2003  - 2018, Intel Corporation. All rights reserved
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 
 #
 #  Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.c b/Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.c
index d35a158181..aafb130c64 100644
--- a/Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.c
+++ b/Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.h b/Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.h
index b13611f4f8..80d0d6548c 100644
--- a/Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.h
+++ b/Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/AzaliaVerbTable.h b/Vlv2TbltDevicePkg/PlatformDxe/AzaliaVerbTable.h
index 331d0cbede..0d9377ac50 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/AzaliaVerbTable.h
+++ b/Vlv2TbltDevicePkg/PlatformDxe/AzaliaVerbTable.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 --*/
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/BoardId.c b/Vlv2TbltDevicePkg/PlatformDxe/BoardId.c
index 7d774568e3..18b9c6e2f4 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/BoardId.c
+++ b/Vlv2TbltDevicePkg/PlatformDxe/BoardId.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/BoardIdDecode.c b/Vlv2TbltDevicePkg/PlatformDxe/BoardIdDecode.c
index d4bf5df690..2a5a1e67e8 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/BoardIdDecode.c
+++ b/Vlv2TbltDevicePkg/PlatformDxe/BoardIdDecode.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/BoardIdDecode.h b/Vlv2TbltDevicePkg/PlatformDxe/BoardIdDecode.h
index 8068768a3a..3af0269abc 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/BoardIdDecode.h
+++ b/Vlv2TbltDevicePkg/PlatformDxe/BoardIdDecode.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/ClockControl.c b/Vlv2TbltDevicePkg/PlatformDxe/ClockControl.c
index 1669f0357f..7d7e2d5203 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/ClockControl.c
+++ b/Vlv2TbltDevicePkg/PlatformDxe/ClockControl.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/Configuration.h b/Vlv2TbltDevicePkg/PlatformDxe/Configuration.h
index 23e03111c9..9c194dc2e3 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/Configuration.h
+++ b/Vlv2TbltDevicePkg/PlatformDxe/Configuration.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/ExI.c b/Vlv2TbltDevicePkg/PlatformDxe/ExI.c
index ad667b0bd8..4f40908efa 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/ExI.c
+++ b/Vlv2TbltDevicePkg/PlatformDxe/ExI.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/IchRegTable.c b/Vlv2TbltDevicePkg/PlatformDxe/IchRegTable.c
index cac61bffd0..d93da502e1 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/IchRegTable.c
+++ b/Vlv2TbltDevicePkg/PlatformDxe/IchRegTable.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/IchTcoReset.c b/Vlv2TbltDevicePkg/PlatformDxe/IchTcoReset.c
index 5b7822deda..b47bb98ee6 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/IchTcoReset.c
+++ b/Vlv2TbltDevicePkg/PlatformDxe/IchTcoReset.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/IdccInfo.c b/Vlv2TbltDevicePkg/PlatformDxe/IdccInfo.c
index 3b3e4b4c82..c87fb5172c 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/IdccInfo.c
+++ b/Vlv2TbltDevicePkg/PlatformDxe/IdccInfo.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/LegacySpeaker.c b/Vlv2TbltDevicePkg/PlatformDxe/LegacySpeaker.c
index 09e7fe3113..552af49e41 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/LegacySpeaker.c
+++ b/Vlv2TbltDevicePkg/PlatformDxe/LegacySpeaker.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/LegacySpeaker.h b/Vlv2TbltDevicePkg/PlatformDxe/LegacySpeaker.h
index 0ab39b78fa..fb73a07992 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/LegacySpeaker.h
+++ b/Vlv2TbltDevicePkg/PlatformDxe/LegacySpeaker.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.c b/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.c
index af466ce96d..67bb54fd39 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.c
+++ b/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.c
@@ -7,10 +7,10 @@
 /*++
 
 Copyright (c)  2010  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.h b/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.h
index f46efe0f1b..fe2a32fd06 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.h
+++ b/Vlv2TbltDevicePkg/PlatformDxe/Observable/Observable.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/PciBus.h b/Vlv2TbltDevicePkg/PlatformDxe/PciBus.h
index 40c0d99392..221512ebe4 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/PciBus.h
+++ b/Vlv2TbltDevicePkg/PlatformDxe/PciBus.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/PciDevice.c b/Vlv2TbltDevicePkg/PlatformDxe/PciDevice.c
index 582d8627cd..cf11ad9855 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/PciDevice.c
+++ b/Vlv2TbltDevicePkg/PlatformDxe/PciDevice.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/SensorVar.c b/Vlv2TbltDevicePkg/PlatformDxe/SensorVar.c
index 5d13e99443..8539e05495 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/SensorVar.c
+++ b/Vlv2TbltDevicePkg/PlatformDxe/SensorVar.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/SioPlatformPolicy.c b/Vlv2TbltDevicePkg/PlatformDxe/SioPlatformPolicy.c
index 32bee75f95..0c76bf2352 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/SioPlatformPolicy.c
+++ b/Vlv2TbltDevicePkg/PlatformDxe/SioPlatformPolicy.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/SlotConfig.c b/Vlv2TbltDevicePkg/PlatformDxe/SlotConfig.c
index f9b53ead95..4178389ce9 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/SlotConfig.c
+++ b/Vlv2TbltDevicePkg/PlatformDxe/SlotConfig.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformDxe/SlotConfig.h b/Vlv2TbltDevicePkg/PlatformDxe/SlotConfig.h
index 738798261b..6635325b4d 100644
--- a/Vlv2TbltDevicePkg/PlatformDxe/SlotConfig.h
+++ b/Vlv2TbltDevicePkg/PlatformDxe/SlotConfig.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c b/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c
index 3900603d68..d3362ca69e 100644
--- a/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c
+++ b/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 --*/
 
diff --git a/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.inf b/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.inf
index 948793f719..b39f067007 100644
--- a/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.inf
+++ b/Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.inf
@@ -1,10 +1,10 @@
 #
 #
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 ##
diff --git a/Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.c b/Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.c
index fc784034cd..981dc8f6b5 100644
--- a/Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.c
+++ b/Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.h b/Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.h
index 615b32bb08..58b20a6ea0 100644
--- a/Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.h
+++ b/Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
   PlatformInfoDxe.h
diff --git a/Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.inf b/Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.inf
index ae3c2bf41b..c00d9090eb 100644
--- a/Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.inf
+++ b/Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.inf
@@ -1,10 +1,10 @@
 #
 #
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #  Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/BootMode.c b/Vlv2TbltDevicePkg/PlatformInitPei/BootMode.c
index c906562c7e..08f9873f72 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/BootMode.c
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/BootMode.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/CpuInitPeim.c b/Vlv2TbltDevicePkg/PlatformInitPei/CpuInitPeim.c
index a3a3d5cbc9..9c88853cc7 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/CpuInitPeim.c
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/CpuInitPeim.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/Dimm.c b/Vlv2TbltDevicePkg/PlatformInitPei/Dimm.c
index 3fda6313d0..f503f9c99c 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/Dimm.c
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/Dimm.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/FlashMap.c b/Vlv2TbltDevicePkg/PlatformInitPei/FlashMap.c
index f32eaac479..9c3fb4a5aa 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/FlashMap.c
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/FlashMap.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/LegacySpeaker.c b/Vlv2TbltDevicePkg/PlatformInitPei/LegacySpeaker.c
index 6711f54863..7c523b711c 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/LegacySpeaker.c
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/LegacySpeaker.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/LegacySpeaker.h b/Vlv2TbltDevicePkg/PlatformInitPei/LegacySpeaker.h
index dee022bf9b..ef94fa6d4d 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/LegacySpeaker.h
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/LegacySpeaker.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/MchInit.c b/Vlv2TbltDevicePkg/PlatformInitPei/MchInit.c
index 7d1a20c104..522326658c 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/MchInit.c
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/MchInit.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/MemoryCallback.c b/Vlv2TbltDevicePkg/PlatformInitPei/MemoryCallback.c
index 070848ed1e..9a83ae7225 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/MemoryCallback.c
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/MemoryCallback.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/MemoryPeim.c b/Vlv2TbltDevicePkg/PlatformInitPei/MemoryPeim.c
index e6189b7713..22cd8bfe94 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/MemoryPeim.c
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/MemoryPeim.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/PchInitPeim.c b/Vlv2TbltDevicePkg/PlatformInitPei/PchInitPeim.c
index 38b17156f4..d03e866669 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/PchInitPeim.c
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/PchInitPeim.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.c b/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.c
index a359c95920..1a7ad827bc 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.c
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.h b/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.h
index 29749277d7..4f42bc1be1 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.h
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/PlatformEarlyInit.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/PlatformInfoInit.c b/Vlv2TbltDevicePkg/PlatformInitPei/PlatformInfoInit.c
index c6948d99d5..7575a49d1f 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/PlatformInfoInit.c
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/PlatformInfoInit.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/PlatformSsaInitPeim.c b/Vlv2TbltDevicePkg/PlatformInitPei/PlatformSsaInitPeim.c
index 4ffa3a20a2..608d942991 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/PlatformSsaInitPeim.c
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/PlatformSsaInitPeim.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/Recovery.c b/Vlv2TbltDevicePkg/PlatformInitPei/Recovery.c
index 53cd2c6c0c..8c5430f59d 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/Recovery.c
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/Recovery.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformInitPei/Stall.c b/Vlv2TbltDevicePkg/PlatformInitPei/Stall.c
index d9c24c0194..dc875ec76b 100644
--- a/Vlv2TbltDevicePkg/PlatformInitPei/Stall.c
+++ b/Vlv2TbltDevicePkg/PlatformInitPei/Stall.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 
diff --git a/Vlv2TbltDevicePkg/PlatformPei/BootMode.c b/Vlv2TbltDevicePkg/PlatformPei/BootMode.c
index 9fdcb620a3..6decc3d2a4 100644
--- a/Vlv2TbltDevicePkg/PlatformPei/BootMode.c
+++ b/Vlv2TbltDevicePkg/PlatformPei/BootMode.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2018, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformPei/CommonHeader.h b/Vlv2TbltDevicePkg/PlatformPei/CommonHeader.h
index 283993b44c..2ec367a46b 100644
--- a/Vlv2TbltDevicePkg/PlatformPei/CommonHeader.h
+++ b/Vlv2TbltDevicePkg/PlatformPei/CommonHeader.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/PlatformPei/MemoryCallback.c b/Vlv2TbltDevicePkg/PlatformPei/MemoryCallback.c
index 7dcc2c3ce9..3963846847 100644
--- a/Vlv2TbltDevicePkg/PlatformPei/MemoryCallback.c
+++ b/Vlv2TbltDevicePkg/PlatformPei/MemoryCallback.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
   This file includes a memory call back function notified when MRC is done,
diff --git a/Vlv2TbltDevicePkg/PlatformPei/Platform.c b/Vlv2TbltDevicePkg/PlatformPei/Platform.c
index eba1dfff30..382724c088 100644
--- a/Vlv2TbltDevicePkg/PlatformPei/Platform.c
+++ b/Vlv2TbltDevicePkg/PlatformPei/Platform.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformPei/Platform.h b/Vlv2TbltDevicePkg/PlatformPei/Platform.h
index e1817b28c6..41fde9f034 100644
--- a/Vlv2TbltDevicePkg/PlatformPei/Platform.h
+++ b/Vlv2TbltDevicePkg/PlatformPei/Platform.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 **/
diff --git a/Vlv2TbltDevicePkg/PlatformPei/Stall.c b/Vlv2TbltDevicePkg/PlatformPei/Stall.c
index 5e68f803db..864360f329 100644
--- a/Vlv2TbltDevicePkg/PlatformPei/Stall.c
+++ b/Vlv2TbltDevicePkg/PlatformPei/Stall.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformPkgConfig.dsc b/Vlv2TbltDevicePkg/PlatformPkgConfig.dsc
index 6d556c1be2..c546e9f6d2 100644
--- a/Vlv2TbltDevicePkg/PlatformPkgConfig.dsc
+++ b/Vlv2TbltDevicePkg/PlatformPkgConfig.dsc
@@ -2,10 +2,10 @@
 # platform configuration file.
 #
 # Copyright (c) 2012  - 2016, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #**/
 
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/Boot.vfi b/Vlv2TbltDevicePkg/PlatformSetupDxe/Boot.vfi
index 9c155e5328..bae2bdcee9 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/Boot.vfi
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/Boot.vfi
@@ -1,10 +1,10 @@
 //
 //
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-//                                                                                  

+//                                                                                  
 // SPDX-License-Identifier: BSD-2-Clause-Patent
 
-//                                                                                  

+//                                                                                  
 //
 //
 // Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/Configuration.h b/Vlv2TbltDevicePkg/PlatformSetupDxe/Configuration.h
index 7d7920c244..0cde40d23d 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/Configuration.h
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/Configuration.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/DebugConfig.vfi b/Vlv2TbltDevicePkg/PlatformSetupDxe/DebugConfig.vfi
index eea41a5202..940a6c1c04 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/DebugConfig.vfi
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/DebugConfig.vfi
@@ -1,10 +1,10 @@
 //
 //
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-//                                                                                  

+//                                                                                  
 // SPDX-License-Identifier: BSD-2-Clause-Patent
 
-//                                                                                  

+//                                                                                  
 //
 //
 //
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/Main.vfi b/Vlv2TbltDevicePkg/PlatformSetupDxe/Main.vfi
index 6093262e3f..bd4aa12e54 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/Main.vfi
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/Main.vfi
@@ -1,10 +1,10 @@
 //
 //
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-//                                                                                  

+//                                                                                  
 // SPDX-License-Identifier: BSD-2-Clause-Patent
 
-//                                                                                  

+//                                                                                  
 //
 //
 //
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c b/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c
index 0bfa3e7cf4..3ba0b0a430 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.h b/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.h
index 53372bb922..23d6b2001a 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.h
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 **/
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.inf b/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.inf
index 6d7e7c3f6c..e604af4bb2 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.inf
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.inf
@@ -1,10 +1,10 @@
 #
 #
 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #  This driver produces UEFI PLATFORM_DRIVER_OVERRIDE_PROTOCOL if this protocol doesn't exist.
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/Security.vfi b/Vlv2TbltDevicePkg/PlatformSetupDxe/Security.vfi
index 49669e684d..0c19489577 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/Security.vfi
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/Security.vfi
@@ -1,10 +1,10 @@
 //
 //
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-//                                                                                  

+//                                                                                  
 // SPDX-License-Identifier: BSD-2-Clause-Patent
 
-//                                                                                  

+//                                                                                  
 //
 //
 //
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/SetupFunctions.c b/Vlv2TbltDevicePkg/PlatformSetupDxe/SetupFunctions.c
index a84b425826..1250bf0291 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/SetupFunctions.c
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/SetupFunctions.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c b/Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c
index c404ada588..895090c87d 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/SystemComponent.vfi b/Vlv2TbltDevicePkg/PlatformSetupDxe/SystemComponent.vfi
index 96cf470eaf..438218e5cb 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/SystemComponent.vfi
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/SystemComponent.vfi
@@ -1,10 +1,10 @@
 //
 //
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-//                                                                                  

+//                                                                                  
 // SPDX-License-Identifier: BSD-2-Clause-Patent
 
-//                                                                                  

+//                                                                                  
 //
 //
 //
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/Thermal.vfi b/Vlv2TbltDevicePkg/PlatformSetupDxe/Thermal.vfi
index 63063a73b2..9916f96f4f 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/Thermal.vfi
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/Thermal.vfi
@@ -1,10 +1,10 @@
 //
 //
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-//                                                                                  

+//                                                                                  
 // SPDX-License-Identifier: BSD-2-Clause-Patent
 
-//                                                                                  

+//                                                                                  
 //
 //
 //
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/UnCore.vfi b/Vlv2TbltDevicePkg/PlatformSetupDxe/UnCore.vfi
index ed6bb3a00b..7165efb757 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/UnCore.vfi
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/UnCore.vfi
@@ -1,10 +1,10 @@
 //
 //
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-//                                                                                  

+//                                                                                  
 // SPDX-License-Identifier: BSD-2-Clause-Patent
 
-//                                                                                  

+//                                                                                  
 //
 //
 //
diff --git a/Vlv2TbltDevicePkg/PlatformSetupDxe/Vfr.vfr b/Vlv2TbltDevicePkg/PlatformSetupDxe/Vfr.vfr
index 77976322de..a687b21ec2 100644
--- a/Vlv2TbltDevicePkg/PlatformSetupDxe/Vfr.vfr
+++ b/Vlv2TbltDevicePkg/PlatformSetupDxe/Vfr.vfr
@@ -2,10 +2,10 @@
 //
 //
 // Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-//                                                                                  

+//                                                                                  
 // SPDX-License-Identifier: BSD-2-Clause-Patent
 
-//                                                                                  

+//                                                                                  
 //
 //
 #include "Configuration.h"
diff --git a/Vlv2TbltDevicePkg/PlatformSmm/Platform.c b/Vlv2TbltDevicePkg/PlatformSmm/Platform.c
index 8b46fbdfd1..9101fddbaa 100644
--- a/Vlv2TbltDevicePkg/PlatformSmm/Platform.c
+++ b/Vlv2TbltDevicePkg/PlatformSmm/Platform.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformSmm/PlatformSmm.inf b/Vlv2TbltDevicePkg/PlatformSmm/PlatformSmm.inf
index 1b7b05d9b3..710003111f 100644
--- a/Vlv2TbltDevicePkg/PlatformSmm/PlatformSmm.inf
+++ b/Vlv2TbltDevicePkg/PlatformSmm/PlatformSmm.inf
@@ -1,10 +1,10 @@
 #
 #
 # Copyright (c)  1999  - 2018, Intel Corporation. All rights reserved
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #  Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformSmm/S3Save.c b/Vlv2TbltDevicePkg/PlatformSmm/S3Save.c
index 19089233b2..84ae38fc3e 100644
--- a/Vlv2TbltDevicePkg/PlatformSmm/S3Save.c
+++ b/Vlv2TbltDevicePkg/PlatformSmm/S3Save.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformSmm/SmmPlatform.h b/Vlv2TbltDevicePkg/PlatformSmm/SmmPlatform.h
index 8bf2ebafc1..55daa2bb70 100644
--- a/Vlv2TbltDevicePkg/PlatformSmm/SmmPlatform.h
+++ b/Vlv2TbltDevicePkg/PlatformSmm/SmmPlatform.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/PlatformSmm/SmmScriptSave.c b/Vlv2TbltDevicePkg/PlatformSmm/SmmScriptSave.c
index 26599620ba..2eae5fb670 100644
--- a/Vlv2TbltDevicePkg/PlatformSmm/SmmScriptSave.c
+++ b/Vlv2TbltDevicePkg/PlatformSmm/SmmScriptSave.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/PlatformSmm/SmmScriptSave.h b/Vlv2TbltDevicePkg/PlatformSmm/SmmScriptSave.h
index d3eca8cdc0..643fd7004a 100644
--- a/Vlv2TbltDevicePkg/PlatformSmm/SmmScriptSave.h
+++ b/Vlv2TbltDevicePkg/PlatformSmm/SmmScriptSave.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/CommonHeader.h b/Vlv2TbltDevicePkg/SmBiosMiscDxe/CommonHeader.h
index e339b31065..96de985359 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/CommonHeader.h
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/CommonHeader.h
@@ -4,10 +4,10 @@
   This file includes package header files, library classes and protocol, PPI & GUID definitions.
 
   Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 **/
 
 #ifndef __COMMON_HEADER_H_
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBaseBoardManufacturerData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBaseBoardManufacturerData.c
index 068a32f390..455539fe0c 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBaseBoardManufacturerData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBaseBoardManufacturerData.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBiosVendorData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBiosVendorData.c
index 91e8efc228..5ed1c55188 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBiosVendorData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBiosVendorData.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBiosVendorFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBiosVendorFunction.c
index 1817f456cb..87708195dc 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBiosVendorFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBiosVendorFunction.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c
index 6b0f562261..c3cc85ebe0 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationFunction.c
index 0d4d50c663..e47e35cf01 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationFunction.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscChassisManufacturerData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscChassisManufacturerData.c
index ee11c9eac4..6d88a6cc9e 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscChassisManufacturerData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscChassisManufacturerData.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscChassisManufacturerFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscChassisManufacturerFunction.c
index c42ba3d0d1..122b465ccb 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscChassisManufacturerFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscChassisManufacturerFunction.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryDeviceData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryDeviceData.c
index 4a416dfdeb..8096fa9d4d 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryDeviceData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryDeviceData.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryDeviceFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryDeviceFunction.c
index 3872312c30..c0bd1409e5 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryDeviceFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscMemoryDeviceFunction.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscNumberOfInstallableLanguagesData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscNumberOfInstallableLanguagesData.c
index 1b41d8fac7..674ffd8dab 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscNumberOfInstallableLanguagesData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscNumberOfInstallableLanguagesData.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemStringData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemStringData.c
index ceecaad549..989583301a 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemStringData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemStringData.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemStringFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemStringFunction.c
index 8624481149..d9e2c90e42 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemStringFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemStringFunction.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Data.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Data.c
index 9b348813a7..9c8c70d204 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Data.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Data.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2012  - 2014, Intel Corporation.  All rights reserved.
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Function.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Function.c
index 684cda83ec..c3f49ef391 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Function.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x90Function.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 1999  - 2014, Intel Corporation.  All rights reserved.
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x94Data.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x94Data.c
index 8709d61847..59fd7a1d95 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x94Data.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x94Data.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2012  - 2014, Intel Corporation.  All rights reserved.
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x94Function.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x94Function.c
index 15c180129c..30e6f661d4 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x94Function.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOemType0x94Function.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 1999  - 2014, Intel Corporation.  All rights reserved.
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOnboardDeviceData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOnboardDeviceData.c
index f82cfa8985..69de2d72e7 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOnboardDeviceData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOnboardDeviceData.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOnboardDeviceFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOnboardDeviceFunction.c
index aef25065b8..cc30b43848 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOnboardDeviceFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscOnboardDeviceFunction.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 1999  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPhysicalArrayData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPhysicalArrayData.c
index 66370f7eea..991f41e555 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPhysicalArrayData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPhysicalArrayData.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPhysicalArrayFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPhysicalArrayFunction.c
index 67fc04152c..ecc7033187 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPhysicalArrayFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPhysicalArrayFunction.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPortInternalConnectorDesignatorData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPortInternalConnectorDesignatorData.c
index b98bab40ab..e7a43562c0 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPortInternalConnectorDesignatorData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPortInternalConnectorDesignatorData.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPortInternalConnectorDesignatorFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPortInternalConnectorDesignatorFunction.c
index 6bc088cd13..0a32ee360f 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPortInternalConnectorDesignatorFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscPortInternalConnectorDesignatorFunction.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorCacheData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorCacheData.c
index 6af7f56107..3be79f881f 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorCacheData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorCacheData.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorCacheFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorCacheFunction.c
index ca121525a0..2e8c26884a 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorCacheFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorCacheFunction.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationData.c
index 846e9ec838..77a70e8906 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationData.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationFunction.c
index e01693ede7..be7e23b1b2 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorInformationFunction.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2006  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscResetCapabilitiesData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscResetCapabilitiesData.c
index e3b847f7ce..ac3765d8a4 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscResetCapabilitiesData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscResetCapabilitiesData.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscResetCapabilitiesFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscResetCapabilitiesFunction.c
index 67a549a6ba..bbc09efd9d 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscResetCapabilitiesFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscResetCapabilitiesFunction.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriver.h b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriver.h
index 67ea100fad..2da4ddbd12 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriver.h
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriver.h
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriverDataTable.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriverDataTable.c
index 93347a1a04..b3c3a0d3aa 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriverDataTable.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriverDataTable.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriverEntryPoint.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriverEntryPoint.c
index e70732f5c2..65817c3e08 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriverEntryPoint.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSubclassDriverEntryPoint.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemLanguageStringData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemLanguageStringData.c
index a9def23560..4ae7d45316 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemLanguageStringData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemLanguageStringData.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemLanguageStringFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemLanguageStringFunction.c
index 8abfa4074a..b4602203da 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemLanguageStringFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemLanguageStringFunction.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemManufacturerData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemManufacturerData.c
index dc12fa8e16..691717879b 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemManufacturerData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemManufacturerData.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemOptionStringData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemOptionStringData.c
index e8d5fb3ee9..b2b85a42f8 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemOptionStringData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemOptionStringData.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemOptionStringFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemOptionStringFunction.c
index ee27a75e3a..8b73ce37e8 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemOptionStringFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemOptionStringFunction.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemSlotDesignationData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemSlotDesignationData.c
index 48beeb52d3..077bf26842 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemSlotDesignationData.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemSlotDesignationData.c
@@ -1,10 +1,10 @@
 /** @file
 
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemSlotDesignationFunction.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemSlotDesignationFunction.c
index 7270ef826f..f2d94e7796 100644
--- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemSlotDesignationFunction.c
+++ b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscSystemSlotDesignationFunction.c
@@ -1,10 +1,10 @@
 /*++
 
 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/SmmSwDispatch2OnSmmSwDispatchThunk.c b/Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/SmmSwDispatch2OnSmmSwDispatchThunk.c
index 0dbd6f00e1..b371e57ca9 100644
--- a/Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/SmmSwDispatch2OnSmmSwDispatchThunk.c
+++ b/Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/SmmSwDispatch2OnSmmSwDispatchThunk.c
@@ -2,10 +2,10 @@
   SMM SwDispatch2 Protocol on SMM SwDispatch Protocol Thunk driver.
 
   Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/SmmSwDispatch2OnSmmSwDispatchThunk.inf b/Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/SmmSwDispatch2OnSmmSwDispatchThunk.inf
index 4f95fc281e..2c1ad1ef0a 100644
--- a/Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/SmmSwDispatch2OnSmmSwDispatchThunk.inf
+++ b/Vlv2TbltDevicePkg/SmmSwDispatch2OnSmmSwDispatchThunk/SmmSwDispatch2OnSmmSwDispatchThunk.inf
@@ -2,10 +2,10 @@
 #  Component description file for SMM SwDispatch2 Protocol on SMM SwDispatch Protocol Thunk driver.
 #
 #  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #
diff --git a/Vlv2TbltDevicePkg/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.c b/Vlv2TbltDevicePkg/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.c
index de257b35b5..c51a5b28a8 100644
--- a/Vlv2TbltDevicePkg/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.c
+++ b/Vlv2TbltDevicePkg/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.c
@@ -4,10 +4,10 @@
   This driver is for ECP platforms.
 
   Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 **/
 
diff --git a/Vlv2TbltDevicePkg/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.inf b/Vlv2TbltDevicePkg/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.inf
index ec42c84472..cd82384664 100644
--- a/Vlv2TbltDevicePkg/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.inf
+++ b/Vlv2TbltDevicePkg/SmramSaveInfoHandlerSmm/SmramSaveInfoHandlerSmm.inf
@@ -3,10 +3,10 @@
 #  A helper driver to save information to SMRAM after SMRR is enabled.
 #
 #  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #
diff --git a/Vlv2TbltDevicePkg/UiApp/FrontPage.c b/Vlv2TbltDevicePkg/UiApp/FrontPage.c
index 3e58a6d22a..f199767617 100644
--- a/Vlv2TbltDevicePkg/UiApp/FrontPage.c
+++ b/Vlv2TbltDevicePkg/UiApp/FrontPage.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 
diff --git a/Vlv2TbltDevicePkg/UiApp/UiApp.inf b/Vlv2TbltDevicePkg/UiApp/UiApp.inf
index f7a0a83b80..423b8319c9 100644
--- a/Vlv2TbltDevicePkg/UiApp/UiApp.inf
+++ b/Vlv2TbltDevicePkg/UiApp/UiApp.inf
@@ -1,10 +1,10 @@
 #
 #
 # Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 ##
 
diff --git a/Vlv2TbltDevicePkg/VlvPlatformInitDxe/IgdOpRegion.c b/Vlv2TbltDevicePkg/VlvPlatformInitDxe/IgdOpRegion.c
index ba81bd9def..475de55eca 100644
--- a/Vlv2TbltDevicePkg/VlvPlatformInitDxe/IgdOpRegion.c
+++ b/Vlv2TbltDevicePkg/VlvPlatformInitDxe/IgdOpRegion.c
@@ -2,10 +2,10 @@
 /*++
 
 Copyright (c)  2011  - 2018, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/VlvPlatformInitDxe/IgdOpRegion.h b/Vlv2TbltDevicePkg/VlvPlatformInitDxe/IgdOpRegion.h
index cd1d208d61..6c70e9a6ed 100644
--- a/Vlv2TbltDevicePkg/VlvPlatformInitDxe/IgdOpRegion.h
+++ b/Vlv2TbltDevicePkg/VlvPlatformInitDxe/IgdOpRegion.h
@@ -2,10 +2,10 @@
 /*++
 
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInit.c b/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInit.c
index 75675fbf00..5f4222bf9d 100644
--- a/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInit.c
+++ b/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInit.c
@@ -2,10 +2,10 @@
 /*++
 
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInit.h b/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInit.h
index 5caf54bb8a..c361602ce3 100644
--- a/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInit.h
+++ b/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInit.h
@@ -2,10 +2,10 @@
 /*++
 
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInitDxe.inf b/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInitDxe.inf
index 9d277dd7cf..4dad8541a9 100644
--- a/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInitDxe.inf
+++ b/Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInitDxe.inf
@@ -3,10 +3,10 @@
 #/*++
 #
 #  Copyright (c)  1999  - 2018, Intel Corporation. All rights reserved
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #  Module Name:
 #
diff --git a/Vlv2TbltDevicePkg/Wpce791/LpcDriver.c b/Vlv2TbltDevicePkg/Wpce791/LpcDriver.c
index f98265761b..91495d7a47 100644
--- a/Vlv2TbltDevicePkg/Wpce791/LpcDriver.c
+++ b/Vlv2TbltDevicePkg/Wpce791/LpcDriver.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 
 Module Name:
diff --git a/Vlv2TbltDevicePkg/Wpce791/LpcDriver.h b/Vlv2TbltDevicePkg/Wpce791/LpcDriver.h
index 5e264485e7..65651d4bd6 100644
--- a/Vlv2TbltDevicePkg/Wpce791/LpcDriver.h
+++ b/Vlv2TbltDevicePkg/Wpce791/LpcDriver.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Wpce791/LpcIsaAcpi.c b/Vlv2TbltDevicePkg/Wpce791/LpcIsaAcpi.c
index 9c0b79b15c..33a62963c7 100644
--- a/Vlv2TbltDevicePkg/Wpce791/LpcIsaAcpi.c
+++ b/Vlv2TbltDevicePkg/Wpce791/LpcIsaAcpi.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Wpce791/LpcIsaAcpi.h b/Vlv2TbltDevicePkg/Wpce791/LpcIsaAcpi.h
index 2291fd2c1d..487423f7c5 100644
--- a/Vlv2TbltDevicePkg/Wpce791/LpcIsaAcpi.h
+++ b/Vlv2TbltDevicePkg/Wpce791/LpcIsaAcpi.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Wpce791/LpcSio.c b/Vlv2TbltDevicePkg/Wpce791/LpcSio.c
index f23e48ccf2..9206575c67 100644
--- a/Vlv2TbltDevicePkg/Wpce791/LpcSio.c
+++ b/Vlv2TbltDevicePkg/Wpce791/LpcSio.c
@@ -1,10 +1,10 @@
 /** @file
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Wpce791/LpcSio.h b/Vlv2TbltDevicePkg/Wpce791/LpcSio.h
index 52c1499e3d..a3bf10fc87 100644
--- a/Vlv2TbltDevicePkg/Wpce791/LpcSio.h
+++ b/Vlv2TbltDevicePkg/Wpce791/LpcSio.h
@@ -1,10 +1,10 @@
 /*++
 
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>
-                                                                                   

+                                                                                   
   SPDX-License-Identifier: BSD-2-Clause-Patent
 
-                                                                                   

+                                                                                   
 
 Module Name:
 
diff --git a/Vlv2TbltDevicePkg/Wpce791/Wpce791.inf b/Vlv2TbltDevicePkg/Wpce791/Wpce791.inf
index 5fd458e265..8d44c2aed5 100644
--- a/Vlv2TbltDevicePkg/Wpce791/Wpce791.inf
+++ b/Vlv2TbltDevicePkg/Wpce791/Wpce791.inf
@@ -1,10 +1,10 @@
 #
 #
 # Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
-#                                                                                  

+#                                                                                  
 # SPDX-License-Identifier: BSD-2-Clause-Patent
 
-#                                                                                  

+#                                                                                  
 #
 #
 #
-- 
2.21.0.1020.gf2820cf01a-goog


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#40434): https://edk2.groups.io/g/devel/message/40434
Mute This Topic: https://groups.io/mt/31577296/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list