Skip to content

Commit 657491e

Browse files
committed
PcAtChipsetPkg: 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 4ac6872 commit 657491e

Some content is hidden

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

60 files changed

+60
-420
lines changed

PcAtChipsetPkg/8254TimerDxe/8254Timer.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# 8254 timer driver that provides Timer Arch protocol.
33
#
44
# Copyright (c) 2005 - 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

PcAtChipsetPkg/8254TimerDxe/Timer.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Timer Architectural Protocol as defined in the DXE CIS
33
44
Copyright (c) 2005 - 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

PcAtChipsetPkg/8254TimerDxe/Timer.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Private data structures
33
44
Copyright (c) 2005 - 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
#ifndef _TIMER_H_

PcAtChipsetPkg/8254TimerDxe/Timer.uni

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

PcAtChipsetPkg/8254TimerDxe/TimerExtra.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

PcAtChipsetPkg/8259InterruptControllerDxe/8259.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
This contains the installation function for the driver.
33
44
Copyright (c) 2005 - 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

PcAtChipsetPkg/8259InterruptControllerDxe/8259.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Driver implementing the Tiano Legacy 8259 Protocol
33
44
Copyright (c) 2005 - 2009, 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

PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# 8259 Interrupt Controller driver that provides Legacy 8259 protocol.
33
#
44
# Copyright (c) 2005 - 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

PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni

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

PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259Extra.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

PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
"IDE Controller Init Driver"
44
55
Copyright (c) 2008 - 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

PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
is responsible for early initialization of IDE controller.
55
66
Copyright (c) 2008 - 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

PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Header file for IDE controller driver.
33
44
Copyright (c) 2008 - 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

PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.uni

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

PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
# IDE Bus driver to support platform dependent timing information.
44
#
55
# Copyright (c) 2008 - 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

PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerExtra.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

PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Timer Architectural Protocol module using High Precesion Event Timer (HPET)
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

PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
# Timer Architectural Protocol module using High Precesion Event Timer (HPET).
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

PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.uni

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

PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxeExtra.uni

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

PcAtChipsetPkg/Include/Guid/PcAtChipsetTokenSpace.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
GUID for PcAtChipsetPkg PCD Token Space.
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

PcAtChipsetPkg/Include/Library/IoApicLib.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55
handles cases where I/O APIC is disabled.
66
77
Copyright (c) 2011 - 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
#ifndef __IO_APIC_LIB_H__

PcAtChipsetPkg/Include/Register/Hpet.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
Specification, Revision 1.0a, October 2004.
44
55
Copyright (c) 2011 - 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

PcAtChipsetPkg/Include/Register/IoApic.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
Controller (IOAPIC), 1996.
44
55
Copyright (c) 2011 - 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

PcAtChipsetPkg/IsaAcpiDxe/ComponentName.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
UEFI Component Name(2) protocol implementation for IsaAcpi 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
#include "PcatIsaAcpi.h"

PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
ISA ACPI 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
#include "PcatIsaAcpi.h"

0 commit comments

Comments
 (0)