summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/licenses.nix5
1 files changed, 5 insertions, 0 deletions
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";