2010-02-25 13:06:17 +00:00
|
|
|
{
|
|
|
|
/* License identifiers loosely based on: http://fedoraproject.org/wiki/Licensing
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
2013-08-13 09:13:59 +00:00
|
|
|
artistic2 = {
|
|
|
|
shortName = "Artistic 2.0";
|
|
|
|
fullName = "Artistic 2.0";
|
|
|
|
url = "http://opensource.org/licenses/artistic-license-2.0.php";
|
2013-08-13 10:22:15 +00:00
|
|
|
};
|
2013-08-13 09:13:59 +00:00
|
|
|
|
2013-07-03 14:35:13 +00:00
|
|
|
agpl3 = {
|
|
|
|
shortName = "AGPLv3";
|
2013-05-31 01:07:36 +00:00
|
|
|
fullName = "GNU Affero General Public License version 3 only";
|
|
|
|
url = https://www.gnu.org/licenses/agpl.html;
|
|
|
|
};
|
|
|
|
|
|
|
|
agpl3Plus = {
|
|
|
|
shortName = "AGPLv3+";
|
|
|
|
fullName = "GNU Affero General Public License version 3 or later";
|
|
|
|
url = https://www.gnu.org/licenses/agpl.html;
|
|
|
|
};
|
|
|
|
|
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-03-12 20:20:01 +00:00
|
|
|
apsl20 = {
|
|
|
|
shortName = "APSL 2.0";
|
|
|
|
fullName = "Apple Public Source License 2.0";
|
|
|
|
url = http://opensource.org/licenses/APSL-2.0;
|
|
|
|
};
|
2013-08-13 05:32:34 +00:00
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
asl20 = {
|
|
|
|
shortName = "ASL2.0";
|
|
|
|
fullName = "Apache Software License 2.0";
|
|
|
|
url = http://www.apache.org/licenses/LICENSE-2.0;
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
boost = {
|
|
|
|
shortName = "boost";
|
|
|
|
fullName = "Boost Software License";
|
|
|
|
url = http://www.boost.org/LICENSE_1_0.txt;
|
|
|
|
};
|
|
|
|
|
|
|
|
bsd2 = {
|
|
|
|
shortName = "BSD-2";
|
|
|
|
fullName = "BSD license (2 clause)";
|
2013-05-31 01:07:36 +00:00
|
|
|
url = http://opensource.org/licenses/BSD-2-Clause;
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
bsd3 = {
|
|
|
|
shortName = "BSD-3";
|
|
|
|
fullName = "BSD license (3 clause)";
|
2013-05-31 01:07:36 +00:00
|
|
|
url = http://opensource.org/licenses/BSD-3-Clause;
|
2010-02-25 13:06:17 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
bsdOriginal = {
|
|
|
|
shortName = "BSD-original";
|
|
|
|
fullName = "Original BSD license with advertising clause";
|
|
|
|
url = https://fedoraproject.org/wiki/Licensing/BSD;
|
|
|
|
};
|
|
|
|
|
2014-04-10 20:29:36 +00:00
|
|
|
cc-by-30 = {
|
|
|
|
shortName = "CC BY 3.0";
|
|
|
|
fullName = "Creative Commons Attribution 3.0";
|
|
|
|
url = http://creativecommons.org/licenses/by/3.0;
|
|
|
|
};
|
|
|
|
|
2012-10-05 16:11:25 +00:00
|
|
|
cddl = {
|
|
|
|
shortName = "CDDL";
|
|
|
|
fullName = "Common Development Distribution License ";
|
|
|
|
url = http://www.opensolaris.org/os/licensing/cddllicense.txt;
|
|
|
|
};
|
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
cpl10 = {
|
|
|
|
shortName = "CPL 1.0";
|
|
|
|
fullName = "Common Public License version 1.0";
|
|
|
|
url = http://www.eclipse.org/legal/cpl-v10.html;
|
|
|
|
};
|
|
|
|
|
|
|
|
epl10 = {
|
|
|
|
shortName = "EPL 1.0";
|
|
|
|
fullName = "Eclipse Public License version 1.0";
|
|
|
|
url = http://www.eclipse.org/legal/epl-v10.html;
|
|
|
|
};
|
|
|
|
|
2014-03-12 20:20:01 +00:00
|
|
|
gpl2 = {
|
|
|
|
shortName = "GPLv2";
|
|
|
|
fullName = "GNU General Public License version 2";
|
|
|
|
url = http://www.gnu.org/licenses/old-licenses/gpl-2.0.html;
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
gpl2Oss = {
|
|
|
|
shortName = "GPLv2+OSS";
|
|
|
|
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-03-12 20:20:01 +00:00
|
|
|
gpl2Plus = {
|
|
|
|
shortName = "GPLv2+";
|
|
|
|
fullName = "GNU General Public License version 2 or later";
|
|
|
|
url = http://www.gnu.org/licenses/old-licenses/gpl-2.0.html;
|
|
|
|
};
|
2010-02-25 13:06:17 +00:00
|
|
|
|
|
|
|
gpl3 = {
|
|
|
|
shortName = "GPLv3";
|
|
|
|
fullName = "GNU General Public License version 3 only";
|
|
|
|
url = http://www.fsf.org/licensing/licenses/gpl.html;
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
gpl3Plus = {
|
|
|
|
shortName = "GPLv3+";
|
|
|
|
fullName = "GNU General Public License version 3 or later";
|
|
|
|
url = http://www.fsf.org/licensing/licenses/gpl.html;
|
|
|
|
};
|
|
|
|
|
|
|
|
gpl3ClasspathPlus = {
|
|
|
|
shortName = "GPLv3+classpath+";
|
|
|
|
fullName = "GNU General Public License version 3 or later (with Classpath exception)";
|
|
|
|
url = https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception;
|
|
|
|
};
|
|
|
|
|
2011-10-14 14:00:50 +00:00
|
|
|
isc = {
|
|
|
|
shortName = "ISC";
|
|
|
|
fullName = "Internet Systems Consortium License";
|
|
|
|
url = http://www.opensource.org/licenses/ISC;
|
|
|
|
};
|
|
|
|
|
2011-10-13 12:37:15 +00:00
|
|
|
ipl10 = {
|
|
|
|
shortName = "IPL 1.0";
|
|
|
|
fullName = "IBM Public License Version 1.0";
|
|
|
|
url = http://www.ibm.com/developerworks/opensource/library/os-i18n2/os-ipl.html;
|
|
|
|
};
|
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
ijg = {
|
|
|
|
shortName = "IJG";
|
|
|
|
fullName = "Independent JPEG Group License";
|
|
|
|
url = https://fedoraproject.org/wiki/Licensing/IJG;
|
|
|
|
};
|
|
|
|
|
|
|
|
libtiff = {
|
|
|
|
shortName = "libtiff";
|
|
|
|
fullName = "libtiff license";
|
|
|
|
url = https://fedoraproject.org/wiki/Licensing/libtiff;
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2014-03-12 20:20:01 +00:00
|
|
|
lgpl2 = {
|
|
|
|
shortName = "LGPLv2";
|
|
|
|
fullName = "GNU Library General Public License version 2";
|
|
|
|
url = http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html;
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2010-02-25 15:44:28 +00:00
|
|
|
lgpl2Plus = {
|
|
|
|
shortName = "LGPLv2+";
|
|
|
|
fullName = "GNU Library General Public License version 2 or later";
|
|
|
|
url = http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html;
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2014-03-12 20:20:01 +00:00
|
|
|
lgpl21 = {
|
|
|
|
shortName = "LGPLv2.1";
|
|
|
|
fullName = "GNU Lesser General Public License version 2.1";
|
|
|
|
url = http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html;
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
lgpl21Plus = {
|
|
|
|
shortName = "LGPLv2.1+";
|
|
|
|
fullName = "GNU Lesser General Public License version 2.1 or later";
|
|
|
|
url = http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html;
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2013-08-02 05:39:20 +00:00
|
|
|
llgpl21 = {
|
|
|
|
shortName = "LLGPLv2.1";
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
lgpl3 = {
|
|
|
|
shortName = "LGPLv3";
|
|
|
|
fullName = "GNU Lesser General Public License version 3 only";
|
|
|
|
url = http://www.fsf.org/licensing/licenses/lgpl.html;
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
lgpl3Plus = {
|
|
|
|
shortName = "LGPLv3+";
|
|
|
|
fullName = "GNU Lesser General Public License version 3 or later";
|
|
|
|
url = http://www.fsf.org/licensing/licenses/lgpl.html;
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
mit = {
|
|
|
|
shortName = "MIT";
|
|
|
|
fullName = "MIT/X11 license";
|
|
|
|
url = http://www.opensource.org/licenses/mit-license.php;
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
mpl11 = {
|
|
|
|
shortName = "MPL1.1";
|
|
|
|
fullName = "Mozilla Public License version 1.1";
|
|
|
|
url = http://www.mozilla.org/MPL/MPL-1.1.html;
|
|
|
|
};
|
2013-03-24 21:45:48 +00:00
|
|
|
|
2013-10-20 20:30:11 +00:00
|
|
|
mpl20 = {
|
|
|
|
shortName = "MPL2.0";
|
|
|
|
fullName = "Mozilla Public License version 2.0";
|
|
|
|
url = https://www.mozilla.org/MPL/2.0;
|
|
|
|
};
|
|
|
|
|
2014-05-06 08:04:43 +00:00
|
|
|
ofl = {
|
|
|
|
shortName = "OFL";
|
|
|
|
fullName = "SIL Open Font License";
|
|
|
|
url = "http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web";
|
|
|
|
};
|
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
openssl = {
|
|
|
|
shortName = "openssl";
|
|
|
|
fullName = "OpenSSL license";
|
|
|
|
url = http://www.openssl.org/source/license.html;
|
|
|
|
};
|
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
|
|
|
|
2012-02-26 17:23:16 +00:00
|
|
|
psfl = {
|
|
|
|
shortName = "PSFL";
|
|
|
|
fullName = "Python Software Foundation License";
|
|
|
|
url = http://docs.python.org/license.html;
|
|
|
|
};
|
|
|
|
|
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";
|
|
|
|
|
2010-02-25 13:06:17 +00:00
|
|
|
zlib = {
|
|
|
|
shortName = "zlib";
|
|
|
|
fullName = "zlib license";
|
|
|
|
url = http://www.gzip.org/zlib/zlib_license.html;
|
|
|
|
};
|
2013-04-16 23:25:45 +00:00
|
|
|
|
|
|
|
zpt20 = {
|
|
|
|
shortName = "ZPT2.0";
|
|
|
|
fullName = "Zope Public License 2.0";
|
|
|
|
url = "http://old.zope.org/Resources/License/ZPL-2.0";
|
|
|
|
};
|
|
|
|
|
|
|
|
zpt21 = {
|
|
|
|
shortName = "ZPT2.1";
|
|
|
|
fullName = "Zope Public License 2.1";
|
|
|
|
url = "http://old.zope.org/Resources/License/ZPL-2.1";
|
|
|
|
};
|
2014-03-25 00:58:11 +00:00
|
|
|
|
|
|
|
sleepycat = {
|
|
|
|
shortName = "Sleepycat";
|
|
|
|
fullName = "Sleepycat Public License";
|
|
|
|
url = "https://en.wikipedia.org/wiki/Sleepycat_License";
|
|
|
|
};
|
2014-05-01 07:29:42 +00:00
|
|
|
|
|
|
|
cecill-c = {
|
|
|
|
shortName = "CeCILL-C";
|
|
|
|
fullName = "CEA CNRS INRIA Logiciel Libre";
|
|
|
|
url = "http://www.cecill.info/licences.en.html";
|
|
|
|
};
|
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
|
|
|
}
|