Merge pull request #112885 from alyssais/wiktionary

dictdDBs.wiktionary: 20161001 -> 20210201; refactor
This commit is contained in:
Michael Raskin
2021-02-12 19:12:45 +00:00
committed by GitHub
8 changed files with 88 additions and 32 deletions
+5
View File
@@ -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";