From ef057926e3a1f6e1334aadf114afeef93c69a7d7 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Tue, 16 Mar 2021 12:30:58 -0400 Subject: [PATCH 25/53] gnu: bzrtp: Update license. * gnu/packages/linphone.scm (bzrtp) [license]: Update to gpl3+. --- gnu/packages/linphone.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm index 596fb467a0..7261dbe1d8 100644 --- a/gnu/packages/linphone.scm +++ b/gnu/packages/linphone.scm @@ -467,7 +467,7 @@ implements the RFC 3550 standard.") written in C. It is fully portable and can be executed on many platforms including both ARM and x86.") (home-page "https://gitlab.linphone.org/BC/public/bzrtp") - (license license:gpl2+))) + (license license:gpl3+))) (define-public belle-sip (package -- 2.31.0