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 /databases/spatialite | |
parent | www/firefox: always use specified libclang version (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 'databases/spatialite')
-rw-r--r-- | databases/spatialite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile index d51ba056f561..e3f258100480 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -10,7 +10,7 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Spatial Extensions for SQLite -LICENSE= MPL LGPL20 GPLv2 +LICENSE= MPL11 LGPL20 GPLv2 LICENSE_COMB= dual LIB_DEPENDS= libgeos_c.so:graphics/geos \ |