Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2014 00:28:52 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374504 - head/games/spellathon
Message-ID:  <201412110028.sBB0SqTX020605@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec 11 00:28:51 2014
New Revision: 374504
URL: https://svnweb.freebsd.org/changeset/ports/374504
QAT: https://qat.redports.org/buildarchive/r374504/

Log:
  - Fix license again (it's really somewhat disguised 2 clause BSD)
  
  Discussed with:	feld

Modified:
  head/games/spellathon/Makefile

Modified: head/games/spellathon/Makefile
==============================================================================
--- head/games/spellathon/Makefile	Thu Dec 11 00:06:47 2014	(r374503)
+++ head/games/spellathon/Makefile	Thu Dec 11 00:28:51 2014	(r374504)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}/Spellathon%
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Word game to test your English vocabulary skills
 
-LICENSE=	MIT
+LICENSE=	BSD2CLAUSE
 
 LIB_DEPENDS=	libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
 		libpcre.so:${PORTSDIR}/devel/pcre \



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