Date: Sat, 18 May 2024 15:20:05 GMT From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 164883f44fcb - main - x11-wm/obconf: correct LICENSE Message-ID: <202405181520.44IFK50N002069@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405181520.44IFK50N002069>