mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
parent
d24e7fdcfa
commit
47e87374c1
1 changed files with 11 additions and 0 deletions
|
@ -902,6 +902,17 @@ in mkLicense lset) ({
|
||||||
free = false;
|
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 = {
|
ncsa = {
|
||||||
spdxId = "NCSA";
|
spdxId = "NCSA";
|
||||||
fullName = "University of Illinois/NCSA Open Source License";
|
fullName = "University of Illinois/NCSA Open Source License";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue