aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/bctoolbox
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2020-11-26 19:31:16 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2020-11-26 19:41:20 +0100
commit74cc6d2aa7dfd19d60578c5f609c2cd4e7e1be79 (patch)
tree1f5158446488039699927710d9b3a559db40eb13 /pkgs/development/libraries/bctoolbox
parent3118fb3c7eed0b78e18e2d5f59facf9f1b563e90 (diff)
bctoolbox: Change license to GPL3Only
Diffstat (limited to 'pkgs/development/libraries/bctoolbox')
-rw-r--r--pkgs/development/libraries/bctoolbox/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/bctoolbox/default.nix b/pkgs/development/libraries/bctoolbox/default.nix
index e9b561e16860..0b2047466498 100644
--- a/pkgs/development/libraries/bctoolbox/default.nix
+++ b/pkgs/development/libraries/bctoolbox/default.nix
@@ -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;
};