2014-07-30 16:04:57 +00:00
|
|
|
let
|
|
|
|
spdx = lic: lic // {
|
|
|
|
url = "http://spdx.org/licenses/${lic.shortName}";
|
|
|
|
};
|
|
|
|
in
|
|
|
|
|
|
|
|
rec {
|
|
|
|
/* License identifiers from spdx.org where possible.
|
2010-02-25 13:06:17 +00:00
|
|
|
* If you cannot find your license here, then look for a similar license or
|
|
|
|
* add it to this list. The URL mentioned above is a good source for inspiration.
|
|
|
|
*/
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
artistic2 = spdx {
|
|
|
|
shortName = "Artistic-2.0";
|
|
|
|
fullName = "Artistic License 2.0";
|
2013-08-13 10:22:15 +00:00
|
|
|
};
|
2013-08-13 09:13:59 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
agpl3 = spdx {
|
|
|
|
shortName = "AGPL-3.0";
|
|
|
|
fullName = "GNU Affero General Public License v3.0";
|
2013-05-31 01:07:36 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
agpl3Plus = {
|
2014-07-30 16:04:57 +00:00
|
|
|
shortName = "AGPL-3.0+";
|
|
|
|
fullName = "GNU Affero General Public License v3.0 or later";
|
|
|
|
inherit (agpl3) url;
|
2013-05-31 01:07:36 +00:00
|
|
|
};
|
|
|
|
|
2013-06-16 21:35:09 +00:00
|
|
|
amd = {
|
|
|
|
shortName = "amd";
|
|
|
|
fullName = "AMD License Agreement";
|
2014-03-12 20:20:01 +00:00
|
|
|
url = http://developer.amd.com/amd-license-agreement/;
|
|
|
|
};#
|
2013-06-16 21:35:09 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
apsl20 = spdx {
|
|
|
|
shortName = "APSL-2.0";
|
2014-03-12 20:20:01 +00:00
|
|
|
fullName = "Apple Public Source License 2.0";
|
|
|
|
};
|
2013-08-13 05:32:34 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
asl20 = spdx {
|
|
|
|
shortName = "Apache-2.0";
|
|
|
|
fullName = "Apache License 2.0";
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
boost = spdx {
|
|
|
|
shortName = "BSL-1.0";
|
|
|
|
fullName = "Boost Software License 1.0";
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
bsd2 = spdx {
|
|
|
|
shortName = "BSD-2-Clause";
|
|
|
|
fullName = ''BSD 2-clause "Simplified" License'';
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
bsd3 = spdx {
|
|
|
|
shortName = "BSD-3-Clause";
|
|
|
|
fullName = ''BSD 3-clause "New" or "Revised" License'';
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
bsdOriginal = spdx {
|
|
|
|
shortName = "BSD-4-Clause";
|
|
|
|
fullName = ''BSD 4-clause "Original" or "Old" License'';
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
cc-by-30 = spdx {
|
|
|
|
shortName = "CC-BY-3.0";
|
2014-04-10 20:29:36 +00:00
|
|
|
fullName = "Creative Commons Attribution 3.0";
|
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
cddl = spdx {
|
|
|
|
shortName = "CDDL-1.0";
|
|
|
|
fullName = "Common Development and Distribution License 1.0";
|
2012-10-05 16:11:25 +00:00
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
cpl10 = spdx {
|
|
|
|
shortName = "CPL-1.0";
|
|
|
|
fullName = "Common Public License 1.0";
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
epl10 = spdx {
|
|
|
|
shortName = "EPL-1.0";
|
|
|
|
fullName = "Eclipse Public License 1.0";
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
|
|
|
|
2014-06-27 07:48:42 +00:00
|
|
|
free = "free";
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
gpl2 = spdx {
|
|
|
|
shortName = "GPL-2.0";
|
|
|
|
fullName = "GNU General Public License v2.0 only";
|
2014-03-12 20:20:01 +00:00
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
gpl2Oss = {
|
2014-07-30 16:04:57 +00:00
|
|
|
shortName = "GPL-2.0-with-OSS";
|
2010-02-25 13:06:17 +00:00
|
|
|
fullName = "GNU General Public License version 2 only (with OSI approved licenses linking exception)";
|
|
|
|
url = http://www.mysql.com/about/legal/licensing/foss-exception;
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
gpl2Plus = spdx {
|
|
|
|
shortName = "GPL-2.0+";
|
|
|
|
fullName = "GNU General Public License v2.0 or later";
|
2014-03-12 20:20:01 +00:00
|
|
|
};
|
2010-02-25 13:06:17 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
gpl3 = spdx {
|
|
|
|
shortName = "GPL-3.0";
|
|
|
|
fullName = "GNU General Public License v3.0 only";
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
gpl3Plus = spdx {
|
|
|
|
shortName = "GPL-3.0+";
|
|
|
|
fullName = "GNU General Public License v3.0 or later";
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
gpl3ClasspathPlus = {
|
2014-07-30 16:04:57 +00:00
|
|
|
shortName = "GPL-3.0+-with-classpath-exception";
|
|
|
|
fullName = "GNU General Public License v3.0 or later (with Classpath exception)";
|
2010-02-25 13:06:17 +00:00
|
|
|
url = https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception;
|
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
isc = spdx {
|
2011-10-14 14:00:50 +00:00
|
|
|
shortName = "ISC";
|
2014-07-30 16:04:57 +00:00
|
|
|
fullName = "ISC License";
|
2011-10-14 14:00:50 +00:00
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
ipa = spdx {
|
|
|
|
shortName = "IPA";
|
|
|
|
fullName = "IPA Font License";
|
2014-06-15 16:02:41 +00:00
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
ipl10 = spdx {
|
|
|
|
shortName = "IPL-1.0";
|
|
|
|
fullName = "IBM Public License v1.0";
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
libtiff = {
|
|
|
|
shortName = "libtiff";
|
|
|
|
fullName = "libtiff license";
|
|
|
|
url = https://fedoraproject.org/wiki/Licensing/libtiff;
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
lgpl2 = spdx {
|
|
|
|
shortName = "LGPL-2.0";
|
|
|
|
fullName = "GNU Library General Public License v2 only";
|
2014-03-12 20:20:01 +00:00
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
lgpl2Plus = spdx {
|
|
|
|
shortName = "LGPL-2.0+";
|
|
|
|
fullName = "GNU Library General Public License v2 or later";
|
2010-02-25 15:44:28 +00:00
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
lgpl21 = spdx {
|
|
|
|
shortName = "LGPL-2.1";
|
|
|
|
fullName = "GNU Library General Public License v2.1 only";
|
2014-03-12 20:20:01 +00:00
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
lgpl21Plus = spdx {
|
|
|
|
shortName = "LGPL-2.1+";
|
|
|
|
fullName = "GNU Library General Public License v2.1 or later";
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2013-08-02 05:39:20 +00:00
|
|
|
llgpl21 = {
|
2014-07-30 16:04:57 +00:00
|
|
|
shortName = "LLGPL-2.1";
|
2013-08-02 05:39:20 +00:00
|
|
|
fullName = "Lisp LGPL; GNU Lesser General Public License version 2.1 with Franz Inc. preamble for clarification of LGPL terms in context of Lisp";
|
|
|
|
url = http://opensource.franz.com/preamble.html;
|
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
lgpl3 = spdx {
|
|
|
|
shortName = "LGPL-3.0";
|
|
|
|
fullName = "GNU Lesser General Public License v3.0 only";
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
lgpl3Plus = spdx {
|
|
|
|
shortName = "LGPL-3.0+";
|
|
|
|
fullName = "GNU Lesser General Public License v3.0 or later";
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
mit = spdx {
|
2010-02-25 13:06:17 +00:00
|
|
|
shortName = "MIT";
|
2014-07-30 16:04:57 +00:00
|
|
|
fullName = "MIT License";
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
mpl11 = spdx {
|
|
|
|
shortName = "MPL-1.1";
|
|
|
|
fullName = "Mozilla Public License 1.1";
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
mpl20 = spdx {
|
|
|
|
shortName = "MPL-2.0";
|
|
|
|
fullName = "Mozilla Public License 2.0";
|
2013-10-20 20:30:11 +00:00
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
ofl = spdx {
|
|
|
|
shortName = "OFL-1.1";
|
|
|
|
fullName = "SIL Open Font License 1.1";
|
2014-05-06 08:04:43 +00:00
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
openssl = spdx {
|
|
|
|
shortName = "OpenSSL";
|
|
|
|
fullName = "OpenSSL License";
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
publicDomain = {
|
|
|
|
shortName = "Public Domain";
|
|
|
|
fullname = "Public Domain";
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
psfl = spdx {
|
|
|
|
shortName = "Python-2.0";
|
|
|
|
fullName = "Python Software Foundation License version 2";
|
|
|
|
#url = http://docs.python.org/license.html;
|
2012-02-26 17:23:16 +00:00
|
|
|
};
|
|
|
|
|
2012-09-09 04:23:54 +00:00
|
|
|
tcltk = {
|
|
|
|
shortName = "Tcl/Tk";
|
|
|
|
fullName = "Tcl/Tk license";
|
|
|
|
url = http://www.tcl.tk/software/tcltk/license.html;
|
|
|
|
};
|
2013-03-24 21:45:21 +00:00
|
|
|
|
2013-04-14 18:10:23 +00:00
|
|
|
unfree = "unfree";
|
2013-03-24 21:45:21 +00:00
|
|
|
|
2013-04-14 18:10:23 +00:00
|
|
|
unfreeRedistributable = "unfree-redistributable";
|
2013-03-24 21:45:21 +00:00
|
|
|
|
2013-06-05 20:44:08 +00:00
|
|
|
unfreeRedistributableFirmware = "unfree-redistributable-firmware";
|
|
|
|
|
2014-06-12 04:05:16 +00:00
|
|
|
wadalab = {
|
|
|
|
shortName = "wadalab";
|
|
|
|
fullName = "Wadalab Font License";
|
|
|
|
url = https://fedoraproject.org/wiki/Licensing:Wadalab?rd=Licensing/Wadalab;
|
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
zlib = spdx {
|
|
|
|
shortName = "Zlib";
|
|
|
|
fullName = "zlib License";
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
2013-04-16 23:25:45 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
zpt20 = spdx { # FIXME: why zpt* instead of zpl*
|
|
|
|
shortName = "ZPL-2.0";
|
2013-04-16 23:25:45 +00:00
|
|
|
fullName = "Zope Public License 2.0";
|
|
|
|
};
|
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
zpt21 = spdx {
|
|
|
|
shortName = "ZPL-2.1";
|
2013-04-16 23:25:45 +00:00
|
|
|
fullName = "Zope Public License 2.1";
|
|
|
|
};
|
2014-03-25 00:58:11 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
sleepycat = spdx {
|
2014-03-25 00:58:11 +00:00
|
|
|
shortName = "Sleepycat";
|
2014-07-30 16:04:57 +00:00
|
|
|
fullName = "Sleepycat License";
|
2014-03-25 00:58:11 +00:00
|
|
|
};
|
2014-05-01 07:29:42 +00:00
|
|
|
|
2014-07-30 16:04:57 +00:00
|
|
|
cecill-c = spdx {
|
|
|
|
shortName = "CECILL-C";
|
|
|
|
fullName = "CeCILL-C Free Software License Agreement";
|
2014-05-01 07:29:42 +00:00
|
|
|
};
|
2014-05-02 00:08:36 +00:00
|
|
|
|
|
|
|
msrla = {
|
|
|
|
shortName = "MSR-LA";
|
|
|
|
fullName = "Microsoft Research License Agreement";
|
|
|
|
url = "http://research.microsoft.com/en-us/projects/pex/msr-la.txt";
|
|
|
|
};
|
|
|
|
|
|
|
|
inria = {
|
|
|
|
shortName = "INRIA-NCLA";
|
|
|
|
fullName = "INRIA Non-Commercial License Agreement";
|
|
|
|
url = "http://compcert.inria.fr/doc/LICENSE";
|
|
|
|
};
|
2010-02-25 13:06:17 +00:00
|
|
|
}
|