Skip to content

Commit c317699

Browse files
committed
EdkCompatibilityPkg: 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: Liming Gao <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <[email protected]>
1 parent 06bca42 commit c317699

File tree

1,950 files changed

+1949
-13633
lines changed

Some content is hidden

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

1,950 files changed

+1949
-13633
lines changed

EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/AcpiVariableHobOnSmramReserveHobThunk.c

+1-8
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
55
Copyright (c) 2010 - 2011, 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

EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/AcpiVariableHobOnSmramReserveHobThunk.inf

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

EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/BootScriptSaveOnS3SaveStateThunk.inf

+1-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
#
77
# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
88
#
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-
# 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.
9+
# SPDX-License-Identifier: BSD-2-Clause-Patent
1510
#
1611
#
1712
#

EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/IA32/DispatchExecute.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
back to long mode.
55
66
Copyright (c) 2010, 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
#include "ScriptSave.h"

EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/ScriptSave.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
This thunk driver consumes PI S3SaveState protocol to produce framework S3BootScriptSave Protocol
44
55
Copyright (c) 2010 - 2015, 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
#include "ScriptSave.h"

EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/ScriptSave.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Header file for S3 Boot Script Saver thunk driver.
33
44
Copyright (c) 2010 - 2014, 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
#ifndef __BOOT_SCRIPT_SAVE_ON_S3_SAVE_STATE_H__

EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/AsmDispatchExecute.S

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

EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/AsmDispatchExecute.asm

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

EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/DispatchExecute.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
back to long mode.
55
66
Copyright (c) 2010 - 2012, 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
#include "ScriptSave.h"

EdkCompatibilityPkg/Compatibility/BootScriptThunkHelper/BootScriptThunkHelper.c

+1-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@
55
66
Copyright (c) 2010 - 2012, 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
10-
of the BSD License which accompanies this distribution. The
11-
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.
8+
SPDX-License-Identifier: BSD-2-Clause-Patent
169
1710
**/
1811

EdkCompatibilityPkg/Compatibility/BootScriptThunkHelper/BootScriptThunkHelper.inf

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

EdkCompatibilityPkg/Compatibility/CpuIo2OnCpuIoThunk/CpuIo2OnCpuIoThunk.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
This module produces PI CPU I/O 2 Protocol on top of Framework CPU I/O Protocol.
66
77
Copyright (c) 2009 - 2010, 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

EdkCompatibilityPkg/Compatibility/CpuIo2OnCpuIoThunk/CpuIo2OnCpuIoThunk.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Internal include file for the CPU I/O 2 Protocol thunk driver.
33
44
Copyright (c) 2009 - 2010, 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

EdkCompatibilityPkg/Compatibility/CpuIo2OnCpuIoThunk/CpuIo2OnCpuIoThunk.inf

+1-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
#
77
# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
88
#
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-
# 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.
9+
# SPDX-License-Identifier: BSD-2-Clause-Patent
1510
#
1611
#
1712
##

EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/DeviceIoOnPciRootBridgeIoThunk.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@ This module module layers Device I/O on top of PCI Root Bridge I/O (Segment 0)
1313
Platform required to support EFI applications that consume Device I/O
1414
1515
Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>
16-
This program and the accompanying materials
17-
are licensed and made available under the terms and conditions of the BSD License
18-
which accompanies this distribution. The full text of the license may be found at
19-
http://opensource.org/licenses/bsd-license.php
20-
21-
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
22-
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16+
SPDX-License-Identifier: BSD-2-Clause-Patent
2317
2418
**/
2519

EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/DeviceIoOnPciRootBridgeIoThunk.inf

+1-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@
1111
#
1212
# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
1313
#
14-
# This program and the accompanying materials
15-
# are licensed and made available under the terms and conditions of the BSD License
16-
# which accompanies this distribution. The full text of the license may be found at
17-
# http://opensource.org/licenses/bsd-license.php
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.
14+
# SPDX-License-Identifier: BSD-2-Clause-Patent
2015
#
2116
#
2217
##

EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/DxeSmmReadyToLockOnExitPmAuthThunk.c

+1-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@
55
66
Copyright (c) 2010 - 2011, 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
10-
of the BSD License which accompanies this distribution. The
11-
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.
8+
SPDX-License-Identifier: BSD-2-Clause-Patent
169
1710
**/
1811

EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/DxeSmmReadyToLockOnExitPmAuthThunk.h

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

EdkCompatibilityPkg/Compatibility/DxeSmmReadyToLockOnExitPmAuthThunk/DxeSmmReadyToLockOnExitPmAuthThunk.inf

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

EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ConfigAccess.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
Access Callback to Framework HII Callback and EFI Variable Set/Get operations.
55
66
Copyright (c) 2008 - 2012, 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

EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ConfigAccess.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
Framework HII Callback.
55
66
Copyright (c) 2008 - 2010, 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

EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Fonts.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
This file contains the Glyph related function.
33
44
Copyright (c) 2006 - 2010, 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

EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Forms.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
This file contains the form processing code to the HII database.
33
44
Copyright (c) 2006 - 2010, 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

EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiOnUefiHiiThunk.inf

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@
99
# This module inits HII database and installs HII protocol based on the avaliable UEFI HII protocol found in the platform..
1010
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
1111
#
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-
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17-
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12+
# SPDX-License-Identifier: BSD-2-Clause-Patent
1813
#
1914
#
2015
##

EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/HiiDatabase.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ Framework to UEFI 2.1 HII Thunk. The driver consume UEFI HII protocols
33
to produce a Framework HII protocol.
44
55
Copyright (c) 2008 - 2014, 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

EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/HiiDatabase.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
for the Framework HII to Uefi HII Thunk Module.
55
66
Copyright (c) 2006 - 2011, 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)