Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 18:45:15 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336365 - in head/devel: delta newfile
Message-ID:  <201312131845.rBDIjFi5070971@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Fri Dec 13 18:45:15 2013
New Revision: 336365
URL: http://svnweb.freebsd.org/changeset/ports/336365

Log:
  devel/delta, devel/newfile: fix LICENSE
  
  newfile is under the BSD3CLAUSE license
  delta is under the BSD2CLAUSE license.

Modified:
  head/devel/delta/Makefile
  head/devel/newfile/Makefile

Modified: head/devel/delta/Makefile
==============================================================================
--- head/devel/delta/Makefile	Fri Dec 13 18:41:59 2013	(r336364)
+++ head/devel/delta/Makefile	Fri Dec 13 18:45:15 2013	(r336365)
@@ -8,7 +8,7 @@ MASTER_SITES=	LOCAL/eadler/delta
 MAINTAINER=	eadler@FreeBSD.org
 COMMENT=	Heuristically minimizes interesting files
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 PLIST_FILES=	bin/delta bin/multidelta bin/topformflat
 

Modified: head/devel/newfile/Makefile
==============================================================================
--- head/devel/newfile/Makefile	Fri Dec 13 18:41:59 2013	(r336364)
+++ head/devel/newfile/Makefile	Fri Dec 13 18:45:15 2013	(r336365)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF
 MAINTAINER=	eadler@FreeBSD.org
 COMMENT=	Tool for creating starter files in various languages
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 USE_RUBY=	yes
 GNU_CONFIGURE=	yes



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