diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-11-04 19:43:35 +0800 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-11-04 19:43:35 +0800 |
commit | c27d4e377f6d3ae4eec240fc9ab019c4dbcea9b4 (patch) | |
tree | aa141bf97faf2dbf6ab037a0642fcf19860398a4 /multimedia/mp4v2 | |
parent | 32803c926fefe1d884ac4e1d198d8f0a928b48d3 (diff) | |
download | freebsd-ports-gnome-c27d4e377f6d3ae4eec240fc9ab019c4dbcea9b4.tar.gz freebsd-ports-gnome-c27d4e377f6d3ae4eec240fc9ab019c4dbcea9b4.tar.zst freebsd-ports-gnome-c27d4e377f6d3ae4eec240fc9ab019c4dbcea9b4.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 'multimedia/mp4v2')
-rw-r--r-- | multimedia/mp4v2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile index 9da47ca430dd..b58fe90a9db0 100644 --- a/multimedia/mp4v2/Makefile +++ b/multimedia/mp4v2/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= LOCAL/riggs/mp4v2 MAINTAINER= multimedia@FreeBSD.org COMMENT= Library and tools to read, create, and modify mp4 files -LICENSE= MPL +LICENSE= MPL11 CONFLICTS= mpeg4ip-libmp4v2-[0-9.]* USES= compiler gmake libtool tar:bzip2 |