From 66124646ee36eed857a402a833bcaab880263840 Mon Sep 17 00:00:00 2001 From: taku0 Date: Sat, 13 Oct 2018 23:29:53 +0900 Subject: licenses: add GPLv2.0 only + classpath exception --- lib/licenses.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') 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; -- cgit 1.4.1