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/POLY1305/poly1305.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/POLY1305/poly1305.h44
1 files changed, 17 insertions, 27 deletions
diff --git a/Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/POLY1305/poly1305.h b/Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/POLY1305/poly1305.h
index 99763d4d1..df40b6e02 100644
--- a/Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/POLY1305/poly1305.h
+++ b/Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/POLY1305/poly1305.h
@@ -1,31 +1,21 @@
/**
-******************************************************************************
-* @file poly1305.h
-* @author MCD Application Team
-* @version V3.0.0
-* @date 05-June-2015
-* @brief Container for poly1305-AES functionalities
-******************************************************************************
-* @attention
-*
-* <h2><center>&copy; COPYRIGHT 2015 STMicroelectronics</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.
-*
-******************************************************************************
-*/
-
-
+ ******************************************************************************
+ * @file poly1305.h
+ * @author MCD Application Team
+ * @brief Container for poly1305-AES functionalities
+ ******************************************************************************
+ * @attention
+ *
+ * <h2><center>&copy; Copyright (c) 2015 STMicroelectronics.
+ * All rights reserved.</center></h2>
+ *
+ * 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 __POLY1305_H__