summaryrefslogtreecommitdiffstats
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2020-06-21 11:49:56 +0200
committerJon <jonringer@users.noreply.github.com>2020-06-27 23:03:39 -0700
commitd4737c93fc15233cf320d27c39d7241f6e0cabc2 (patch)
treee113975dbef0b1a7061394098bdd14befbf03bdc /lib/licenses.nix
parent9c06da093f19b9788c16711d8e6ba1cf053da36c (diff)
licenses: add LGPL For Linguistic Resources
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 4e9ae0346a7b..e24b7e8ec6f1 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -462,6 +462,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "GNU Lesser General Public License v3.0 or later";
};
+ lgpllr = spdx {
+ spdxId = "LGPLLR";
+ fullName = "Lesser General Public License For Linguistic Resources";
+ };
+
libpng = spdx {
spdxId = "Libpng";
fullName = "libpng License";