diff --git a/lib/licenses.nix b/lib/licenses.nix index 6eeba6588be1..1408eda523d4 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -103,6 +103,11 @@ in mkLicense lset) ({ fullName = "Apache License 2.0"; }; + bola11 = { + url = "https://blitiri.com.ar/p/bola/"; + fullName = "Buena Onda License Agreement 1.1"; + }; + boost = { spdxId = "BSL-1.0"; fullName = "Boost Software License 1.0";