Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 14:16:07 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337013 - head/sysutils/entr
Message-ID:  <201312201416.rBKEG7rS083211@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Fri Dec 20 14:16:06 2013
New Revision: 337013
URL: http://svnweb.freebsd.org/changeset/ports/337013

Log:
  - Fix license. The code used in FreeBSD is under ISCL license.
  
  Reported by:	Eric Radman <ericshane@eradman.com>

Modified:
  head/sysutils/entr/Makefile

Modified: head/sysutils/entr/Makefile
==============================================================================
--- head/sysutils/entr/Makefile	Fri Dec 20 13:36:41 2013	(r337012)
+++ head/sysutils/entr/Makefile	Fri Dec 20 14:16:06 2013	(r337013)
@@ -9,8 +9,9 @@ MASTER_SITES=	http://entrproject.org/cod
 MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Runs arbitrary commands when files change
 
-LICENSE=	ISCL BSD2CLAUSE BSD3CLAUSE
-LICENSE_COMB=	multi
+# This software has code under BSD[23]CLAUSE licenses.
+# All the code used in FreeBSD is under ISCL license.
+LICENSE=	ISCL
 
 WRKSRC=		${WRKDIR}/eradman-entr-c0009123230b
 



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