Skip to content

Commit cd2a583

Browse files
committed
fixed year and added SPDX identifier
1 parent 222b21e commit cd2a583

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_WIO_BG96/PeripheralNames.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
/* mbed Microcontroller Library
1+
/* Mbed Microcontroller Library
22
*******************************************************************************
3-
* Copyright (c) 2016, STMicroelectronics
3+
* Copyright (c) 2018, STMicroelectronics
44
* All rights reserved.
55
*
6+
* SPDX-License-Identifier: BSD-3-Clause-Clear
7+
*
68
* Redistribution and use in source and binary forms, with or without
79
* modification, are permitted provided that the following conditions are met:
810
*
@@ -27,6 +29,7 @@
2729
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2830
*******************************************************************************
2931
*/
32+
3033
#ifndef MBED_PERIPHERALNAMES_H
3134
#define MBED_PERIPHERALNAMES_H
3235

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_WIO_BG96/PeripheralPins.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
/* mbed Microcontroller Library
2-
'*******************************************************************************
3-
* Copyright (c) 2016, STMicroelectronics
1+
/* Mbed Microcontroller Library
2+
*******************************************************************************
3+
* Copyright (c) 2018, STMicroelectronics
44
* All rights reserved.
55
*
6+
* SPDX-License-Identifier: BSD-3-Clause-Clear
7+
*
68
* Redistribution and use in source and binary forms, with or without
79
* modification, are permitted provided that the following conditions are met:
810
*

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_WIO_BG96/PinNames.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
/* mbed Microcontroller Library
1+
/* Mbed Microcontroller Library
22
*******************************************************************************
3-
* Copyright (c) 2016, STMicroelectronics
3+
* Copyright (c) 2018, STMicroelectronics
44
* All rights reserved.
55
*
6+
* SPDX-License-Identifier: BSD-3-Clause-Clear
7+
*
68
* Redistribution and use in source and binary forms, with or without
79
* modification, are permitted provided that the following conditions are met:
810
*
@@ -27,6 +29,7 @@
2729
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2830
*******************************************************************************
2931
*/
32+
3033
#ifndef MBED_PINNAMES_H
3134
#define MBED_PINNAMES_H
3235

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_WIO_BG96/onboard_modem_api.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2017 ARM Limited
2+
* Copyright (c) 2018 Arm Limited
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_WIO_BG96/system_clock.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2018 ARM Limited
2+
* Copyright (c) 2006-2018 Arm Limited
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)