Update LICENSE (BSD -> BSDCLAUSE).
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@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@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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!