From 316486f37ab0436086786e294df80756636014bb Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 25 Mar 2019 15:11:33 +0200 Subject: [PATCH] mime-support: mime.types is distributed as public-domain File ./debian/copyright contains: Files: * Copyright: public-domain License: ad-hoc This package was written by Brian White and others. It contains public information compiled from around the 'net and many people. . The "update-mime" program was written by Brian White and has been placed in the public domain. --- packages/mime-support/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mime-support/build.sh b/packages/mime-support/build.sh index 1385ad032..0aacbbfe6 100644 --- a/packages/mime-support/build.sh +++ b/packages/mime-support/build.sh @@ -1,6 +1,6 @@ TERMUX_PKG_HOMEPAGE=https://packages.debian.org/en/stretch/mime-support TERMUX_PKG_DESCRIPTION="MIME type associations for file types" -TERMUX_PKG_LICENSE="custom" +TERMUX_PKG_LICENSE="Public-Domain" TERMUX_PKG_VERSION=3.62 TERMUX_PKG_SHA256=54e0a03e0cd63c7c9fe68a18ead0a2143fd3c327604215f989d85484d0409f4a TERMUX_PKG_SRCURL=http://http.debian.net/debian/pool/main/m/mime-support/mime-support_$TERMUX_PKG_VERSION.tar.gz