Unverified Commit 2c678c93 authored by Alyssa Ross's avatar Alyssa Ross Committed by GitHub
Browse files

openvswitch: update licenses; ovn: update licenses (#444386)

parents 86947b5e dd1abd9b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";
+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
+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