Skip to content

Commit a8e09bb

Browse files
committed
FatPkg: 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: Ruiyu Ni <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <[email protected]>
1 parent 81322a8 commit a8e09bb

40 files changed

+40
-280
lines changed

FatPkg/EnhancedFatDxe/ComponentName.c

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

FatPkg/EnhancedFatDxe/Data.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Global data in the FAT Filesystem driver.
33
44
Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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

FatPkg/EnhancedFatDxe/Delete.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Function that deletes a file.
33
44
Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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
**/

FatPkg/EnhancedFatDxe/DirectoryCache.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Functions for directory cache operation.
33
44
Copyright (c) 2005, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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
**/

FatPkg/EnhancedFatDxe/DirectoryManage.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Functions for performing directory entry io.
33
44
Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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

FatPkg/EnhancedFatDxe/DiskCache.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Cache implementation for EFI FAT File system driver.
33
44
Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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

FatPkg/EnhancedFatDxe/Fat.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Fat File System driver routines that support EFI driver model.
33
44
Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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

FatPkg/EnhancedFatDxe/Fat.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Main header file for EFI FAT file system driver.
33
44
Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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

FatPkg/EnhancedFatDxe/Fat.inf

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
# perform file and directory operations on the disk.
77
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
88
#
9-
# This program and the accompanying materials are licensed and made available
10-
# under the terms and conditions of the BSD License which accompanies this
11-
# 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
##

FatPkg/EnhancedFatDxe/Fat.uni

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

FatPkg/EnhancedFatDxe/FatExtra.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 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

FatPkg/EnhancedFatDxe/FatFileSystem.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Definitions for on-disk FAT structures.
33
44
Copyright (c) 2005 - 2017, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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
**/

FatPkg/EnhancedFatDxe/FileName.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Functions for manipulating file names.
33
44
Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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

FatPkg/EnhancedFatDxe/FileSpace.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Routines dealing with disk spaces and FAT table entries.
33
44
Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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

FatPkg/EnhancedFatDxe/Flush.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Routines that check references and flush OFiles
33
44
Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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
**/

FatPkg/EnhancedFatDxe/Hash.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Hash table operations.
33
44
Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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

FatPkg/EnhancedFatDxe/Info.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Routines dealing with setting/getting file/volume info
33
44
Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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

FatPkg/EnhancedFatDxe/Init.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Initialization routines.
33
44
Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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

FatPkg/EnhancedFatDxe/Misc.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Miscellaneous functions.
33
44
Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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
**/

FatPkg/EnhancedFatDxe/Open.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Routines dealing with file open.
33
44
Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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

FatPkg/EnhancedFatDxe/OpenVolume.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
OpenVolume() function of Simple File System Protocol.
33
44
Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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

FatPkg/EnhancedFatDxe/ReadWrite.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@
22
Functions that perform file read/write.
33
44
Copyright (c) 2005 - 2017, Intel Corporation. All rights reserved.<BR>
5-
This program and the accompanying materials are licensed and made available
6-
under the terms and conditions of the BSD License which accompanies this
7-
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
**/

FatPkg/EnhancedFatDxe/UnicodeCollation.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
and Unicode collation 2 Protocol.
44
55
Copyright (c) 2007 - 2018, Intel Corporation. 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

FatPkg/FatPei/Eltorito.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
55
Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
66
7-
This program and the accompanying materials are licensed and made available
8-
under the terms and conditions of the BSD License which accompanies this
9-
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

FatPkg/FatPei/FatLiteAccess.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
44
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
55
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

FatPkg/FatPei/FatLiteApi.c

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
44
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
55
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)