Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2025 12:48:05 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4eabdfb642af - main - devel/valgrind: Change licence to GPLv3
Message-ID:  <202511171248.5AHCm5T5074215@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4eabdfb642afe8ac810bb6cec7c0f888f9d1e8eb

commit 4eabdfb642afe8ac810bb6cec7c0f888f9d1e8eb
Author:     Paul Floyd <pjfloyd@wanadoo.fr>
AuthorDate: 2025-11-17 12:32:10 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-11-17 12:47:58 +0000

    devel/valgrind: Change licence to GPLv3
    
    Upstream changed the licence from GPLv2 to GPLv3:
    * Upgrade to the GNU General Public License version 3.
    https://valgrind.org/docs/manual/dist.news.html
    
    PR:     291056
---
 devel/valgrind/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile
index 61241cbc7456..5b22f96034a9 100644
--- a/devel/valgrind/Makefile
+++ b/devel/valgrind/Makefile
@@ -8,7 +8,7 @@ MAINTAINER=	pjfloyd@wanadoo.fr
 COMMENT=	Memory debugging and profiling tool
 WWW=		https://www.valgrind.org/
 
-LICENSE=	GPLv2
+LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 ONLY_FOR_ARCHS=	aarch64 amd64 i386



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511171248.5AHCm5T5074215>