182 lines
7.3 KiB
Plaintext
182 lines
7.3 KiB
Plaintext
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
Upstream-Name: udis86
|
|
Upstream-Contact: <preferred name and address to reach the upstream project>
|
|
Source: <url://example.com>
|
|
#
|
|
# Please double check copyright with the licensecheck(1) command.
|
|
|
|
Files: .gitignore
|
|
BUILD-WINDOWS
|
|
BuildVS2010/README.txt
|
|
BuildVS2010/build.proj
|
|
BuildVS2010/buildVS2010.bat
|
|
BuildVS2010/libudis86.vcxproj
|
|
BuildVS2010/libudis86.vcxproj.filters
|
|
BuildVS2010/udcli.vcxproj
|
|
BuildVS2010/udcli.vcxproj.filters
|
|
BuildVS2010/udis86.sln
|
|
CHANGES
|
|
CMakeLists.txt
|
|
Makefile.am
|
|
README.md
|
|
autogen.sh
|
|
configure.ac
|
|
docs/Makefile.am
|
|
docs/manual/Makefile.am
|
|
docs/manual/conf.py
|
|
docs/manual/getstarted.rst
|
|
docs/manual/index.rst
|
|
docs/manual/libudis86.rst
|
|
docs/manual/static/udis86.css
|
|
docs/x86/Makefile.am
|
|
docs/x86/README
|
|
docs/x86/avx.xml
|
|
libudis86/CMakeLists.txt
|
|
libudis86/Makefile.am
|
|
scripts/Makefile.am
|
|
scripts/asmtest.sh
|
|
tests/Makefile.am
|
|
tests/asm/16/disp.asm
|
|
tests/asm/16/test16.asm
|
|
tests/asm/32/att.asm
|
|
tests/asm/32/att.asm.Sref
|
|
tests/asm/32/att.asm.ref
|
|
tests/asm/32/avx.asm
|
|
tests/asm/32/avx.asm.Sref
|
|
tests/asm/32/avx.asm.ref
|
|
tests/asm/32/corner.asm
|
|
tests/asm/32/corner.asm.ref
|
|
tests/asm/32/disp.asm
|
|
tests/asm/32/disp.asm.Sref
|
|
tests/asm/32/invalid_seg.asm
|
|
tests/asm/32/invalid_seg.asm.ref
|
|
tests/asm/32/obscure.asm
|
|
tests/asm/32/obscure.asm.ref
|
|
tests/asm/32/reljmp.asm
|
|
tests/asm/32/reljmp.asm.ref
|
|
tests/asm/32/sext.asm
|
|
tests/asm/32/sext.asm.ref
|
|
tests/asm/32/test32.asm
|
|
tests/asm/64/amd/invalid.asm
|
|
tests/asm/64/amd/invalid.asm.ref
|
|
tests/asm/64/avx.asm
|
|
tests/asm/64/avx.asm.ref
|
|
tests/asm/64/branch.asm
|
|
tests/asm/64/branch.asm.ref
|
|
tests/asm/64/disp.asm
|
|
tests/asm/64/disp.asm.Sref
|
|
tests/asm/64/disp.asm.ref
|
|
tests/asm/64/intel/invalid.asm
|
|
tests/asm/64/intel/invalid.asm.ref
|
|
tests/asm/64/reljmp.asm
|
|
tests/asm/64/reljmp.asm.ref
|
|
tests/asm/64/sext.asm
|
|
tests/asm/64/sext.asm.ref
|
|
tests/asm/64/test64.asm
|
|
tests/installcheck.c
|
|
tests/symresolve.c
|
|
tests/symresolve.ref
|
|
udcli/CMakeLists.txt
|
|
udcli/Makefile.am
|
|
udis86.pc.in
|
|
xcode/udcli/sample_input
|
|
xcode/udcli/udcli.xcodeproj/project.pbxproj
|
|
xcode/udis.xcodeproj/project.pbxproj
|
|
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
|
|
License: __NO_COPYRIGHT_NOR_LICENSE__
|
|
|
|
Files: libudis86/decode.c
|
|
libudis86/decode.h
|
|
libudis86/extern.h
|
|
libudis86/syn-att.c
|
|
libudis86/syn-intel.c
|
|
libudis86/syn.c
|
|
libudis86/syn.h
|
|
libudis86/types.h
|
|
libudis86/udint.h
|
|
libudis86/udis86.c
|
|
scripts/ud_itab.py
|
|
scripts/ud_opcode.py
|
|
tests/difftest.sh.in
|
|
tests/libcheck.c
|
|
tests/oprgen.py
|
|
udcli/udcli.c
|
|
udis86.h
|
|
Copyright: 2002 -2009
|
|
2002-2013 Vivek Thampi
|
|
License: BSD-2-Clause
|
|
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.
|
|
.
|
|
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.
|
|
|
|
Files: m4/ax_compare_version.m4
|
|
m4/ax_prog_sphinx_version.m4
|
|
m4/ax_prog_yasm_version.m4
|
|
m4/ax_with_prog.m4
|
|
m4/ax_with_python.m4
|
|
Copyright: 2008 Dustin J. Mitchell <dustin@cs.uchicago.edu>
|
|
2008 Tim Toolan <toolan@ele.uri.edu>
|
|
2008-2009 Francesco Salvestrini <salvestrini@users.sourceforge.net>
|
|
License: __AUTO_PERMISSIVE__
|
|
Autogenerated files with permissive licenses.
|
|
|
|
Files: INSTALL
|
|
Copyright: 1994-2006 Free Software Foundation, Inc.
|
|
License: __UNKNOWN__
|
|
This file is free documentation; the Free Software Foundation gives
|
|
unlimited permission to copy, distribute and modify it.
|
|
.
|
|
Basic Installation
|
|
|
|
#----------------------------------------------------------------------------
|
|
# xml and html files (skipped):
|
|
# docs/x86/optable.xml
|
|
# docs/x86/optable.xsl
|
|
# xcode/udis.xcworkspace/contents.xcworkspacedata
|
|
# xcode/udis.xcworkspace/xcshareddata/udis.xccheckout
|
|
|
|
#----------------------------------------------------------------------------
|
|
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
|
|
# license/copyright files.
|
|
|
|
#----------------------------------------------------------------------------
|
|
# License file: LICENSE
|
|
Copyright (c) 2002-2012, Vivek Thampi <vivek.mt@gmail.com>
|
|
All rights reserved.
|
|
.
|
|
Redistribution and use in source and binary forms, with or without modification,
|
|
are permitted provided that the following conditions are met:
|
|
.
|
|
1. Redistributions of source code must retain the above copyright notice,
|
|
this list of conditions and the following disclaimer.
|
|
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.
|
|
.
|
|
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.
|