Skip to content

Commit d9af7c1

Browse files
committed
IntelFrameworkModulePkg: 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 5a3c8a1 commit d9af7c1

File tree

336 files changed

+336
-2390
lines changed

Some content is hidden

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

336 files changed

+336
-2390
lines changed

IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ComponentName.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
UEFI Component Name(2) protocol implementation for IsaBus driver.
33
44
Copyright (c) 2006 - 2011, 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

IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ComponentName.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Header file for implementation of UEFI Component Name(2) protocol.
33
44
Copyright (c) 2006 - 2011, 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

IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
The header file for ISA bus driver
33
44
Copyright (c) 2006 - 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

IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaIo.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
The header file for EFI_ISA_IO protocol implementation.
33
44
Copyright (c) 2006 - 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

IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@
77
such as LPC bridge.
88
99
Copyright (c) 2006 - 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

IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf

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

2014
[Defines]

IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.uni

+1-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@
88
//
99
// Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
1010
//
11-
// This program and the accompanying materials
12-
// are licensed and made available under the terms and conditions of the BSD License
13-
// which accompanies this distribution. The full text of the license may be found at
14-
// http://opensource.org/licenses/bsd-license.php
15-
//
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.
11+
// SPDX-License-Identifier: BSD-2-Clause-Patent
1812
//
1913
// **/
2014

IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni

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

IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaIo.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
The implementation for EFI_ISA_IO_PROTOCOL.
33
44
Copyright (c) 2006 - 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

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/ComponentName.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
UEFI Component Name(2) protocol implementation for Isa Floppy driver.
33
44
Copyright (c) 2006 - 2015, 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

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/ComponentName.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Header file for implementation of UEFI Component Name(2) protocol.
33
44
Copyright (c) 2006 - 2011, 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

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppy.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@
99
5. Support diskette change line signal and write protect
1010
1111
Copyright (c) 2006 - 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

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppy.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Include file for ISA Floppy Driver
33
44
Copyright (c) 2006 - 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

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyBlock.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Implementation of the EFI Block IO Protocol for ISA Floppy driver
33
44
Copyright (c) 2006 - 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

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyCtrl.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Internal floppy disk controller programming functions for the floppy driver.
33
44
Copyright (c) 2006 - 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

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@
77
#
88
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
99
#
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

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.uni

+1-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@
77
//
88
// Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
99
//
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

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxeExtra.uni

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

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/Fdc.h

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ Definition of FDC registers and structures.
33
44
Copyright (c) 2006 - 2018, 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

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/FloppyPeim.c

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ Floppy Peim to support Recovery function from Floppy device.
33
44
Copyright (c) 2006 - 2018, 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

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/FloppyPeim.h

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ Private include file for IsaFloppyPei PEIM.
33
44
Copyright (c) 2006 - 2018, 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

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/IsaFloppyPei.inf

+1-8
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@
77
#
88
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
99
#
10-
# This program and the accompanying materials
11-
# are licensed and made available under the terms and conditions
12-
# of the BSD License which accompanies this distribution. The
13-
# full text of the license may be found at
14-
# http://opensource.org/licenses/bsd-license.php
15-
#
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.
10+
# SPDX-License-Identifier: BSD-2-Clause-Patent
1811
#
1912
##
2013

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/IsaFloppyPei.uni

+1-8
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@
77
//
88
// Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
99
//
10-
// This program and the accompanying materials
11-
// are licensed and made available under the terms and conditions
12-
// of the BSD License which accompanies this distribution. The
13-
// full text of the license may be found at
14-
// http://opensource.org/licenses/bsd-license.php
15-
//
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.
10+
// SPDX-License-Identifier: BSD-2-Clause-Patent
1811
//
1912
// **/
2013

IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/IsaFloppyPeiExtra.uni

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

IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/ComponentName.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
UEFI Component Name(2) protocol implementation for Isa driver.
33
44
Copyright (c) 2010 - 2011, 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

IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/ComponentName.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Header file for implementation of UEFI Component Name(2) protocol.
33
44
Copyright (c) 2010 - 2011, 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

0 commit comments

Comments
 (0)