about summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-10-02 21:01:36 +0200
committerGitHub <noreply@github.com>2023-10-02 21:01:36 +0200
commit37747348cdb0f3f2a08cb94e4fea95b212dce70e (patch)
tree4c7cab11c09117b4f1166fc9bd537e874dac2489 /lib/licenses.nix
parentdc439e41db1136d63f15fd42c0fa8b4f3b65f93b (diff)
parent20b83a46d62422b7070035a32ae23cce408d4034 (diff)
Merge pull request #257143 from peat-psuwit/netdata-no-v2-dashboard
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 615a6b3881535..efd38f47978b9 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -845,6 +845,14 @@ in mkLicense lset) ({
     fullName = "University of Illinois/NCSA Open Source License";
   };
 
+  ncul1 = {
+    spdxId = "NCUL1";
+    fullName = "Netdata Cloud UI License v1.0";
+    free = false;
+    redistributable = true; # Only if used in Netdata products.
+    url = "https://raw.githubusercontent.com/netdata/netdata/master/web/gui/v2/LICENSE.md";
+  };
+
   nlpl = {
     spdxId = "NLPL";
     fullName = "No Limit Public License";