Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2014 15:07:56 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350021 - in head: . mail/qmail-conf mail/qtools
Message-ID:  <201404031507.s33F7uYU036157@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Apr  3 15:07:55 2014
New Revision: 350021
URL: http://svnweb.freebsd.org/changeset/ports/350021
QAT: https://qat.redports.org/buildarchive/r350021/

Log:
  - Remove RESTRICTED.
  
    Since this was added, DJB has stated they are in public domain and that
    modification and distribution is explicitly allowed. Regardless of how
    public domain is viewed, he has explicitly granted distributing modified
    binaries [1][2][3].
  
    [1] http://cr.yp.to/qmail/dist.html
    [2] http://cr.yp.to/distributors.html
    [3] http://cr.yp.to/softwarelaw.html

Modified:
  head/LEGAL
  head/mail/qmail-conf/Makefile
  head/mail/qtools/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Thu Apr  3 15:02:14 2014	(r350020)
+++ head/LEGAL	Thu Apr  3 15:07:55 2014	(r350021)
@@ -70,7 +70,7 @@ dcl-*-C.tar.gz		science/cdcl		No commerc
 dcl-*.tar.gz		science/dcl		No commercial use
 defcon*			games/linux-defcon	Redistribution is limited, see license
 djbdns*			dns/djbdns		No license -- see http://cr.yp.to/softwarelaw.html
-djbdns-1.05.tar.gz	mail/qmail-conf		Borrows code from djbdns, thus falls under the same restrictions as dns/djbdns
+djbdns-1.05.tar.gz	mail/qmail-conf		No license -- see http://cr.yp.to/softwarelaw.html
 djbfft-*		math/djbfft		No license -- see http://cr.yp.to/softwarelaw.html
 dlv			lang/dlv		Not sure if we can redistribute it
 dmd-*			lang/dmd		No redistribution of non validated binaries
@@ -208,7 +208,7 @@ platon*			biology/platon		$5000 USD for 
 poseidonCE-*		java/poseidon		Redistribution is not permitted
 ppsmall-*		archivers/ppunpack	No commercial redistribution
 prodosemu.*		emulators/prodosemu	Restrictive copyright on the ROM image
-qtools-*		mail/qtools		Possibly restricted binary distribution of modified versions
+qtools-*		mail/qtools		No license -- see http://cr.yp.to/softwarelaw.html
 quake4-linux-*		games/linux-quake4	Redistribution is limited; see the license
 quake4-linux-*		games/linux-quake4-demo	Redistribution is limited; see the license
 Radiator/*		net/radiator		Commercial software

Modified: head/mail/qmail-conf/Makefile
==============================================================================
--- head/mail/qmail-conf/Makefile	Thu Apr  3 15:02:14 2014	(r350020)
+++ head/mail/qmail-conf/Makefile	Thu Apr  3 15:07:55 2014	(r350021)
@@ -19,7 +19,7 @@ USES=		qmail:run
 ALL_TARGET=	prog
 INSTALL_TARGET=	setup check
 
-RESTRICTED=	borrows code from djbdns, thus falls under the same restrictions as dns/djbdns
+LEGAL_TEXT=	No license -- see http://cr.yp.to/softwarelaw.html
 
 PREFIX?=	${QMAIL_PREFIX}
 NO_PREFIX_RMDIR=yes

Modified: head/mail/qtools/Makefile
==============================================================================
--- head/mail/qtools/Makefile	Thu Apr  3 15:02:14 2014	(r350020)
+++ head/mail/qtools/Makefile	Thu Apr  3 15:07:55 2014	(r350021)
@@ -17,7 +17,7 @@ USES=		qmail:vars
 ALL_TARGET=	prog
 INSTALL_TARGET=	setup check
 
-RESTRICTED=	Possibly restricted binary distribution of modified versions
+LEGAL_TEXT=	No license -- see http://cr.yp.to/softwarelaw.html
 
 EZMLM_DIR?=	${LOCALBASE}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404031507.s33F7uYU036157>