fix licenses where possible

Some packages have license set to "custom" and this
should be fixed.
This commit is contained in:
Leonid Plyushch
2019-01-21 16:00:12 +02:00
parent 037bcf9566
commit 1b8fca7c3e
67 changed files with 67 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
TERMUX_PKG_HOMEPAGE=http://python.org/
TERMUX_PKG_DESCRIPTION="Python 2 programming language intended to enable clear programs"
TERMUX_PKG_LICENSE="custom"
TERMUX_PKG_LICENSE="PythonPL"
# lib/python3.4/lib-dynload/_ctypes.cpython-34m.so links to ffi.
# openssl for ensurepip.
# libbz2 for the bz2 module.