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/HASH/SHA256/hmac_sha256.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/HASH/SHA256/hmac_sha256.h21
1 files changed, 6 insertions, 15 deletions
diff --git a/Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/HASH/SHA256/hmac_sha256.h b/Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/HASH/SHA256/hmac_sha256.h
index 7668f347c..5648fdf01 100644
--- a/Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/HASH/SHA256/hmac_sha256.h
+++ b/Middlewares/ST/STM32_WPAN/ble/cryptographic/Inc/HASH/SHA256/hmac_sha256.h
@@ -2,30 +2,21 @@
******************************************************************************
* @file hmac_sha256.h
* @author MCD Application Team
- * @version V3.0.0
- * @date 05-June-2015
* @brief Provides HMAC-SHA256 functions
******************************************************************************
* @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_HMAC_SHA256_H__
#define __CRL_HMAC_SHA256_H__