source $setup tar -xf $gcc_src mv gcc-* gcc tar -xf $musl_src mv musl-* musl tar -xf $linux_src mv linux-* linux license_gcc=$(cat gcc/COPYING3.LIB) license_musl=$(cat musl/COPYRIGHT) license_linux=$(cat linux/COPYING) cat > $out < The third-party software included with this software may have been patched or otherwise modified.

GCC run-time libraries

The GCC run-time libraries libgcc and libstdc++ are licensed under the GNU General Public License Version 3 (GPLv3) as shown below.

$license_gcc

musl libc

$license_musl

Linux headers

$license_linux
EOF