pkgsrc-WIP-changes archive

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

py-blist: fix LICENSE



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Mon Apr 30 01:12:19 2018 +0900
Changeset:	ae65b4ff9eb94feac3e9a302b80c69e2ffdbeddd

Modified Files:
	py-blist/Makefile

Log Message:
py-blist: fix LICENSE

via https://github.com/DanielStutzbach/blist/blob/master/LICENSE

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

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

diffstat:
 py-blist/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-blist/Makefile b/py-blist/Makefile
old mode 100644
new mode 100755
index 9f8e46dd47..29c3621fee
--- a/py-blist/Makefile
+++ b/py-blist/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES=	${MASTER_SITE_PYPI:=b/blist/}
 MAINTAINER=	kethzer.dr%gmail.com@localhost
 HOMEPAGE=	https://github.com/DanielStutzbach/blist/
 COMMENT=	list-like type with better asymptotic performance and similar performance on small lists
-LICENSE=	google-earth-license	
+LICENSE=	modified-bsd
 
 WRKSRC=	${WRKDIR}/blist-1.3.6
 


Home | Main Index | Thread Index | Old Index