From: Fredrik Fornwall Date: Sat, 18 Mar 2017 23:25:39 +0000 (+0100) Subject: Split out license section from README into LICENSE X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/7e8a3d2b1f4a5aeddd09371e5438267ac18a5ec8 Split out license section from README into LICENSE --- diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..c555496b --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,6 @@ +License +======= +The scripts and patches to build each package is licensed under the same license as +the actual package (so the patches and scripts to build bash are licensed under +the same license as bash, while the patches and scripts to build python are licensed +under the same license as python). diff --git a/README.md b/README.md index c5c87479..6b0905f6 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,6 @@ Termux packages This project contains scripts and patches to build packages for the [Termux](https://termux.com/) Android application. -License -======= -The scripts and patches to build each package is licensed under the same license as -the actual package (so the patches and scripts to build bash are licensed under -the same license as bash, while the patches and scripts to build python are licensed -under the same license as python). - Build environment on Ubuntu 16.10 ================================= Packages are built using Ubuntu 16.10. Perform the following steps to configure a Ubuntu 16.10 installation: