svn commit: r481057 - head/devel/splint

Tobias Kortkamp tobik at FreeBSD.org
Mon Oct 1 19:42:25 UTC 2018


Author: tobik
Date: Mon Oct  1 19:42:24 2018
New Revision: 481057
URL: https://svnweb.freebsd.org/changeset/ports/481057

Log:
  devel/splint: Add LICENSE
  
  PR:		223739
  Submitted by:	pfg
  Approved by:	lwhsu (maintainer timeout, ~11 months)

Modified:
  head/devel/splint/Makefile

Modified: head/devel/splint/Makefile
==============================================================================
--- head/devel/splint/Makefile	Mon Oct  1 19:26:20 2018	(r481056)
+++ head/devel/splint/Makefile	Mon Oct  1 19:42:24 2018	(r481057)
@@ -10,6 +10,8 @@ EXTRACT_SUFX=	.src.tgz
 MAINTAINER=	lwhsu at FreeBSD.org
 COMMENT=	Tool for statically checking sourcecode for security vulnerabilities
 
+LICENSE=	GPLv2+
+
 USES=		gmake
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-all mailing list