Merge pull request #81210 from B4dM4n/ausweisapp2

ausweisapp2: init at 1.20.0
This commit is contained in:
Timo Kaufmann
2020-04-20 22:07:40 +00:00
committed by GitHub
3 changed files with 34 additions and 0 deletions

View File

@@ -271,6 +271,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) {
fullName = "European Union Public License 1.1";
};
eupl12 = spdx {
spdxId = "EUPL-1.2";
fullName = "European Union Public License 1.2";
};
fdl12 = spdx {
spdxId = "GFDL-1.2-only";
fullName = "GNU Free Documentation License v1.2 only";