Split out license section from README into LICENSE
authorFredrik Fornwall <fredrik@fornwall.net>
Sat, 18 Mar 2017 23:25:39 +0000 (00:25 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Sat, 18 Mar 2017 23:25:39 +0000 (00:25 +0100)
LICENSE.md [new file with mode: 0644]
README.md

diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644 (file)
index 0000000..c555496
--- /dev/null
@@ -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).
index c5c8747..6b0905f 100644 (file)
--- 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: