lib/licenses: add gpl1 (close #5103)

@vcunat changed format to spdx.
This commit is contained in:
Bart Brouns 2014-11-24 04:46:55 +01:00 committed by Vladimír Čunát
parent 9084dc581c
commit 9dff67eed7

View File

@ -134,6 +134,11 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
fullName = "Unspecified free software license";
};
gpl1 = spdx {
shortName = "GPL-1.0";
fullName = "GNU General Public License v1.0 only";
};
gpl1Plus = spdx {
spdxId = "GPL-1.0+";
fullName = "GNU General Public License v1.0 or later";