From 97226ef7dbdd24ebe05538d352f810ca8fe1129b Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 19 Sep 2025 11:34:03 -0400 Subject: [PATCH] licenses: add sissl11 This is Sun Industry Standard Source License 1.1: https://opensource.org/license/sissl It was voluntarily retired. Still, it's used in some projects. Specifically, openvswitch ships some files under lib/sflow*[ch] under this license. This license will be added to both openvswitch and ovn packages (the latter embeds openvswitch libraries, including sflow). --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index 40135914b8cd..df72299db658 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -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";