Skip to content

Commit 2da66fa

Browse files
committed
QuarkSocPkg: 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: Michael D Kinney <[email protected]> Cc: Kelly Steele <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <[email protected]>
1 parent f52f862 commit 2da66fa

File tree

173 files changed

+173
-1211
lines changed

Some content is hidden

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

173 files changed

+173
-1211
lines changed

QuarkSocPkg/QuarkNorthCluster/Include/DdrMemoryController.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ Memory controller configuration.
33
44
Copyright (c) 2013-2015 Intel Corporation.
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
#ifndef __DDR_MEMORY_CONTROLLER_H__

QuarkSocPkg/QuarkNorthCluster/Include/IntelQNCBase.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ Public include file for the QNC Base
33
44
Copyright (c) 2013-2015 Intel Corporation.
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

QuarkSocPkg/QuarkNorthCluster/Include/IntelQNCConfig.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ Some configuration of QNC Package
33
44
Copyright (c) 2013-2015 Intel Corporation.
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

QuarkSocPkg/QuarkNorthCluster/Include/IntelQNCDxe.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ Public include file for the QNC Dxe
33
44
Copyright (c) 2013-2015 Intel Corporation.
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

QuarkSocPkg/QuarkNorthCluster/Include/IntelQNCPeim.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ Public include file for the QNC Pei
33
44
Copyright (c) 2013-2015 Intel Corporation.
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

QuarkSocPkg/QuarkNorthCluster/Include/IntelQNCRegs.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ Registers definition for Intel QuarkNcSocId.
33
44
Copyright (c) 2013-2015 Intel Corporation.
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

QuarkSocPkg/QuarkNorthCluster/Include/Library/IntelQNCLib.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ Library that provides QNC specific library services in PEI phase
33
44
Copyright (c) 2013-2015 Intel Corporation.
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

QuarkSocPkg/QuarkNorthCluster/Include/Library/QNCAccessLib.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ Library functions for Setting QNC internal network port
33
44
Copyright (c) 2013-2015 Intel Corporation.
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

QuarkSocPkg/QuarkNorthCluster/Include/Library/QNCSmmLib.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ QNC Smm Library Services header file.
33
44
Copyright (c) 2013-2015 Intel Corporation.
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

QuarkSocPkg/QuarkNorthCluster/Include/Ppi/QNCMemoryInit.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ Memory Initialization PPI used in EFI PEI interface
33
44
Copyright (c) 2013-2015 Intel Corporation.
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

QuarkSocPkg/QuarkNorthCluster/Include/Protocol/PchInfo.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ This file defines the QNC Info Protocol.
33
44
Copyright (c) 2013-2015 Intel Corporation.
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
**/

QuarkSocPkg/QuarkNorthCluster/Include/Protocol/PlatformPolicy.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ Protocol used for Platform Policy definition.
33
44
Copyright (c) 2013-2015 Intel Corporation.
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
**/

QuarkSocPkg/QuarkNorthCluster/Include/Protocol/QncS3Support.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ This file defines the QNC S3 support Protocol.
33
44
Copyright (c) 2013-2015 Intel Corporation.
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
**/

QuarkSocPkg/QuarkNorthCluster/Include/Protocol/SmmIchnDispatch2.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ chipset-specific SMI source.
66
77
Copyright (c) 2013-2015 Intel Corporation.
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-
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

QuarkSocPkg/QuarkNorthCluster/Include/Protocol/Spi.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ Intel(R) ICH SPI Host Controller Compatibility Interface.
44
55
Copyright (c) 2013-2015 Intel Corporation.
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
**/

QuarkSocPkg/QuarkNorthCluster/Include/QNCAccess.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ Macros to simplify and abstract the interface to PCI configuration.
33
44
Copyright (c) 2013-2015 Intel Corporation.
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
**/

QuarkSocPkg/QuarkNorthCluster/Include/QNCCommonDefinitions.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ This header file provides common definitions just for MCH using to avoid includi
33
44
Copyright (c) 2013-2015 Intel Corporation.
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

QuarkSocPkg/QuarkNorthCluster/Include/QuarkNcSocId.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ QuarkNcSocId Register Definitions
33
44
Copyright (c) 2013-2015 Intel Corporation.
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
Definitions beginning with "R_" are registers
159
Definitions beginning with "B_" are bits within registers

QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/CommonHeader.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ This file includes package header files, library classes and protocol, PPI & GUI
55
66
Copyright (c) 2013-2015 Intel Corporation.
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
#ifndef __COMMON_HEADER_H_

QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/IntelQNCLib.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ Lib function for Pei QNC.
33
44
Copyright (c) 2013-2015 Intel Corporation.
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
#include "CommonHeader.h"

QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/IntelQNCLib.inf

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

QuarkSocPkg/QuarkNorthCluster/Library/IntelQNCLib/PciExpress.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ QNC PCI Express initialization entry
33
44
Copyright (c) 2013-2015 Intel Corporation.
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

QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.c

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

QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# MTRR library provides APIs for MTRR operation.
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

QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.uni

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

QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/BaseAccess.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ Base Lib function for QNC internal network access.
33
44
Copyright (c) 2013-2015 Intel Corporation.
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

0 commit comments

Comments
 (0)