svn commit: r542908 - head/editors/cpeditor

Yuri Victorovich yuri at FreeBSD.org
Thu Jul 23 02:20:56 UTC 2020


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 at 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


More information about the svn-ports-all mailing list