openvswitch: update licenses; ovn: update licenses (#444386)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user