pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sickbeard: Fix LICENSE



Module Name:	pkgsrc-wip
Committed By:	Jonathan Schleifer <js%heap.zone@localhost>
Pushed By:	js
Date:		Tue Sep 6 01:49:01 2016 +0200
Changeset:	1cf2824d2fac6d63f20ab9a31fe3e2ea631853a3

Modified Files:
	sickbeard/Makefile

Log Message:
sickbeard: Fix LICENSE

It is set now to a list of all licenses of the installed files.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1cf2824d2fac6d63f20ab9a31fe3e2ea631853a3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sickbeard/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/sickbeard/Makefile b/sickbeard/Makefile
index bf0da4c..ca41701 100644
--- a/sickbeard/Makefile
+++ b/sickbeard/Makefile
@@ -10,8 +10,8 @@ GITHUB_TAG=	build-${PKGVERSION_NOREV}
 MAINTAINER=	js%heap.zone@localhost
 HOMEPAGE=	http://sickbeard.com/
 COMMENT=	PVR application to search and manage TV shows
-# sickbeard, cherrypy, simplejson, jquery, gntp, tvdb_api
-LICENSE=	gnu-gpl-v3 AND modified-bsd AND mit AND unlicense
+# Licenses of all the installed files
+LICENSE=	dynamic-drive AND gnu-agpl-v3 AND gnu-gpl-v3 AND gnu-lgpl-v2.1 AND mit AND modified-bsd AND python-software-foundation AND unlicense
 
 DEPENDS+=	${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
 DEPENDS+=	${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah


Home | Main Index | Thread Index | Old Index