diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-11-04 19:43:35 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2017-11-04 19:43:35 +0800 |
commit | 028cd29385e72f195ac187d94efe201433123b3c (patch) | |
tree | aa141bf97faf2dbf6ab037a0642fcf19860398a4 /dns | |
parent | fdb716157ff8f56c51172061a8e920680a2c3593 (diff) | |
download | freebsd-ports-gnome-028cd29385e72f195ac187d94efe201433123b3c.tar.gz freebsd-ports-gnome-028cd29385e72f195ac187d94efe201433123b3c.tar.zst freebsd-ports-gnome-028cd29385e72f195ac187d94efe201433123b3c.zip |
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/bind911/Makefile | 2 | ||||
-rw-r--r-- | dns/bind912/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index c700523ed960..b3962315456e 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -27,7 +27,7 @@ COMMENT= Command line tools from BIND: delv, dig, host, nslookup... COMMENT= BIND DNS suite with updated DNSSEC and DNS64 .endif -LICENSE= MPL +LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile index e6c55a9d3e04..af55b022570c 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -26,7 +26,7 @@ COMMENT= Command line tools from BIND: delv, dig, host, nslookup... COMMENT= BIND DNS suite with updated DNSSEC and DNS64 .endif -LICENSE= MPL +LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like diff --git a/dns/bind912/Makefile b/dns/bind912/Makefile index 146008f8b7bf..9d5934b2f242 100644 --- a/dns/bind912/Makefile +++ b/dns/bind912/Makefile @@ -26,7 +26,7 @@ COMMENT= Command line tools from BIND: delv, dig, host, nslookup... COMMENT= BIND DNS suite with updated DNSSEC and DNS64 .endif -LICENSE= MPL +LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like |