From 229c47beee23d361d6266f64b2fdef30cfecf1c5 Mon Sep 17 00:00:00 2001
From: Vikram Narayanan <vikram186@gmail.com>
Date: Sun, 20 Feb 2022 13:40:38 -0800
Subject: [PATCH] license: Add Volatility Software License

---
 lib/licenses.nix | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lib/licenses.nix b/lib/licenses.nix
index b9310ef6c5b8..6bdb335fbe16 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -850,6 +850,11 @@ in mkLicense lset) ({
     free = false;
   };
 
+  vol-sl = {
+    fullName = "Volatility Software License, Version 1.0";
+    url = "https://www.volatilityfoundation.org/license/vsl-v1.0";
+  };
+
   vsl10 = {
     spdxId = "VSL-1.0";
     fullName = "Vovida Software License v1.0";