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

This commit is contained in:
Alyssa Ross
2025-09-19 16:50:24 +00:00
committed by GitHub
3 changed files with 15 additions and 2 deletions
+5
View File
@@ -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
View File
@@ -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
View File
@@ -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