Skip to content

Commit d4fa258

Browse files
License fixes
1 parent 3cb1ca2 commit d4fa258

File tree

15 files changed

+55
-18
lines changed

15 files changed

+55
-18
lines changed

connectivity/drivers/emac/TARGET_NXP_EMAC/TARGET_LPCTarget/lpc17xx_emac.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*
1111
* Copyright(C) 2010, NXP Semiconductor
1212
* All rights reserved.
13+
* SPDX-License-Identifier: Apache-2.0
1314
*
1415
***********************************************************************
1516
* Software that is described herein is for illustrative purposes only

connectivity/drivers/emac/TARGET_NXP_EMAC/TARGET_LPCTarget/lpc_emac_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*
1010
* Copyright(C) 2011, NXP Semiconductor
1111
* All rights reserved.
12+
* SPDX-License-Identifier: Apache-2.0
1213
*
1314
***********************************************************************
1415
* Software that is described herein is for illustrative purposes only

connectivity/drivers/emac/TARGET_NXP_EMAC/TARGET_LPCTarget/lpc_phy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*
1010
* Copyright(C) 2011, NXP Semiconductor
1111
* All rights reserved.
12+
* SPDX-License-Identifier: Apache-2.0
1213
*
1314
***********************************************************************
1415
* Software that is described herein is for illustrative purposes only

connectivity/drivers/emac/TARGET_NXP_EMAC/TARGET_LPCTarget/lpc_phy_dp83848.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*
1010
* Copyright(C) 2011, NXP Semiconductor
1111
* All rights reserved.
12+
* SPDX-License-Identifier: Apache-2.0
1213
*
1314
***********************************************************************
1415
* Software that is described herein is for illustrative purposes only

targets/TARGET_NXP/TARGET_LPC17XX/TARGET_ARCH_PRO/reserved_pins.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
// List of reserved pins for MBED LPC1768
22

3+
/* mbed Microcontroller Library
4+
* Copyright (c) 2006-2013 ARM Limited
5+
* SPDX-License-Identifier: Apache-2.0
6+
*
7+
* Licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License.
9+
* You may obtain a copy of the License at
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS,
15+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
* See the License for the specific language governing permissions and
17+
* limitations under the License.
18+
*/
19+
320
#ifndef RESERVED_PINS_H
421
#define RESERVED_PINS_H
522

targets/TARGET_NXP/TARGET_LPC17XX/TARGET_LPCXPRESSO_LPC1769/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021 ARM Limited. All rights reserved.
1+
# Copyright (c) 2025 Johannes Stratmann.
22
# SPDX-License-Identifier: Apache-2.0
33

44
include(mbed_set_post_build_nxp)

targets/TARGET_NXP/TARGET_LPC17XX/TARGET_LPCXPRESSO_LPC1769/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2025 Johannes Stratmann
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// The 'features' section in 'target.json' is now used to create the device's hardware preprocessor switches.
22
// Check the 'features' section of the target description in 'targets.json' for more details.
3+
34
/* mbed Microcontroller Library
4-
* Copyright (c) 2006-2013 ARM Limited
5+
* Copyright (c) 2025 Johannes Stratmann
56
* SPDX-License-Identifier: Apache-2.0
67
*
78
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,23 +20,9 @@
1920
#ifndef MBED_DEVICE_H
2021
#define MBED_DEVICE_H
2122

22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
3223
#define DEVICE_ID_LENGTH 32
3324
#define DEVICE_MAC_OFFSET 20
3425

35-
36-
37-
38-
3926
#include "objects.h"
4027

4128
#endif

targets/TARGET_NXP/TARGET_LPC17XX/TARGET_LPCXPRESSO_LPC1769/reserved_pins.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mbed Microcontroller Library
2-
* Copyright (c) 2006-2013 ARM Limited
2+
* Copyright (c) 2025 Johannes Stratmann
33
* SPDX-License-Identifier: Apache-2.0
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

targets/TARGET_NXP/TARGET_LPC17XX/TARGET_MBED_LPC1768/reserved_pins.h

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
// List of reserved pins for MBED LPC1768
22

3+
/* mbed Microcontroller Library
4+
* Copyright (c) 2006-2013 ARM Limited
5+
* SPDX-License-Identifier: Apache-2.0
6+
*
7+
* Licensed under the Apache License, Version 2.0 (the "License");
8+
* you may not use this file except in compliance with the License.
9+
* You may obtain a copy of the License at
10+
*
11+
* http://www.apache.org/licenses/LICENSE-2.0
12+
*
13+
* Unless required by applicable law or agreed to in writing, software
14+
* distributed under the License is distributed on an "AS IS" BASIS,
15+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
* See the License for the specific language governing permissions and
17+
* limitations under the License.
18+
*/
19+
320
#ifndef RESERVED_PINS_H
421
#define RESERVED_PINS_H
522

0 commit comments

Comments
 (0)