Skip to content

Commit 248d91c

Browse files
committed
StandaloneMmPkg: 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 4159273 commit 248d91c

Some content is hidden

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

53 files changed

+53
-364
lines changed

StandaloneMmPkg/Core/Dependency.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@
77
88
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
99
Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
10-
This program and the accompanying materials are licensed and made available
11-
under the terms and conditions of the BSD License which accompanies this
12-
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

StandaloneMmPkg/Core/Dispatcher.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,7 @@
3131
Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
3232
Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
3333
34-
This program and the accompanying materials are licensed and made available
35-
under the terms and conditions of the BSD License which accompanies this
36-
distribution. The full text of the license may be found at
37-
http://opensource.org/licenses/bsd-license.php
38-
39-
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
40-
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
34+
SPDX-License-Identifier: BSD-2-Clause-Patent
4135
4236
**/
4337

StandaloneMmPkg/Core/FwVol.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
33
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
44
Copyright (c) 2016 - 2018, ARM Limited. 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

StandaloneMmPkg/Core/Handle.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
44
Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
55
Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
6-
This program and the accompanying materials are licensed and made available
7-
under the terms and conditions of the BSD License which accompanies this
8-
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

StandaloneMmPkg/Core/InstallConfigurationTable.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
44
Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>
55
Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
6-
This program and the accompanying materials are licensed and made available
7-
under the terms and conditions of the BSD License which accompanies this
8-
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

StandaloneMmPkg/Core/Locate.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
44
Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>
55
Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
6-
This program and the accompanying materials are licensed and made available
7-
under the terms and conditions of the BSD License which accompanies this
8-
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

StandaloneMmPkg/Core/Mmi.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
44
Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>
55
Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
6-
This program and the accompanying materials are licensed and made available
7-
under the terms and conditions of the BSD License which accompanies this
8-
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

StandaloneMmPkg/Core/Notify.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
44
Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
55
Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
6-
This program and the accompanying materials are licensed and made available
7-
under the terms and conditions of the BSD License which accompanies this
8-
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

StandaloneMmPkg/Core/Page.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
44
Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
55
Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
6-
This program and the accompanying materials are licensed and made available
7-
under the terms and conditions of the BSD License which accompanies this
8-
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

StandaloneMmPkg/Core/Pool.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
44
Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
55
Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
6-
This program and the accompanying materials are licensed and made available
7-
under the terms and conditions of the BSD License which accompanies this
8-
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)