You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New license freertos-mit added to DejaCode. Permissive. @AyanSinhaMahapatra please synchronize and thanks in advance! We should definitely be detecting this new license rather than the exception when we encounter this text.
Description
A lot of scanning output FreeRTOS v10.0.0 contains "GPL-2.0-or-later WITH freertos-exception-2.0"
When you look into the files, you can find MIT License text with some FreeRTOS name and url appearing.
Example : https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/V10.0.0/FreeRTOS/Source/list.c
How To Reproduce
Scan FreeRTOS v10.0.0 https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.0.0
Or, you can just scan /FreeRTOS/Source directory to simply reproduce.
The command I ran is:
scancode scancode -clip --json-pp - > scan.json ../../FreeRTOS-Kernel-10.0.0/FreeRTOS/Source
Result : scan.json
System configuration
The text was updated successfully, but these errors were encountered: