Bug 291056 - devel/valgrind: change licence to GPLv3
Summary: devel/valgrind: change licence to GPLv3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-17 10:20 UTC by Paul Floyd
Modified: 2025-11-17 12:49 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Floyd 2025-11-17 10:20:46 UTC
In my last update I forgot to change the licence from GPLv2 to GPLv3.

This just needs a one line change to the Makefile.

LICENSE=	GPLv2

needs to be

LICENSE=	GPLv3

This change was made upstream with

Author: Mark Wielaard <mark@klomp.org>  2025-10-12 23:57:43
Committer: Mark Wielaard <mark@klomp.org>  2025-10-18 00:55:07
Parent: 757dc5703d6a0e42344d3ee19a835b504f312aaf (Update where to get a copy of the GNU General Public License)
Child:  b74d16c9b0db657ea321b72dc17d0c06022a7f71 (coregrind/m_debuginfo/readpdb.c (DEBUG_SnarfLinetab): Remove this_seg)
Branches: master, remotes/origin/master, remotes/origin/users/paulf/try-bug511713
Follows: VALGRIND_3_25_0
Precedes: VALGRIND_3_26_0

    Upgrade to GNU General Public License version 3
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2025-11-17 11:21:49 UTC
devel/valgrind-devel too?
Comment 2 Paul Floyd 2025-11-17 12:08:13 UTC
(In reply to Vladimir Druzenko from comment #1)

No, just devel/valgrind.

devel/valgrind-devel will switch to GPLv3 the next time I bump it to a newer version.

Thanks.
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-11-17 12:49:04 UTC
A commit in branch main references this bug:

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(-)
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2025-11-17 12:49:20 UTC
Thanks.