From 9dff67eed7238e338ec28a1d8341b0ce438b2663 Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Mon, 24 Nov 2014 04:46:55 +0100 Subject: lib/licenses: add gpl1 (close #5103) @vcunat changed format to spdx. --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/licenses.nix') diff --git a/lib/licenses.nix b/lib/licenses.nix index 75a8149b7b9..93fe1118c94 100644 --- a/lib/licenses.nix +++ b/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"; -- cgit 1.4.1