]> git.proxmox.com Git - mirror_edk2.git/commitdiff
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)
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

index de777c564a17f539fbb0b444371facc8e876a0b4..fe96af4405a562a7b7e7922d19e629556aa117f2 100644 (file)
@@ -3,13 +3,7 @@ Memory controller configuration.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #ifndef __DDR_MEMORY_CONTROLLER_H__\r
index 92ad948943f82ca2826e9d6aa18e5f989af9cb97..8c21640f8c6dee37077edfd4437da04e5aa2af92 100644 (file)
@@ -3,13 +3,7 @@ Public include file for the QNC Base
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 77360121a6f36a9644fb1e9c5b57a4f195424f49..17c03a1c726bde09cd28b4f9dc66058d47abdbae 100644 (file)
@@ -3,13 +3,7 @@ Some configuration of QNC Package
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index c2665958a09fd5d281f4713c8bee79abe926a7db..45725a4976c297064e45a97f64f00e1137c8fec1 100644 (file)
@@ -3,13 +3,7 @@ Public include file for the QNC Dxe
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 5b27b1d09834e9216e1c2e69a96be80afd75ea1b..90cbe35ef96f23c0b9b13eb7577abc6718cacf25 100644 (file)
@@ -3,13 +3,7 @@ Public include file for the QNC Pei
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 63dd04cd557d02b95efa60d16a0144f10f2e53e1..6f6dd8b32331e27863144b98c890a513d48e3ba7 100644 (file)
@@ -3,13 +3,7 @@ Registers definition for Intel QuarkNcSocId.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 7cda8b1b00e72cef3002d36b23f1a9c85a2b9155..218fa84917a2929b4188687675ef32c9f28775d3 100644 (file)
@@ -3,13 +3,7 @@ Library that provides QNC specific library services in PEI phase
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 4496167a8fbde142a357fec3da0964fe718ba229..290902c67feb8cbdfde0fb8cb64f88c646d6f4e3 100644 (file)
@@ -3,13 +3,7 @@ Library functions for Setting QNC internal network port
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 731aebc0a94d5223313f60cc8bae884826d7a838..a68ecc45665cac5dcddcfc38b7ae88197fc8f7d5 100644 (file)
@@ -3,13 +3,7 @@ QNC Smm Library Services header file.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 2d99bff19c9d69ee1038f0381083bb260ef15f35..498a42b18b468b16393be73b36bee02dc8da5660 100644 (file)
@@ -3,13 +3,7 @@ Memory Initialization PPI used in EFI PEI interface
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 26c78ef63d3b340fd192a07b88208d76609b0c9d..18e7f5c4ddc5150c9f8d333a59ede0f1e80f9d3e 100644 (file)
@@ -3,13 +3,7 @@ This file defines the QNC Info Protocol.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index e080bcc8256bd5d5de4405c5db5f5d8a88b68001..ad79ae3e8732d4da6132b6f4f0bc7cbe9e903875 100644 (file)
@@ -3,13 +3,7 @@ Protocol used for Platform Policy definition.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 9d39932f58466716b8aca2499c7be5b2de8aa1eb..d9d697d8440d52af3c2aeb6458a064f575811dfa 100644 (file)
@@ -3,13 +3,7 @@ This file defines the QNC S3 support Protocol.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index e3f72919a7f6515f0791e8294faf5978c2a46d9a..57d919bc5ac9c34ff9e5395dccbf495ad67fa9e1 100644 (file)
@@ -6,13 +6,7 @@ chipset-specific SMI source.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 137f9b376c963ebc09afef7584948fecb14ef924..ee549baa9ba796759daca7483bd94174b53ee786 100644 (file)
@@ -4,13 +4,7 @@ Intel(R) ICH SPI Host Controller Compatibility Interface.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index b77d3c936589a2598d972f8d5f5284c7dd5dddaa..a03454369cc291605cfde698ea4dbec987b2856c 100644 (file)
@@ -3,13 +3,7 @@ Macros to simplify and abstract the interface to PCI configuration.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 88d3d888108498a4f1a971db4c680070ba08e186..1e0451302b668defb0a3d862977466224e9183ff 100644 (file)
@@ -3,13 +3,7 @@ This header file provides common definitions just for MCH using to avoid includi
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index a9f3eddbc63183321c51d4061820dcced121ea80..33aab21f1dcb51aa5211988aa8710244a114477f 100644 (file)
@@ -3,13 +3,7 @@ QuarkNcSocId Register Definitions
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 Definitions beginning with "R_" are registers\r
 Definitions beginning with "B_" are bits within registers\r
index ba25fd146a6c36131c071c16ee2358eb94df6f38..0024218afce7c480dc917b07a89131edbe84cf04 100644 (file)
@@ -5,13 +5,7 @@ This file includes package header files, library classes and protocol, PPI & GUI
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef __COMMON_HEADER_H_\r
index 142b508a74acf2b87cf1597f98d1ddaa2110f807..fbb89f9904fbe8b73f6c20aab6d6d24f5163e561 100644 (file)
@@ -3,13 +3,7 @@ Lib function for Pei QNC.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include "CommonHeader.h"\r
index f6c413171ab12f2ddf40d34cabd9bd3671c0da0e..b3e8fbf2d2e873df20d13edc1e45674ee389aedf 100644 (file)
@@ -5,13 +5,7 @@
 #\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 4b6f7ba773d4a80c24effcfd24287242406f8c82..ac00572ce4989e23cd952e2715e6f35600b4a160 100644 (file)
@@ -3,13 +3,7 @@ QNC PCI Express initialization entry
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index fe00b3741971726be0b5cb7d54dc8eee54bf82ac..7df1c15f5bd82088d79319b8de073baba9262142 100644 (file)
@@ -2,13 +2,7 @@
 MTRR setting library\r
 \r
 Copyright (c) 2008 - 2016, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index d0c2d5a511073b5a80c3621294cbc9892a31b742..72e83510d534fa90c5beb8f1c1b2fa2de4cbcd51 100644 (file)
@@ -2,13 +2,7 @@
 #  MTRR library provides APIs for MTRR operation.\r
 #\r
 #  Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 85afa9c9ef9098f5e2ba935489288a43f6ec219d..b564c8af74ddab69fbc446a85ef1e665c4e1656a 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.<BR>\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 // **/\r
 \r
index ccf64f7f1ba7eab924198c505843f665f28a4632..da364c7b7c2792f3bfaf87834493b2b39c330fc0 100644 (file)
@@ -3,13 +3,7 @@ Base Lib function for QNC internal network access.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 4e77cc26400ef8045a04ac7974cfced487fb5076..b9b1e258a005cd56db2254209a44d79c11ea44ea 100644 (file)
@@ -3,13 +3,7 @@ Common Lib function for QNC internal network access.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 6fb2d66054e0f4085fa7b53d06a26f6f9b767361..5489c1aa46a41d1e4449950b4f3958e0b1596539 100644 (file)
@@ -5,13 +5,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 [Defines]\r
index a421759902b00a3b727e7e339677d65a592b18f0..65af27c3054c36b0dedf78896430fd5cec690a62 100644 (file)
@@ -3,13 +3,7 @@ Runtime Lib function for QNC internal network access.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index e734aed451e93263c3d02e53e0801e09bfc287b4..0e6aa4cd978f4704f1c4c46fa8dff7b486dc9033 100644 (file)
@@ -5,13 +5,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 [Defines]\r
index 5f2722a956ebb05387b6c17ff7a026ea0e8d4288..d6bba0bc1c265194db0742e4821810b39aec0487 100644 (file)
@@ -3,13 +3,7 @@ QNC Smm Library Services that implements SMM Region access, S/W SMI generation a
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 20b100a7b4781ba63ef8e7c2280d3fa47a41e293..5383580f3b93306b19d855f93aad616741a5f659 100644 (file)
@@ -6,13 +6,7 @@
 #\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index d33195edba255242b4d157864893eef663241b81..ea95f890597708f8db772b1ef8cfade2da624115 100644 (file)
@@ -4,13 +4,7 @@ methods to reset whole system with manipulate QNC.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index f82fd49a0e76d166ea7e48a2c122fd4ed318c169..b849259b7f99a1d12dfe17b16bf47739b64389b6 100644 (file)
@@ -5,13 +5,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 11eaa0fbfc54640e10601fb025196a792d1a181c..8968aa893177ae718f84f84a3858a16b714f20a6 100644 (file)
@@ -5,13 +5,7 @@ This file includes package header files, library classes and protocol, PPI & GUI
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef __COMMON_HEADER_H_\r
index c80348b10d31d3957faa0fa2ade4353e25813f2e..319e103cf4da215450ad757f4eb15f9184ae4be6 100644 (file)
@@ -3,13 +3,7 @@ Intel QNC SMBUS library implementation built upon I/O library.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 15c1664db12628ec0a127aa46ea05ff08b1e6614..6cf4c569eded5c82dfe560641e96efe4c58dd986 100644 (file)
@@ -6,13 +6,7 @@
 #\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 54eeac6d19a33b84b72ba68f4f07191f9e74f81b..f9a7af044900af1869c60b7340db8bea09bcd20f 100644 (file)
@@ -2,13 +2,7 @@
 The Quark CPU specific programming for PiSmmCpuDxeSmm module.\r
 \r
 Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 267ac8423df8383de0fd57b374e6926815ef7d04..a45c857910d573585ba653660b82c430a8e7383b 100644 (file)
@@ -2,13 +2,7 @@
 #  The CPU specific programming for PiSmmCpuDxeSmm module.\r
 #\r
 #  Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 322aa8bb5a9754a7c2924d6c51adde0ae5d98d0f..6ee54e9254b8de6ab4476594a497fb953bb0a8ca 100644 (file)
@@ -3,13 +3,7 @@
 //\r
 // Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
 //\r
-// This program and the accompanying materials\r
-// are licensed and made available under the terms and conditions of the BSD License\r
-// which accompanies this distribution.  The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 // **/\r
 \r
index 782a2d13a707dc52c22c570e9fd9008a8ce48110..1d91360ec3ac4c66fbf31816408f0605f160bdd8 100644 (file)
@@ -3,13 +3,7 @@ Framework PEIM to initialize memory on a QuarkNcSocId Memory Controller.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 5d61c4d71c5af7ce4361163b4eb5f55dc366a1bd..0cea554e0e9700317596ae2b4d35a82454977d74 100644 (file)
@@ -3,13 +3,7 @@ Framework PEIM to initialize memory on an DDR2 SDRAM Memory Controller.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #ifndef _PEI_QNC_MEMORY_INIT_H_\r
index c94f3a971056dff390faa5024d7a565b25491d14..7a1ba522bfa0bd08ba98b330898e5f5b1ac1eb34 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 78807a09582aa0e860208a42440fd29262122fa6..eef3c3f8ae3e0a49f7a9b92f9617627d4ea51748 100644 (file)
@@ -3,13 +3,7 @@ Core types used in Mrc.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #ifndef __MRC_CORE_TYPES_H\r
index a8083a1f984d1bd64a0ab992d52beb649aaf764f..dea2a9ad052fe84fda3eaa33e603373745427c7a 100644 (file)
@@ -2,13 +2,7 @@
  *\r
  * Copyright (c) 2013-2015 Intel Corporation.\r
  *\r
-* This program and the accompanying materials\r
-* are licensed and made available under the terms and conditions of the BSD License\r
-* which accompanies this distribution.  The full text of the license may be found at\r
-* http://opensource.org/licenses/bsd-license.php\r
-*\r
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+* SPDX-License-Identifier: BSD-2-Clause-Patent\r
  *\r
  * MCU register definition\r
  *\r
index c5f92b3b5d4fd3f5dfa3e606d7b1c613d38a72c1..1b79ecab2e00f33092776ba9d2d2453679097e63 100644 (file)
@@ -2,13 +2,7 @@
  *\r
  * Copyright (c) 2013-2015 Intel Corporation.\r
  *\r
-* This program and the accompanying materials\r
-* are licensed and made available under the terms and conditions of the BSD License\r
-* which accompanies this distribution.  The full text of the license may be found at\r
-* http://opensource.org/licenses/bsd-license.php\r
-*\r
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+* SPDX-License-Identifier: BSD-2-Clause-Patent\r
  *\r
  ************************************************************************/\r
 #ifndef __GENERAL_DEFINITIONS_H\r
index 92ec4ba1f682a54ad4a397ed4b37bf320556bfa0..718fac12b8421afb1ac7d2a191544bde5679f0fb 100644 (file)
@@ -3,13 +3,7 @@ HTE handling routines for MRC use.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index eeb6192ca0a79cf5c3847f4d9aadb9cf935fb791..1ad13342afb449f1303b09219a0685f687c0c5be 100644 (file)
@@ -3,13 +3,7 @@ HTE handling routines for MRC use.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #ifndef __HTE_H\r
index 7419c593dc466684aba9ba6adc69eca11e05b28c..e2f791601470eff06a753275fd89a61243b7b1e9 100644 (file)
@@ -3,13 +3,7 @@ Declaration of IO handling routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #ifndef __IO_H\r
index f77db8b78b4e43747bfdcbf69fb244f44d771ff9..21d935bc65e4edc1425c97fb3efd6137d679ad33 100644 (file)
@@ -3,13 +3,7 @@ Serial conole output and string formating.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include "memory_options.h"\r
index 50692fea1f712be5984bbc32280a3a85cffbe512..64f0a1130ecf787ed2c1ae6233235b43631e1298 100644 (file)
@@ -2,13 +2,7 @@
  *\r
  * Copyright (c) 2013-2015 Intel Corporation.\r
  *\r
-* This program and the accompanying materials\r
-* are licensed and made available under the terms and conditions of the BSD License\r
-* which accompanies this distribution.  The full text of the license may be found at\r
-* http://opensource.org/licenses/bsd-license.php\r
-*\r
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+* SPDX-License-Identifier: BSD-2-Clause-Patent\r
  *\r
  * This file contains all of the Cat Mountain Memory Reference Code (MRC).\r
  *\r
index e2c126672f093e9eb67cd74e8e92f5e6af7e7ed8..961bbef9c7685d7174edd439f7720646103332e7 100644 (file)
@@ -2,13 +2,7 @@
  *\r
  * Copyright (c) 2013-2015 Intel Corporation.\r
  *\r
-* This program and the accompanying materials\r
-* are licensed and made available under the terms and conditions of the BSD License\r
-* which accompanies this distribution.  The full text of the license may be found at\r
-* http://opensource.org/licenses/bsd-license.php\r
-*\r
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+* SPDX-License-Identifier: BSD-2-Clause-Patent\r
  *\r
  ************************************************************************/\r
 #ifndef _MEMINIT_H_\r
index f0c8757b220c2b7981a6ef1f40d7d034bc6665b9..84de65955ff2e222b3e77f3ea2b0332cfc3faeb6 100644 (file)
@@ -2,13 +2,7 @@
  *\r
  * Copyright (c) 2013-2015 Intel Corporation.\r
  *\r
-* This program and the accompanying materials\r
-* are licensed and made available under the terms and conditions of the BSD License\r
-* which accompanies this distribution.  The full text of the license may be found at\r
-* http://opensource.org/licenses/bsd-license.php\r
-*\r
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+* SPDX-License-Identifier: BSD-2-Clause-Patent\r
  *\r
  ***************************************************************************/\r
 \r
index dcc40c7782a6b956b3c456566a8743a750adaa53..af7b8c8951201ced6db908cf81c9708935ec5124 100644 (file)
@@ -2,13 +2,7 @@
  *\r
  * Copyright (c) 2013-2017 Intel Corporation.\r
  *\r
-* This program and the accompanying materials\r
-* are licensed and made available under the terms and conditions of the BSD License\r
-* which accompanies this distribution.  The full text of the license may be found at\r
-* http://opensource.org/licenses/bsd-license.php\r
-*\r
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+* SPDX-License-Identifier: BSD-2-Clause-Patent\r
  *\r
  ***************************************************************************/\r
 #ifndef _MEMINIT_UTILS_H_\r
index 8452b98814e348b6c6a7f0f12b63537865c5764e..b96d06908e66aab0bbc0423ab3cfe480ff2c035d 100644 (file)
@@ -3,13 +3,7 @@ Common definitions and compilation switches for MRC
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #ifndef __MEMORY_OPTIONS_H\r
index ae7e239c8c2e5507c338c0477b854efb6d756a29..f9b0e7050da685177a024c6fca948a2cb02e3e2f 100644 (file)
@@ -2,13 +2,7 @@
  *\r
  * Copyright (c) 2013-2015 Intel Corporation.\r
  *\r
-* This program and the accompanying materials\r
-* are licensed and made available under the terms and conditions of the BSD License\r
-* which accompanies this distribution.  The full text of the license may be found at\r
-* http://opensource.org/licenses/bsd-license.php\r
-*\r
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+* SPDX-License-Identifier: BSD-2-Clause-Patent\r
  *\r
  ************************************************************************/\r
 #include "mrc.h"\r
index 05055db57c320970cf40bbaa2853846417dade10..dfcfe58a9d97f4fa0d59809207513d270f88189a 100644 (file)
@@ -2,13 +2,7 @@
  *\r
  * Copyright (c) 2013-2015 Intel Corporation.\r
  *\r
-* This program and the accompanying materials\r
-* are licensed and made available under the terms and conditions of the BSD License\r
-* which accompanies this distribution.  The full text of the license may be found at\r
-* http://opensource.org/licenses/bsd-license.php\r
-*\r
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+* SPDX-License-Identifier: BSD-2-Clause-Patent\r
  *\r
  ************************************************************************/\r
 #ifndef _MRC_H_\r
index cb6eb99f74c2c3f616f8e5b640a27a51463dec59..7d0c14119db3a237db47554a8ee6f7c7686b82cb 100644 (file)
@@ -4,13 +4,7 @@ It is supporting both real hardware platform and simulation environment.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include "mrc.h"\r
index f34eb4a6c1ae42eef3dd71a1355a4f05a08faa44..ebc03efa05112b61b7fe028475e5faf796208997 100644 (file)
@@ -2,13 +2,7 @@
  *\r
  * Copyright (c) 2013-2015 Intel Corporation.\r
  *\r
-* This program and the accompanying materials\r
-* are licensed and made available under the terms and conditions of the BSD License\r
-* which accompanies this distribution.  The full text of the license may be found at\r
-* http://opensource.org/licenses/bsd-license.php\r
-*\r
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+* SPDX-License-Identifier: BSD-2-Clause-Patent\r
  *\r
  ************************************************************************/\r
 \r
index 78cca36f75ea332bdaf9673998f0368385436778..13853fdaa22e138f34152e4d8c1eb5fd5843c819 100644 (file)
@@ -2,13 +2,7 @@
  *\r
  * Copyright (c) 2013-2015 Intel Corporation.\r
  *\r
-* This program and the accompanying materials\r
-* are licensed and made available under the terms and conditions of the BSD License\r
-* which accompanies this distribution.  The full text of the license may be found at\r
-* http://opensource.org/licenses/bsd-license.php\r
-*\r
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+* SPDX-License-Identifier: BSD-2-Clause-Patent\r
  *\r
  ************************************************************************/\r
 #ifndef __PREMEMINIT_H_\r
index e0fa48564099f91b6f9555bee221122ce6c21629..20bea9277a4c4853c5fd87df5263ca6b534d5371 100644 (file)
@@ -5,13 +5,7 @@ This file includes package header files, library classes and protocol, PPI & GUI
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef __COMMON_HEADER_H_\r
index a5927ecc402eb4d3c90d2aa2f0a46025d17126b7..2731bfe1361d9caa58ea908c775680fea19c0d65 100644 (file)
@@ -4,13 +4,7 @@ Controller protocol.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include "CommonHeader.h"\r
index 306576bd8b2700efe809277636bb1e6ab45d2513..6a302ce83821bacc06fcb7b88788a6af33c85984 100644 (file)
@@ -3,13 +3,7 @@ Header file for the defintions used in SMBus DXE driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 28c79b0ebbdd9517b149cfb02f9987728e07bcbf..db9c6f29e59c040a7b150168f06ea64bfea54e2a 100644 (file)
@@ -3,13 +3,7 @@ QNC Legacy Region Driver
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 7bcb884a33e33346f56b3e13f187a6790651babf..8afe23f02fade2ea2e355b8bdb172d0b70c63fb5 100644 (file)
@@ -3,13 +3,7 @@ The header file legacy region initialization in QNC DXE component.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index d3c82be4defafe55d04c6e46b8fa584b57fdc3b1..b0751a6362004610d8d5970ceeb8372fd2468771 100644 (file)
@@ -3,13 +3,7 @@ QuarkNcSocId module initialization module
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include "CommonHeader.h"\r
index c6d8592cae5984b6cec28740151edce8259dcf52..c5d1ffad401d0701a43ddf76edbbf201ae012a74 100644 (file)
@@ -3,13 +3,7 @@ Header file for QNC Initialization Driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 136b4461db918f1b234cffdcf2c829920c11b26c..b250602cf478ff1c639c782d08c11888afaaa4fa 100644 (file)
 #\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index e87d1f45fc27110442da7e4d7aef3de6f776d927..7c3f18efc75f9cd8c95cbc948870a0a59bc42a80 100644 (file)
@@ -5,13 +5,7 @@ Provides the basic interfaces to abstract a PCI Host Bridge Resource Allocation.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include "CommonHeader.h"\r
index d0c3e577df8f3b40d93eec861401928f818c0e0b..fbd1859deaace68e27e0784fc36bc58d24556ab4 100644 (file)
@@ -4,13 +4,7 @@ modules share the same version of this file.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 3fda2a38d539fdb37d53c6fe11186ca832efd2a1..dbd35664965d20dbd6ccc5f6813efba8badf003a 100644 (file)
@@ -4,13 +4,7 @@ share the same version of this file.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include "CommonHeader.h"\r
index 97611bb37f77e284450e880c23d516f0da63b9d6..a4617ccca2f2fd24fd4edc9542bd9c01cb198543 100644 (file)
@@ -3,13 +3,7 @@ This is the driver that implements the QNC S3 Support protocol
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include "QncS3Support.h"\r
index 140167e0adaa965d066d548303cd1d15cfcdb090..a126e38b7f1af803de95797e8fbdb3142d630be0 100644 (file)
@@ -5,13 +5,7 @@ This file includes package header files, library classes and protocol, PPI & GUI
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef _QNC_S3_SUPPORT_H_\r
index f9d3c69acfed9e22cb4f4c848c10324a702bb831..0e12a2c594340d134c971e33598d9b17549b065f 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index c50ac5329d73b982eeb9a80b5b2a56abc13b9c83..db916f686a00cadc1aca1abb76ea50323f4b8b01 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 51432b6dcf84da3db632809c3d82f9c9eb528e56..6148dea1b457730ae11a2b7ce8c81768b333f616 100644 (file)
@@ -4,13 +4,7 @@ instance for the Tylersburg chipset.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 26db976992aba4953c3d54dac0c7483a8931d0f7..80f73ba0e39f5e546cd6d7182008bed1f5e2bef2 100644 (file)
@@ -5,13 +5,7 @@ This file includes package header files, library classes and protocol, PPI & GUI
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef _SMM_ACCESS_DRIVER_H\r
index 2f2ef883dd28afb3dc52d3319b044a32c157d940..a3e992848f935e4597b7f0d512fbd0df63933053 100644 (file)
@@ -3,13 +3,7 @@ This module produces the SMM COntrol2 Protocol for QNC
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index e498463f3161b776345431d73917c342b6591574..1367f0a1f4a7c70e7d4fb4b00f604ef85dc35d77 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 3a5b15220af867c144976c613ca164b9b20bd592..c8bead8081d4cbae7e3a0957f4ecb26dea15aafe 100644 (file)
@@ -5,13 +5,7 @@ This file includes package header files, library classes and protocol, PPI & GUI
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef __COMMON_HEADER_H_\r
index eb9c6df5fa20c79fe6a6a83434d2b6546ddf0855..98c9c0690c42c079857717b5663937137bf47750 100644 (file)
@@ -3,13 +3,7 @@ File to contain all the hardware specific stuff for the Smm Gpi dispatch protoco
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 9784359de19bcbdedafc3826861aa3b37546b3bb..5d01c9ef3d7830ae466d8d9de07b2a5a2fb628c8 100644 (file)
@@ -5,13 +5,7 @@ and the abstraction of the QNC SMI sources.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 670ca91c5c95a67bdefa39f100e271609c2221fe..b0825bde9d32b1f8c80c6590ff3bf7dfc4634595 100644 (file)
@@ -3,13 +3,7 @@ File to contain all the hardware specific stuff for the Periodical Timer dispatc
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 53ee3eadf6df23011eb881353a8cb501b1ab6470..2ce04999752c8b29f383f5e3f7e5a5eeccc1d2bc 100644 (file)
@@ -3,13 +3,7 @@ File to contain all the hardware specific stuff for the Smm QNCn dispatch protoc
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index b4f56e899da69e382bb8b8c88874a3e6e04b0f98..c820df8067ab39aae92f003eef28bb7984065318 100644 (file)
@@ -3,13 +3,7 @@ File to contain all the hardware specific stuff for the Smm Sw dispatch protocol
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 9d0de36b63bc63a950acc2c47bb6df617746c31d..6381a2c59866d1e84e2f0360eeec6f5312c5214c 100644 (file)
@@ -3,13 +3,7 @@ File to contain all the hardware specific stuff for the Smm Sx dispatch protocol
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index ccf9dae1c5c3b9451f6c11348f33b33ab192a247..ae3529f6790eecfc745f2a7af7054094f34212ad 100644 (file)
@@ -3,13 +3,7 @@ Prototypes and defines for the QNC SMM Dispatcher.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index a887bb86b6df5d2d528fda9aa99635b607fce75b..6e6d48fe02c40f501a06a0361ded81c032824811 100644 (file)
@@ -4,13 +4,7 @@ and the abstraction of the QNC SMI sources.
 \r
 Copyright (c) 2013-2017 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 77f272c6f63cacf78483e88a17b80faef7fc2180..dec3c5043a3bab42ab54a81a0a774887b43e14d7 100644 (file)
@@ -5,13 +5,7 @@
 #  and the abstraction of the ICH SMI sources.\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index db6102981bc09c5d0c6c0babea20e33521bf6862..38729c94ca2e646f3b7b5617f957837afa35e6ab 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index d2572d3e9245b1edbb07e257ee155d85ca20c09d..0cd26da90407b240e54546887fa911543fc52887 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 3474c56ae29617a015b0c0da9a603eca8a0b48c0..aec0c702831ad15053fee5203f874875b381a179 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 53027c4bf405ae0dccd9bd4d7110167755c5b1d8..3f89b6411f14ff01d42db4661fe4ac25053452f1 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 70fdf096117f32fd31d337263a33f81ff9230f72..637792d1473d5d61d6612c8a0be72df9efb19587 100644 (file)
@@ -4,13 +4,7 @@ instance for the Quark SOC.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include <PiPei.h>\r
index a1e4af7725ac4646c2339cccd00fe3aef0fbb062..34d90b26ea57c77ce52c130e420bdedd2bb27f34 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 4d19c8f89b0b0f4093fbbf2fa6206cb1db48909b..243e4c9e999b751e5db6677a8ba10b2ec5fdb5e0 100644 (file)
@@ -4,13 +4,7 @@ the QNC.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 6b1dd1bcfd1ccbe5404a31dcbf2ff4a91cf94baf..a790641013cef0e3cdccc49aa1eeb78107c1b745 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 3a14c9837d01503f26e58a71269e696dc86bd631..cbcd63c0366a26f7f7b7c5b509f9998e9b7ad718 100644 (file)
@@ -3,13 +3,7 @@ PCH SPI Common Driver implements the SPI Host Controller Compatibility Interface
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index b8c1903be31beb1fd03f9fd6a088e4c760ba749d..1e3a50d30cedf2110b953dc4e35c1148329b0f36 100644 (file)
@@ -3,13 +3,7 @@ Header file for the PCH SPI Common Driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #ifndef _SPI_COMMON_H_\r
index 0a9beeef2f876624dca3fc67a13886c0f7c2adea..c20c12c91d7be70a775f87db24ed4a47e3a24bcb 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 3fde4fd7a9a0aae2c1c86d98aa633530cc9fa1af..13b2f77e0a5c8cc4bb0fdad7044a81157a9b7648 100644 (file)
@@ -5,13 +5,7 @@
 #\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index bf52732b4802b75a63162888ae06c6e1a7cfadcf..393d60b29e07c4afe92ebfaa4731710600f170eb 100644 (file)
@@ -3,13 +3,7 @@ PCH SPI Runtime Driver implements the SPI Host Controller Compatibility Interfac
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include "PchSpi.h"\r
index 50dd60ce2be24a198d52cf605bf033f8838784dc..33d64297f53ab19526ae6a0d856ac180eb353d63 100644 (file)
@@ -3,13 +3,7 @@ Header file for the PCH SPI Runtime Driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 3b11fdf08471b58f15427b14a98d163070c0b553..fe5cde3de7fd33f6888cf129dac18e742277189c 100644 (file)
@@ -4,13 +4,7 @@ PCH SPI SMM Driver implements the SPI Host Controller Compatibility Interface.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 64831ee45e1ed5e434c8899a7c3cba080001f62b..a016a0e7c438d714eed36202548a911b1d58d075 100644 (file)
@@ -3,13 +3,7 @@ Header file for the PCH SPI SMM Driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index ee25d12e44641b09dd678eee2552ada4a8ad9e75..22cb0a2d7935831fcb3d7c398cdbc0338cb16713 100644 (file)
@@ -4,13 +4,7 @@
 # This Module provides FRAMEWORK reference implementation for INTEL Quark SoC.\r
 # Copyright (c) 2013-2015 Intel Corporation.\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 9e37a0bf1baf6551ed45aa59b667b01d2cd031ae..e743a5e272e4d9d80df61dc00c1faf14c3e5b692 100644 (file)
@@ -6,13 +6,7 @@
 # This Module provides FRAMEWORK reference implementation for INTEL Quark SoC.\r
 #   Copyright (c) 2013-2016 Intel Corporation.\r
 #\r
-#   This program and the accompanying materials\r
-#   are licensed and made available under the terms and conditions of the BSD License\r
-#   which accompanies this distribution.  The full text of the license may be found at\r
-#   http://opensource.org/licenses/bsd-license.php\r
-#\r
-#   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 741e7ddb092acfae7039b0cdebd6414a42c277ef..f038c34238c66a188a5c961fca02bf0583abf805 100644 (file)
@@ -4,13 +4,7 @@ Header file for chipset CE-AT spec.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index eb0766fa69bdf0e43b04f5a3fd69e8d881f7a817..e2a3c313fcff36b30e4218e9fd341423564a9f89 100644 (file)
@@ -3,13 +3,7 @@ Include file for I2C DXE Driver register definitions (PCIe config. space and mem
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 3ac2a45f39aa1b134b874303cea643e0b29f9af3..f6066e8d10ecc0df805129bf24ddd489d4fc32cb 100644 (file)
@@ -2,13 +2,7 @@
 Header file for QuarkSCSocId Ioh.\r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 7b462af19958733a8aea953a561955b2f87dcd8b..a259dd8df7c92a3cded1a2811a84072bb9bec5fa 100644 (file)
@@ -3,13 +3,7 @@ Macros to simplify and abstract the interface to PCI configuration.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 8a359b4f38ad9a60acf7e7603d79cff4218b15f8..09f13e2f2a6c589ce26aa03c0219257deced69dd 100644 (file)
@@ -3,13 +3,7 @@ This header file provides common definitions just for MCH using to avoid includi
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index b494a3b1598ccab8251cf5e553ad3dc9c18e81a3..d401c6b43e06f09127282ff940bf98ca1404ea37 100644 (file)
@@ -5,13 +5,7 @@ Intel I2C library implementation built upon I/O library
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 87aced6d1875c5c6d5c462b55ea67460a9961e44..a3aa071ef5335da97e2adf9f6aebb13d7d6e0ae3 100644 (file)
@@ -3,13 +3,7 @@ Library that provides Soc specific library services for SouthCluster devices.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index ac34930826fd0606a2d9f49e0aa3ba75cf1de00c..549171e53e110250a94c1dd0759a6163d90f4069 100644 (file)
@@ -4,13 +4,7 @@ Header file for Industry MMC 4.2 spec.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 8d9fdb52c66e7eb49cc1e1d40bc953ad92ff22bc..93db8d248ae49d5c3fe4e71bcc4369b8aca47e3f 100644 (file)
@@ -4,13 +4,7 @@ Header file for Industry SD Card 2.0 spec.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 42ff8415bafd3a50612a6f5fabe98830132ac556..7ce079339096e7be4f2f667d226eaedcdfddd918 100644 (file)
@@ -4,13 +4,7 @@ Interface definition for EFI_SD_HOST_IO_PROTOCOL.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 0d56b7160b322c3fbdb58174ad861e037de644a8..dfc8a244c50e1e2445022f1d9cca516b2eb1d6ae 100644 (file)
@@ -5,13 +5,7 @@ This file includes package header files, library classes and protocol, PPI & GUI
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef __COMMON_HEADER_H_\r
index 789f18b191a843aa0b9c77615a1695fbbd573cbb..1212ab86fdab5319b9432b9982bc830a98ba2ea8 100644 (file)
@@ -3,13 +3,7 @@ Head file for BDS Platform specific code
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 432a86f68b2a4cf1bf3d5f53c0615dd4059e05a1..cf6006626b3b96e1495b529c0b5977760e993dc2 100644 (file)
@@ -4,13 +4,7 @@ platform Bbd to perform the platform policy connect.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 8ab48bc20e0b4247a529efc4f75a6a4b36aaf20d..8ea791a88c8abbba7056a333188a14eef24bfec3 100644 (file)
@@ -3,13 +3,7 @@ QuarkSCSocId module initialization module
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include "CommonHeader.h"\r
index c4232d6611c4e54c1cbfed4f636c01d88f376c6e..264a9eea7d423e890f31051e776b3265ec05df03 100644 (file)
 #\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index facc00f1f032ca6eb79e2c8be3db779f5518f7b9..67c66ff4ac6ad8630e9a079b891a1b2b77151748 100644 (file)
@@ -5,13 +5,7 @@ common I2C Controller functions used by I2C library services.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 80f03eaf296779540b4fe9e78a90e4437c9a5ab2..de99361f46cae11f8edaa00d7906b2a4ed2aaad7 100644 (file)
@@ -6,13 +6,7 @@ Quark DataSheet (doc id: 329676) Section 19.1/19.1.3.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index ad2f579925243cc3a7c103c47c035f05f29c07ec..243582fcaef45a5661d538968232df2701887d64 100644 (file)
 #\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 9f4c6f230403a0620749c26cf58f439a6a7a2c70..bcb7f593a6ea07bc8f18424eae8f179ba4098258 100644 (file)
@@ -5,13 +5,7 @@ This file includes package header files, library classes and protocol, PPI & GUI
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef __COMMON_HEADER_H_\r
index 390af988b327254ca3e565ab8eb163c0431892e5..9e7e6b7c35fb194570f63859f1cfedfcc7aa3d3a 100644 (file)
@@ -3,13 +3,7 @@ Lib function for Pei Quark South Cluster.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 #include "CommonHeader.h"\r
index 8d49a0fb4f71921d9068cb0b0b651c0da134bc01..0fc506ba1e5612bb601399867b9fad349a87a545 100644 (file)
@@ -5,13 +5,7 @@
 #\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 6cc80d3028d2fd0c98010b15ddee08facfb3a064..85db4cd10468bcdf3c85b09620f3df498ca95e42 100644 (file)
@@ -4,13 +4,7 @@ UEFI Component Name(2) protocol implementation for SD controller driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index afb690fe32fba8b2840d7ae24dfa0d680f503b30..91cc4725ece49a943cffaaf3de644e9c984ab3db 100644 (file)
@@ -4,13 +4,7 @@ This file contains the delarations for componet name routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 808b00bd6da70542b4602b0dace6471a78b42613..7d97b90b92e72a2cee81a586311b137d15367bcc 100644 (file)
@@ -4,13 +4,7 @@ The SD host controller driver model and HC protocol routines.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 618993088369f36c9a0c81bf0937832a1279122f..025c80c26330e45ebbe455e7ff852029381af7ba 100644 (file)
@@ -4,13 +4,7 @@ The definition for SD host controller driver model and HC protocol routines.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index c881cce23ab2e003ffa9a38da5351721c55ae8c8..c5fb51d00641acdcf3948594f11f5cf1c40d16eb 100644 (file)
@@ -4,13 +4,7 @@
 #\r
 #  Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 42f81e7cfadd12cc4e1b8cc5ad50932c811ad702..41a3065b5c3d96afe47f1c7843f48b4a2151c003 100644 (file)
@@ -4,13 +4,7 @@ CEATA specific functions implementation
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 0517b1324f23049fa99bb111b6375d37d452bfe9..eb48baa75cdab1a4a7ebb407d7d59ffe6d269d90 100644 (file)
@@ -4,13 +4,7 @@ Block I/O protocol for CE-ATA device
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index a047e85c3cea23ca5bc9324d7286aec17a52a2c3..0f95968406f600660c432a506e6f72dc3e67ee89 100644 (file)
@@ -4,13 +4,7 @@ UEFI Component Name(2) protocol implementation for SD media device driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 51820388ccddd80d4a9978694e6e78ebe7e711af..69eb4d7a73f9f05d66accf8608d5241aea648219 100644 (file)
@@ -4,13 +4,7 @@ This file contains the delarations for componet name routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 584c541f71b945394ded47fa7bf9c3975c137055..da6202983b3cf9f03135d176ba1e3520f999458e 100644 (file)
@@ -4,13 +4,7 @@ Block I/O protocol for MMC/SD device
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index d23cfa2b293d8a3dc4bbc4b260e88f892f7f4565..65b71a008c00676a0469d83e3bc8ab579f4e8adc 100644 (file)
@@ -4,13 +4,7 @@ MMC/SD transfer specific functions
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 7f5e664c3d24d75c007789d77f07499fa0606594..400f041526e682e2efaca792a75e79ea84247327 100644 (file)
@@ -4,13 +4,7 @@ The definition for SD media device driver model and blkio protocol routines.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index efc135d90891c6c89c4e5798b3fb57e6365ef824..ac70f5a8bf6f5d452de24977112329b7f1f66f6f 100644 (file)
@@ -4,13 +4,7 @@ The definition for SD media device driver model and blkio protocol routines.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 959d5f7ede26a6dbe93b6a6d4354e9833dc49ed0..eb85b9c0a65084676ee6a958cd90d60043577ca6 100644 (file)
@@ -4,13 +4,7 @@
 #\r
 #  Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 41fb544a95d7f3d36f6193c83828e6583272c4c0..f393aa8643f08ebb27327a9fda2df077dc5ff14b 100644 (file)
@@ -3,13 +3,7 @@ Implementation of Usb Controller PPI.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 5910a0bcfb8cf9bb85c9d25d7b79477b4f39bc88..c270fea46e5947183243baec46399f949b7c4606 100644 (file)
@@ -3,13 +3,7 @@ Define private data structure for UHCI and EHCI.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 8fc85a817b60c6940ecf4a43f01eeaeecc2a8d1a..ab57ff87d3c48bbbad855cc0bc18d07c0cc75c2c 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index 31f8d597376f1c1ed2f9d4eac7cd302570070026..3c2ba51ad44e2c540b0defc56e1599a7edd795b2 100644 (file)
@@ -3,13 +3,7 @@ UEFI Component Name and Name2 protocol for OHCI driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 4d6b499b12d8dd335a67089883abbc66943380c8..c54cd6356c70945a0d13aae41a6f3407ab9e3e3a 100644 (file)
@@ -3,13 +3,7 @@ This file contains the delarations for componet name routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index ca8baf5c36a9f6d3a929100d37ed2b1f22761005..14a619bb3f367f63ff167ffa734af2dc3a31126d 100644 (file)
@@ -3,13 +3,7 @@ This file contains the descriptor definination of OHCI spec
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 859004dd8d0984b0c81db39a9bfb3fa03fc43452..dbff8f1fcb8d9d25ecc391abf2a1dce5defefc60 100644 (file)
@@ -3,13 +3,7 @@ This file contains the implementation of Usb Hc Protocol.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 8def9591b3c05817eae57522d58dc1c03c05a7a7..4c374ab9e22e4b7d8e773d2d0e341d68a0480811 100644 (file)
@@ -4,13 +4,7 @@ private data structure.
 \r
 Copyright (c) 2013-2016 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 69d268a4dd6de97dba47e79d0386f680cb1117e8..cf60794a993ed326cac48f5f8d9846146181af70 100644 (file)
@@ -3,13 +3,7 @@ This file provides the information dump support for OHCI when in debug mode.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 9217157a45ef0b583d623a1157284250b4313447..a2d79ff7e5a0331ec91d05c75958466e838935d4 100644 (file)
@@ -4,13 +4,7 @@ debug support routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 1beaadd5e1dfc2cebd12ef539ef74d9faa11a9b5..9b8f45596963cad52d18e82f6d55a91bcb407fc9 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index ae6412ad6590386936f1acbc44a94f675128c2ad..f9cdd049be13ddb7a14fecdcc9f157f339d6ec77 100644 (file)
@@ -3,13 +3,7 @@ The OHCI register operation routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 4896badd09f7fdbf5acd7e1ec3906e9a68774f7e..e4d100805307c9d3be86154fbc071cd140da1381 100644 (file)
@@ -4,13 +4,7 @@ register operation routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 22aa26fb86d66d200e92171f68757168da9ecf86..d49b5ec9adcd2d1a9aad078502071b3c72586466 100644 (file)
@@ -3,13 +3,7 @@ OHCI transfer scheduling routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 8a8638257f21b4b08b31dd2687746724485a961a..1c4114cb00fb8e2a4597c1d10835ee194c075246 100644 (file)
@@ -3,13 +3,7 @@ This file contains the definination for host controller schedule routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 736bab9041acbf5d0b6f8b8e745e5a508d6b536a..ccf4c96de42ea75f741e81f2f5de94961540eaa9 100644 (file)
@@ -4,13 +4,7 @@ URB (Usb Request Block).
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 47851fd43cf953562a588fb023d74c4a858922c5..6bf2fe7e54a20295922f0c4eaa1172e732a0dafe 100644 (file)
@@ -3,13 +3,7 @@ Provides some data struct used by OHCI controller driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index dd42938dfdf0a72717a77d2cec61eb4bfef450bb..e2709a25d4014ba3dade5fb8855359b859e8ec1a 100644 (file)
@@ -3,13 +3,7 @@ Routine procedures for memory allocate/free.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index e16425e34c8368ef79b90213f31522fafe243b28..e2973bfe4970468acbfe16be7f519c9cc1116b20 100644 (file)
@@ -4,13 +4,7 @@ management routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index e7cc319fe1d205c7618eb464781165d68eac96bf..4ec60a07a7ee5edda1f9eb4c317bedbbf6c265b8 100644 (file)
@@ -3,13 +3,7 @@ This file contains the descriptor definination of OHCI spec
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 5bb4adf3b2c2278f40de7f463fcb222a035d19af..6997e6e38790f118c220e025edb4ecf209f63094 100644 (file)
@@ -3,13 +3,7 @@ This file contains the implementation of Usb Hc Protocol.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 0fd5302c67673dc206bc91dc75f60e5d8bcc5fb9..c34f94cdd7c815ba51c0f42437fc99cf7441cb74 100644 (file)
@@ -4,13 +4,7 @@ private data structure.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index db48c2f717aad32ea8d5fdd86026b04216dc56b0..b1060d527d8f3a99372ea252645e6cbcbc2a0593 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
index bb339890c3bb3df5c84ea10658c6a1d7559dffd1..b291cdafa6353ecf361991ac364e32ce6340051a 100644 (file)
@@ -3,13 +3,7 @@ The OHCI register operation routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 0f1d033d4056955c167fc40567ed58e9aef2f61c..9b31bf53ee88495356d70f1a101c66c713c411a7 100644 (file)
@@ -4,13 +4,7 @@ register operation routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 49f13b66bad5b3f3f50fab178a57609bf08c6b18..2ba0133e5119ab941d85deef33f2b4c801734fc1 100644 (file)
@@ -3,13 +3,7 @@ OHCI transfer scheduling routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 2fc35f6e6284363f502ab7ef815de6d660c1967d..53b4b38d45ff0661c4d441388d5c3e134fa06db1 100644 (file)
@@ -3,13 +3,7 @@ This file contains the definination for host controller schedule routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 09ccb983cef5fdccac475c7fd46cf8e3d425f32d..96d036c706048cef5be1ac91e10583419bdbf57f 100644 (file)
@@ -4,13 +4,7 @@ URB (Usb Request Block).
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 8376b0a8482d7f243b947fcd33e9b70970fc35cd..5172fbd1b596daa645840247fa4416bec6e578a9 100644 (file)
@@ -3,13 +3,7 @@ Provides some data struct used by OHCI controller driver.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 10c2049d028439731b4262a98b76ed26ece68f2c..a9c05523b4beb2b223b163ae0e703c0fd738ab02 100644 (file)
@@ -3,13 +3,7 @@ Routine procedures for memory allocate/free.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 0f4e80a5c65ce0fd460866dcc95980db0158f81f..ad0d73e64df882214f10024789c82c5e9cd1d694 100644 (file)
@@ -4,13 +4,7 @@ management routines.
 \r
 Copyright (c) 2013-2015 Intel Corporation.\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r