]> git.proxmox.com Git - mirror_edk2.git/commit
QuarkSocPkg: Replace BSD License with BSD+Patent License
authorMichael D Kinney <michael.d.kinney@intel.com>
Wed, 3 Apr 2019 23:06:47 +0000 (16:06 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Tue, 9 Apr 2019 17:58:22 +0000 (10:58 -0700)
commitc9f231d08bdb47f1de23cf03f79ebfe9ccd22278
tree83e9ea50dde022ec433bcce2ecf84fbd7a54b82e
parent0eb3de2edc2a45f76d57a8a4f563e97b115893fd
QuarkSocPkg: Replace BSD License with BSD+Patent License

https://bugzilla.tianocore.org/show_bug.cgi?id=1373

Replace BSD 2-Clause License with BSD+Patent License.  This change is
based on the following emails:

  https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html
  https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html

RFCs with detailed process for the license change:

  V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html
  V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html
  V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
173 files changed:
QuarkSocPkg/QuarkNorthCluster/Include/DdrMemoryController.h
QuarkSocPkg/QuarkNorthCluster/Include/IntelQNCBase.h
QuarkSocPkg/QuarkNorthCluster/Include/IntelQNCConfig.h
QuarkSocPkg/QuarkNorthCluster/Include/IntelQNCDxe.h
QuarkSocPkg/QuarkNorthCluster/Include/IntelQNCPeim.h
QuarkSocPkg/QuarkNorthCluster/Include/IntelQNCRegs.h
QuarkSocPkg/QuarkNorthCluster/Include/Library/IntelQNCLib.h
QuarkSocPkg/QuarkNorthCluster/Include/Library/QNCAccessLib.h
QuarkSocPkg/QuarkNorthCluster/Include/Library/QNCSmmLib.h
QuarkSocPkg/QuarkNorthCluster/Include/Ppi/QNCMemoryInit.h
QuarkSocPkg/QuarkNorthCluster/Include/Protocol/PchInfo.h
QuarkSocPkg/QuarkNorthCluster/Include/Protocol/PlatformPolicy.h
QuarkSocPkg/QuarkNorthCluster/Include/Protocol/QncS3Support.h
QuarkSocPkg/QuarkNorthCluster/Include/Protocol/SmmIchnDispatch2.h
QuarkSocPkg/QuarkNorthCluster/Include/Protocol/Spi.h
QuarkSocPkg/QuarkNorthCluster/Include/QNCAccess.h
QuarkSocPkg/QuarkNorthCluster/Include/QNCCommonDefinitions.h
QuarkSocPkg/QuarkNorthCluster/Include/QuarkNcSocId.h
QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/CommonHeader.h
QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/IntelQNCLib.c
QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/IntelQNCLib.inf
QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/PciExpress.c
QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.c
QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.inf
QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.uni
QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/BaseAccess.c
QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/QNCAccessLib.c
QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/QNCAccessLib.inf
QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/RuntimeAccess.c
QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/RuntimeQNCAccessLib.inf
QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.c
QuarkSocPkg/QuarkNorthCluster/Library/QNCSmmLib/QNCSmmLib.inf
QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.c
QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf
QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/CommonHeader.h
QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/SmbusLib.c
QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/SmbusLib.inf
QuarkSocPkg/QuarkNorthCluster/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c
QuarkSocPkg/QuarkNorthCluster/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
QuarkSocPkg/QuarkNorthCluster/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.uni
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInit.c
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInit.h
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/MemoryInitPei.inf
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/core_types.h
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/gen5_iosf_sb_definitions.h
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/general_definitions.h
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/hte.c
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/hte.h
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/io.h
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/lprint.c
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/meminit.c
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/meminit.h
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/meminit_utils.c
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/meminit_utils.h
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/memory_options.h
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/mrc.c
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/mrc.h
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/platform.c
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/prememinit.c
QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/prememinit.h
QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/CommonHeader.h
QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/DxeQNCSmbus.c
QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/DxeQNCSmbus.h
QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/LegacyRegion.c
QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/LegacyRegion.h
QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInit.c
QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInit.h
QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInitDxe.inf
QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCRootPorts.c
QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCSmbus.h
QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCSmbusExec.c
QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.c
QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.h
QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.inf
QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmAccessDxe/SmmAccess.inf
QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmAccessDxe/SmmAccessDriver.c
QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmAccessDxe/SmmAccessDriver.h
QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/SmmControlDriver.c
QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/SmmControlDxe.inf
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/CommonHeader.h
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/QNCSmmGpi.c
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/QNCSmmHelpers.c
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/QNCSmmPeriodicTimer.c
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/QNCSmmQncn.c
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/QNCSmmSw.c
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/QNCSmmSx.c
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmm.h
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmmCore.c
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmmDispatcher.inf
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmmHelpers.c
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmmHelpers.h
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmmRegisters.h
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCxSmmHelpers.h
QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmAccessPei/SmmAccessPei.c
QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmAccessPei/SmmAccessPei.inf
QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmControlPei/SmmControlPei.c
QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmControlPei/SmmControlPei.inf
QuarkSocPkg/QuarkNorthCluster/Spi/Common/SpiCommon.c
QuarkSocPkg/QuarkNorthCluster/Spi/Common/SpiCommon.h
QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiRuntime.inf
QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiSmm.inf
QuarkSocPkg/QuarkNorthCluster/Spi/RuntimeDxe/PchSpi.c
QuarkSocPkg/QuarkNorthCluster/Spi/RuntimeDxe/PchSpi.h
QuarkSocPkg/QuarkNorthCluster/Spi/Smm/PchSpi.c
QuarkSocPkg/QuarkNorthCluster/Spi/Smm/PchSpi.h
QuarkSocPkg/QuarkSocPkg.dec
QuarkSocPkg/QuarkSocPkg.dsc
QuarkSocPkg/QuarkSouthCluster/Include/CEATA.h
QuarkSocPkg/QuarkSouthCluster/Include/I2cRegs.h
QuarkSocPkg/QuarkSouthCluster/Include/Ioh.h
QuarkSocPkg/QuarkSouthCluster/Include/IohAccess.h
QuarkSocPkg/QuarkSouthCluster/Include/IohCommonDefinitions.h
QuarkSocPkg/QuarkSouthCluster/Include/Library/I2cLib.h
QuarkSocPkg/QuarkSouthCluster/Include/Library/IohLib.h
QuarkSocPkg/QuarkSouthCluster/Include/MMC.h
QuarkSocPkg/QuarkSouthCluster/Include/SDCard.h
QuarkSocPkg/QuarkSouthCluster/Include/SDHostIo.h
QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/CommonHeader.h
QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/IohBds.h
QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/IohData.c
QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/IohInit.c
QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/IohInitDxe.inf
QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/CommonHeader.h
QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/I2cLib.c
QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/I2cLib.inf
QuarkSocPkg/QuarkSouthCluster/Library/IohLib/CommonHeader.h
QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.c
QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.inf
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/ComponentName.c
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/ComponentName.h
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.h
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDControllerDxe.inf
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/CEATA.c
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/CEATABlockIo.c
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/ComponentName.c
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/ComponentName.h
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/MMCSDBlockIo.c
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/MMCSDTransfer.c
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDevice.c
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDevice.h
QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDeviceDxe.inf
QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.c
QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.h
QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/UsbPei.inf
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ComponentName.c
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ComponentName.h
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Descriptor.h
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.c
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.h
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDebug.c
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDebug.h
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciReg.c
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciReg.h
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciSched.c
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciSched.h
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciUrb.c
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciUrb.h
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/UsbHcMem.c
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/UsbHcMem.h
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/Descriptor.h
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhcPeim.c
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhcPeim.h
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciPei.inf
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciReg.c
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciReg.h
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciSched.c
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciSched.h
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciUrb.c
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/OhciUrb.h
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/UsbHcMem.c
QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/UsbHcMem.h