diff options
author | feld <feld@FreeBSD.org> | 2014-12-07 22:47:52 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2014-12-07 22:47:52 +0800 |
commit | 3c6522e520952a1db7cc76f376da4b44fd8330a1 (patch) | |
tree | 101079bf3acc5a583b5ce0f028fca712fb826ffe /ports-mgmt/portlint | |
parent | 8958891ecf5c7721a7b338a96c4f09eb02364233 (diff) | |
download | freebsd-ports-gnome-3c6522e520952a1db7cc76f376da4b44fd8330a1.tar.gz freebsd-ports-gnome-3c6522e520952a1db7cc76f376da4b44fd8330a1.tar.zst freebsd-ports-gnome-3c6522e520952a1db7cc76f376da4b44fd8330a1.zip |
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.
Diffstat (limited to 'ports-mgmt/portlint')
-rw-r--r-- | ports-mgmt/portlint/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile index e80a478a0484..8b763d64cd39 100644 --- a/ports-mgmt/portlint/Makefile +++ b/ports-mgmt/portlint/Makefile @@ -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 |