Add COPYING and change license to LGPLv2+

This commit is contained in:
Ole André Vadla Ravnås
2014-01-11 20:37:07 +01:00
parent c36edceda7
commit 16b2cbe705
3 changed files with 526 additions and 11 deletions
+3 -11
View File
@@ -28,11 +28,11 @@ setup(
long_description=long_description,
author="Frida Developers",
author_email="ole.andre.ravnas@tillitech.com",
url="http://frida.github.io",
url="http://www.frida.re",
install_requires=[
"colorama >= 0.2.7"
],
license="GNU GPLv3+",
license="GNU LGPLv2+",
zip_safe=True,
keywords="frida debugger inject javascript windows mac ios iphone ipad",
classifiers=[
@@ -42,21 +42,13 @@ setup(
"Environment :: Win32 (MS Windows)",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
"Natural Language :: English",
"Operating System :: MacOS",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft",
"Operating System :: Microsoft :: Windows",
"Operating System :: Microsoft :: Windows :: Windows XP",
"Operating System :: Microsoft :: Windows :: Windows 7",
"Operating System :: POSIX",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: JavaScript",
"Topic :: Software Development :: Debuggers",