Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2022 21:40:27 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b6dc5df7bfe7 - main - sysutils/smenu: Fix license
Message-ID:  <202208202140.27KLeRAT042474@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b6dc5df7bfe786c6ab27b2e635a5619247bc68bb

commit b6dc5df7bfe786c6ab27b2e635a5619247bc68bb
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2022-08-20 21:38:44 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2022-08-20 21:38:44 +0000

    sysutils/smenu: Fix license
    
    Missed on 3061251647631741462fa4946296dbc00ca57e4d
---
 sysutils/smenu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/smenu/Makefile b/sysutils/smenu/Makefile
index 7cfe17dc5d97..820efc0311c7 100644
--- a/sysutils/smenu/Makefile
+++ b/sysutils/smenu/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	sysutils
 MAINTAINER=	dbaio@FreeBSD.org
 COMMENT=	Terminal utility to interactively filter text
 
-LICENSE=	GPLv2
+LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=	localbase ncurses



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