Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2022 15:30:02 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 30db4ef2c280 - main - net/wlvncc: chase license after aa7a90bdb398
Message-ID:  <202207101530.26AFU2pn088520@gitrepo.freebsd.org>

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

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

commit 30db4ef2c2804da41e6e3c64c489c64e1ddfddcc
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-07-10 15:26:30 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-07-10 15:29:23 +0000

    net/wlvncc: chase license after aa7a90bdb398
---
 net/wlvncc/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net/wlvncc/Makefile b/net/wlvncc/Makefile
index 036b3ca55189..ab612326ae19 100644
--- a/net/wlvncc/Makefile
+++ b/net/wlvncc/Makefile
@@ -5,8 +5,10 @@ CATEGORIES=	net
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Wayland Native VNC Client
 
-LICENSE=	ISCL
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE=	GPLv2+ ISCL
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING.GPL
+LICENSE_FILE_ISCL=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
 		${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm



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