Skip to content

Commit 332d8b3

Browse files
kartbendkalowsk
authored andcommitted
modbus: fix Apache-2.0 SPDX License identifier case
While SPDX license identifiers are usually considered to be case-insensitive, matching the case of the canonical identifier is recommended by the SPDX specification. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 1b10d27 commit 332d8b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

subsys/modbus/modbus_client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* Copyright 2003-2020 Silicon Laboratories Inc. www.silabs.com
1414
*
15-
* SPDX-License-Identifier: APACHE-2.0
15+
* SPDX-License-Identifier: Apache-2.0
1616
*
1717
* This software is subject to an open source license and is distributed by
1818
* Silicon Laboratories Inc. pursuant to the terms of the Apache License,

subsys/modbus/modbus_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* Copyright 2003-2020 Silicon Laboratories Inc. www.silabs.com
1515
*
16-
* SPDX-License-Identifier: APACHE-2.0
16+
* SPDX-License-Identifier: Apache-2.0
1717
*
1818
* This software is subject to an open source license and is distributed by
1919
* Silicon Laboratories Inc. pursuant to the terms of the Apache License,

subsys/modbus/modbus_serial.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* Copyright 2003-2020 Silicon Laboratories Inc. www.silabs.com
1515
*
16-
* SPDX-License-Identifier: APACHE-2.0
16+
* SPDX-License-Identifier: Apache-2.0
1717
*
1818
* This software is subject to an open source license and is distributed by
1919
* Silicon Laboratories Inc. pursuant to the terms of the Apache License,

subsys/modbus/modbus_server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* Copyright 2003-2020 Silicon Laboratories Inc. www.silabs.com
1414
*
15-
* SPDX-License-Identifier: APACHE-2.0
15+
* SPDX-License-Identifier: Apache-2.0
1616
*
1717
* This software is subject to an open source license and is distributed by
1818
* Silicon Laboratories Inc. pursuant to the terms of the Apache License,

0 commit comments

Comments
 (0)