git: 164883f44fcb - main - x11-wm/obconf: correct LICENSE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 May 2024 15:20:05 UTC
The branch main has been updated by novel: URL: https://cgit.FreeBSD.org/ports/commit/?id=164883f44fcb1a52473d26b2bf4216b76f296f02 commit 164883f44fcb1a52473d26b2bf4216b76f296f02 Author: Roman Bogorodskiy <novel@FreeBSD.org> AuthorDate: 2024-05-18 15:15:10 +0000 Commit: Roman Bogorodskiy <novel@FreeBSD.org> CommitDate: 2024-05-18 15:16:24 +0000 x11-wm/obconf: correct LICENSE License is actually GPLv2+, not GPLv2. Reported by: danfe --- x11-wm/obconf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/obconf/Makefile b/x11-wm/obconf/Makefile index 52a3fdbea12d..04f1da506a69 100644 --- a/x11-wm/obconf/Makefile +++ b/x11-wm/obconf/Makefile @@ -8,7 +8,7 @@ MAINTAINER= novel@FreeBSD.org COMMENT= Preferences manager for the Openbox window manager WWW= http://openbox.org/wiki/Obconf -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \