Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2016 14:13:20 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424064 - head/multimedia/l-smash
Message-ID:  <201610161413.u9GEDKDb013455@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Oct 16 14:13:20 2016
New Revision: 424064
URL: https://svnweb.freebsd.org/changeset/ports/424064

Log:
  multimedia/l-smash: correct license type
  
  No MIT variant uses "and/or" spelling.
  
  Reported by:	Gentoo
  See also:	https://fedoraproject.org/wiki/Licensing:MIT

Modified:
  head/multimedia/l-smash/Makefile   (contents, props changed)

Modified: head/multimedia/l-smash/Makefile
==============================================================================
--- head/multimedia/l-smash/Makefile	Sun Oct 16 14:13:08 2016	(r424063)
+++ head/multimedia/l-smash/Makefile	Sun Oct 16 14:13:20 2016	(r424064)
@@ -8,7 +8,7 @@ CATEGORIES=	multimedia
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	MP4 muxer and other tools
 
-LICENSE=	MIT
+LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610161413.u9GEDKDb013455>