Convert the License tag to SPDX
This commit is contained in:
parent
25bc125898
commit
a1e1c1dfc9
@ -28,33 +28,33 @@ Summary: A tool for installing and managing Python packages
|
|||||||
# Here is the list of the libraries with corresponding licenses:
|
# Here is the list of the libraries with corresponding licenses:
|
||||||
|
|
||||||
# appdirs: MIT
|
# appdirs: MIT
|
||||||
# certifi: MPLv2.0
|
# certifi: MPL-2.0
|
||||||
# chardet: LGPLv2
|
# chardet: LGPL-2.1-only
|
||||||
# colorama: BSD
|
# colorama: BSD-3-Clause
|
||||||
# CacheControl: ASL 2.0
|
# CacheControl: Apache-2.0
|
||||||
# distlib: Python
|
# distlib: Python-2.0.1
|
||||||
# distro: ASL 2.0
|
# distro: Apache-2.0
|
||||||
# html5lib: MIT
|
# html5lib: MIT
|
||||||
# idna: BSD
|
# idna: BSD-3-Clause
|
||||||
# ipaddress: Python
|
# ipaddress: Python-2.0.1
|
||||||
# msgpack: ASL 2.0
|
# msgpack: Apache-2.0
|
||||||
# packaging: ASL 2.0 or BSD
|
# packaging: Apache-2.0 OR BSD-2-Clause
|
||||||
# pep517: MIT
|
# pep517: MIT
|
||||||
# progress: ISC
|
# progress: ISC
|
||||||
# pygments: BSD
|
# pygments: BSD-2-Clause
|
||||||
# pyparsing: MIT
|
# pyparsing: MIT
|
||||||
# requests: ASL 2.0
|
# requests: Apache-2.0
|
||||||
# resolvelib: ISC
|
# resolvelib: ISC
|
||||||
# rich: MIT
|
# rich: MIT
|
||||||
# setuptools: MIT
|
# setuptools: MIT
|
||||||
# six: MIT
|
# six: MIT
|
||||||
# tenacity: ASL 2.0
|
# tenacity: Apache-2.0
|
||||||
# tomli: MIT
|
# tomli: MIT
|
||||||
# typing-extensions: Python
|
# typing-extensions: Python-2.0.1
|
||||||
# urllib3: MIT
|
# 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/
|
URL: https://pip.pypa.io/
|
||||||
Source0: https://github.com/pypa/pip/archive/%{upstream_version}/%{srcname}-%{upstream_version}.tar.gz
|
Source0: https://github.com/pypa/pip/archive/%{upstream_version}/%{srcname}-%{upstream_version}.tar.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user