mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Add COPYING and change license to LGPLv2+
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
/*
|
||||
* Copyright (C) 2013-2014 Ole André Vadla Ravnås <ole.andre.ravnas@tillitech.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Library General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Library General Public
|
||||
* License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <frida-core.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
+3
-11
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user