Skip to content

Commit 4eb0a6b

Browse files
committed
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: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html Branch for review: https://github.com/mdkinney/edk2/tree/Bug_1373_BsdPatentLicense Cc: Leif Lindholm <[email protected]> Cc: Ard Biesheuvel <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <[email protected]>
1 parent a376999 commit 4eb0a6b

File tree

107 files changed

+107
-748
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+107
-748
lines changed

ArmPlatformPkg/ArmPlatformPkg.dec

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

ArmPlatformPkg/ArmPlatformPkg.dsc

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

ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c

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

ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.c

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

ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.h

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

ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf

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

ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashBlockIoDxe.c

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

ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.c

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

ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.h

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

ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf

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

ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashFvbDxe.c

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

ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.c

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

ArmPlatformPkg/Drivers/PL061GpioDxe/PL061Gpio.h

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

ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf

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

ArmPlatformPkg/Drivers/PL180MciDxe/PL180Mci.c

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

ArmPlatformPkg/Drivers/PL180MciDxe/PL180Mci.h

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

ArmPlatformPkg/Drivers/PL180MciDxe/PL180MciDxe.inf

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

ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805Watchdog.c

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

ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805Watchdog.h

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

ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf

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

ArmPlatformPkg/Include/Library/ArmPlatformLib.h

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

ArmPlatformPkg/Include/Library/LcdHwLib.h

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

ArmPlatformPkg/Include/Library/LcdPlatformLib.h

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

ArmPlatformPkg/Include/Library/NorFlashPlatformLib.h

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

ArmPlatformPkg/Include/Library/PL011UartClockLib.h

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

ArmPlatformPkg/Include/Library/PL011UartLib.h

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

0 commit comments

Comments
 (0)