mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-13 08:17:44 -04:00
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: https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/1322 Relate-to: https://github.com/FreeRTOS/FreeRTOS-Kernel/issues/1321 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
This commit is contained in:
parent
3d44975181
commit
24ad16c53a
1 changed files with 1 additions and 1 deletions
2
.github/scripts/kernel_checker.py
vendored
2
.github/scripts/kernel_checker.py
vendored
|
@ -125,7 +125,7 @@ KERNEL_HEADER = [
|
|||
' * FreeRTOS Kernel <DEVELOPMENT BRANCH>\n',
|
||||
' * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n',
|
||||
' *\n',
|
||||
' * SPDX-License-Identifier: MIT\n',
|
||||
' * SPDX', '-License-Identifier: MIT\n',
|
||||
' *\n',
|
||||
' * Permission is hereby granted, free of charge, to any person obtaining a copy of\n',
|
||||
' * this software and associated documentation files (the "Software"), to deal in\n',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue