Convert the License tag to SPDX

This commit is contained in:
Miro Hrončok 2022-11-16 13:46:12 +01:00 committed by Karolina Surma
parent 25bc125898
commit a1e1c1dfc9

View File

@ -28,33 +28,33 @@ Summary: A tool for installing and managing Python packages
# Here is the list of the libraries with corresponding licenses:
# appdirs: MIT
# certifi: MPLv2.0
# chardet: LGPLv2
# colorama: BSD
# CacheControl: ASL 2.0
# distlib: Python
# distro: ASL 2.0
# certifi: MPL-2.0
# chardet: LGPL-2.1-only
# colorama: BSD-3-Clause
# CacheControl: Apache-2.0
# distlib: Python-2.0.1
# distro: Apache-2.0
# html5lib: MIT
# idna: BSD
# ipaddress: Python
# msgpack: ASL 2.0
# packaging: ASL 2.0 or BSD
# idna: BSD-3-Clause
# ipaddress: Python-2.0.1
# msgpack: Apache-2.0
# packaging: Apache-2.0 OR BSD-2-Clause
# pep517: MIT
# progress: ISC
# pygments: BSD
# pygments: BSD-2-Clause
# pyparsing: MIT
# requests: ASL 2.0
# requests: Apache-2.0
# resolvelib: ISC
# rich: MIT
# setuptools: MIT
# six: MIT
# tenacity: ASL 2.0
# tenacity: Apache-2.0
# tomli: MIT
# typing-extensions: Python
# typing-extensions: Python-2.0.1
# urllib3: MIT
# webencodings: BSD
# webencodings: BSD-3-Clause
License: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD)
License: MIT AND Python-2.0.1 AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND LGPL-2.1-only AND MPL-2.0 AND (Apache-2.0 OR BSD-2-Clause)
URL: https://pip.pypa.io/
Source0: https://github.com/pypa/pip/archive/%{upstream_version}/%{srcname}-%{upstream_version}.tar.gz