]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/Cipher/CryptAesNull.c
CryptoPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / Cipher / CryptAesNull.c
index 074b07247b452c4923d7e42201e56115b28251ea..a82adacf4fe97ab5a622b0c31c362fa3c19d381e 100644 (file)
@@ -1,14 +1,8 @@
 /** @file\r
-  AES Wrapper Implementation which does not provide real capabilities.  \r
-  \r
-Copyright (c) 2012, 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
+  AES Wrapper Implementation which does not provide real capabilities.\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
+Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -60,12 +54,12 @@ AesInit (
   Performs AES encryption on a data buffer of the specified size in ECB mode.\r
 \r
   Return FALSE to indicate this interface is not supported.\r
-  \r
+\r
   @param[in]   AesContext  Pointer to the AES context.\r
   @param[in]   Input       Pointer to the buffer containing the data to be encrypted.\r
   @param[in]   InputSize   Size of the Input buffer in bytes.\r
   @param[out]  Output      Pointer to a buffer that receives the AES encryption output.\r
-  \r
+\r
   @retval FALSE  This interface is not supported.\r
 \r
 **/\r
@@ -159,7 +153,7 @@ AesCbcDecrypt (
   IN   CONST UINT8  *Ivec,\r
   OUT  UINT8        *Output\r
   )\r
-{  \r
+{\r
   ASSERT (FALSE);\r
   return FALSE;\r
 }\r