svn commit: r546253 - head/sysutils/mstflint

Hans Petter Selasky hselasky at FreeBSD.org
Wed Aug 26 09:12:12 UTC 2020


Author: hselasky
Date: Wed Aug 26 09:12:11 2020
New Revision: 546253
URL: https://svnweb.freebsd.org/changeset/ports/546253

Log:
  Update LICENSING information for mstflint.
  
  Approved by:	pi (implicit)
  Sponsored by:	Mellanox Technologies

Modified:
  head/sysutils/mstflint/Makefile

Modified: head/sysutils/mstflint/Makefile
==============================================================================
--- head/sysutils/mstflint/Makefile	Wed Aug 26 08:59:44 2020	(r546252)
+++ head/sysutils/mstflint/Makefile	Wed Aug 26 09:12:11 2020	(r546253)
@@ -8,8 +8,10 @@ CATEGORIES=	sysutils
 MAINTAINER=	hselasky at FreeBSD.org
 COMMENT=	Firmware Burning and Diagnostics Tools for Mellanox devices
 
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE=	BSD2CLAUSE GPLv2
+LICENSE_COMB=	dual
+LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE
+LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE
 
 USES=		autoreconf libtool gmake
 


More information about the svn-ports-all mailing list