Skip to content

Commit 1c9788c

Browse files
committed
fix(legal): Workaround reuse tool
I noticed while using https://reuse.software/ this false positive error: reuse.extract - ERROR - Could not parse 'MIT\n',' reuse.extract - ERROR - \ '.../FreeRTOS-Kernel/.github/scripts/kernel_checker.py' \ holds an SPDX expression that cannot be parsed, skipping the file Relate-to: #1321 Signed-off-by: Philippe Coval <[email protected]>
1 parent 3d44975 commit 1c9788c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/kernel_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
' * FreeRTOS Kernel <DEVELOPMENT BRANCH>\n',
126126
' * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n',
127127
' *\n',
128-
' * SPDX-License-Identifier: MIT\n',
128+
' * SPDX', '-License-Identifier: MIT\n',
129129
' *\n',
130130
' * Permission is hereby granted, free of charge, to any person obtaining a copy of\n',
131131
' * this software and associated documentation files (the "Software"), to deal in\n',

0 commit comments

Comments
 (0)