summaryrefslogtreecommitdiffstats
path: root/StdLib/SocketDxe/Socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/SocketDxe/Socket.h')
-rw-r--r--StdLib/SocketDxe/Socket.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/StdLib/SocketDxe/Socket.h b/StdLib/SocketDxe/Socket.h
index 7d8334c4a6..dfea71a806 100644
--- a/StdLib/SocketDxe/Socket.h
+++ b/StdLib/SocketDxe/Socket.h
@@ -1,14 +1,8 @@
/** @file
Definitions for the Socket layer driver.
- Copyright (c) 2011, Intel Corporation
- All rights reserved. This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution. The full text of the license may be found at
- http://opensource.org/licenses/bsd-license
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+ Copyright (c) 2011, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef _SOCKET_H_