bctoolbox: Change license to GPL3Only

This commit is contained in:
Sandro Jäckel 2020-11-26 19:31:16 +01:00
parent 3118fb3c7e
commit 74cc6d2aa7
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.linphone.org/BC/public/bctoolbox";
# Still using GPLv2 but as the rest of the Linphone projects have switched
# to GPLv3, this might too, so check this when bumping the version number.
license = licenses.gpl2Plus;
license = licenses.gpl3Only;
maintainers = with maintainers; [ raskin jluttine ];
platforms = platforms.linux;
};