diff --git a/rhodecode/config/licenses.json b/rhodecode/config/licenses.json --- a/rhodecode/config/licenses.json +++ b/rhodecode/config/licenses.json @@ -1,11 +1,11 @@ { - "nodejs-4.3.1": { + "libnghttp2-1.7.1": { "MIT License": "http://spdx.org/licenses/MIT" }, - "postgresql-9.5.1": { - "PostgreSQL License": "http://spdx.org/licenses/PostgreSQL" - }, - "python-2.7.11": { + "nodejs-4.3.1": { + "MIT License": "http://spdx.org/licenses/MIT" + }, + "python-2.7.12": { "Python Software Foundation License version 2": "http://spdx.org/licenses/Python-2.0" }, "python2.7-Babel-1.3": { @@ -14,19 +14,25 @@ "python2.7-Beaker-1.7.0": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, + "python2.7-Chameleon-2.24": { + "BSD-like": "http://repoze.org/license.html" + }, "python2.7-FormEncode-1.2.4": { "Python Software Foundation License version 2": "http://spdx.org/licenses/Python-2.0" }, - "python2.7-Mako-1.0.1": { + "python2.7-Jinja2-2.7.3": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, + "python2.7-Mako-1.0.6": { "MIT License": "http://spdx.org/licenses/MIT" }, - "python2.7-Markdown-2.6.2": { + "python2.7-Markdown-2.6.7": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, "python2.7-MarkupSafe-0.23": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, - "python2.7-Paste-2.0.2": { + "python2.7-Paste-2.0.3": { "MIT License": "http://spdx.org/licenses/MIT" }, "python2.7-PasteDeploy-1.5.2": { @@ -35,12 +41,12 @@ "python2.7-PasteScript-1.7.5": { "MIT License": "http://spdx.org/licenses/MIT" }, - "python2.7-Pygments-2.0.2": { + "python2.7-Pygments-2.2.0": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, - "python2.7-Pylons-1.0.1-patch1": { + "python2.7-Pylons-1.0.2.rhodecode-patch1": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" - }, + }, "python2.7-Routes-1.13": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, @@ -65,7 +71,7 @@ "python2.7-WebOb-1.3.1": { "MIT License": "http://spdx.org/licenses/MIT" }, - "python2.7-Whoosh-2.7.0": { + "python2.7-Whoosh-2.7.4": { "BSD 2-clause \"Simplified\" License": "http://spdx.org/licenses/BSD-2-Clause", "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, @@ -87,9 +93,18 @@ "python2.7-backport-ipaddress-0.1": { "Python Software Foundation License version 2": "http://spdx.org/licenses/Python-2.0" }, + "python2.7-backports.shutil-get-terminal-size-1.0.0": { + "MIT License": "http://spdx.org/licenses/MIT" + }, + "python2.7-bleach-1.5.0": { + "Apache License 2.0": "http://spdx.org/licenses/Apache-2.0" + }, "python2.7-celery-2.2.10": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, + "python2.7-channelstream-0.5.2": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, "python2.7-click-5.1": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, @@ -99,82 +114,169 @@ "python2.7-configobj-5.0.6": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, - "python2.7-cssselect-0.9.1": { + "python2.7-configparser-3.5.0": { + "MIT License": "http://spdx.org/licenses/MIT" + }, + "python2.7-cssselect-1.0.1": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, - "python2.7-decorator-3.4.2": { + "python2.7-decorator-4.0.11": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, + "python2.7-deform-2.0a2": { + "BSD-derived": "http://www.repoze.org/LICENSE.txt" + }, "python2.7-docutils-0.12": { "BSD 2-clause \"Simplified\" License": "http://spdx.org/licenses/BSD-2-Clause" }, + "python2.7-dogpile.cache-0.6.1": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, + "python2.7-dogpile.core-0.4.1": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, "python2.7-elasticsearch-2.3.0": { "Apache License 2.0": "http://spdx.org/licenses/Apache-2.0" }, - "python2.7-elasticsearch-dsl-2.0.0": { + "python2.7-elasticsearch-dsl-2.2.0": { "Apache License 2.0": "http://spdx.org/licenses/Apache-2.0" }, + "python2.7-entrypoints-0.2.2": { + "MIT License": "http://spdx.org/licenses/MIT" + }, + "python2.7-enum34-1.1.6": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, + "python2.7-functools32-3.2.3.post2": { + "Python Software Foundation License version 2": "http://spdx.org/licenses/Python-2.0" + }, "python2.7-future-0.14.3": { "MIT License": "http://spdx.org/licenses/MIT" }, "python2.7-futures-3.0.2": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, + "python2.7-gevent-1.1.2": { + "MIT License": "http://spdx.org/licenses/MIT" + }, "python2.7-gnureadline-6.3.3": { "GNU General Public License v1.0 only": "http://spdx.org/licenses/GPL-1.0" }, + "python2.7-gprof2dot-2016.10.13": { + "GNU Lesser General Public License v3.0 or later": "http://spdx.org/licenses/LGPL-3.0+" + }, + "python2.7-greenlet-0.4.10": { + "MIT License": "http://spdx.org/licenses/MIT" + }, "python2.7-gunicorn-19.6.0": { "MIT License": "http://spdx.org/licenses/MIT" }, + "python2.7-html5lib-0.9999999": { + "MIT License": "http://spdx.org/licenses/MIT" + }, "python2.7-infrae.cache-1.0.1": { "Zope Public License 2.1": "http://spdx.org/licenses/ZPL-2.1" }, - "python2.7-ipython-3.1.0": { + "python2.7-ipython-5.1.0": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, + "python2.7-ipython-genutils-0.2.0": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, "python2.7-iso8601-0.1.11": { "MIT License": "http://spdx.org/licenses/MIT" }, + "python2.7-itsdangerous-0.24": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, + "python2.7-jsonschema-2.6.0": { + "MIT License": "http://spdx.org/licenses/MIT" + }, + "python2.7-jupyter-client-5.0.0": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, + "python2.7-jupyter-core-4.3.0": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, "python2.7-kombu-1.5.1": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, - "python2.7-msgpack-python-0.4.6": { + "python2.7-mistune-0.7.4": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, + "python2.7-msgpack-python-0.4.8": { "Apache License 2.0": "http://spdx.org/licenses/Apache-2.0" }, + "python2.7-nbconvert-5.1.1": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, + "python2.7-nbformat-4.3.0": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, "python2.7-packaging-15.2": { "Apache License 2.0": "http://spdx.org/licenses/Apache-2.0" }, - "python2.7-psutil-2.2.1": { + "python2.7-pandocfilters-1.4.1": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, - "python2.7-psycopg2-2.6": { + "python2.7-pathlib2-2.1.0": { + "MIT License": "http://spdx.org/licenses/MIT" + }, + "python2.7-peppercorn-0.5": { + "BSD-derived": "http://www.repoze.org/LICENSE.txt" + }, + "python2.7-pexpect-4.2.1": { + "ISC License": "http://spdx.org/licenses/ISC" + }, + "python2.7-pickleshare-0.7.4": { + "MIT License": "http://spdx.org/licenses/MIT" + }, + "python2.7-prompt-toolkit-1.0.14": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, + "python2.7-psutil-4.3.1": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, + "python2.7-psycopg2-2.6.1": { "GNU Lesser General Public License v3.0 or later": "http://spdx.org/licenses/LGPL-3.0+" }, - "python2.7-py-1.4.29": { + "python2.7-ptyprocess-0.5.1": { + "ISC License": "http://opensource.org/licenses/ISC" + }, + "python2.7-py-1.4.31": { "MIT License": "http://spdx.org/licenses/MIT" }, "python2.7-py-bcrypt-0.4": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" }, + "python2.7-py-gfm-0.1.3.rhodecode-upstream1": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, "python2.7-pycrypto-2.6.1": { "Public Domain": null }, "python2.7-pycurl-7.19.5": { "MIT License": "http://spdx.org/licenses/MIT" }, + "python2.7-pygments-markdown-lexer-0.1.0.dev39": { + "Apache License 2.0": "http://spdx.org/licenses/Apache-2.0" + }, "python2.7-pyparsing-1.5.7": { "MIT License": "http://spdx.org/licenses/MIT" }, - "python2.7-pyramid-1.6.1": { + "python2.7-pyramid-1.7.4": { "Repoze License": "http://www.repoze.org/LICENSE.txt" }, "python2.7-pyramid-beaker-0.8": { "Repoze License": "http://www.repoze.org/LICENSE.txt" }, - "python2.7-pyramid-debugtoolbar-2.4.2": { + "python2.7-pyramid-debugtoolbar-3.0.5": { "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause", "Repoze License": "http://www.repoze.org/LICENSE.txt" }, + "python2.7-pyramid-jinja2-2.5": { + "BSD-derived": "http://www.repoze.org/LICENSE.txt" + }, "python2.7-pyramid-mako-1.0.2": { "Repoze License": "http://www.repoze.org/LICENSE.txt" }, @@ -182,16 +284,25 @@ "libpng License": "http://spdx.org/licenses/Libpng", "zlib License": "http://spdx.org/licenses/Zlib" }, - "python2.7-pytest-2.8.5": { + "python2.7-pytest-3.0.5": { + "MIT License": "http://spdx.org/licenses/MIT" + }, + "python2.7-pytest-profiling-1.2.2": { + "MIT License": "http://spdx.org/licenses/MIT" + }, + "python2.7-pytest-runner-2.9": { "MIT License": "http://spdx.org/licenses/MIT" }, - "python2.7-pytest-runner-2.7.1": { + "python2.7-pytest-sugar-0.7.1": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, + "python2.7-pytest-timeout-1.2.0": { "MIT License": "http://spdx.org/licenses/MIT" }, - "python2.7-python-dateutil-1.5": { - "Python Software Foundation License version 2": "http://spdx.org/licenses/Python-2.0" + "python2.7-python-dateutil-2.1": { + "Simplified BSD": null }, - "python2.7-python-editor-1.0.1": { + "python2.7-python-editor-1.0.3": { "Apache License 2.0": "http://spdx.org/licenses/Apache-2.0" }, "python2.7-python-ldap-2.4.19": { @@ -203,6 +314,9 @@ "python2.7-pytz-2015.4": { "MIT License": "http://spdx.org/licenses/MIT" }, + "python2.7-pyzmq-14.6.0": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, "python2.7-recaptcha-client-1.0.6": { "MIT License": "http://spdx.org/licenses/MIT" }, @@ -211,21 +325,35 @@ }, "python2.7-requests-2.9.1": { "Apache License 2.0": "http://spdx.org/licenses/Apache-2.0" - }, + }, "python2.7-setuptools-19.4": { "Python Software Foundation License version 2": "http://spdx.org/licenses/Python-2.0", "Zope Public License 2.0": "http://spdx.org/licenses/ZPL-2.0" }, - "python2.7-setuptools-scm-1.11.0": { + "python2.7-setuptools-scm-1.15.0": { "MIT License": "http://spdx.org/licenses/MIT" }, + "python2.7-simplegeneric-0.8.1": { + "Zope Public License 2.1": "http://spdx.org/licenses/ZPL-2.1" + }, "python2.7-simplejson-3.7.2": { - "Academic Free License": "http://spdx.org/licenses/AFL-2.1", "MIT License": "http://spdx.org/licenses/MIT" }, "python2.7-six-1.9.0": { "MIT License": "http://spdx.org/licenses/MIT" }, + "python2.7-subprocess32-3.2.6": { + "Python Software Foundation License version 2": "http://spdx.org/licenses/Python-2.0" + }, + "python2.7-termcolor-1.1.0": { + "MIT License": "http://spdx.org/licenses/MIT" + }, + "python2.7-testpath-0.1": { + "MIT License": "http://spdx.org/licenses/MIT" + }, + "python2.7-traitlets-4.3.2": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, "python2.7-translationstring-1.3": { "Repoze License": "http://www.repoze.org/LICENSE.txt" }, @@ -235,9 +363,15 @@ "python2.7-venusian-1.0": { "Repoze License": "http://www.repoze.org/LICENSE.txt" }, - "python2.7-waitress-0.8.9": { + "python2.7-waitress-1.0.1": { "Zope Public License 2.1": "http://spdx.org/licenses/ZPL-2.1" }, + "python2.7-wcwidth-0.1.7": { + "MIT License": "http://spdx.org/licenses/MIT" + }, + "python2.7-ws4py-0.3.5": { + "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause" + }, "python2.7-zope.cachedescriptors-4.0.0": { "Zope Public License 2.1": "http://spdx.org/licenses/ZPL-2.1" }, @@ -246,5 +380,9 @@ }, "python2.7-zope.interface-4.1.3": { "Zope Public License 2.1": "http://spdx.org/licenses/ZPL-2.1" + }, + "xz-5.2.2": { + "GNU General Public License v2.0 or later": "http://spdx.org/licenses/GPL-2.0+", + "GNU Library General Public License v2.1 or later": "http://spdx.org/licenses/LGPL-2.1+" } } \ No newline at end of file