lib/licenses: add gpl1 (close #5103)

@vcunat changed format to spdx.
wip/yesman
Bart Brouns 10 years ago committed by Vladimír Čunát
parent 9084dc581c
commit 9dff67eed7
  1. 5
      lib/licenses.nix

@ -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";

Loading…
Cancel
Save