lol

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.

+5 -1
+5 -1
pkgs/by-name/ov/ovn/package.nix
··· 141 141 ''; 142 142 homepage = "https://www.ovn.org"; 143 143 changelog = "https://github.com/ovn-org/ovn/blob/refs/tags/${finalAttrs.src.tag}/NEWS"; 144 - license = lib.licenses.asl20; 144 + license = with lib.licenses; [ 145 + asl20 146 + lgpl21Plus # bugtool plugins 147 + sissl11 # lib/sflow from ovs submodule 148 + ]; 145 149 maintainers = with lib.maintainers; [ 146 150 adamcstephens 147 151 booxter