svn commit: r375793 - head/devel/py-interface

Jimmy Olgeni olgeni at FreeBSD.org
Mon Dec 29 15:43:41 UTC 2014


Author: olgeni
Date: Mon Dec 29 15:43:40 2014
New Revision: 375793
URL: https://svnweb.freebsd.org/changeset/ports/375793
QAT: https://qat.redports.org/buildarchive/r375793/

Log:
  License is actually LGPL20 (June 1991).

Modified:
  head/devel/py-interface/Makefile

Modified: head/devel/py-interface/Makefile
==============================================================================
--- head/devel/py-interface/Makefile	Mon Dec 29 15:38:26 2014	(r375792)
+++ head/devel/py-interface/Makefile	Mon Dec 29 15:43:40 2014	(r375793)
@@ -11,7 +11,7 @@ DISTNAME=	py_${PORTNAME}-${PORTVERSION}
 MAINTAINER=	sobomax at FreeBSD.org
 COMMENT=	Python implementation of an Erlang node
 
-LICENSE=	GPLv2
+LICENSE=	LGPL20
 
 USES=			python
 USE_PYTHON=		distutils


More information about the svn-ports-all mailing list