svn commit: r347449 - head/devel/py-unittest2
Kubilay Kocak
koobs at FreeBSD.org
Sat Mar 8 04:26:25 UTC 2014
Author: koobs
Date: Sat Mar 8 04:26:25 2014
New Revision: 347449
URL: http://svnweb.freebsd.org/changeset/ports/347449
QAT: https://qat.redports.org/buildarchive/r347449/
Log:
devel/py-unittest2: Update LICENSE w/ references
- Update LICENSE (BSD3CLAUSE)
This one was fun to find. As rm@ mentioned in a previous commit, no
LICENSE file exists in the Google Code or hg.python.org repositories.
There is a "New BSD License" reference on the unittest-ext homepage [1]
but wasnt a direct reference to the source in question, so it was not
considered good enough.
Gold was struck grepping BSD in the sources, which leads to the setup.py
header, that includes a URL reference to:
http://www.voidspace.org.uk/python/license.shtml
BSD 3-clause. Voila!
[1] http://code.google.com/p/unittest-ext/
Approved by: portmgr (blanket)
Modified:
head/devel/py-unittest2/Makefile
Modified: head/devel/py-unittest2/Makefile
==============================================================================
--- head/devel/py-unittest2/Makefile Sat Mar 8 03:59:20 2014 (r347448)
+++ head/devel/py-unittest2/Makefile Sat Mar 8 04:26:25 2014 (r347449)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm at FreeBSD.org
COMMENT= Unittest features for Python 2.7 backported to Python 2.3+
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
USES= zip
USE_PYTHON= 2
More information about the svn-ports-all
mailing list