]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/TlsDxe/TlsImpl.h
NetworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / NetworkPkg / TlsDxe / TlsImpl.h
index 3ae9d0d546ebf0abdaf2f980f5231a74ffc0df14..ce9f1e8b8f120d95254e4eb92bcc7c198155a768 100644 (file)
@@ -1,15 +1,9 @@
 /** @file\r
   Header file of Miscellaneous Routines for TlsDxe driver.\r
 \r
-Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -46,10 +40,6 @@ extern EFI_SERVICE_BINDING_PROTOCOL    mTlsServiceBinding;
 extern EFI_TLS_PROTOCOL                mTlsProtocol;\r
 extern EFI_TLS_CONFIGURATION_PROTOCOL  mTlsConfigurationProtocol;\r
 \r
-#define RECORD_HEADER_LEN 5 /// ContentType(1) + Version(2) + Length(2)\r
-\r
-#define MAX_BUFFER_SIZE   32768\r
-\r
 /**\r
   Encrypt the message listed in fragment.\r
 \r