Loading lib/licenses.nix +5 −0 Original line number Diff line number Diff line Loading @@ -1213,6 +1213,11 @@ lib.mapAttrs mkLicense ( fullName = "SGML UG SGML Parser Materials license"; }; sissl11 = { spdxId = "SISSL"; fullName = "Sun Industry Standards Source License 1.1"; }; sleepycat = { spdxId = "Sleepycat"; fullName = "Sleepycat License"; Loading pkgs/by-name/op/openvswitch/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -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 Loading pkgs/by-name/ov/ovn/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
lib/licenses.nix +5 −0 Original line number Diff line number Diff line Loading @@ -1213,6 +1213,11 @@ lib.mapAttrs mkLicense ( fullName = "SGML UG SGML Parser Materials license"; }; sissl11 = { spdxId = "SISSL"; fullName = "Sun Industry Standards Source License 1.1"; }; sleepycat = { spdxId = "Sleepycat"; fullName = "Sleepycat License"; Loading
pkgs/by-name/op/openvswitch/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/by-name/ov/ovn/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -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 Loading