Skip to content

Commit 82f4be0

Browse files
committed
SPDX identifier and license amended
1 parent edc992b commit 82f4be0

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

targets/TARGET_NXP/TARGET_LPC176X/reset_reason.c

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2017 ARM Limited
1+
/* Copyright (c) 2017-2019 ARM Limited
2+
* SPDX-License-Identifier: Apache-2.0
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -12,6 +12,11 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15+
*
16+
* @section DESCRIPTION
17+
*
18+
* LPC1768 Reset Reason
19+
*
1520
*/
1621
#include "reset_reason_api.h"
1722

targets/TARGET_NXP/TARGET_LPC176X/watchdog_api.c

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2018 ARM Limited
1+
/* Copyright (c) 2017-2019 ARM Limited
2+
* SPDX-License-Identifier: Apache-2.0
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -12,9 +12,12 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15+
*
16+
* @section DESCRIPTION
17+
*
18+
* LPC1768 Watchdog
19+
*
1520
*/
16-
17-
1821
#ifdef DEVICE_WATCHDOG
1922

2023
#include "watchdog_api.h"

0 commit comments

Comments
 (0)