lib/licenses.nix: improve sortedness
This commit is contained in:
parent
32c237d782
commit
0f2101215d
@ -10,11 +10,6 @@ rec {
|
|||||||
* add it to this list. The URL mentioned above is a good source for inspiration.
|
* add it to this list. The URL mentioned above is a good source for inspiration.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
artistic2 = spdx {
|
|
||||||
shortName = "Artistic-2.0";
|
|
||||||
fullName = "Artistic License 2.0";
|
|
||||||
};
|
|
||||||
|
|
||||||
agpl3 = spdx {
|
agpl3 = spdx {
|
||||||
shortName = "AGPL-3.0";
|
shortName = "AGPL-3.0";
|
||||||
fullName = "GNU Affero General Public License v3.0";
|
fullName = "GNU Affero General Public License v3.0";
|
||||||
@ -37,6 +32,11 @@ rec {
|
|||||||
fullName = "Apple Public Source License 2.0";
|
fullName = "Apple Public Source License 2.0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
artistic2 = spdx {
|
||||||
|
shortName = "Artistic-2.0";
|
||||||
|
fullName = "Artistic License 2.0";
|
||||||
|
};
|
||||||
|
|
||||||
asl20 = spdx {
|
asl20 = spdx {
|
||||||
shortName = "Apache-2.0";
|
shortName = "Apache-2.0";
|
||||||
fullName = "Apache License 2.0";
|
fullName = "Apache License 2.0";
|
||||||
@ -72,6 +72,11 @@ rec {
|
|||||||
fullName = "Common Development and Distribution License 1.0";
|
fullName = "Common Development and Distribution License 1.0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cecill-c = spdx {
|
||||||
|
shortName = "CECILL-C";
|
||||||
|
fullName = "CeCILL-C Free Software License Agreement";
|
||||||
|
};
|
||||||
|
|
||||||
cpl10 = spdx {
|
cpl10 = spdx {
|
||||||
shortName = "CPL-1.0";
|
shortName = "CPL-1.0";
|
||||||
fullName = "Common Public License 1.0";
|
fullName = "Common Public License 1.0";
|
||||||
@ -116,9 +121,10 @@ rec {
|
|||||||
url = https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception;
|
url = https://fedoraproject.org/wiki/Licensing/GPL_Classpath_Exception;
|
||||||
};
|
};
|
||||||
|
|
||||||
isc = spdx {
|
inria = {
|
||||||
shortName = "ISC";
|
shortName = "INRIA-NCLA";
|
||||||
fullName = "ISC License";
|
fullName = "INRIA Non-Commercial License Agreement";
|
||||||
|
url = "http://compcert.inria.fr/doc/LICENSE";
|
||||||
};
|
};
|
||||||
|
|
||||||
ipa = spdx {
|
ipa = spdx {
|
||||||
@ -131,10 +137,9 @@ rec {
|
|||||||
fullName = "IBM Public License v1.0";
|
fullName = "IBM Public License v1.0";
|
||||||
};
|
};
|
||||||
|
|
||||||
libtiff = {
|
isc = spdx {
|
||||||
shortName = "libtiff";
|
shortName = "ISC";
|
||||||
fullName = "libtiff license";
|
fullName = "ISC License";
|
||||||
url = https://fedoraproject.org/wiki/Licensing/libtiff;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lgpl2 = spdx {
|
lgpl2 = spdx {
|
||||||
@ -157,12 +162,6 @@ rec {
|
|||||||
fullName = "GNU Library General Public License v2.1 or later";
|
fullName = "GNU Library General Public License v2.1 or later";
|
||||||
};
|
};
|
||||||
|
|
||||||
llgpl21 = {
|
|
||||||
shortName = "LLGPL-2.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;
|
|
||||||
};
|
|
||||||
|
|
||||||
lgpl3 = spdx {
|
lgpl3 = spdx {
|
||||||
shortName = "LGPL-3.0";
|
shortName = "LGPL-3.0";
|
||||||
fullName = "GNU Lesser General Public License v3.0 only";
|
fullName = "GNU Lesser General Public License v3.0 only";
|
||||||
@ -173,6 +172,18 @@ rec {
|
|||||||
fullName = "GNU Lesser General Public License v3.0 or later";
|
fullName = "GNU Lesser General Public License v3.0 or later";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
libtiff = {
|
||||||
|
shortName = "libtiff";
|
||||||
|
fullName = "libtiff license";
|
||||||
|
url = https://fedoraproject.org/wiki/Licensing/libtiff;
|
||||||
|
};
|
||||||
|
|
||||||
|
llgpl21 = {
|
||||||
|
shortName = "LLGPL-2.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;
|
||||||
|
};
|
||||||
|
|
||||||
mit = spdx {
|
mit = spdx {
|
||||||
shortName = "MIT";
|
shortName = "MIT";
|
||||||
fullName = "MIT License";
|
fullName = "MIT License";
|
||||||
@ -188,6 +199,12 @@ rec {
|
|||||||
fullName = "Mozilla Public License 2.0";
|
fullName = "Mozilla Public License 2.0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
msrla = {
|
||||||
|
shortName = "MSR-LA";
|
||||||
|
fullName = "Microsoft Research License Agreement";
|
||||||
|
url = "http://research.microsoft.com/en-us/projects/pex/msr-la.txt";
|
||||||
|
};
|
||||||
|
|
||||||
ofl = spdx {
|
ofl = spdx {
|
||||||
shortName = "OFL-1.1";
|
shortName = "OFL-1.1";
|
||||||
fullName = "SIL Open Font License 1.1";
|
fullName = "SIL Open Font License 1.1";
|
||||||
@ -198,15 +215,20 @@ rec {
|
|||||||
fullName = "OpenSSL License";
|
fullName = "OpenSSL License";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
psfl = spdx {
|
||||||
|
shortName = "Python-2.0";
|
||||||
|
fullName = "Python Software Foundation License version 2";
|
||||||
|
#url = http://docs.python.org/license.html;
|
||||||
|
};
|
||||||
|
|
||||||
publicDomain = {
|
publicDomain = {
|
||||||
shortName = "Public Domain";
|
shortName = "Public Domain";
|
||||||
fullname = "Public Domain";
|
fullname = "Public Domain";
|
||||||
};
|
};
|
||||||
|
|
||||||
psfl = spdx {
|
sleepycat = spdx {
|
||||||
shortName = "Python-2.0";
|
shortName = "Sleepycat";
|
||||||
fullName = "Python Software Foundation License version 2";
|
fullName = "Sleepycat License";
|
||||||
#url = http://docs.python.org/license.html;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
tcltk = {
|
tcltk = {
|
||||||
@ -242,25 +264,5 @@ rec {
|
|||||||
fullName = "Zope Public License 2.1";
|
fullName = "Zope Public License 2.1";
|
||||||
};
|
};
|
||||||
|
|
||||||
sleepycat = spdx {
|
|
||||||
shortName = "Sleepycat";
|
|
||||||
fullName = "Sleepycat License";
|
|
||||||
};
|
|
||||||
|
|
||||||
cecill-c = spdx {
|
|
||||||
shortName = "CECILL-C";
|
|
||||||
fullName = "CeCILL-C Free Software License Agreement";
|
|
||||||
};
|
|
||||||
|
|
||||||
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";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user