1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
{
"backend": "gs-pypi",
"package": "gs_pypi",
"repositories": {
"pypi": {
"repo_uri": "https://pypi.python.org/",
"db_uri": "https://github.com/jauhien/gs-pypi-db/archive/master.tar.gz"
}
},
"common_config": {
"licenses": {
"Academic Free License (AFL)": "AFL-3.0",
"Aladdin Free Public License (AFPL)": "Aladdin",
"Apache Software License": "Apache-2.0",
"Artistic License": "Artistic",
"BSD License": "BSD",
"CC0 1.0 Universal (CC0 1.0) Public Domain Dedication": "CC0-1.0",
"Common Public License": "CPL-1.0",
"GNU Affero General Public License v3": "AGPL-3",
"GNU Affero General Public License v3 or later (AGPLv3+)": "AGPL-3",
"GNU Free Documentation License (FDL)": "FDL-1.1+",
"GNU General Public License (GPL)": "GPL-1+",
"GNU General Public License v2 (GPLv2)": "GPL-2",
"GNU General Public License v2 or later (GPLv2+)": "GPL-2+",
"GNU General Public License v3 (GPLv3)": "GPL-3",
"GNU General Public License v3 or later (GPLv3+)": "GPL-3+",
"GNU Lesser General Public License v2 (LGPLv2)": "LGPL-2",
"GNU Lesser General Public License v2 or later (LGPLv2+)": "LGPL-2+",
"GNU Lesser General Public License v3 (LGPLv3)": "LGPL-3",
"GNU Lesser General Public License v3 or later (LGPLv3+)": "LGPL-3+",
"GNU Library or Lesser General Public License (LGPL)": "LGPL-2+",
"ISC License (ISCL)": "ISC",
"MIT License": "MIT",
"Mozilla Public License 1.0 (MPL)": "MPL-1.0",
"Mozilla Public License 1.1 (MPL 1.1)": "MPL-1.1",
"Mozilla Public License 2.0 (MPL 2.0)": "MPL-2.0",
"Public Domain": "public-domain",
"Python License (CNRI Python License)": "CNRI",
"Python Software Foundation License": "PYTHON",
"Repoze Public License": "repoze",
"W3C License": "W3C",
"Zope Public License": "ZPL",
"zlib/libpng License": "ZLIB"
}
}
}
|