Date: Sun, 7 Dec 2014 14:47:52 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374207 - head/ports-mgmt/portlint Message-ID: <201412071447.sB7Elqhv035945@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412071447.sB7Elqhv035945>