Skip to content

Commit ca43cf0

Browse files
committed
Add LICENSE.txt file
1 parent 462f1db commit ca43cf0

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

LICENSE.txt

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
pypcode is a library built around the SLEIGH library.
2+
3+
SLEIGH and the processor definition files under the pypcode/processors directory
4+
originate from the Ghidra project (https://ghidra-sre.org/). SLEIGH is released
5+
under the terms of the Apache 2 license as defined in docs/ghidra/LICENSE. See
6+
NOTICE file in docs/ghidra/NOTICE.
7+
8+
The remaining code of pypcode, unless stated otherwise, is licensed under the
9+
terms of the 2-clause BSD license below.
10+
11+
================================================================================
12+
13+
Copyright (c) 2021, Arizona Board of Regents
14+
15+
Redistribution and use in source and binary forms, with or without
16+
modification, are permitted provided that the following conditions are met:
17+
18+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
19+
2. 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.
20+
21+
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 OWNER 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.

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def run(self):
3131
author='Matt Borgerson',
3232
author_email='[email protected]',
3333
url='https://github.com/angr/pypcode',
34-
license='Apache2',
3534
cmdclass=dict(build_py=custom_build),
3635
include_package_data=True,
3736
packages=['pypcode'],

0 commit comments

Comments
 (0)