Skip to content

Commit e83800c

Browse files
committed
SignedCapsulePkg: 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: Jiewen Yao <[email protected]> Cc: Chao Zhang <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <[email protected]>
1 parent 3a58ac5 commit e83800c

32 files changed

+32
-225
lines changed

SignedCapsulePkg/Include/Guid/EdkiiSystemFmpCapsule.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
EDKII System Firmware Management Protocol
44
55
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
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

SignedCapsulePkg/Include/Library/EdkiiSystemCapsuleLib.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
EDKII System Capsule library.
33
44
Copyright (c) 2016, Intel Corporation. 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

SignedCapsulePkg/Include/Library/IniParsingLib.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@
2020
6) LF(\n, 0xA) or CR(\r, 0xD) can be used as line break.
2121
2222
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
23-
This program and the accompanying materials
24-
are licensed and made available under the terms and conditions of the BSD License
25-
which accompanies this distribution. The full text of the license may be found at
26-
http://opensource.org/licenses/bsd-license.php
27-
28-
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
29-
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
23+
SPDX-License-Identifier: BSD-2-Clause-Patent
3024
3125
**/
3226

SignedCapsulePkg/Include/Library/PlatformFlashAccessLib.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Platform flash device access library.
33
44
Copyright (c) 2016 - 2018, Intel Corporation. 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

SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@
77
untrusted input and do basic validation.
88
99
Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
10-
This program and the accompanying materials
11-
are licensed and made available under the terms and conditions of the BSD License
12-
which accompanies this distribution. The full text of the license may be found at
13-
http://opensource.org/licenses/bsd-license.php
14-
15-
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16-
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
10+
SPDX-License-Identifier: BSD-2-Clause-Patent
1711
1812
**/
1913

SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
# EDKII System Capsule library instance for DXE/PEI post memory phase.
55
#
66
# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
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

SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.uni

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
//
66
// Copyright (c) 2016, Intel Corporation. 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

SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.c

+1-8
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,7 @@
2727
2828
Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>
2929
30-
This program and the accompanying materials
31-
are licensed and made available under the terms and conditions
32-
of the BSD License which accompanies this distribution. The
33-
full text of the license may be found at
34-
http://opensource.org/licenses/bsd-license.php
35-
36-
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
37-
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
30+
SPDX-License-Identifier: BSD-2-Clause-Patent
3831
3932
**/
4033

SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
# This library parses the INI configuration file.
55
#
66
# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
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

SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.uni

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
//
66
// Copyright (c) 2016, Intel Corporation. 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

SignedCapsulePkg/Library/PlatformFlashAccessLibNull/PlatformFlashAccessLibNull.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Platform flash device access library NULL instance.
33
44
Copyright (c) 2016 - 2018, Intel Corporation. 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

SignedCapsulePkg/Library/PlatformFlashAccessLibNull/PlatformFlashAccessLibNull.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
# Platform flash device access library NULL instance.
55
#
66
# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
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

SignedCapsulePkg/Library/PlatformFlashAccessLibNull/PlatformFlashAccessLibNull.uni

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
//
66
// Copyright (c) 2016, Intel Corporation. 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-
// 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.
8+
// SPDX-License-Identifier: BSD-2-Clause-Patent
149
//
1510
// **/
1611

SignedCapsulePkg/SignedCapsulePkg.dec

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# This package provides EDKII capsule related support.
33
#
44
# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
5-
# This program and the accompanying materials are licensed and made available under
6-
# the terms and conditions of the BSD License that accompanies this distribution.
7-
# 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

SignedCapsulePkg/SignedCapsulePkg.dsc

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
#
44
# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
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

SignedCapsulePkg/Universal/RecoveryModuleLoadPei/ParseConfigProfile.c

+1-8
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
55
Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>
66
7-
This program and the accompanying materials
8-
are licensed and made available under the terms and conditions
9-
of the BSD License which accompanies this distribution. The
10-
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.
7+
SPDX-License-Identifier: BSD-2-Clause-Patent
158
169
**/
1710

SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@
1010
ValidateFmpCapsule() will receive untrusted input and do basic validation.
1111
1212
Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
13-
This program and the accompanying materials
14-
are licensed and made available under the terms and conditions of the BSD License
15-
which accompanies this distribution. The full text of the license may be found at
16-
http://opensource.org/licenses/bsd-license.php
17-
18-
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19-
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13+
SPDX-License-Identifier: BSD-2-Clause-Patent
2014
2115
**/
2216

SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Recovery module header file.
33
44
Copyright (c) 2016, Intel Corporation. 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

SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.inf

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
#
66
# Copyright (c) 2016 - 2018, Intel Corporation. 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-
# 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.
8+
# SPDX-License-Identifier: BSD-2-Clause-Patent
149
#
1510
#
1611
##

SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.uni

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
//
66
// Copyright (c) 2016, Intel Corporation. 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

SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPeiExtra.uni

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
//
44
// Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
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

SignedCapsulePkg/Universal/SystemFirmwareUpdate/ParseConfigProfile.c

+1-8
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
55
Copyright (c) 2016 - 2017, Intel Corporation. All rights reserved.<BR>
66
7-
This program and the accompanying materials
8-
are licensed and made available under the terms and conditions
9-
of the BSD License which accompanies this distribution. The
10-
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.
7+
SPDX-License-Identifier: BSD-2-Clause-Patent
158
169
**/
1710

SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareCommonDxe.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Produce FMP instance for system firmware.
33
44
Copyright (c) 2016 - 2018, Intel Corporation. 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

SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareDxe.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
System Firmware update header file.
33
44
Copyright (c) 2016 - 2018, Intel Corporation. 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

SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@
99
FmpSetImage() will receive untrusted input and do basic validation.
1010
1111
Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
12-
This program and the accompanying materials
13-
are licensed and made available under the terms and conditions of the BSD License
14-
which accompanies this distribution. The full text of the license may be found at
15-
http://opensource.org/licenses/bsd-license.php
16-
17-
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
18-
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12+
SPDX-License-Identifier: BSD-2-Clause-Patent
1913
2014
**/
2115

SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
# Produce FMP instance to report system firmware EFI_FIRMWARE_IMAGE_DESCRIPTOR.
55
#
66
# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
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

0 commit comments

Comments
 (0)