mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00: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
|
@ -62,6 +62,11 @@ rec {
|
||||||
fullName = ''BSD 4-clause "Original" or "Old" License'';
|
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 {
|
cc-by-30 = spdx {
|
||||||
shortName = "CC-BY-3.0";
|
shortName = "CC-BY-3.0";
|
||||||
fullName = "Creative Commons Attribution 3.0";
|
fullName = "Creative Commons Attribution 3.0";
|
||||||
|
|
Loading…
Reference in a new issue