File tree 22 files changed +37
-166
lines changed
22 files changed +37
-166
lines changed Original file line number Diff line number Diff line change 1
1
/** @file
2
2
SocketDxe support routines
3
3
4
- Copyright (c) 2011, Intel Corporation
5
- All rights reserved. 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.
4
+ Copyright (c) 2011, Intel Corporation. All rights reserved.
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
#
4
4
# This module implements the socket layer.
5
5
# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
6
- #
7
- # All rights reserved. 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
- # 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
+ #. All rights reserved.
7
+ # SPDX-License-Identifier: BSD-2-Clause-Patent
13
8
#
14
9
#**/
15
10
Original file line number Diff line number Diff line change 1
1
/** @file
2
2
Implement the constructor and destructor for the EFI socket library
3
3
4
- Copyright (c) 2011, Intel Corporation
5
- All rights reserved. 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.
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.
4
+ Copyright (c) 2011, Intel Corporation. All rights reserved.
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
Implement the IP4 driver support for the socket layer.
3
3
4
4
Copyright (c) 2011 - 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
#include "Socket.h"
14
8
Original file line number Diff line number Diff line change 1
1
/** @file
2
2
Connect to and disconnect from the various network layers
3
3
4
- Copyright (c) 2011, Intel Corporation
5
- All rights reserved. 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.
4
+ Copyright (c) 2011, Intel Corporation. All rights reserved.
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
* Listen - AcceptWait event is not NULL
7
7
8
8
Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
9
- This program and the accompanying materials are licensed and made available under
10
- the terms and conditions of the BSD License that accompanies this distribution.
11
- 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
\section DataStructures Data Structures
Original file line number Diff line number Diff line change 1
1
/** @file
2
2
Definitions for the Socket layer driver.
3
3
4
- Copyright (c) 2011, Intel Corporation
5
- All rights reserved. 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
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.
4
+ Copyright (c) 2011, Intel Corporation. All rights reserved.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
#ifndef _SOCKET_H_
Original file line number Diff line number Diff line change 2
2
Implement the TCP4 driver support for the socket layer.
3
3
4
4
Copyright (c) 2011 - 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
\section ConnectionManagement Connection Management
Original file line number Diff line number Diff line change 2
2
Implement the TCP6 driver support for the socket layer.
3
3
4
4
Copyright (c) 2011 - 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
\section ConnectionManagement Connection Management
Original file line number Diff line number Diff line change 1
1
/** @file
2
2
Implement the UDP4 driver support for the socket layer.
3
3
4
- Copyright (c) 2011 - 2015, Intel Corporation
5
- All rights reserved. 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.
4
+ Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 1
1
/** @file
2
2
Implement the UDP4 driver support for the socket layer.
3
3
4
- Copyright (c) 2011, Intel Corporation
5
- All rights reserved. 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.
4
+ Copyright (c) 2011, Intel Corporation. All rights reserved.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 1
1
/** @file
2
2
Implement the connection to the EFI socket library
3
3
4
- Copyright (c) 2011, Intel Corporation
5
- All rights reserved. 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.
4
+ Copyright (c) 2011, Intel Corporation. All rights reserved.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 1
1
/** @file
2
2
UEFI Component Name(2) protocol implementation.
3
3
4
- Copyright (c) 2011, Intel Corporation
5
- All rights reserved. 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.
4
+ Copyright (c) 2011, Intel Corporation. All rights reserved.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 1
1
/** @file
2
2
Implement the driver binding protocol for the socket layer.
3
3
4
- Copyright (c) 2011, Intel Corporation
5
- All rights reserved. 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.
4
+ Copyright (c) 2011, Intel Corporation. All rights reserved.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
14
8
\section NetworkAdapterManagement Network Adapter Management
Original file line number Diff line number Diff line change 1
1
/** @file
2
2
Implement the entry and unload for the socket driver.
3
3
4
- Copyright (c) 2011, Intel Corporation
5
- All rights reserved. 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.
4
+ Copyright (c) 2011, Intel Corporation. All rights reserved.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 1
1
/** @file
2
2
Definitions for the Socket layer driver.
3
3
4
- Copyright (c) 2011, Intel Corporation
5
- All rights reserved. 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
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.
4
+ Copyright (c) 2011, Intel Corporation. All rights reserved.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
#ifndef _SOCKET_H_
Original file line number Diff line number Diff line change 3
3
#
4
4
# This module implements the socket layer.
5
5
# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
6
- #
7
- # All rights reserved. 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
- # 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
+ #. All rights reserved.
7
+ # SPDX-License-Identifier: BSD-2-Clause-Patent
13
8
#
14
9
#**/
15
10
Original file line number Diff line number Diff line change 3
3
#
4
4
# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
5
5
#
6
- # This program and the accompanying materials are licensed and made available under
7
- # the terms and conditions of the BSD License which accompanies this distribution.
8
- # The full text of the license may be found at
9
- # http://opensource.org/licenses/bsd-license.
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 12
12
# Posix Library.
13
13
#
14
14
# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
15
- # This program and the accompanying materials
16
- # are licensed and made available under the terms and conditions of the BSD License
17
- # which accompanies this distribution. The full text of the license may be found at
18
- # http://opensource.org/licenses/bsd-license.
19
- #
20
- # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
21
- # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15
+ # SPDX-License-Identifier: BSD-2-Clause-Patent
22
16
##
23
17
24
18
[Defines]
Original file line number Diff line number Diff line change 7
7
#
8
8
# Copyright (c ) 2016 , Daryl McDaniel . All rights reserved . <BR >
9
9
# Copyright (c ) 2011 - 2014 , Intel Corporation . All rights reserved . <BR >
10
- # This program and the accompanying materials
11
- # are licensed and made available under the terms and conditions of the BSD License
12
- # which accompanies this distribution . The full text of the license may be found at
13
- # http ://opensource . org /licenses /bsd -license .
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 1
1
/** @file
2
2
Implement the connection to the socket driver
3
3
4
- Copyright (c) 2011, Intel Corporation
5
- All rights reserved. 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.
4
+ Copyright (c) 2011, Intel Corporation. All rights reserved.
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
#
4
4
# This module implements the socket layer.
5
5
# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
6
- #
7
- # All rights reserved. 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
- # 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
+ #. All rights reserved.
7
+ # SPDX-License-Identifier: BSD-2-Clause-Patent
13
8
#
14
9
#**/
15
10
You can’t perform that action at this time.
0 commit comments