From 78746a4235bfa89f64ff47f13fd2c3bb4c829c41 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Fri, 30 Jan 2015 14:45:33 +0800 Subject: [PATCH] python: add LICENSE & PKG-INFO for Python module --- bindings/python/LICENSE.TXT | 31 +++++++++++++++++++++++++++++++ bindings/python/MANIFEST.in | 1 + bindings/python/PKG-INFO | 14 ++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 bindings/python/LICENSE.TXT create mode 100644 bindings/python/PKG-INFO diff --git a/bindings/python/LICENSE.TXT b/bindings/python/LICENSE.TXT new file mode 100644 index 00000000..0dabdc74 --- /dev/null +++ b/bindings/python/LICENSE.TXT @@ -0,0 +1,31 @@ +This is the software license for Capstone disassembly framework. +Capstone has been designed & implemented by Nguyen Anh Quynh + +See http://www.capstone-engine.org for further information. + +Copyright (c) 2013, COSEINC. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +* Neither the name of the developer(s) nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff --git a/bindings/python/MANIFEST.in b/bindings/python/MANIFEST.in index 57f28b73..236f6bdb 100644 --- a/bindings/python/MANIFEST.in +++ b/bindings/python/MANIFEST.in @@ -1 +1,2 @@ recursive-include src * +include LICENSE.TXT diff --git a/bindings/python/PKG-INFO b/bindings/python/PKG-INFO new file mode 100644 index 00000000..44b5559a --- /dev/null +++ b/bindings/python/PKG-INFO @@ -0,0 +1,14 @@ +Metadata-Version: 1.3 +Name: capstone +Version: 4.0 +Author: Nguyen Anh Quynh +Author-email: aquynh at gmail com +Maintainer: Nguyen Anh Quynh +Maintainer-email: aquynh at gmail com +Home-page: http://www.capstone-engine.org +Download-url: www.capstone-engine.org +Summary: Capstone disassembly framework +License: BSD +Description: Capstone is a lightweight multi-platform, multi-architecture disassembly framework with some advanced features. Further information is available at the homepage http://www.capstone-engine.org +Keywords: disassembly reverse binary arm arm64 aarch64 powerpc ppc mips x86 x86_64 sparc systemz xcore +Platform: Windows MacOSX Linux NetBSD FreeBSD OpenBSD Solaris Android iOS