Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2020 02:20:55 +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: r542908 - head/editors/cpeditor
Message-ID:  <202007230220.06N2KtGa056574@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Jul 23 02:20:55 2020
New Revision: 542908
URL: https://svnweb.freebsd.org/changeset/ports/542908

Log:
  editors/cpeditor: Fix license

Modified:
  head/editors/cpeditor/Makefile

Modified: head/editors/cpeditor/Makefile
==============================================================================
--- head/editors/cpeditor/Makefile	Thu Jul 23 02:16:28 2020	(r542907)
+++ head/editors/cpeditor/Makefile	Thu Jul 23 02:20:55 2020	(r542908)
@@ -7,7 +7,7 @@ CATEGORIES=	editors devel
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Lightweight and cross-platform code editor for competitive programming
 
-LICENSE=	MIT
+LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		cmake compiler:c++14-lang qt:5



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