diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-11-04 11:43:35 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-11-04 11:43:35 +0000 |
commit | c27d4e377f6d3ae4eec240fc9ab019c4dbcea9b4 (patch) | |
tree | aa141bf97faf2dbf6ab037a0642fcf19860398a4 /net/libcmis | |
parent | 32803c926fefe1d884ac4e1d198d8f0a928b48d3 (diff) |
Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=453453
Diffstat (limited to 'net/libcmis')
-rw-r--r-- | net/libcmis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libcmis/Makefile b/net/libcmis/Makefile index 4d23bee5243e..e37fd4432e56 100644 --- a/net/libcmis/Makefile +++ b/net/libcmis/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://dev-www.libreoffice.org/src/ MAINTAINER= office@FreeBSD.org COMMENT= Client library for the CMIS interface -LICENSE= LGPL20 MPL GPLv2 +LICENSE= LGPL20 MPL11 GPLv2 LICENSE_COMB= dual LIB_DEPENDS= libcurl.so:ftp/curl |