Added license header

pull/5613/head
andreas.larsson 2017-11-30 08:50:11 +01:00
parent b5e9a5ca14
commit 1eef1cd771
1 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,24 @@
/*---------------------------------------------------------------------------
* Copyright (c) 2017, u-blox Malmö, All Rights Reserved
* SPDX-License-Identifier: LicenseRef-PBL
*
* This file and the related binary are licensed under the
* Permissive Binary License, Version 1.0 (the "License");
* you may not use these files except in compliance with the License.
*
* You may obtain a copy of the License here:
* LICENSE-permissive-binary-license-1.0.txt and at
* https://www.mbed.com/licenses/PBL-1.0
*
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Component : HAL
* File : hal_overrides.c
*
* Description : Placeholder for HAL overrides.
*-------------------------------------------------------------------------*/
#include "stm32f4xx_hal.h"
#include "stm32f4xx_hal_rcc.h"
#include "stm32f4xx_hal_gpio.h"