Commit 3535ef07 authored by Israel Gomez's avatar Israel Gomez
Browse files

Merge pull request #39 from chenchongli/master

Update the lisence of "Mozilla Public License, v. 2.0" in README.md and setup.py.
parents 12590449 581a7c3a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -68,6 +68,5 @@ On debian systems the quickest way is `sudo apt-get install python-eventlet`.
License
-------

This project is licensed under GNU Lesser General Public License, version 2.1
* [Markdown](LICENSE/LGPL2.1.md) version
* [Original](LICENSE/LGPL2.1.txt) version
This project is licensed under Mozilla Public License, v. 2.0
* [Original](LICENSE/Mozilla_Public_License_2.0.txt) version
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ setup(
        'Development Status :: 4 - Beta',
        'Intended Audience :: Developers',
        'Intended Audience :: Information Technology',
        'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)',
        'License :: OSI Approved :: Mozilla Public License, v. 2.0',
        'Programming Language :: Python :: 2.7',
        'Programming Language :: Python :: 2 :: Only',
        'Topic :: Software Development :: Libraries :: Python Modules',