mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
licenses: add bsd2WithViews
This commit is contained in:
parent
3537f2ccd5
commit
62b78d1ead
1 changed files with 5 additions and 0 deletions
|
@ -154,6 +154,11 @@ in mkLicense lset) ({
|
||||||
fullName = "BSD-2-Clause Plus Patent License";
|
fullName = "BSD-2-Clause Plus Patent License";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bsd2WithViews = {
|
||||||
|
spdxId = "BSD-2-Clause-Views";
|
||||||
|
fullName = "BSD 2-Clause with views sentence";
|
||||||
|
};
|
||||||
|
|
||||||
bsd3 = {
|
bsd3 = {
|
||||||
spdxId = "BSD-3-Clause";
|
spdxId = "BSD-3-Clause";
|
||||||
fullName = ''BSD 3-clause "New" or "Revised" License'';
|
fullName = ''BSD 3-clause "New" or "Revised" License'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue