Skip to content

Commit 5ea93a6

Browse files
committed
EmbeddedPkg: 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 <[email protected]>
1 parent 2afa7c0 commit 5ea93a6

File tree

160 files changed

+160
-1111
lines changed

Some content is hidden

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

160 files changed

+160
-1111
lines changed

EmbeddedPkg/Application/AndroidBoot/AndroidBootApp.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
Copyright (c) 2013-2014, ARM Ltd. All rights reserved.<BR>
44
Copyright (c) 2017, Linaro. 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

EmbeddedPkg/Application/AndroidBoot/AndroidBootApp.inf

+1-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
# Copyright (c) 2013-2015, ARM Ltd. All rights reserved.<BR>
44
# Copyright (c) 2017, Linaro. 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-
# 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.
6+
# SPDX-License-Identifier: BSD-2-Clause-Patent
127
#
138
#
149
#**/

EmbeddedPkg/Application/AndroidFastboot/AndroidBootImg.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
33
Copyright (c) 2013-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

EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
33
Copyright (c) 2013-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

EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
33
Copyright (c) 2013-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

EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
#
33
# Copyright (c) 2013-2015, 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-
# 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.
5+
# SPDX-License-Identifier: BSD-2-Clause-Patent
116
#
127
#
138
#**/

EmbeddedPkg/Application/AndroidFastboot/Arm/BootAndroidBootImg.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
33
Copyright (c) 2013-2015, 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

EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/FastbootTransportTcp.c

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
#
33
# Copyright (c) 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-
# 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.
5+
# SPDX-License-Identifier: BSD-2-Clause-Patent
116
#
127
#
138
#**/

EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/FastbootTransportTcpDxe.inf

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
#
33
# Copyright (c) 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-
# 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.
5+
# SPDX-License-Identifier: BSD-2-Clause-Patent
116
#
127
#
138
#**/

EmbeddedPkg/Drivers/AndroidFastbootTransportUsbDxe/FastbootTransportUsb.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
33
Copyright (c) 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

EmbeddedPkg/Drivers/AndroidFastbootTransportUsbDxe/FastbootTransportUsbDxe.inf

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
#
33
# Copyright (c) 2013-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-
# 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.
5+
# SPDX-License-Identifier: BSD-2-Clause-Patent
116
#
127
#
138
#**/

EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
*
33
* Copyright (c) 2017, Linaro, Ltd. All rights reserved.
44
*
5-
* This program and the accompanying materials are licensed and made available
6-
* under the terms and conditions of the BSD License which accompanies this
7-
* 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

EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
*
33
* Copyright (c) 2017, Linaro Limited. All rights reserved.
44
*
5-
* This program and the accompanying materials are licensed and made available
6-
* under the terms and conditions of the BSD License which accompanies this
7-
* 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

EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf

+1-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22
#
33
# Copyright (c) 2017, Linaro, Ltd. All rights reserved.<BR>
44
#
5-
# This program and the accompanying materials are licensed and made
6-
# available under the terms and conditions of the BSD License which
7-
# accompanies this distribution. The full text of the license may be
8-
# found at 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
12-
# IMPLIED.
5+
# SPDX-License-Identifier: BSD-2-Clause-Patent
136
#
147
##
158

EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefHii.uni

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
*
33
* Copyright (c) 2017, Linaro, Ltd. All rights reserved.
44
*
5-
* This program and the accompanying materials are licensed and made available
6-
* under the terms and conditions of the BSD License which accompanies this
7-
* 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

EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefHii.vfr

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
*
33
* Copyright (c) 2017, Linaro, Ltd. All rights reserved.
44
*
5-
* This program and the accompanying materials are licensed and made available
6-
* under the terms and conditions of the BSD License which accompanies this
7-
* 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

EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
*
33
* Copyright (c) 2017, Linaro, Ltd. 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

EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
*
33
* Copyright (c) 2017, Linaro 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

EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf

+1-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22
#
33
# Copyright (c) 2017, Linaro, Ltd. All rights reserved.<BR>
44
#
5-
# This program and the accompanying materials are licensed and made
6-
# available under the terms and conditions of the BSD License which
7-
# accompanies this distribution. The full text of the license may be
8-
# found at 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
12-
# IMPLIED.
5+
# SPDX-License-Identifier: BSD-2-Clause-Patent
136
#
147
##
158

EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformHii.uni

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
*
33
* Copyright (c) 2017, Linaro, Ltd. 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

EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformHii.vfr

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
*
33
* Copyright (c) 2017, Linaro, Ltd. 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

EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmc.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
*
33
* Copyright (c) 2014-2017, Linaro 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

EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
44
Copyright (c) 2014-2017, 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

EmbeddedPkg/Drivers/DwEmmcDxe/DwEmmcDxe.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
#
44
# Copyright (c) 2014-2017, 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

EmbeddedPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
33
Copyright (c) 2013-2015, 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

EmbeddedPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
33
Copyright (c) 2013-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

0 commit comments

Comments
 (0)