Skip to content

Commit dc5f8d9

Browse files
committed
SecurityPkg: 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 841d42a commit dc5f8d9

File tree

297 files changed

+297
-1975
lines changed

Some content is hidden

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

297 files changed

+297
-1975
lines changed

SecurityPkg/Hash2DxeCrypto/Driver.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
This is service binding for Hash driver.
33
44
Copyright (c) 2015 - 2018, 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

SecurityPkg/Hash2DxeCrypto/Driver.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
This is definition for service binding for Hash driver.
33
44
Copyright (c) 2015 - 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

SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
44
(C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
55
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
6-
This program and the accompanying materials are licensed and made available under
7-
the terms and conditions of the BSD License that accompanies this distribution.
8-
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

SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
#
66
# (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
77
# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
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

SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.uni

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

SecurityPkg/Hash2DxeCrypto/Hash2DxeCryptoExtra.uni

+1-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
//
44
// Copyright (c) 2015, 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-
// 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

SecurityPkg/HddPassword/HddPassword.vfr

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33

44
Copyright (c) 2019, 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
8-
of the BSD License which accompanies this distribution. The
9-
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.
6+
SPDX-License-Identifier: BSD-2-Clause-Patent
147
**/
158

169
#include "HddPasswordHiiDataStruc.h"

SecurityPkg/HddPassword/HddPasswordCommon.h

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
44
Copyright (c) 2019, 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
8-
of the BSD License which accompanies this distribution. The
9-
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.
6+
SPDX-License-Identifier: BSD-2-Clause-Patent
147
158
**/
169

SecurityPkg/HddPassword/HddPasswordDxe.c

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
44
Copyright (c) 2019, 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
8-
of the BSD License which accompanies this distribution. The
9-
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.
6+
SPDX-License-Identifier: BSD-2-Clause-Patent
147
158
**/
169

SecurityPkg/HddPassword/HddPasswordDxe.h

+1-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22
33
Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
44
5-
This program and the accompanying materials
6-
are licensed and made available under the terms and conditions
7-
of the BSD License which accompanies this distribution. The
8-
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.
5+
SPDX-License-Identifier: BSD-2-Clause-Patent
136
147
**/
158

SecurityPkg/HddPassword/HddPasswordDxe.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
#
55
# Copyright (c) 2019, 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 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

SecurityPkg/HddPassword/HddPasswordHiiDataStruc.h

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
44
Copyright (c) 2019, 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
8-
of the BSD License which accompanies this distribution. The
9-
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.
6+
SPDX-License-Identifier: BSD-2-Clause-Patent
147
158
**/
169

SecurityPkg/HddPassword/HddPasswordPei.c

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
44
Copyright (c) 2019, 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
8-
of the BSD License which accompanies this distribution. The
9-
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.
6+
SPDX-License-Identifier: BSD-2-Clause-Patent
147
158
**/
169

SecurityPkg/HddPassword/HddPasswordPei.h

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
44
Copyright (c) 2019, 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
8-
of the BSD License which accompanies this distribution. The
9-
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.
6+
SPDX-License-Identifier: BSD-2-Clause-Patent
147
158
**/
169

SecurityPkg/HddPassword/HddPasswordPei.inf

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

SecurityPkg/HddPassword/HddPasswordStrings.uni

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
//
44
// Copyright (c) 2019, 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
8-
// of the BSD License which accompanies this distribution. The
9-
// 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.
6+
// SPDX-License-Identifier: BSD-2-Clause-Patent
147
//
158
// **/
169

SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h

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

SecurityPkg/Include/Guid/MeasuredFvHob.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
DXE Driver.
44
55
Copyright (c) 2012 - 2018, 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

SecurityPkg/Include/Guid/PhysicalPresenceData.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
is saved to variable.
66
77
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
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

SecurityPkg/Include/Guid/PwdCredentialProviderHii.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
GUID used as HII FormSet and HII Package list GUID in PwdCredentialProviderDxe driver.
33
44
Copyright (c) 2011 - 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

SecurityPkg/Include/Guid/SecureBootConfigHii.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
GUIDs used as HII FormSet and HII Package list GUID in SecureBootConfigDxe driver.
33
44
Copyright (c) 2011 - 2018, 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

SecurityPkg/Include/Guid/SecurityPkgTokenSpace.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
GUID for SecurityPkg PCD Token Space.
33
44
Copyright (c) 2009 - 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

SecurityPkg/Include/Guid/Tcg2ConfigHii.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
GUIDs used as HII FormSet and HII Package list GUID in Tcg2Config driver.
33
44
Copyright (c) 2015 - 2018, 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

SecurityPkg/Include/Guid/Tcg2PhysicalPresenceData.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
is saved to variable.
66
77
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved. <BR>
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

SecurityPkg/Include/Guid/TcgConfigHii.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
GUIDs used as HII FormSet and HII Package list GUID in TcgConfig driver.
33
44
Copyright (c) 2011 - 2018, 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

SecurityPkg/Include/Guid/TcgEventHob.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
made in the PEI Phase.
55
66
Copyright (c) 2007 - 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

0 commit comments

Comments
 (0)