Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/AES/CMAC/aes_cmac.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/AES/CMAC/aes_cmac.h23
1 files changed, 8 insertions, 15 deletions
diff --git a/Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/AES/CMAC/aes_cmac.h b/Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/AES/CMAC/aes_cmac.h
index 87abf9777..954fc90cb 100644
--- a/Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/AES/CMAC/aes_cmac.h
+++ b/Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/AES/CMAC/aes_cmac.h
@@ -2,28 +2,21 @@
******************************************************************************
* @file aes_cmac.h
* @author MCD Application Team
- * @version V3.0.0
- * @date 05-June-2015
* @brief AES in CMAC Mode
******************************************************************************
* @attention
*
- * <h2><center>&copy; COPYRIGHT 2015 STMicroelectronics</center></h2>
+ * <h2><center>&copy; Copyright (c) 2015 STMicroelectronics.
+ * All rights reserved.</center></h2>
*
- * Licensed under MCD-ST Image SW License Agreement V2, (the "License");
- * You may not use this file except in compliance with the License.
- * You may obtain a copy of the License at:
- *
- * http://www.st.com/software_license_agreement_liberty_v2
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * This software component is licensed by ST under Image license SLA0044,
+ * the "License"; You may not use this file except in compliance with the
+ * License. You may obtain a copy of the License at:
+ * http://www.st.com/SLA0044
*
*****************************************************************************
*/
+
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __CRL_AES_CMAC_H__
#define __CRL_AES_CMAC_H__
@@ -80,7 +73,7 @@ extern "C"
/**
- * @}
+ * @}
*/
#ifdef __cplusplus