raiden00pl commented on code in PR #3071: URL: https://github.com/apache/nuttx-apps/pull/3071#discussion_r2081963814
########## examples/xedge/xedge_main.c: ########## @@ -0,0 +1,169 @@ +/* Xedge NuttX Startup Code (may need adjustments) + * + * Xedge, including this startup code, requires the Barracuda App + * Server library and is licensed using the three license options as + * explained here: https://github.com/RealTimeLogic/BAS#license Review Comment: That's why I asked if this code is based on GPL code. If your code is based on GPL code then this code is GPL and can't be relicensed to BSD. This is the code you are referring to: https://github.com/RealTimeLogic/BAS/blob/main/examples/xedge/src/led.c and this is GPL2 according to this: https://github.com/RealTimeLogic/BAS/blob/main/LICENSE -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org