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

ovn: add LGPL2.1+ and SISSL

LGPL2.1 is for ovs-bugtool plugins (recently moved to `tools` output).
SSISL for a small part of ovs library.
parent 07683680
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -141,7 +141,11 @@ stdenv.mkDerivation (finalAttrs: {
    '';
    homepage = "https://www.ovn.org";
    changelog = "https://github.com/ovn-org/ovn/blob/refs/tags/${finalAttrs.src.tag}/NEWS";
    license = lib.licenses.asl20;
    license = with lib.licenses; [
      asl20
      lgpl21Plus # bugtool plugins
      sissl11 # lib/sflow from ovs submodule
    ];
    maintainers = with lib.maintainers; [
      adamcstephens
      booxter