Browse Source

ArmPlatformPkg: Replace BSD License with BSD+Patent License

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

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

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

RFCs with detailed process for the license change:

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

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Michael D Kinney 5 years ago
parent
commit
f4dfad05dd
100 changed files with 100 additions and 699 deletions
  1. 1 7
      ArmPlatformPkg/ArmPlatformPkg.dec
  2. 1 7
      ArmPlatformPkg/ArmPlatformPkg.dsc
  3. 1 7
      ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c
  4. 1 7
      ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.c
  5. 1 7
      ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.h
  6. 1 7
      ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
  7. 1 7
      ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashBlockIoDxe.c
  8. 1 7
      ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c
  9. 1 7
      ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.h
  10. 1 7
      ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
  11. 1 7
      ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashFvbDxe.c
  12. 1 7
      ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c
  13. 1 7
      ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.h
  14. 1 7
      ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf
  15. 1 7
      ArmPlatformPkg/Drivers/PL180MciDxe/PL180Mci.c
  16. 1 7
      ArmPlatformPkg/Drivers/PL180MciDxe/PL180Mci.h
  17. 1 7
      ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf
  18. 1 7
      ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805Watchdog.c
  19. 1 7
      ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805Watchdog.h
  20. 1 7
      ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf
  21. 1 7
      ArmPlatformPkg/Include/Library/ArmPlatformLib.h
  22. 1 7
      ArmPlatformPkg/Include/Library/LcdHwLib.h
  23. 1 7
      ArmPlatformPkg/Include/Library/LcdPlatformLib.h
  24. 1 7
      ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h
  25. 1 7
      ArmPlatformPkg/Include/Library/PL011UartClockLib.h
  26. 1 7
      ArmPlatformPkg/Include/Library/PL011UartLib.h
  27. 1 7
      ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.c
  28. 1 7
      ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.h
  29. 1 7
      ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.inf
  30. 1 7
      ArmPlatformPkg/Library/ArmPlatformLibNull/AArch64/ArmPlatformHelper.S
  31. 1 7
      ArmPlatformPkg/Library/ArmPlatformLibNull/Arm/ArmPlatformHelper.S
  32. 1 7
      ArmPlatformPkg/Library/ArmPlatformLibNull/Arm/ArmPlatformHelper.asm
  33. 1 7
      ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.c
  34. 1 7
      ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
  35. 1 7
      ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullMem.c
  36. 1 7
      ArmPlatformPkg/Library/ArmPlatformStackLib/AArch64/ArmPlatformStackLib.S
  37. 1 7
      ArmPlatformPkg/Library/ArmPlatformStackLib/Arm/ArmPlatformStackLib.S
  38. 1 7
      ArmPlatformPkg/Library/ArmPlatformStackLib/Arm/ArmPlatformStackLib.asm
  39. 1 7
      ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
  40. 1 7
      ArmPlatformPkg/Library/HdLcd/HdLcd.c
  41. 1 7
      ArmPlatformPkg/Library/HdLcd/HdLcd.h
  42. 1 7
      ArmPlatformPkg/Library/HdLcd/HdLcd.inf
  43. 1 7
      ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.c
  44. 1 7
      ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.inf
  45. 1 7
      ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.c
  46. 1 7
      ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf
  47. 1 7
      ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.c
  48. 1 7
      ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.inf
  49. 1 7
      ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.c
  50. 1 7
      ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
  51. 1 7
      ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.c
  52. 1 7
      ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf
  53. 1 7
      ArmPlatformPkg/Library/PL011UartLib/PL011Uart.h
  54. 1 7
      ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.c
  55. 1 7
      ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
  56. 1 7
      ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClock.h
  57. 1 7
      ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c
  58. 1 6
      ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf
  59. 1 7
      ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.c
  60. 1 7
      ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.h
  61. 1 7
      ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.inf
  62. 1 7
      ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointer.c
  63. 1 7
      ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
  64. 1 7
      ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c
  65. 1 7
      ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
  66. 1 7
      ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c
  67. 1 7
      ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
  68. 1 7
      ArmPlatformPkg/PlatformPei/PlatformPeiLib.c
  69. 1 7
      ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
  70. 1 7
      ArmPlatformPkg/PlatformPei/PlatformPeim.c
  71. 1 7
      ArmPlatformPkg/PlatformPei/PlatformPeim.inf
  72. 1 7
      ArmPlatformPkg/PrePeiCore/AArch64/ArchPrePeiCore.c
  73. 1 7
      ArmPlatformPkg/PrePeiCore/AArch64/Exception.S
  74. 1 7
      ArmPlatformPkg/PrePeiCore/AArch64/Helper.S
  75. 1 7
      ArmPlatformPkg/PrePeiCore/AArch64/PrePeiCoreEntryPoint.S
  76. 1 7
      ArmPlatformPkg/PrePeiCore/AArch64/SwitchStack.S
  77. 1 7
      ArmPlatformPkg/PrePeiCore/Arm/ArchPrePeiCore.c
  78. 1 7
      ArmPlatformPkg/PrePeiCore/Arm/Exception.S
  79. 1 7
      ArmPlatformPkg/PrePeiCore/Arm/Exception.asm
  80. 1 7
      ArmPlatformPkg/PrePeiCore/Arm/PrePeiCoreEntryPoint.S
  81. 1 7
      ArmPlatformPkg/PrePeiCore/Arm/PrePeiCoreEntryPoint.asm
  82. 1 7
      ArmPlatformPkg/PrePeiCore/Arm/SwitchStack.S
  83. 1 7
      ArmPlatformPkg/PrePeiCore/Arm/SwitchStack.asm
  84. 1 7
      ArmPlatformPkg/PrePeiCore/MainMPCore.c
  85. 1 7
      ArmPlatformPkg/PrePeiCore/MainUniCore.c
  86. 1 7
      ArmPlatformPkg/PrePeiCore/PrePeiCore.c
  87. 1 7
      ArmPlatformPkg/PrePeiCore/PrePeiCore.h
  88. 1 7
      ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf
  89. 1 7
      ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
  90. 1 7
      ArmPlatformPkg/PrePi/AArch64/ArchPrePi.c
  91. 1 7
      ArmPlatformPkg/PrePi/AArch64/ModuleEntryPoint.S
  92. 1 7
      ArmPlatformPkg/PrePi/Arm/ArchPrePi.c
  93. 1 7
      ArmPlatformPkg/PrePi/Arm/ModuleEntryPoint.S
  94. 1 7
      ArmPlatformPkg/PrePi/Arm/ModuleEntryPoint.asm
  95. 1 7
      ArmPlatformPkg/PrePi/MainMPCore.c
  96. 1 7
      ArmPlatformPkg/PrePi/MainUniCore.c
  97. 1 7
      ArmPlatformPkg/PrePi/PeiMPCore.inf
  98. 1 7
      ArmPlatformPkg/PrePi/PeiUniCore.inf
  99. 1 7
      ArmPlatformPkg/PrePi/PrePi.c
  100. 1 7
      ArmPlatformPkg/PrePi/PrePi.h

+ 1 - 7
ArmPlatformPkg/ArmPlatformPkg.dec

@@ -3,13 +3,7 @@
 #  Copyright (c) 2011-2018, ARM Limited. All rights reserved.
 #  Copyright (c) 2011-2018, ARM Limited. All rights reserved.
 #  Copyright (c) 2015, Intel Corporation. All rights reserved.
 #  Copyright (c) 2015, Intel Corporation. All rights reserved.
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/ArmPlatformPkg.dsc

@@ -5,13 +5,7 @@
 # Copyright (c) 2011 - 2018, ARM Ltd. All rights reserved.<BR>
 # Copyright (c) 2011 - 2018, ARM Ltd. All rights reserved.<BR>
 # Copyright (c) 2016 - 2017, Linaro Ltd. All rights reserved.<BR>
 # Copyright (c) 2016 - 2017, Linaro Ltd. All rights reserved.<BR>
 #
 #
-#    This program and the accompanying materials
-#    are licensed and made available under the terms and conditions of the BSD License
-#    which accompanies this distribution. The full text of the license may be found at
-#    http://opensource.org/licenses/bsd-license.php
-#
-#    THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#    WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#    SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c

@@ -1,13 +1,7 @@
 /** @file
 /** @file
 
 
  Copyright (c) 2011-2013, ARM Ltd. All rights reserved.<BR>
  Copyright (c) 2011-2013, ARM Ltd. All rights reserved.<BR>
- This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution.  The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+ SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
  **/
  **/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.c

@@ -2,13 +2,7 @@
   This file implements the Graphics Output protocol for Arm platforms
   This file implements the Graphics Output protocol for Arm platforms
 
 
   Copyright (c) 2011-2018, ARM Ltd. All rights reserved.<BR>
   Copyright (c) 2011-2018, ARM Ltd. All rights reserved.<BR>
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.h

@@ -1,13 +1,7 @@
 /** @file
 /** @file
 
 
   Copyright (c) 2011-2018, ARM Ltd. All rights reserved.<BR>
   Copyright (c) 2011-2018, ARM Ltd. All rights reserved.<BR>
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf

@@ -4,13 +4,7 @@
 #
 #
 #  Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
 #  Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashBlockIoDxe.c

@@ -2,13 +2,7 @@
 
 
   Copyright (c) 2011-2013, ARM Ltd. All rights reserved.<BR>
   Copyright (c) 2011-2013, ARM Ltd. All rights reserved.<BR>
 
 
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c

@@ -2,13 +2,7 @@
 
 
   Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
   Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
 
 
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.h

@@ -2,13 +2,7 @@
 
 
   Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
   Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
 
 
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf

@@ -4,13 +4,7 @@
 #
 #
 #  Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
 #  Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashFvbDxe.c

@@ -2,13 +2,7 @@
 
 
  Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
  Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
 
 
- This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution.  The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+ SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
  --*/
  --*/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c

@@ -3,13 +3,7 @@
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *  Copyright (c) 2016, Linaro Limited. All rights reserved.
 *  Copyright (c) 2016, Linaro Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD
-*  License which accompanies this distribution.  The full text of the license
-*  may be found at http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.h

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/PL180MciDxe/PL180Mci.c

@@ -3,13 +3,7 @@
 
 
   Copyright (c) 2011-2012, ARM Limited. All rights reserved.
   Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 
 
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/PL180MciDxe/PL180Mci.h

@@ -3,13 +3,7 @@
 
 
   Copyright (c) 2011-2012, ARM Limited. All rights reserved.
   Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 
 
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf

@@ -3,13 +3,7 @@
 #
 #
 #  Copyright (c) 2011, ARM Limited. All rights reserved.
 #  Copyright (c) 2011, ARM Limited. All rights reserved.
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805Watchdog.c

@@ -3,13 +3,7 @@
 *  Copyright (c) 2011-2013, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2013, ARM Limited. All rights reserved.
 *  Copyright (c) 2018, Linaro Limited. All rights reserved.
 *  Copyright (c) 2018, Linaro Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805Watchdog.h

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf

@@ -3,13 +3,7 @@
 *  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 *  Copyright (c) 2018, Linaro Limited. All rights reserved.
 *  Copyright (c) 2018, Linaro Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Include/Library/ArmPlatformLib.h

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011-2013, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2013, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Include/Library/LcdHwLib.h

@@ -4,13 +4,7 @@
 
 
   Copyright (c) 2017, ARM Ltd. All rights reserved.<BR>
   Copyright (c) 2017, ARM Ltd. All rights reserved.<BR>
 
 
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Include/Library/LcdPlatformLib.h

@@ -1,13 +1,7 @@
 /** @file
 /** @file
 
 
  Copyright (c) 2011-2018, ARM Ltd. All rights reserved.<BR>
  Copyright (c) 2011-2018, ARM Ltd. All rights reserved.<BR>
- This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution.  The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+ SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
  **/
  **/
 
 

+ 1 - 7
ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h

@@ -2,13 +2,7 @@
 
 
  Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
  Copyright (c) 2011-2012, ARM Ltd. All rights reserved.<BR>
 
 
- This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution.  The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+ SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
  **/
  **/
 
 

+ 1 - 7
ArmPlatformPkg/Include/Library/PL011UartClockLib.h

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright 2018 NXP
 *  Copyright 2018 NXP
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Include/Library/PL011UartLib.h

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011-2016, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2016, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.c

@@ -4,13 +4,7 @@
 
 
   Copyright (c) 2017-2018, Arm Limited. All rights reserved.<BR>
   Copyright (c) 2017-2018, Arm Limited. All rights reserved.<BR>
 
 
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.h

@@ -3,13 +3,7 @@
   This header file contains the platform independent parts of ARM Mali DP
   This header file contains the platform independent parts of ARM Mali DP
 
 
   Copyright (c) 2017-2018, Arm Limited. All rights reserved.<BR>
   Copyright (c) 2017-2018, Arm Limited. All rights reserved.<BR>
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 #ifndef ARMMALIDP_H_
 #ifndef ARMMALIDP_H_

+ 1 - 7
ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.inf

@@ -3,13 +3,7 @@
 #  Component description file for ArmMaliDp module
 #  Component description file for ArmMaliDp module
 #
 #
 #  Copyright (c) 2017-2018, Arm Limited. All rights reserved.<BR>
 #  Copyright (c) 2017-2018, Arm Limited. All rights reserved.<BR>
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/Library/ArmPlatformLibNull/AArch64/ArmPlatformHelper.S

@@ -1,13 +1,7 @@
 //
 //
 //  Copyright (c) 2012-2013, ARM Limited. All rights reserved.
 //  Copyright (c) 2012-2013, ARM Limited. All rights reserved.
 //
 //
-//  This program and the accompanying materials
-//  are licensed and made available under the terms and conditions of the BSD License
-//  which accompanies this distribution.  The full text of the license may be found at
-//  http://opensource.org/licenses/bsd-license.php
-//
-//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//  SPDX-License-Identifier: BSD-2-Clause-Patent
 //
 //
 //
 //
 
 

+ 1 - 7
ArmPlatformPkg/Library/ArmPlatformLibNull/Arm/ArmPlatformHelper.S

@@ -1,13 +1,7 @@
 //
 //
 //  Copyright (c) 2012-2013, ARM Limited. All rights reserved.
 //  Copyright (c) 2012-2013, ARM Limited. All rights reserved.
 //
 //
-//  This program and the accompanying materials
-//  are licensed and made available under the terms and conditions of the BSD License
-//  which accompanies this distribution.  The full text of the license may be found at
-//  http://opensource.org/licenses/bsd-license.php
-//
-//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//  SPDX-License-Identifier: BSD-2-Clause-Patent
 //
 //
 //
 //
 
 

+ 1 - 7
ArmPlatformPkg/Library/ArmPlatformLibNull/Arm/ArmPlatformHelper.asm

@@ -1,13 +1,7 @@
 //
 //
 //  Copyright (c) 2012-2013, ARM Limited. All rights reserved.
 //  Copyright (c) 2012-2013, ARM Limited. All rights reserved.
 //
 //
-//  This program and the accompanying materials
-//  are licensed and made available under the terms and conditions of the BSD License
-//  which accompanies this distribution.  The full text of the license may be found at
-//  http://opensource.org/licenses/bsd-license.php
-//
-//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//  SPDX-License-Identifier: BSD-2-Clause-Patent
 //
 //
 //
 //
 
 

+ 1 - 7
ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf

@@ -1,13 +1,7 @@
 #/* @file
 #/* @file
 #  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 #  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #*/
 #*/
 
 

+ 1 - 7
ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNullMem.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/ArmPlatformStackLib/AArch64/ArmPlatformStackLib.S

@@ -1,13 +1,7 @@
 //
 //
 //  Copyright (c) 2012-2014, ARM Limited. All rights reserved.
 //  Copyright (c) 2012-2014, ARM Limited. All rights reserved.
 //
 //
-//  This program and the accompanying materials
-//  are licensed and made available under the terms and conditions of the BSD License
-//  which accompanies this distribution.  The full text of the license may be found at
-//  http://opensource.org/licenses/bsd-license.php
-//
-//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//  SPDX-License-Identifier: BSD-2-Clause-Patent
 //
 //
 //
 //
 
 

+ 1 - 7
ArmPlatformPkg/Library/ArmPlatformStackLib/Arm/ArmPlatformStackLib.S

@@ -1,13 +1,7 @@
 //
 //
 //  Copyright (c) 2012-2013, ARM Limited. All rights reserved.
 //  Copyright (c) 2012-2013, ARM Limited. All rights reserved.
 //
 //
-//  This program and the accompanying materials
-//  are licensed and made available under the terms and conditions of the BSD License
-//  which accompanies this distribution.  The full text of the license may be found at
-//  http://opensource.org/licenses/bsd-license.php
-//
-//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//  SPDX-License-Identifier: BSD-2-Clause-Patent
 //
 //
 //
 //
 
 

+ 1 - 7
ArmPlatformPkg/Library/ArmPlatformStackLib/Arm/ArmPlatformStackLib.asm

@@ -1,13 +1,7 @@
 //
 //
 //  Copyright (c) 2012-2013, ARM Limited. All rights reserved.
 //  Copyright (c) 2012-2013, ARM Limited. All rights reserved.
 //
 //
-//  This program and the accompanying materials
-//  are licensed and made available under the terms and conditions of the BSD License
-//  which accompanies this distribution.  The full text of the license may be found at
-//  http://opensource.org/licenses/bsd-license.php
-//
-//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//  SPDX-License-Identifier: BSD-2-Clause-Patent
 //
 //
 //
 //
 
 

+ 1 - 7
ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf

@@ -2,13 +2,7 @@
 #
 #
 #  Copyright (c) 2012, ARM Limited. All rights reserved.
 #  Copyright (c) 2012, ARM Limited. All rights reserved.
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #*/
 #*/
 
 

+ 1 - 7
ArmPlatformPkg/Library/HdLcd/HdLcd.c

@@ -3,13 +3,7 @@
 
 
   Copyright (c) 2011-2018, ARM Ltd. All rights reserved.<BR>
   Copyright (c) 2011-2018, ARM Ltd. All rights reserved.<BR>
 
 
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/HdLcd/HdLcd.h

@@ -2,13 +2,7 @@
 
 
  Copyright (c) 2011-2018, ARM Ltd. All rights reserved.<BR>
  Copyright (c) 2011-2018, ARM Ltd. All rights reserved.<BR>
 
 
- This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution.  The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+ SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
  **/
  **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/HdLcd/HdLcd.inf

@@ -4,13 +4,7 @@
 #
 #
 #  Copyright (c) 2011-2018, ARM Ltd. All rights reserved.<BR>
 #  Copyright (c) 2011-2018, ARM Ltd. All rights reserved.<BR>
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.c

@@ -2,13 +2,7 @@
 
 
   Copyright (c) 2017, Linaro, Ltd. All rights reserved.
   Copyright (c) 2017, Linaro, Ltd. All rights reserved.
 
 
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.inf

@@ -2,13 +2,7 @@
 #
 #
 #  Copyright (c) 2017, Linaro, Ltd. All rights reserved.
 #  Copyright (c) 2017, Linaro, Ltd. All rights reserved.
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.c

@@ -3,13 +3,7 @@
   Copyright (c) 2017, Linaro, Ltd. All rights reserved.
   Copyright (c) 2017, Linaro, Ltd. All rights reserved.
   Copyright (c) 2018, Arm Limited. All rights reserved.
   Copyright (c) 2018, Arm Limited. All rights reserved.
 
 
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf

@@ -2,13 +2,7 @@
 #
 #
 #  Copyright (c) 2017, Linaro, Ltd. All rights reserved.
 #  Copyright (c) 2017, Linaro, Ltd. All rights reserved.
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.c

@@ -2,13 +2,7 @@
 
 
  Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>
  Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>
 
 
- This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution.  The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+ SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
  **/
  **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/NorFlashPlatformNullLib/NorFlashPlatformNullLib.inf

@@ -4,13 +4,7 @@
 #
 #
 #  Copyright (c) 2017, Linaro Ltd. All rights reserved.<BR>
 #  Copyright (c) 2017, Linaro Ltd. All rights reserved.<BR>
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.c

@@ -5,13 +5,7 @@
   Copyright (c) 2012 - 2016, ARM Ltd. All rights reserved.<BR>
   Copyright (c) 2012 - 2016, ARM Ltd. All rights reserved.<BR>
   Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
   Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
 
 
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf

@@ -4,13 +4,7 @@
 #
 #
 #  Copyright (c) 2011-2016, ARM Ltd. All rights reserved.<BR>
 #  Copyright (c) 2011-2016, ARM Ltd. All rights reserved.<BR>
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright 2018 NXP
 *  Copyright 2018 NXP
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf

@@ -1,13 +1,7 @@
 #/* @file
 #/* @file
 #  Copyright 2018 NXP
 #  Copyright 2018 NXP
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #*/
 #*/
 
 

+ 1 - 7
ArmPlatformPkg/Library/PL011UartLib/PL011Uart.h

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011-2016, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2016, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.c

@@ -4,13 +4,7 @@
   Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
   Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
   Copyright (c) 2011 - 2016, ARM Ltd. All rights reserved.<BR>
   Copyright (c) 2011 - 2016, ARM Ltd. All rights reserved.<BR>
 
 
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf

@@ -4,13 +4,7 @@
 #
 #
 #  Copyright (c) 2011-2016, ARM Ltd. All rights reserved.<BR>
 #  Copyright (c) 2011-2016, ARM Ltd. All rights reserved.<BR>
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClock.h

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011 - 2014, ARM Limited. All rights reserved.
 *  Copyright (c) 2011 - 2014, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.c

@@ -4,13 +4,7 @@
   Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
   Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
   Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
   Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
 
 
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 
 

+ 1 - 6
ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf

@@ -3,12 +3,7 @@
 # Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
 # Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
 # Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
 # Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR>
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution. The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #
 #
 #**/
 #**/

+ 1 - 7
ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.c

@@ -3,13 +3,7 @@
 
 
   Copyright (c) 2011-2018, ARM Ltd. All rights reserved.<BR>
   Copyright (c) 2011-2018, ARM Ltd. All rights reserved.<BR>
 
 
-  This program and the accompanying materials
-  are licensed and made available under the terms and conditions of the BSD License
-  which accompanies this distribution.  The full text of the license may be found at
-  http://opensource.org/licenses/bsd-license.php
-
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+  SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
 **/
 **/
 #include <Library/DebugLib.h>
 #include <Library/DebugLib.h>

+ 1 - 7
ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.h

@@ -1,13 +1,7 @@
 /** @file  PL111Lcd.h
 /** @file  PL111Lcd.h
 
 
  Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>
  Copyright (c) 2011, ARM Ltd. All rights reserved.<BR>
- This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution.  The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+ SPDX-License-Identifier: BSD-2-Clause-Patent
 
 
  **/
  **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.inf

@@ -3,13 +3,7 @@
 #  Component description file for PL111Lcd module
 #  Component description file for PL111Lcd module
 #
 #
 #  Copyright (c) 2011-2017, ARM Ltd. All rights reserved.<BR>
 #  Copyright (c) 2011-2017, ARM Ltd. All rights reserved.<BR>
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointer.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf

@@ -2,13 +2,7 @@
 #
 #
 #  Copyright (c) 2011, ARM Limited. All rights reserved.
 #  Copyright (c) 2011, ARM Limited. All rights reserved.
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011-2015, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2015, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf

@@ -1,13 +1,7 @@
 #/** @file
 #/** @file
 #
 #
 #  Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>
 #  Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf

@@ -2,13 +2,7 @@
 #
 #
 #  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
 #  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
 #  Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>
 #  Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/PlatformPei/PlatformPeiLib.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf

@@ -2,13 +2,7 @@
 #
 #
 #  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 #  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/PlatformPei/PlatformPeim.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/PlatformPei/PlatformPeim.inf

@@ -3,13 +3,7 @@
 #  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
 #  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
 #  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 #  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/AArch64/ArchPrePeiCore.c

@@ -3,13 +3,7 @@
 *
 *
 *  Copyright (c) 2012-2013, ARM Limited. All rights reserved.
 *  Copyright (c) 2012-2013, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/AArch64/Exception.S

@@ -1,13 +1,7 @@
 #
 #
 #  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 #  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #
 #
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/AArch64/Helper.S

@@ -1,13 +1,7 @@
 #========================================================================================
 #========================================================================================
 #  Copyright (c) 2011-2017, ARM Limited. All rights reserved.
 #  Copyright (c) 2011-2017, ARM Limited. All rights reserved.
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http:#opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #=======================================================================================
 #=======================================================================================
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/AArch64/PrePeiCoreEntryPoint.S

@@ -1,13 +1,7 @@
 //
 //
 //  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 //  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 //
 //
-//  This program and the accompanying materials
-//  are licensed and made available under the terms and conditions of the BSD License
-//  which accompanies this distribution.  The full text of the license may be found at
-//  http://opensource.org/licenses/bsd-license.php
-//
-//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//  SPDX-License-Identifier: BSD-2-Clause-Patent
 //
 //
 //
 //
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/AArch64/SwitchStack.S

@@ -4,13 +4,7 @@
 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
 # Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
 # Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
 #
 #
-# This program and the accompanying materials
-# are licensed and made available under the terms and conditions of the BSD License
-# which accompanies this distribution.  The full text of the license may be found at
-# http://opensource.org/licenses/bsd-license.php.
-#
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #------------------------------------------------------------------------------
 #------------------------------------------------------------------------------
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/Arm/ArchPrePeiCore.c

@@ -3,13 +3,7 @@
 *
 *
 *  Copyright (c) 2012, ARM Limited. All rights reserved.
 *  Copyright (c) 2012, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/Arm/Exception.S

@@ -1,13 +1,7 @@
 //
 //
 //  Copyright (c) 2011, ARM Limited. All rights reserved.
 //  Copyright (c) 2011, ARM Limited. All rights reserved.
 //
 //
-# This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #
 #
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/Arm/Exception.asm

@@ -1,13 +1,7 @@
 //
 //
 //  Copyright (c) 2011, ARM Limited. All rights reserved.
 //  Copyright (c) 2011, ARM Limited. All rights reserved.
 //
 //
-//  This program and the accompanying materials
-//  are licensed and made available under the terms and conditions of the BSD License
-//  which accompanies this distribution.  The full text of the license may be found at
-//  http://opensource.org/licenses/bsd-license.php
-//
-//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//  SPDX-License-Identifier: BSD-2-Clause-Patent
 //
 //
 //
 //
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/Arm/PrePeiCoreEntryPoint.S

@@ -1,13 +1,7 @@
 //
 //
 //  Copyright (c) 2011-2013, ARM Limited. All rights reserved.
 //  Copyright (c) 2011-2013, ARM Limited. All rights reserved.
 //
 //
-//  This program and the accompanying materials
-//  are licensed and made available under the terms and conditions of the BSD License
-//  which accompanies this distribution.  The full text of the license may be found at
-//  http://opensource.org/licenses/bsd-license.php
-//
-//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//  SPDX-License-Identifier: BSD-2-Clause-Patent
 //
 //
 //
 //
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/Arm/PrePeiCoreEntryPoint.asm

@@ -1,13 +1,7 @@
 //
 //
 //  Copyright (c) 2011-2013, ARM Limited. All rights reserved.
 //  Copyright (c) 2011-2013, ARM Limited. All rights reserved.
 //
 //
-//  This program and the accompanying materials
-//  are licensed and made available under the terms and conditions of the BSD License
-//  which accompanies this distribution.  The full text of the license may be found at
-//  http://opensource.org/licenses/bsd-license.php
-//
-//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//  SPDX-License-Identifier: BSD-2-Clause-Patent
 //
 //
 //
 //
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/Arm/SwitchStack.S

@@ -2,13 +2,7 @@
 #
 #
 # Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
 # Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
-# This program and the accompanying materials
-# are licensed and made available under the terms and conditions of the BSD License
-# which accompanies this distribution.  The full text of the license may be found at
-# http://opensource.org/licenses/bsd-license.php.
-#
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+# SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #------------------------------------------------------------------------------
 #------------------------------------------------------------------------------
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/Arm/SwitchStack.asm

@@ -2,13 +2,7 @@
 ;
 ;
 ; Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
 ; Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
 ; Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
 ; Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
-; This program and the accompanying materials
-; are licensed and made available under the terms and conditions of the BSD License
-; which accompanies this distribution.  The full text of the license may be found at
-; http://opensource.org/licenses/bsd-license.php.
-;
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+; SPDX-License-Identifier: BSD-2-Clause-Patent
 ;
 ;
 ;------------------------------------------------------------------------------
 ;------------------------------------------------------------------------------
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/MainMPCore.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/MainUniCore.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2012, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/PrePeiCore.c

@@ -3,13 +3,7 @@
 *
 *
 *  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/PrePeiCore.h

@@ -3,13 +3,7 @@
 *
 *
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 #ifndef __PREPEICORE_H_
 #ifndef __PREPEICORE_H_

+ 1 - 7
ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf

@@ -3,13 +3,7 @@
 #
 #
 #  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 #  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf

@@ -3,13 +3,7 @@
 #
 #
 #  Copyright (c) 2011, ARM Limited. All rights reserved.
 #  Copyright (c) 2011, ARM Limited. All rights reserved.
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/PrePi/AArch64/ArchPrePi.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011-2017, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2017, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/PrePi/AArch64/ModuleEntryPoint.S

@@ -1,13 +1,7 @@
 //
 //
 //  Copyright (c) 2011-2015, ARM Limited. All rights reserved.
 //  Copyright (c) 2011-2015, ARM Limited. All rights reserved.
 //
 //
-//  This program and the accompanying materials
-//  are licensed and made available under the terms and conditions of the BSD License
-//  which accompanies this distribution.  The full text of the license may be found at
-//  http://opensource.org/licenses/bsd-license.php
-//
-//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//  SPDX-License-Identifier: BSD-2-Clause-Patent
 //
 //
 //
 //
 
 

+ 1 - 7
ArmPlatformPkg/PrePi/Arm/ArchPrePi.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011 - 2013, ARM Limited. All rights reserved.
 *  Copyright (c) 2011 - 2013, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/PrePi/Arm/ModuleEntryPoint.S

@@ -1,13 +1,7 @@
 //
 //
 //  Copyright (c) 2011-2015, ARM Limited. All rights reserved.
 //  Copyright (c) 2011-2015, ARM Limited. All rights reserved.
 //
 //
-//  This program and the accompanying materials
-//  are licensed and made available under the terms and conditions of the BSD License
-//  which accompanies this distribution.  The full text of the license may be found at
-//  http://opensource.org/licenses/bsd-license.php
-//
-//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//  SPDX-License-Identifier: BSD-2-Clause-Patent
 //
 //
 //
 //
 
 

+ 1 - 7
ArmPlatformPkg/PrePi/Arm/ModuleEntryPoint.asm

@@ -1,13 +1,7 @@
 //
 //
 //  Copyright (c) 2011-2015, ARM Limited. All rights reserved.
 //  Copyright (c) 2011-2015, ARM Limited. All rights reserved.
 //
 //
-//  This program and the accompanying materials
-//  are licensed and made available under the terms and conditions of the BSD License
-//  which accompanies this distribution.  The full text of the license may be found at
-//  http://opensource.org/licenses/bsd-license.php
-//
-//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//  SPDX-License-Identifier: BSD-2-Clause-Patent
 //
 //
 //
 //
 
 

+ 1 - 7
ArmPlatformPkg/PrePi/MainMPCore.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2014, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/PrePi/MainUniCore.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *  Copyright (c) 2011, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/PrePi/PeiMPCore.inf

@@ -3,13 +3,7 @@
 #  (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
 #  (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
 #  Copyright (c) 2011-2017, ARM Ltd. All rights reserved.<BR>
 #  Copyright (c) 2011-2017, ARM Ltd. All rights reserved.<BR>
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/PrePi/PeiUniCore.inf

@@ -3,13 +3,7 @@
 #  (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
 #  (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
 #  Copyright (c) 2011-2017, ARM Ltd. All rights reserved.<BR>
 #  Copyright (c) 2011-2017, ARM Ltd. All rights reserved.<BR>
 #
 #
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#  SPDX-License-Identifier: BSD-2-Clause-Patent
 #
 #
 #**/
 #**/
 
 

+ 1 - 7
ArmPlatformPkg/PrePi/PrePi.c

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011-2017, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2017, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

+ 1 - 7
ArmPlatformPkg/PrePi/PrePi.h

@@ -2,13 +2,7 @@
 *
 *
 *  Copyright (c) 2011-2015, ARM Limited. All rights reserved.
 *  Copyright (c) 2011-2015, ARM Limited. All rights reserved.
 *
 *
-*  This program and the accompanying materials
-*  are licensed and made available under the terms and conditions of the BSD License
-*  which accompanies this distribution.  The full text of the license may be found at
-*  http://opensource.org/licenses/bsd-license.php
-*
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+*  SPDX-License-Identifier: BSD-2-Clause-Patent
 *
 *
 **/
 **/
 
 

Some files were not shown because too many files changed in this diff