Skip to content

Commit b3e4e4c

Browse files
itziardelatorre0xc0170
authored andcommitted
IM880B: SPDX-License-Identifier added
1 parent b571379 commit b3e4e4c

File tree

11 files changed

+24
-2
lines changed

11 files changed

+24
-2
lines changed

targets/TARGET_STM/TARGET_STM32L1/TARGET_IM880B/PeripheralNames.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* mbed Microcontroller Library
2+
*
3+
* SPDX-License-Identifier: BSD-3-Clause
24
*******************************************************************************
35
* Copyright (c) 2015, STMicroelectronics
46
* All rights reserved.

targets/TARGET_STM/TARGET_STM32L1/TARGET_IM880B/PeripheralPins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* mbed Microcontroller Library
2+
*
3+
* SPDX-License-Identifier: BSD-3-Clause
24
*******************************************************************************
35
* Copyright (c) 2016, STMicroelectronics
46
* All rights reserved.

targets/TARGET_STM/TARGET_STM32L1/TARGET_IM880B/PinNames.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* mbed Microcontroller Library
2+
*
3+
* SPDX-License-Identifier: BSD-3-Clause
24
*******************************************************************************
35
* Copyright (c) 2016, STMicroelectronics
46
* All rights reserved.

targets/TARGET_STM/TARGET_STM32L1/TARGET_IM880B/device/cmsis.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* mbed Microcontroller Library
2+
*
3+
* SPDX-License-Identifier: Apache-2.0
24
* A generic CMSIS include header
35
*******************************************************************************
46
* Copyright (c) 2015, STMicroelectronics

targets/TARGET_STM/TARGET_STM32L1/TARGET_IM880B/device/cmsis_nvic.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* mbed Microcontroller Library
2+
*
3+
* SPDX-License-Identifier: Apache-2.0
24
*******************************************************************************
35
* Copyright (c) 2015, STMicroelectronics
46
* All rights reserved.

targets/TARGET_STM/TARGET_STM32L1/TARGET_IM880B/device/stm32l151xba.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* - Peripheral's registers declarations and bits definition
1212
* - Macros to access peripheral�s registers hardware
1313
*
14+
*
15+
* SPDX-License-Identifier: Apache-2.0
1416
******************************************************************************
1517
* @attention
1618
*

targets/TARGET_STM/TARGET_STM32L1/TARGET_IM880B/device/stm32l1xx.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
* code will be based on direct access to peripheral’s registers
1515
* rather than drivers API), this option is controlled by
1616
* "#define USE_HAL_DRIVER"
17-
*
17+
*
18+
*
19+
* SPDX-License-Identifier: Apache-2.0
1820
******************************************************************************
1921
* @attention
2022
*

targets/TARGET_STM/TARGET_STM32L1/TARGET_IM880B/device/system_clock.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* mbed Microcontroller Library
2+
*
3+
* SPDX-License-Identifier: Apache-2.0
24
* Copyright (c) 2006-2017 ARM Limited
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");

targets/TARGET_STM/TARGET_STM32L1/TARGET_IM880B/device/system_stm32l1xx.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
* @author MCD Application Team
55
* @version V2.2.0
66
* @date 01-July-2016
7-
* @brief CMSIS Cortex-M3 Device System Source File for STM32L1xx devices.
7+
* @brief CMSIS Cortex-M3 Device System Source File for STM32L1xx devices.
8+
*
9+
* SPDX-License-Identifier: Apache-2.0
810
******************************************************************************
911
* @attention
1012
*

targets/TARGET_STM/TARGET_STM32L1/TARGET_IM880B/device/us_ticker_data.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* mbed Microcontroller Library
2+
*
3+
* SPDX-License-Identifier: Apache-2.0
24
* Copyright (c) 2006-2018 ARM Limited
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");

targets/TARGET_STM/TARGET_STM32L1/TARGET_IM880B/objects.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* mbed Microcontroller Library
2+
*
3+
* SPDX-License-Identifier: Apache-2.0
24
*******************************************************************************
35
* Copyright (c) 2016, STMicroelectronics
46
* All rights reserved.

0 commit comments

Comments
 (0)