diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-07-06 03:22:08 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-07-06 03:22:08 +0800 |
commit | a30503a5bfb0dddc61f4e892b98b45a22520c65d (patch) | |
tree | cfda593d49e2fb542cc54567da6c192b69a46197 /sysutils | |
parent | a0d6efd95101999a0da65ab2ae8d189bf6d6677a (diff) | |
download | freebsd-ports-gnome-a30503a5bfb0dddc61f4e892b98b45a22520c65d.tar.gz freebsd-ports-gnome-a30503a5bfb0dddc61f4e892b98b45a22520c65d.tar.zst freebsd-ports-gnome-a30503a5bfb0dddc61f4e892b98b45a22520c65d.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/netevent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/netevent/Makefile b/sysutils/netevent/Makefile index e7c1f9b07037..7fc360cf159c 100644 --- a/sysutils/netevent/Makefile +++ b/sysutils/netevent/Makefile @@ -8,7 +8,7 @@ CATEGORIES= sysutils MAINTAINER= greg@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 |