]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpDxe/HttpsSupport.h
NetworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / NetworkPkg / HttpDxe / HttpsSupport.h
index 5d4ca011088542b1a962135d61517bd2098df99f..0e16968cd680282c30e5664c8086349656800282 100644 (file)
@@ -2,13 +2,7 @@
   The header files of miscellaneous routines specific to Https for HttpDxe driver.\r
 \r
 Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\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
@@ -217,18 +211,18 @@ TlsCloseSession (
   Process one message according to the CryptMode.\r
 \r
   @param[in]           HttpInstance    Pointer to HTTP_PROTOCOL structure.\r
-  @param[in]           Message         Pointer to the message buffer needed to processed. \r
+  @param[in]           Message         Pointer to the message buffer needed to processed.\r
                                        If ProcessMode is EfiTlsEncrypt, the message contain the TLS\r
                                        header and plain text TLS APP payload.\r
-                                       If ProcessMode is EfiTlsDecrypt, the message contain the TLS \r
+                                       If ProcessMode is EfiTlsDecrypt, the message contain the TLS\r
                                        header and cipher text TLS APP payload.\r
   @param[in]           MessageSize     Pointer to the message buffer size.\r
   @param[in]           ProcessMode     Process mode.\r
   @param[in, out]      Fragment        Only one Fragment returned after the Message is\r
                                        processed successfully.\r
-                                       If ProcessMode is EfiTlsEncrypt, the fragment contain the TLS \r
+                                       If ProcessMode is EfiTlsEncrypt, the fragment contain the TLS\r
                                        header and cipher text TLS APP payload.\r
-                                       If ProcessMode is EfiTlsDecrypt, the fragment contain the TLS \r
+                                       If ProcessMode is EfiTlsDecrypt, the fragment contain the TLS\r
                                        header and plain text TLS APP payload.\r
 \r
   @retval EFI_SUCCESS          Message is processed successfully.\r