mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
licenses: add LGPL For Linguistic Resources
This commit is contained in:
parent
9c06da093f
commit
d4737c93fc
1 changed files with 5 additions and 0 deletions
|
@ -462,6 +462,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
|
||||||
fullName = "GNU Lesser General Public License v3.0 or later";
|
fullName = "GNU Lesser General Public License v3.0 or later";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lgpllr = spdx {
|
||||||
|
spdxId = "LGPLLR";
|
||||||
|
fullName = "Lesser General Public License For Linguistic Resources";
|
||||||
|
};
|
||||||
|
|
||||||
libpng = spdx {
|
libpng = spdx {
|
||||||
spdxId = "Libpng";
|
spdxId = "Libpng";
|
||||||
fullName = "libpng License";
|
fullName = "libpng License";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue