mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
licenses: Add CC0 license.
A universal public domain license. http://creativecommons.org/publicdomain/zero/1.0/
This commit is contained in:
parent
ce16840c68
commit
ae9afc4d31
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,11 @@ rec {
|
|||
fullName = ''BSD 4-clause "Original" or "Old" License'';
|
||||
};
|
||||
|
||||
cc0 = spdx {
|
||||
shortName = "CC0-1.0";
|
||||
fullName = ''Creative Commons Zero v1.0 Universal'';
|
||||
};
|
||||
|
||||
cc-by-30 = spdx {
|
||||
shortName = "CC-BY-3.0";
|
||||
fullName = "Creative Commons Attribution 3.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue