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

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

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

RFCs with detailed process for the license change:

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

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Qian Yi <yi.qian@intel.com>
Reviewed-by: Zailing Sun <zailiang.sun@intel.com>
125 files changed:
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/98_LINK.ASL
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/AcpiTablePlatform.h
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/AcpiTables.inf
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/CPU.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/DSDT.ASL
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facp/Facp.aslc
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facs/Facs.aslc
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/GloblNvs.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Gpe.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/HOST_BUS.ASL
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Hpet/Hpet.aslc
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/INTELGFX.ASL
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/INTELISPDev2.ASL
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/IgdOGBDA.ASL
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/IgdOMOBF.ASL
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/IgdOSBCB.ASL
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/IgdOpRn.ASL
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/IoTVirtualDevice.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/LPC_DEV.ASL
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/LpcB.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Lpit/Lpit.aslc
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Madt/Madt.h
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Madt/Madt30.aslc
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Mcfg/Mcfg.aslc
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/PCI_DRC.ASL
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Pch.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/PchAudio.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/PchEhci.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/PchLpss.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/PchPcie.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/PchScc.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/PchSmb.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/PchXhci.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/PciTree.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Platform.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/RTD3.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/RhProxy.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/THERMAL.ASL
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/UsbSbd.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Video.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Vlv.asl
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Wsmt/Wsmt.aslc
Vlv2DeviceRefCodePkg/AcpiTablesPCAT/token.asl
Vlv2DeviceRefCodePkg/Include/Guid/Vlv2DeviceRefCodePkgTokenSpace.h
Vlv2DeviceRefCodePkg/Include/Ppi/PttPassThruPpi.h
Vlv2DeviceRefCodePkg/Include/Ppi/fTPMPolicy.h
Vlv2DeviceRefCodePkg/Include/Protocol/PttPassThru.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/Guid/PowerManagementAcpiTableStorage.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/Ppi/VlvPolicy.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/Protocol/PpmPlatformPolicy.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/Types.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/PowerManagementAcpiTables.inf
Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ApCst.asl
Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ApIst.asl
Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ApTst.asl
Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/Cpu0Cst.asl
Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/Cpu0Ist.asl
Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/Cpu0Tst.asl
Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/CpuPm.asl
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/PlatformBaseAddresses.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/Capsule.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/PlatformMemoryRange.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/PlatformMemorySize.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/SmmAccess.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/VlvMmioPolicy.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/VlvPeiInit.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Ppi/VlvPolicy.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Protocol/IgdOpRegion.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Protocol/MemInfo.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Protocol/PlatformGopPolicy.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Protocol/VlvPlatformPolicy.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Valleyview.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/VlvAccess.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/VlvCommonDefinitions.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Guid/PchInitVar.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Guid/SataControllerGuid.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Guid/SmbusArpMap.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Guid/Vlv2Variable.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/CeAta.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/Mmc.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/SdCard.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Library/I2CLib.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Library/PchPlatformLib.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchAccess.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchCommonDefinitions.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/PchRegsHda.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/PchRegsLpss.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/PchRegsPcie.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/PchRegsPcu.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/PchRegsRcrb.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/PchRegsSata.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/PchRegsScc.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/PchRegsSmbus.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/PchRegsSpi.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/PchRegsUsb.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/PchInit.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/PchPeiInit.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/PchPlatformPolicy.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/PchUsbPolicy.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/PeiBlockIo.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/Sdhc.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/SmbusPolicy.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/Spi.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/ActiveBios.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/ActiveBiosProtocol.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/DxePchPolicyUpdateProtocol.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/EmmcCardInfoProtocol.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/Gpio.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/HwWatchdogTimer.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/I2cBus.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/PchExtendedReset.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/PchInfo.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/PchPlatformPolicy.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/PchReset.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/PchS3Support.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/SdHostIo.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/SmbiosSlotPopulation.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/SmmIchnDispatchEx.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/SmmSmbus.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/Spi.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/TcoReset.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Rsci.h
Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/TianoApi.h
Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec

index ac13f36690db2aa62a631cf10aca22b7cf7758bd..50ebaffc347d82b9a33ecf354d2f9b6d7208c8be 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c)  2012  - 2014, Intel Corporation. All rights reserved   *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 1f81d2586c3140fa50641b70b6ea94e6e7676327..b3a7cba10643d02b065b018bf8485c6f18cf2214 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index e9a7d803d7d7b4a4d297a356b7ada92d4588803a..170598df7f879c69be4f17284aa03598bdac9c0c 100644 (file)
@@ -7,13 +7,7 @@
 #\r
 # Copyright (c)  1999  - 2016, Intel Corporation. All rights reserved\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php.\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 #\r
index 9092ff87cc39d4aeed7513bec6d39bf1863a2425..8449ed0d5584c927da34cae104ab3d4c95cc9923 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved   *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 4cd27c01911d9b3f397aa95a974fb71312f3a692..cbf0d302b1fad1368192e132990c13799156db08 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c) 2012  - 2015, Intel Corporation. All rights reserved    *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 4407c56ea2ad8e4f3a4dc6a07725e5f5614a234a..df47144623914f036daeae00f2fec92bda7575eb 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 45050f0d3e51b0da33950c418371072a6ef3ce87..e216f612998b6ac4235b243d328c8aad4ad5e756 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 9f949e176450dea58c9c5de53cbec6e489e7d8eb..513fa95e46c2658318ce565c95d78a7e8b2dc558 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c)  1999  - 2016, Intel Corporation. All rights reserved   *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 17535401fe747213ac25ed9fdec4d124977493ef..c3c9cb63159ae205bd98a433174a5c2515b0aad4 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved    *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 587909b1e6bc803ffe41a9f7e6cf46655ff61d7d..6b0c2a349f17fc4926e9ad97fc9d1101eb248106 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index d3988cadf50cdc6dd309ad6a3d6604f55958cedd..ecbe51e6b06f44ea379fcdc8f2679999b8f54d93 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index c8f663a847a60a058526dd7d6ef6b5ef162eb529..a2ba3985681032d8e19a2f7db25fee3c28bd810b 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 280d6cb3d3ef4fa77fcf74cf085fe3b8a0514bb2..97548a41f95c726b9e5bc7b065d7511e00fa69e1 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index d4e735e3e631caae624f6fa40aec82494993072b..4482db6906289b7035b12db15bc40780b4f72b83 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 927e43d585f0e44fc8ee55ebd1ea2a65c67c543c..917e3268d72059ab5907591772fae18d76857226 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 418329dce0b2b0c9cf72520dc7ff45844b92895c..9e0482efb98a27307aabd64568f7e3a79d919eba 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 65190af2c552e12544178a50e4aa0987ce29669c..8575fbfe6cbf89f25cc70adc2514453955a221cf 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index ef1383b9c1000ee076ac08ef8fd0369d27d1c8e6..320b36ffb201729bfd5aca09e560d71109e0a32d 100644 (file)
@@ -1,12 +1,6 @@
 /** @file\r
 Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 31b4050a3afd238c065389ca0dec50330b463ab1..7367f4c77cac1f944d19cd126b322c0b36ad982b 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved    *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index afa6a53a4d72deefad29a2c6aa52b6587d13fe8b..157c149d0a387f9282e2e4563abfc408e7c9a8fc 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved    *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index ae81b2f4b1777b582e84337c9e92e2911f15f2f2..9847ec3a12bed68459fd6a48cabfd9e2a37748b0 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 7a01d6487f98727b934c51ac1bf2937fe3c3deb4..72eb44e9003ad939438f68454cfcd857101e9fa8 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
index 003db83c592fa59d0ebc74b09a1897f2ed53564c..926b32f512b054084dabd1ae7fcfd661ba02c8a2 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2004  - 2015, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 0683ca459e7d564f2ac621d23e69cc1fd6aa901a..9373c542f6fa8b9e5347da35d237043fd73ee07a 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 73b3d4db3d298bf8ba4b87ede1aeeeca36a18de1..a475040898cdaa5315dab5c22bb85d743cff2971 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved    *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 8a5a6a38d42fb1e567734ca946a29380bd9e5f2e..af8aceb51581a29168fa48a1f8cf49b49cbe5108 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c) 2012  - 2016, Intel Corporation. All rights reserved    *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 7c93c3af41555ff67d155cf051f0ef7a9584ab68..4dd5e6f756efa25e523ea3675d4c0c6a7da3fb35 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c)  2011  - 2014, Intel Corporation. All rights reserved   *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 84626e353b9962b9a189e92ad7f4d3256ce7bbed..c058cd0c3ec8788fc80ffb66f3cafeb3db2b12d5 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                                     *;\r
 ;*    Copyright (c)  2011  - 2014, Intel Corporation. All rights reserved              *;\r
 ;*                                                                                     *;\r
-;*   This program and the accompanying materials are licensed and made available under *;\r
-;*   the terms and conditions of the BSD License that accompanies this distribution.   *;\r
-;*   The full text of the license may be found at                                      *;\r
-;*   http://opensource.org/licenses/bsd-license.php.                                   *;\r
-;*                                                                                     *;\r
-;*   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,             *;\r
-;*   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.     *;\r
+;*   ThSPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;*                                                                                     *;\r
 ;*                                                                                     *;\r
 ;*                                                                                     *;\r
index a636440002c6778d0c9bd7894ca91f9db1dcffb1..9510efd6988525a8bcde5bdf01bcc488b9092123 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c) 2012  - 2016, Intel Corporation. All rights reserved    *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index bfd73e4f1320a638eae44994d722cb6fdde6eefc..7b32ea2dae81b334e0883e01add4031d7ac7b79a 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c)  2011  - 2014, Intel Corporation. All rights reserved   *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 60ff48d013aec96fe30e2fa75a35ac226b653847..78a928a5da95a72ce3694abfa452f33c36ac5fdf 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved    *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 42ecbe296f115879fe5b3d2684c52684cb8e2b94..4de0c32927d6ee850dcb458e7d3d22429c0bf321 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved   *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index ec2a8dece8c45b92aea4434959428fd02a044fbc..914209f668756ea0a54c27095b380762efaafc09 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c)  2010  - 2015, Intel Corporation. All rights reserved   *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 2a57d0f887a1b091af9036071298e1a9b1675a9b..a64dbafc863601853fdf01cd9e62e78faac13f88 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c) 2012  - 2015, Intel Corporation. All rights reserved    *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 39fa1812990e00f54752e018d60ab147af6c409d..784eb09f90969acdd1bafada289ecd6bbade5ccd 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved    *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index eb607c6b2ed4a9c7671d98bf41a2377a6b68e610..2bf62e92a136bd6f9faaf9bae465a1778791f8f1 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved    *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 6ce211c5ff3ca536a8f640b788bc99bd1c834d98..d7e785f53243d4ca4c1a762508aa047c83ddd381 100644 (file)
@@ -2,13 +2,7 @@
   SSDT for RhProxy Driver.\r
 \r
 Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index fecc040089a5c7435c9d864ff476818fe7b28d87..6d9e9f3d69e70494a976fd7694c1ad1d13f934c8 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c)  1999  - 2017, Intel Corporation. All rights reserved   *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 020bc9713144ae8574a6098d8fca745f64b9ab8d..a4fb1738628361fe12212d67a7199d80e35d2e59 100644 (file)
@@ -8,13 +8,7 @@
 ;*                                                                                  *;\r
 ;*    Copyright (c) 1999 - 2014, Intel Corporation.                                 *;\r
 ;*                                                                                  *;\r
-;* This program and the accompanying materials are licensed and made available under*;\r
-;* the terms and conditions of the BSD License that accompanies this distribution.  *;\r
-;* The full text of the license may be found at                                     *;\r
-;* http://opensource.org/licenses/bsd-license.php.                                  *;\r
-;*                                                                                  *;\r
-;* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            *;\r
-;* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    *;\r
+;* ThSPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;*                                                                                  *;\r
 ;*                                                                                  *;\r
 ;*    This program has been developed by Intel Corporation.                         *;\r
index 46d0aba7a96e3d40524ca1befc52f17aed549c30..768b912aaede01027b96c5e241eb4e5ee360ee12 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved   *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 66c741f9c435731c261400ecce337070ff8230ff..32e185130344aae23abad445eaa84d86f69f2fe2 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 4142201ffd5d0ea88d577ef30bea80dc86ea1088..35fa7991235d24cdfb8c0113e99cd5397e1ec463 100644 (file)
@@ -1,13 +1,7 @@
 /*++\r
   Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 8df5b315d50a44a12eb43639016fd019fe44e484..f976cb84d39e5b1f8e74cb0185f5720666146c0f 100644 (file)
@@ -7,13 +7,7 @@
 ;*                                                                        *;\r
 ;*    Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved    *;\r
 ;\r
-; This program and the accompanying materials are licensed and made available under\r
-; the terms and conditions of the BSD License that accompanies this distribution.\r
-; The full text of the license may be found at\r
-; http://opensource.org/licenses/bsd-license.php.\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+; SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ;\r
 ;*                                                                        *;\r
 ;*                                                                        *;\r
index 24faf23c1e0bd89a70e57f917745defa1dec28a0..c7408b93081097c9c1ffab67f4cfbdfea22737fb 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  2010  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
index 1b1b1a76b44ae330c34da730dec8dafa5fe85aac..55646f4f3ec4336bc4273046013b0fa018c15836 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2004  - 2015, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  The full text of the license may be found at                                     \r
-  http://opensource.org/licenses/bsd-license.php.                                  \r
-                                                                                   \r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
                                                                                    \r
 --*/\r
 \r
index 83ee8bb1ced0282a56130b483c570c1fd6359b8e..8f3acfd005f3ab6783df2e0bb4b219abac6deb87 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2004  - 2015, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  The full text of the license may be found at                                     \r
-  http://opensource.org/licenses/bsd-license.php.                                  \r
-                                                                                   \r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
                                                                                    \r
 --*/\r
 \r
index 10248cf4d4354a3d50e58c27bea68d09aaed26de..2009a46816393260fef559157546e96722dd4fce 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2004  - 2015, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.  \r
-  The full text of the license may be found at                                     \r
-  http://opensource.org/licenses/bsd-license.php.                                  \r
-                                                                                   \r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
                                                                                    \r
 --*/\r
 \r
index 535258f774ea2c78fa47760682ac8f6e9a602990..eab1db0897a05ccafef056d2e2239d32a9032dfe 100644 (file)
@@ -3,13 +3,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
index 7b0c4193e6e9d3630ee1595898bb80fce6e09a5d..0a8b267db1340a02d52ac5e59688a7007f958ffb 100644 (file)
@@ -3,13 +3,7 @@
 \r
 Copyright (c)  2010  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
index 6029d141633012548baab469df244b5101c116c3..ab6b9e80d3a568a57a1ba891b168fe561031e379 100644 (file)
@@ -1,12 +1,6 @@
 /** \r
   Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 /*++\r
index c8085014e1098708034a38c2ba5375335c95409d..0df6a6d19351a1a5476682fbe8ca12a31f39ffde 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 72ed9c319949a2ef23c5226ace6833d0ab496dae..021b95fa61933056174d3d551abbe1b774d52aeb 100644 (file)
@@ -3,13 +3,7 @@
 #\r
 #Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php.\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 #Module Name:\r
index 185750ee245e528750fcabf54247616b553b1cda..6aa130b115696266536900013d4d5e8aecbf968c 100644 (file)
@@ -6,13 +6,7 @@
 \r
  Copyright (c) 2006 - 2014, Intel Corporation\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
  Filename:      CPU1CST.ASL\r
index 1c894c261398e6568922083d55ecfc275bf087cd..ffffe9a8fc264a259bcfe36c361a65340c9bf32d 100644 (file)
@@ -6,13 +6,7 @@
 \r
  Copyright (c) 2006 - 2014, Intel Corporation\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
  Filename:      APIST.ASL\r
index 266f8465feb87485c5c65d9341f5d699bf345166..760eb3c108acf24ecbb4dd2e6b175b87a78ca1ee 100644 (file)
@@ -6,13 +6,7 @@
 \r
  Copyright (c) 2007  - 2014, Intel Corporation\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
  Filename:      APTST.ASL\r
index 1267d98ec342ea74e8e739caa8b5069fc5bf4ecd..76c774a44d85685c1419a051252e2691032d6083 100644 (file)
@@ -7,13 +7,7 @@
 \r
  Copyright (c) 2006 - 2014, Intel Corporation\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
  Filename:    CPU0CST.ASL\r
index 8bb45124d516997522e3cd506baff10b30cef55c..07bdb8560223fd50aa65e9e9dd4ac5671ba0b84c 100644 (file)
@@ -6,13 +6,7 @@
 \r
  Copyright (c) 2006 - 2014, Intel Corporation\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
  Filename:    CPU0IST.ASL\r
index e535c93c3a4ccd3ed78f5ba6bacfe16daaefe5cc..1d65b0dc0d9873bf9eb6d5593e1c062097804c70 100644 (file)
@@ -6,13 +6,7 @@
 \r
  Copyright (c) 2006 - 2014, Intel Corporation\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
  Filename:      CPU0TST.ASL\r
index 32cdcd354f6c03fa28b19cd9c8e9683a948484ce..3d30965c9fcab42410df9ba263d365671f6c44d8 100644 (file)
@@ -5,13 +5,7 @@
 \r
  Copyright (c) 2006 - 2014, Intel Corporation\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
  Filename:    CPUPM.ASL\r
index 43119b868a0586f172ac374c39717782a67b645f..1d230fdecd2b3629168892854f99b40fca3a761d 100644 (file)
@@ -2,13 +2,7 @@
 \r
   Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 618e3d35b105fce778a5b229c056d58fcc154b27..98485701af402fa32d78dce5788895f8d2046d05 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index b2faf4c7f690e42001f86dc0e875e52db92d6e2f..7378e2c9ca1aa6c752ecdb30cdea5c9660c3b20b 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 6aa66b51cd1232857f9d8e214b84bb5653eb9fc1..b19a1787328b50f15a31fb87f3e7dfaf1dad6a9e 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
index 674d566200a0844b312f77a8c10ce2d7687c6693..dda3f8cabe3ee3589063151e6b1b760480caec1a 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c)  2009  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 53a5c12341197a456f839b4657ce196c736ba9ee..0d359e60624ba4f222f91865c374ee5181965171 100644 (file)
@@ -3,13 +3,7 @@
 \r
 Copyright (c)  2010  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
index 9ad30ccd73f934f227c435a6973e5968d395dc2b..f9f8e816f52749b278b234f619a7ac06ffe361de 100644 (file)
@@ -3,13 +3,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
index 19061f7ad241c45cdb01ebe677db6eb06b8b324b..07ebfe3fb1d4d5f8678db215ab512ac43f0cb1c6 100644 (file)
@@ -3,13 +3,7 @@
 \r
 Copyright (c)  2010  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
index 8aa7c7b54dfdd698f27fc2040b968183bb825837..5cf15be3c7081319fd82e4f84945f00ea0afd2a0 100644 (file)
@@ -3,13 +3,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
index 74e31d48b14dffba552476a3cece102e1a91c0b2..f5a51e03b0e7e4ba861bfe0bec42082a70dca98c 100644 (file)
@@ -3,13 +3,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
index 7e948c70b18495614ff6ed0fdf54c432a29a270c..a862e505bc859def6a10113035878d71be344eac 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 --*/\r
index de98c590f51fdb6273b7e5ffc68f5d3676ce610a..93756c5deadc55b1fa04f6de6624e6ad7b509c4b 100644 (file)
@@ -3,13 +3,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
index ccb4eb35161a1e3ca4727e83568b74cb8569b434..589e30b1a87385cfc180a45e08bde1a7b0055939 100644 (file)
@@ -3,13 +3,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 1a1326c976efda8919150329fe412c0cdb71800c..d471921edcfd60e35a3b6e0b3610874abe2f4241 100644 (file)
@@ -3,13 +3,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 3203fc6ea0f54d0f4ceb9787ffec411f68daa021..4a521154d9a45e7b41a1726bbc15f310e5e1e651 100644 (file)
@@ -3,13 +3,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index e6d232103ba571fb066352d4331390a37e729916..aa5de5f4fd6f6175f553148aaceb54b8da452f50 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2011  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 52ce58e303acf54e6c2f07a451abfbff8db04204..42643ec7705cebdc5ca96dbf9f3f53c50968fcc9 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  2009  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 4e69679a32b89e11e4d7c6a375994f783f7f547b..98c2f384438fb483d70a7abbcf7bed4551868da5 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c)  2009  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 64d91f0e3027cf9e2fd07d18f2903d250f141977..c67ae129a1130b4e1a36aaa81bb2d4c7b2229619 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index b641ccb42a95798109796ae645a8c6b0b91c1ab7..8cfbd74f7b14008f77d75e8f8516f5df80735731 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 --*/\r
index 2d5427ade9eb5dc89d1e3f28797bf3081e23c7c0..fd2706eb89ac8f7feeffeb570ad1e66c0b02bd1d 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 --*/\r
index 835800d782efb80e935f7b1a1afabc85b7c4f2d3..62bd6e082345e68323995dbf3d234b88e3e9dee9 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 --*/\r
index 9173364c489aede788ace96ff39e16038cf1022e..7df5ff2fefc5f49c4348b135b1ec46293c76ac27 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 8f0ca027b4d749a4c1b5f8c56e4d14ae669884c7..f6593324a931c0d37297d9f796a752c5d29cc694 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
   @file\r
index d080e1be7168997b68c8071a979dc0279d4a488e..d7988c55be65509f9e49a500e6549f31843db20b 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 29002cc842a988a240f9255decd115d7a0687168..c12f0d2195990d1cf39d562a3b6f72cb4fa5aaef 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 21ca877bd1d07f6d5503aac35338f09d9e58ddee..3314b9dcf7ebb4d607d21eb555853e872dbfd976 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2011  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 5d68925cb5e17494bca518571246bfdfdd6ab0bf..b25a79a4d14da009bfba8aac0fd3dcfbf1b6e310 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 4e3cd6c311f6d2cf6a11f2df4bc8a68352c97910..a5d0d49cdb8df524d2a825a80c6518c2894b9486 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index bb50709182826aa030d2314cb5283c0865ba4b92..8b1ae403c91d7b68b0487bcc73242c52bfdb400d 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index bf3c3c86c3dbe6ec018494fecc7b81dbbabb5644..456c033bc6792ba9c86708e25883fd6c491c6235 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 32f36458ad1ca54b9a188821480e8a3e41195f47..7cc599cd6aed65ee5804a5e409e06b89d351fe16 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 7b86de3831a1f494e27039ab56bd5551bb6535bc..a326e178fe2c69ce018430234f21ccc6b0bbd13e 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 7b1af9ce6b4aac9eeeb8d1992731098ca3182806..a45c2358f692fe9b40e6508e4ff74403977597eb 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 075974a128e4f863beae1a6a78f34a3acc84d6dd..dc858c244ce1e68bd3b914a99f83debf1454ea67 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2011  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 7062a09b1becbe30a97823080a857bf22a47bc56..bca7e4567ef644d98df703fffe647ee0a4610fc4 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2011  - 2015, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index ccc41a590997b9e1d0be592a669912d765d30f22..93b6419eb7ec2e0438fe48b4570a2ecc94e6b173 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 3e90a1242610fb45f2cc0114aa084bc4d90b7456..c8aba9c5e62adc3ac0b8508ff120e314890ecf76 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 81995cf5a5312041d1ad5b94439531d72944a065..a9bbb3766c5dd014f5d6868bc85a03974d7ae48c 100644 (file)
@@ -3,13 +3,7 @@
 \r
 Copyright (c)  2013  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 Module Name:\r
index f2f444c77bc2cc8305d7555b22f3a4077cd90dd6..b3b2f549cd7d44df5aade450bf8b014c99adf17d 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 41c2b48263e8310f6aba2e0a99527f2a6d65bf3c..d03aa4a8b42207a3c745e2f3cc21a0be2f8a9686 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 16a137f15161b0c5b4187acfe0a930e539fbb048..d6c8366e26c2fe9a37854b2c40402512e951166d 100644 (file)
@@ -5,13 +5,7 @@
   DVD-ROMs and floppy drives.\r
 \r
   Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 2239959e8fed4069ef3a3f45dad31b36e889155a..4909d81573ce186e5f63e972679aa80e40bdb226 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index bd9164a655b4cee41ab379513962c61384a8afa9..3f48142138d10f1caac0d1a942d3ae7cd34dc504 100644 (file)
@@ -5,13 +5,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 7c8afec0bf097a647e005bb91109e9960f27dd18..3496f59d1dbf50c3d350e88f36585c330a81a83a 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 4f45d8b6619521748c4015ed8eeb88d6eb40f9ab..4bd0523445eae31b16824cccfd6564768a622625 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index e59cfc09f5bc7f136521e0d895a5af0546fb256e..a41e5831f1e06bfa1f8f32db87ce70f065a0cfe7 100644 (file)
@@ -9,13 +9,7 @@
 \r
 Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 **/\r
index 25dbb502aca28d87a64740de23198ce1b40829f7..4e7140e8680ceb91d173d99c4af12c4173267af0 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 718ddbcc7fa99e2b40dc90731d9ef2988b833f17..d92f227d5b015db3fdc78fb8cdbdd90ef2f03d56 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  2013  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 --*/\r
index 030fb83d74a97bb3d3d90e7a4f7aa99490212ef4..3f7260e0bf6b7f15cbe02b25bd89dedc9e90a4cc 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 61cde2f3dcf71a68c45478d19dea1ac319dcd4c7..592ac285ead4b877778dae93e430a56ff73a2281 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 685e5630958fea73a2b972581c14c82f1ade45fd..0fccaa07861661fda48620e316d40883b23ab89f 100644 (file)
@@ -3,14 +3,8 @@
 \r
   This layer provides I/O access to an I2C device.\r
 \r
-  Copyright (c) 2012, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  Copyright (c) 2012, Intel Corporation. All rights reserved.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
index 574fc3e19cf59c87ef6306e765f4c43cd3eea76f..ef7975b0332d09c59c04681ed840fd615a4e9eda 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c) 2008  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 2a3e2b26da7d5d6e3c89d9081f49730cc43a41be..22e25c27fa4fe9d12aa801ce94b73354386258ea 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 0205c01b828eeb3bb11c5ccb416aa5428390ede0..79845d646d0980c1a1d85736b2d08193f1be3828 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c) 2013  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 45e2860fcea0fcb720541906510f6fb85540a7e0..7e63f5834633aa6ffefca62f7b2e90a0a002e6a8 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c) 2011  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index ca263c66e70f1fb422038c7510bd33764760d5dd..ae1543c9eaff717618e437e79189045d98bafd7b 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 6f6dd342cd115953a512ca5de658520357071a73..c0c94b9384a8d0e0986afd6efe26bb5ac1985169 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 --*/\r
index 7ba9ea3d256b8bb7012bb9b0a6f8a366e258cefa..8b7c42805ff9b29276184529671737ac9acc01fa 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 840015653ceb0aa19aa24853cfe3819bf5dfadb6..73e12c5d6a41befde40eda422aede118830331bb 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 3ee6a3a7a5dfb54f53760a2673c517a222f936e1..bb2b4d7c13dccde6137937144d2cd943d0b3f7ad 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  2009  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index f73ef65870bd766de7ecfe1064db392f73c597bf..a8d50cbbf24407485721e07f0cb5cecd9b60208d 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c) 2012  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index 4cb7dba1d4b27d6970fc9dad2f90a7d43664a92c..09be81ecbed715ed64b32143a8e27d33fb1f43c6 100644 (file)
@@ -2,13 +2,7 @@
 \r
 Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index f914233660fdbb7748e7678a6cd272c91ee71314..f5aa2eaf86abe5e873f5aadd45e801883be75588 100644 (file)
@@ -1,13 +1,7 @@
 /*++\r
 Copyright (c) 1996  - 2014, Intel Corporation.\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 \r
 \r
index c73c68d907ba35ef83c02c7971eaf2e904103114..784ea187c6f1a7a3dd0e89e21542a04d46fcb9cb 100644 (file)
@@ -1,13 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2004, Intel Corporation. All rights reserved.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 Module Name:\r
 \r
index f2fa4b297ecb0686128cece4784240cab519bca5..6117f179ba35de014c8f6f56190c3d4b5d308c97 100644 (file)
@@ -2,13 +2,7 @@
 #\r
 # Copyright (c) 2012  - 2015, Intel Corporation. All rights reserved\r
 #\r
-# This program and the accompanying materials are licensed and made available under\r
-# the terms and conditions of the BSD License that accompanies this distribution.\r
-# The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php.\r
-#\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 ##\r