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:
Philippe Coval 2025-09-26 12:47:11 +02:00
parent 3d44975181
commit 24ad16c53a

View file

@ -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',