lib.licenses.fdl11Plus: init

wip/yesman
Alyssa Ross 3 years ago
parent 4dae2acb80
commit 56de41bc80
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0
  1. 5
      lib/licenses.nix

@ -306,6 +306,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "GNU Free Documentation License v1.1 only";
};
fdl11Plus = spdx {
spdxId = "GFDL-1.1-or-later";
fullName = "GNU Free Documentation License v1.1 or later";
};
fdl12Only = spdx {
spdxId = "GFDL-1.2-only";
fullName = "GNU Free Documentation License v1.2 only";

Loading…
Cancel
Save