add a note about busybox license
This commit is contained in:
parent
3babda5d45
commit
f6f39f1314
|
@ -1,3 +1,5 @@
|
|||
Downloaded busybox https://busybox.net/downloads/binaries/
|
||||
Downloaded busybox https://busybox.net/downloads/binaries/, unmodified.
|
||||
|
||||
Busybox binaries are statically linked binaries, that is a multi-call binary. It's a single binary that can act like many commonly used utilities (e.g. /bin/sh, echo, sleep, etc). More info is found in https://busybox.net/downloads/BusyBox.html .
|
||||
|
||||
Busybox is GPLv2: https://www.busybox.net/license.html .
|
||||
|
|
Loading…
Reference in a new issue