pkgsrc-WIP-changes archive

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

py-semidbm: add LICENSE



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Tue May 1 00:44:15 2018 +0900
Changeset:	951e32308aeed146927ae0618f08dee49b76e932

Modified Files:
	py-semidbm/Makefile

Log Message:
py-semidbm: add LICENSE

via https://github.com/jamesls/semidbm/blob/master/COPYING

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

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

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

diffs:
diff --git a/py-semidbm/Makefile b/py-semidbm/Makefile
old mode 100644
new mode 100755
index 135d0e5f2c..d0e5555dd9
--- a/py-semidbm/Makefile
+++ b/py-semidbm/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES=	${MASTER_SITE_PYPI:=s/semidbm/}
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://files.pythonhosted.org/packages/source/s/semidbm/
 COMMENT=	Cross platform (fast) DBM interface in python
-#LICENSE=	# TODO: (see mk/license.mk)
+LICENSE=	modified-bsd
 
 WRKSRC=		${WRKDIR}/semidbm-0.5.1
 


Home | Main Index | Thread Index | Old Index