svn commit: r505933 - head/sysutils/netevent

Jan Beich jbeich at FreeBSD.org
Fri Jul 5 19:22:09 UTC 2019


Author: jbeich
Date: Fri Jul  5 19:22:08 2019
New Revision: 505933
URL: https://svnweb.freebsd.org/changeset/ports/505933

Log:
  sysutils/netevent: adjust LICENSE to "any later version" clause
  
  License headers in source files contain the following:
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU General Public License as published by
   * the Free Software Foundation; either version 2 of the License, or
   * (at your option) any later version.
  
  PR:		238993

Modified:
  head/sysutils/netevent/Makefile   (contents, props changed)

Modified: head/sysutils/netevent/Makefile
==============================================================================
--- head/sysutils/netevent/Makefile	Fri Jul  5 19:21:12 2019	(r505932)
+++ head/sysutils/netevent/Makefile	Fri Jul  5 19:22:08 2019	(r505933)
@@ -8,7 +8,7 @@ CATEGORIES=	sysutils
 MAINTAINER=	greg at unrelenting.technology
 COMMENT=	Tool for sharing uinput devices with other machines
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto


More information about the svn-ports-head mailing list