Skip to content

Commit a7a7bdb

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 Origin: FreeRTOS#1322 Relate-to: FreeRTOS#1321 Relate-to: https://reuse.software/faq/#exclude-lines Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 3d44975 commit a7a7bdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/kernel_checker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@
125125
' * FreeRTOS Kernel <DEVELOPMENT BRANCH>\n',
126126
' * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n',
127127
' *\n',
128+
# REUSE-IgnoreStart
128129
' * SPDX-License-Identifier: MIT\n',
130+
# REUSE-IgnoreEnd
129131
' *\n',
130132
' * Permission is hereby granted, free of charge, to any person obtaining a copy of\n',
131133
' * this software and associated documentation files (the "Software"), to deal in\n',

0 commit comments

Comments
 (0)