Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2018 17:23:47 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469301 - head/misc/unicode-emoji
Message-ID:  <201805071723.w47HNlXP005760@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon May  7 17:23:47 2018
New Revision: 469301
URL: https://svnweb.freebsd.org/changeset/ports/469301

Log:
  misc/unicode-emoji: Fix license information
  
  PR:		228045
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>

Modified:
  head/misc/unicode-emoji/Makefile

Modified: head/misc/unicode-emoji/Makefile
==============================================================================
--- head/misc/unicode-emoji/Makefile	Mon May  7 17:16:12 2018	(r469300)
+++ head/misc/unicode-emoji/Makefile	Mon May  7 17:23:47 2018	(r469301)
@@ -11,7 +11,10 @@ EXTRACT_ONLY=	# nothing to extract
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Unicode emoji data files
 
-LICENSE=	BSD
+LICENSE=	UNICODE
+LICENSE_NAME=	UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
+LICENSE_TEXT=	See https://www.unicode.org/copyright.html#License
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 NO_BUILD=	yes
 NO_ARCH=	yes



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