about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authortomberek <tomberek@users.noreply.github.com>2024-05-27 00:35:44 -0400
committerGitHub <noreply@github.com>2024-05-27 00:35:44 -0400
commit757873b3468a1d413d6776c7f2e83c41c340cb91 (patch)
tree981a2bec8ae5b1b9528fa552c1eec148519b0c91 /lib
parent9f5944baf8c3dc36b0bf1bb32ad240e568bc4b33 (diff)
parent438273dac74c61f3c03c81a06dfce4b96454120c (diff)
Merge pull request #311696 from Pandapip1/fix-statoolkit-license
licenses: Add NCBI-PD
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 7d2a22bc25a47..8dbdf27fa845a 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -902,6 +902,17 @@ in mkLicense lset) ({
     free = false;
   };
 
+  ncbiPd = {
+    spdxId = "NCBI-PD";
+    fullname = "NCBI Public Domain Notice";
+    # Due to United States copyright law, anything with this "license" does not have a copyright in the
+    # jurisdiction of the United States. However, other jurisdictions may assign the United States
+    # government copyright to the work, and the license explicitly states that in such a case, no license
+    # is granted. This is nonfree and nonredistributable in most jurisdictions other than the United States.
+    free = false;
+    redistributable = false;
+  };
+
   ncsa = {
     spdxId = "NCSA";
     fullName = "University of Illinois/NCSA Open Source License";