Date: Sat, 6 Dec 2014 20:47:22 +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: r374152 - head/mail/hashcash Message-ID: <201412062047.sB6KlM0R025693@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sat Dec 6 20:47:21 2014 New Revision: 374152 URL: https://svnweb.freebsd.org/changeset/ports/374152 QAT: https://qat.redports.org/buildarchive/r374152/ Log: Update "BSD" license The license included by the author is the CPL, but not the "Common Public License" as indicated in the port Makefile. Instead, it is the Cypherpunk Anti-License which is about as much of a non-license license you can get. The terms indicate you can redistribute/relicense the code in any license you want, but the author for some strange reason gives his opinion on which license he would recommend. This makes no sense given the spirit of the CPL. Kids, don't do drugs. Modified: head/mail/hashcash/Makefile Modified: head/mail/hashcash/Makefile ============================================================================== --- head/mail/hashcash/Makefile Sat Dec 6 20:45:55 2014 (r374151) +++ head/mail/hashcash/Makefile Sat Dec 6 20:47:21 2014 (r374152) @@ -10,11 +10,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= chalpin@cs.wisc.edu COMMENT= Anti-spam / denial of service counter-measure tool -LICENSE=BSD LGPL21 GPLv2 -LICENSE_COMB=dual - -# Also CPL: https://en.wikipedia.org/wiki/Common_Public_License -# and Public Domain +LICENSE= CPL +LICENSE_NAME= CPL +LICENSE_TEXT= http://www.cypherspace.org/CPL/ +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept MAN1= hashcash.1 sha1-hashcash.1 PLIST_FILES= bin/hashcash bin/sha1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412062047.sB6KlM0R025693>