File tree 40 files changed +40
-280
lines changed
40 files changed +40
-280
lines changed Original file line number Diff line number Diff line change 1
1
/** @file
2
2
3
3
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
11
5
12
6
13
7
**/
Original file line number Diff line number Diff line change 2
2
Global data in the FAT Filesystem driver.
3
3
4
4
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
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
Function that deletes a file.
3
3
4
4
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
12
6
13
7
14
8
**/
Original file line number Diff line number Diff line change 2
2
Functions for directory cache operation.
3
3
4
4
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
12
6
13
7
14
8
**/
Original file line number Diff line number Diff line change 2
2
Functions for performing directory entry io.
3
3
4
4
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
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
Cache implementation for EFI FAT File system driver.
3
3
4
4
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
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
Fat File System driver routines that support EFI driver model.
3
3
4
4
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
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
Main header file for EFI FAT file system driver.
3
3
4
4
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
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 6
6
# perform file and directory operations on the disk.
7
7
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
8
8
#
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
16
10
#
17
11
#
18
12
##
Original file line number Diff line number Diff line change 7
7
//
8
8
// Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
9
9
//
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
17
11
//
18
12
// **/
19
13
Original file line number Diff line number Diff line change 3
3
//
4
4
// Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
5
5
//
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
13
7
//
14
8
// **/
15
9
Original file line number Diff line number Diff line change 2
2
Definitions for on-disk FAT structures.
3
3
4
4
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
12
6
13
7
14
8
**/
Original file line number Diff line number Diff line change 2
2
Functions for manipulating file names.
3
3
4
4
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
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
Routines dealing with disk spaces and FAT table entries.
3
3
4
4
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
12
6
13
7
14
8
Original file line number Diff line number Diff line change 2
2
Routines that check references and flush OFiles
3
3
4
4
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
12
6
13
7
14
8
**/
Original file line number Diff line number Diff line change 2
2
Hash table operations.
3
3
4
4
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
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
Routines dealing with setting/getting file/volume info
3
3
4
4
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
12
6
13
7
14
8
Original file line number Diff line number Diff line change 2
2
Initialization routines.
3
3
4
4
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
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
Miscellaneous functions.
3
3
4
4
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
12
6
13
7
14
8
**/
Original file line number Diff line number Diff line change 2
2
Routines dealing with file open.
3
3
4
4
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
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
OpenVolume() function of Simple File System Protocol.
3
3
4
4
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
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
Functions that perform file read/write.
3
3
4
4
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
12
6
13
7
14
8
**/
Original file line number Diff line number Diff line change 3
3
and Unicode collation 2 Protocol.
4
4
5
5
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
13
7
14
8
**/
15
9
Original file line number Diff line number Diff line change 4
4
5
5
Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
6
6
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
14
8
15
9
**/
16
10
Original file line number Diff line number Diff line change 3
3
4
4
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5
5
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
13
7
14
8
**/
15
9
Original file line number Diff line number Diff line change 3
3
4
4
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5
5
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
13
7
14
8
**/
15
9
You can’t perform that action at this time.
0 commit comments