Skip to content

Commit 9d1a465

Browse files
committed
queue: Fix SPDX License ID format
Both SPDX License ID and the license ID has certain format to follow. Do not add space around dashes. Signed-off-by: Yasushi SHOJI <[email protected]>
1 parent c173ae7 commit 9d1a465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/queue.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2024 Space Cubics, LLC.
33
*
4-
* SPDX - License - Identifier: Apache - 2.0
4+
* SPDX-License-Identifier: Apache-2.0
55
*/
66

77
#include <zephyr/ztest.h>

0 commit comments

Comments
 (0)