about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2024-03-14 20:09:52 +0100
committerjopejoe1 <johannes@joens.email>2024-03-20 20:48:44 +0100
commit2bd2347470384860f4a420c0aefe7604e7c3e1e5 (patch)
tree95fd4e79c0ee756bd34a0d3aac3427019b54bccd /lib
parent2fe0900189c7e9561b9fffac0ad8b007244c13bc (diff)
lib/license: add NIST-Software
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 30ca31ff71f2f..ba3dabb3a625c 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -894,6 +894,11 @@ in mkLicense lset) ({
     url = "https://raw.githubusercontent.com/netdata/netdata/master/web/gui/v2/LICENSE.md";
   };
 
+  nistSoftware = {
+    spdxId = "NIST-Software";
+    fullName = "NIST Software License";
+  };
+
   nlpl = {
     spdxId = "NLPL";
     fullName = "No Limit Public License";