about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorGavin John <>2024-05-14 11:38:21 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-27 04:36:10 +0000
commite18747fd4d244682db07514a6ac883f69a9f70d5 (patch)
tree1e56920ae095b9f4e776b65eec9475f81d195d1d /lib
parent0c007b36981bdbd69ccf0c7df30a174e63660667 (diff)
licenses: Add NCBI-PD
(cherry picked from commit 361874c944599d40faf1e810a287b3c1d4d29610)
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 ad6922498ab49..ea23b990eb4cc 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -854,6 +854,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";