diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-03 15:07:55 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-04-03 15:07:55 +0000 |
commit | 23c0aee6bd50f526330fceca35db10c0baac00cb (patch) | |
tree | 00cc27da5cc16f785f0060b451314abb2a356d69 /mail/qmail-conf | |
parent | 9f809d6db9da91bcb3037ca95c18134552e8bb73 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=350021
Diffstat (limited to 'mail/qmail-conf')
-rw-r--r-- | mail/qmail-conf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail-conf/Makefile b/mail/qmail-conf/Makefile index 944f64b5cdb0..650346fc42fe 100644 --- a/mail/qmail-conf/Makefile +++ b/mail/qmail-conf/Makefile @@ -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 |