summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2018-10-13 23:29:53 +0900
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2018-10-28 13:52:12 +0000
commit66124646ee36eed857a402a833bcaab880263840 (patch)
treeb1ab8f38ded09843cbc2d1958d0798106dedbc42 /lib
parent503bcae31bc5208967cae31b22fa2eb8d50db5a5 (diff)
downloadnixlib-66124646ee36eed857a402a833bcaab880263840.tar
nixlib-66124646ee36eed857a402a833bcaab880263840.tar.gz
nixlib-66124646ee36eed857a402a833bcaab880263840.tar.bz2
nixlib-66124646ee36eed857a402a833bcaab880263840.tar.lz
nixlib-66124646ee36eed857a402a833bcaab880263840.tar.xz
nixlib-66124646ee36eed857a402a833bcaab880263840.tar.zst
nixlib-66124646ee36eed857a402a833bcaab880263840.zip
licenses: add GPLv2.0 only + classpath exception
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 611e6ddb35b7..940baf53b7c3 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -309,6 +309,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "GNU General Public License v2.0 only";
   };
 
+  gpl2Classpath = {
+    spdxId = "GPL-2.0-with-classpath-exception";
+    fullName = "GNU General Public License v2.0 only (with Classpath exception)";
+    url = https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception;
+  };
+
   gpl2ClasspathPlus = {
     fullName = "GNU General Public License v2.0 or later (with Classpath exception)";
     url = https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception;