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 /security | |
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 'security')
-rw-r--r-- | security/elixir-jose/Makefile | 2 | ||||
-rw-r--r-- | security/erlang-jose/Makefile | 2 | ||||
-rw-r--r-- | security/linux-c6-nss/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/elixir-jose/Makefile b/security/elixir-jose/Makefile index f7567c3ae129..13f76537c99e 100644 --- a/security/elixir-jose/Makefile +++ b/security/elixir-jose/Makefile @@ -8,7 +8,7 @@ PKGNAMEPREFIX= elixir- MAINTAINER= vanilla@FreeBSD.org COMMENT= JSON Object Signing and Encryption (JOSE) for Elixir -LICENSE= MPL +LICENSE= MPL20 USES= elixir USE_GITHUB= yes diff --git a/security/erlang-jose/Makefile b/security/erlang-jose/Makefile index c39f822c3500..54b63e4e5528 100644 --- a/security/erlang-jose/Makefile +++ b/security/erlang-jose/Makefile @@ -8,7 +8,7 @@ PKGNAMEPREFIX= erlang- MAINTAINER= vanilla@FreeBSD.org COMMENT= JSON Object Signing and Encryption (JOSE) for Erlang -LICENSE= MPL +LICENSE= MPL20 USES= erlang:rebar USE_GITHUB= yes diff --git a/security/linux-c6-nss/Makefile b/security/linux-c6-nss/Makefile index 748a498023e1..50e321102f93 100644 --- a/security/linux-c6-nss/Makefile +++ b/security/linux-c6-nss/Makefile @@ -15,7 +15,7 @@ SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE \ MAINTAINER= emulation@FreeBSD.org COMMENT= Network Security Services (Linux CentOS ${LINUX_DIST_VER}) -LICENSE= MPL +LICENSE= MPL20 DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr RPMVERSION= 4.el6_9 |