From b89b4f83549aa048cda9c3456150eca39ffa527b Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 28 Sep 2022 15:35:36 +0200 Subject: [PATCH] licenses: add BOLA license --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) 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";