svn commit: r374207 - head/ports-mgmt/portlint
Mark Felder
feld at FreeBSD.org
Sun Dec 7 14:47:53 UTC 2014
Author: feld
Date: Sun Dec 7 14:47:52 2014
New Revision: 374207
URL: https://svnweb.freebsd.org/changeset/ports/374207
QAT: https://qat.redports.org/buildarchive/r374207/
Log:
Update "BSD" license.
Portlint's history goes back to itojun. I've researched his open source
projects and he either used two licenses:
BSD3CLAUSE: magicpoint, sch
His own license: portlint, snooper, various camera tools, etc
Debian asked him years ago about his license to see if it complies with
thier DFSG:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=88416
Example of his license:
Copyright(c) 1997 by Jun-ichiro Hagino <itojun at itojun.org>.
All rights reserved.
Freely redistributable. Absolutely no warranty.
OR
Absolutely no warranty. Pray before try. Freely redistributable.
Hope I'm not crossing any boundaries here, but in my effort to clean up
"BSD" licenses in the ports tree this one certainly is not and sadly we
can't just ask him.
Modified:
head/ports-mgmt/portlint/Makefile
Modified: head/ports-mgmt/portlint/Makefile
==============================================================================
--- head/ports-mgmt/portlint/Makefile Sun Dec 7 14:16:49 2014 (r374206)
+++ head/ports-mgmt/portlint/Makefile Sun Dec 7 14:47:52 2014 (r374207)
@@ -11,7 +11,10 @@ DISTFILES= # none
MAINTAINER= marcus at FreeBSD.org
COMMENT= Verifier for FreeBSD port directory
-LICENSE= BSD
+LICENSE= ITOJUN
+LICENSE_NAME= Itojun License
+LICENSE_TEXT= All rights reserved. Freely redistributable. Absolutely no warranty.
+LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
NO_BUILD= yes
WRKSRC= ${WRKDIR}/src
More information about the svn-ports-all
mailing list