From 7e8a3d2b1f4a5aeddd09371e5438267ac18a5ec8 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 19 Mar 2017 00:25:39 +0100 Subject: [PATCH] Split out license section from README into LICENSE --- LICENSE.md | 6 ++++++ README.md | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 LICENSE.md 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: -- 2.11.0