Commit 07683680 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

openvswitch: add LGPL2.1+ and SISSL

LGPL2.1 is for ovs-bugtool (recently moved to `tools` output). SSISL for
a small part of ovs library.
parent 97226ef7
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -160,7 +160,11 @@ stdenv.mkDerivation rec {
      to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V.
    '';
    homepage = "https://www.openvswitch.org/";
    license = lib.licenses.asl20;
    license = with lib.licenses; [
      asl20
      lgpl21Plus # ovs-bugtool
      sissl11 # lib/sflow
    ];
    maintainers = with lib.maintainers; [
      adamcstephens
      booxter