Bug 1524961 - Update mozlog's license to MPL 2.0. r=raphael

Differential Revision: https://phabricator.services.mozilla.com/D23407

--HG--
extra : moz-landing-system : lando
This commit is contained in:
pgadige 2019-03-19 10:59:24 +00:00
parent 95ed8b4b59
commit 6def09df1e

View File

@ -22,7 +22,7 @@ setup(name=PACKAGE_NAME,
author='Mozilla Automation and Testing Team', author='Mozilla Automation and Testing Team',
author_email='tools@lists.mozilla.org', author_email='tools@lists.mozilla.org',
url='https://wiki.mozilla.org/Auto-tools/Projects/Mozbase', url='https://wiki.mozilla.org/Auto-tools/Projects/Mozbase',
license='MPL 1.1/GPL 2.0/LGPL 2.1', license='Mozilla Public License 2.0 (MPL 2.0)',
packages=find_packages(), packages=find_packages(),
zip_safe=False, zip_safe=False,
install_requires=DEPS, install_requires=DEPS,
@ -31,7 +31,7 @@ setup(name=PACKAGE_NAME,
classifiers=['Development Status :: 4 - Beta', classifiers=['Development Status :: 4 - Beta',
'Environment :: Console', 'Environment :: Console',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)', 'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',