Hi, A kind reminder to everyone contributing code to NuttX;
Please keep in mind that it is NOT allowed to copy code snippets from any GPL licensed code into Apache/NuttX.
While reading through arch/arm64 code base, my eye catches a lot of places now, which resemble code in linux kernel. This *may* be co-incidence, since the code is doing the same things in practice.
I don't have any proper snippet scan tool at my disposal atm. Maybe if someone has (e.g. blackduck hub), it would be nice to confirm that there isn't any creeping in of GPLv2 code snippets.
Anyhow; for now I just wanted to remind everyone about this. *do not copy code from linux kernel or other GPL licensed code*. This would do great harm to users of NuttX
Thanks, Jukka