Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2019 13:43:20 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518775 - head/net/rclone-browser
Message-ID:  <201912011343.xB1DhKOp073940@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sun Dec  1 13:43:20 2019
New Revision: 518775
URL: https://svnweb.freebsd.org/changeset/ports/518775

Log:
  net/rclone-browser: Correct licese (now uses MIT license)
  
  Reported by:	Dariusz Bogdanski <dariuszb@me.com> (upstream maintainer)

Modified:
  head/net/rclone-browser/Makefile

Modified: head/net/rclone-browser/Makefile
==============================================================================
--- head/net/rclone-browser/Makefile	Sun Dec  1 13:29:44 2019	(r518774)
+++ head/net/rclone-browser/Makefile	Sun Dec  1 13:43:20 2019	(r518775)
@@ -7,7 +7,7 @@ CATEGORIES=	net
 MAINTAINER=	woodsb02@FreeBSD.org
 COMMENT=	Simple cross platform GUI for rclone
 
-LICENSE=	UNLICENSE
+LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rclone:net/rclone



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