svn commit: r340097 - head/japanese/mecab

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Jan 17 19:48:57 UTC 2014


Author: rakuco
Date: Fri Jan 17 19:48:56 2014
New Revision: 340097
URL: http://svnweb.freebsd.org/changeset/ports/340097
QAT: https://qat.redports.org/buildarchive/r340097/

Log:
  Set the appropriate BSD license value in LICENSE.
  
  PR:		ports/185678
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org> (maintainer)

Modified:
  head/japanese/mecab/Makefile

Modified: head/japanese/mecab/Makefile
==============================================================================
--- head/japanese/mecab/Makefile	Fri Jan 17 19:45:19 2014	(r340096)
+++ head/japanese/mecab/Makefile	Fri Jan 17 19:48:56 2014	(r340097)
@@ -9,7 +9,7 @@ MASTER_SITES=	GOOGLE_CODE
 MAINTAINER=	yasu at utahime.org
 COMMENT=	Yet Another Part-of-Speech and Morphological Analyzer
 
-LICENSE=	BSD GPLv2 LGPL21
+LICENSE=	BSD3CLAUSE GPLv2 LGPL21
 LICENSE_COMB=	dual
 
 USE_AUTOTOOLS=	autoconf autoheader automake aclocal libtool


More information about the svn-ports-all mailing list