diff options
author | jopejoe1 | 2024-08-11 14:52:44 +0200 |
---|---|---|
committer | jopejoe1 | 2024-08-11 14:52:44 +0200 |
commit | c178b444fa707858f14c2eb48a9157e8b515b2d4 (patch) | |
tree | be27c6c0873dcac6af1b5e30071c3b4c5f1494cd /lib | |
parent | e7f2456df49b39e816e9ed71622c09a42446a581 (diff) |
lib/licenses: busl add spdxid
Diffstat (limited to 'lib')
-rw-r--r-- | lib/licenses.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix index 67744b499d8a..dcadaa7216dc 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -229,6 +229,7 @@ lib.mapAttrs mkLicense ({ }; bsl11 = { + spdxId = "BUSL-1.1"; fullName = "Business Source License 1.1"; url = "https://mariadb.com/bsl11"; free = false; |