diff options
| author | Paul Floyd <pjfloyd@wanadoo.fr> | 2025-11-17 12:32:10 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-11-17 12:47:58 +0000 |
| commit | 4eabdfb642afe8ac810bb6cec7c0f888f9d1e8eb (patch) | |
| tree | d17e8d848369abb124b7795db01f464095ff1aaf | |
| parent | 3eef43b33f6bb55cb8ff5352c3e7a2076db01728 (diff) | |
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
| -rw-r--r-- | devel/valgrind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
