Skip to content

Commit 6bfe651

Browse files
Remove erroneous character from SPDX identifer
Erroneous '/' was appended to start of comment. This was causing CMake warning during complition. Removes character from affected files.
1 parent 4fad111 commit 6bfe651

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

connectivity/drivers/emac/TARGET_NUVOTON_EMAC/numaker_emac_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (c) 2018 ARM Limited
2-
/* SPDX-License-Identifier: Apache-2.0
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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (c) 2018 ARM Limited
2-
/* SPDX-License-Identifier: Apache-2.0
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.

connectivity/lwipstack/include/lwipstack/LWIPMemoryManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (c) 2017 ARM Limited
2-
/* SPDX-License-Identifier: Apache-2.0
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.

connectivity/lwipstack/source/LWIPInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (c) 2017 ARM Limited
2-
/* SPDX-License-Identifier: Apache-2.0
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.

connectivity/lwipstack/source/LWIPMemoryManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (c) 2017 ARM Limited
2-
/* SPDX-License-Identifier: Apache-2.0
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.

connectivity/nanostack/mbed-mesh-api/source/include/NanostackMemoryManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (c) 2017 ARM Limited
2-
/* SPDX-License-Identifier: Apache-2.0
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.

connectivity/netsocket/include/netsocket/EMACMemoryManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (c) 2017 ARM Limited
2-
/* SPDX-License-Identifier: Apache-2.0
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.

storage/filesystem/tests/TESTS/filesystem/general_filesystem/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Copyright (c) 2017 ARM Limited
2-
/* SPDX-License-Identifier: Apache-2.0
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.

0 commit comments

Comments
 (0)