Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python3-pypykatz
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:     .github/workflows/python-windows-exe.yml
           .gitignore
           MANIFEST.in
           Makefile
           README.md
           builder/pyinstaller/build.bat
           pyproject.toml
           pypykatz/__amain__.py
           pypykatz/__init__.py
           pypykatz/__main__.py
           pypykatz/_version.py
           pypykatz/alsadecryptor/__init__.py
           pypykatz/alsadecryptor/asbmfile.py
           pypykatz/alsadecryptor/cmdhelper.py
           pypykatz/alsadecryptor/lsa_decryptor.py
           pypykatz/alsadecryptor/lsa_decryptor_nt5.py
           pypykatz/alsadecryptor/lsa_decryptor_nt6.py
           pypykatz/alsadecryptor/lsa_template_nt5.py
           pypykatz/alsadecryptor/lsa_template_nt6.py
           pypykatz/alsadecryptor/lsa_templates.py
           pypykatz/alsadecryptor/package_commons.py
           pypykatz/alsadecryptor/packages/__init__.py
           pypykatz/alsadecryptor/packages/cloudap/__init__.py
           pypykatz/alsadecryptor/packages/cloudap/decryptor.py
           pypykatz/alsadecryptor/packages/cloudap/templates.py
           pypykatz/alsadecryptor/packages/credman/__init__.py
           pypykatz/alsadecryptor/packages/credman/templates.py
           pypykatz/alsadecryptor/packages/dpapi/__init__.py
           pypykatz/alsadecryptor/packages/dpapi/decryptor.py
           pypykatz/alsadecryptor/packages/dpapi/templates.py
           pypykatz/alsadecryptor/packages/kerberos/__init__.py
           pypykatz/alsadecryptor/packages/kerberos/decryptor.py
           pypykatz/alsadecryptor/packages/kerberos/templates.py
           pypykatz/alsadecryptor/packages/livessp/__init__.py
           pypykatz/alsadecryptor/packages/livessp/decryptor.py
           pypykatz/alsadecryptor/packages/livessp/templates.py
           pypykatz/alsadecryptor/packages/msv/__init__.py
           pypykatz/alsadecryptor/packages/msv/decryptor.py
           pypykatz/alsadecryptor/packages/msv/templates.py
           pypykatz/alsadecryptor/packages/ssp/__init__.py
           pypykatz/alsadecryptor/packages/ssp/decryptor.py
           pypykatz/alsadecryptor/packages/ssp/templates.py
           pypykatz/alsadecryptor/packages/tspkg/__init__.py
           pypykatz/alsadecryptor/packages/tspkg/decryptor.py
           pypykatz/alsadecryptor/packages/tspkg/templates.py
           pypykatz/alsadecryptor/packages/wdigest/__init__.py
           pypykatz/alsadecryptor/packages/wdigest/decryptor.py
           pypykatz/alsadecryptor/packages/wdigest/templates.py
           pypykatz/alsadecryptor/win_datatypes.py
           pypykatz/apypykatz.py
           pypykatz/argpretty.py
           pypykatz/buildtools/pypykatz.ico
           pypykatz/commons/__init__.py
           pypykatz/commons/common.py
           pypykatz/commons/kerberosticket.py
           pypykatz/commons/readers/__init__.py
           pypykatz/commons/readers/local/__init__.py
           pypykatz/commons/readers/local/common/__init__.py
           pypykatz/commons/readers/local/common/fileinfo.py
           pypykatz/commons/readers/local/common/listhandles.cpp
           pypykatz/commons/readers/local/common/live_reader_ctypes.py
           pypykatz/commons/readers/local/common/privileges.py
           pypykatz/commons/readers/local/common/privileges_types.py
           pypykatz/commons/readers/local/common/winreg.py
           pypykatz/commons/readers/local/live_reader.py
           pypykatz/commons/readers/local/process.py
           pypykatz/commons/readers/registry/__init__.py
           pypykatz/commons/readers/registry/live/__init__.py
           pypykatz/commons/readers/registry/live/reader.py
           pypykatz/commons/readers/rekall/__init__.py
           pypykatz/commons/readers/rekall/rekallreader.py
           pypykatz/commons/readers/volatility3/__init__.py
           pypykatz/commons/readers/volatility3/volreader.py
           pypykatz/commons/readers/zipdump/__init__.py
           pypykatz/commons/readers/zipdump/reader.py
           pypykatz/commons/win_datatypes.py
           pypykatz/commons/winapi/__init__.py
           pypykatz/commons/winapi/constants.py
           pypykatz/commons/winapi/local/__init__.py
           pypykatz/commons/winapi/local/advapi32.py
           pypykatz/commons/winapi/local/function_defs/__init__.py
           pypykatz/commons/winapi/local/function_defs/fileinfo.py
           pypykatz/commons/winapi/local/function_defs/live_reader_ctypes.py
           pypykatz/commons/winapi/local/function_defs/netapi32.py
           pypykatz/commons/winapi/local/function_defs/netapi32_high.py
           pypykatz/commons/winapi/local/function_defs/ntdll.py
           pypykatz/commons/winapi/local/function_defs/privileges.py
           pypykatz/commons/winapi/local/function_defs/privileges_types.py
           pypykatz/commons/winapi/local/function_defs/winreg.py
           pypykatz/commons/winapi/local/kernel32.py
           pypykatz/commons/winapi/local/localwindowsapi.py
           pypykatz/commons/winapi/local/ntdll.py
           pypykatz/commons/winapi/local/psapi.py
           pypykatz/commons/winapi/local/sid.py
           pypykatz/commons/winapi/machine.py
           pypykatz/commons/winapi/processmanipulator.py
           pypykatz/debugfile.py
           pypykatz/dpapi/__init__.py
           pypykatz/dpapi/cmdhelper.py
           pypykatz/dpapi/constants.py
           pypykatz/dpapi/dpapi.py
           pypykatz/dpapi/extras.py
           pypykatz/dpapi/finders/__init__.py
           pypykatz/dpapi/finders/cryptokeys.py
           pypykatz/dpapi/finders/ngc.py
           pypykatz/dpapi/finders/registry.py
           pypykatz/dpapi/functiondefs/__init__.py
           pypykatz/dpapi/functiondefs/dpapi.py
           pypykatz/dpapi/structures/__init__.py
           pypykatz/dpapi/structures/blob.py
           pypykatz/dpapi/structures/credentialfile.py
           pypykatz/dpapi/structures/masterkeyfile.py
           pypykatz/dpapi/structures/system.py
           pypykatz/dpapi/structures/vault.py
           pypykatz/example/__init__.py
           pypykatz/example/phandle_dll.py
           pypykatz/kerberos/__init__.py
           pypykatz/kerberos/cmdhelper.py
           pypykatz/kerberos/functiondefs/__init__.py
           pypykatz/kerberos/functiondefs/advapi32.py
           pypykatz/kerberos/functiondefs/asn1structs.py
           pypykatz/kerberos/functiondefs/kernel32.py
           pypykatz/kerberos/functiondefs/netsecapi.py
           pypykatz/kerberos/kerberos.py
           pypykatz/kerberos/kerberoslive.py
           pypykatz/kerberos/kirbiutils.py
           pypykatz/ldap/__init__.py
           pypykatz/ldap/cmdhelper.py
           pypykatz/lsadecryptor/__init__.py
           pypykatz/lsadecryptor/cmdhelper.py
           pypykatz/lsadecryptor/lsa_decryptor.py
           pypykatz/lsadecryptor/lsa_decryptor_nt5.py
           pypykatz/lsadecryptor/lsa_decryptor_nt6.py
           pypykatz/lsadecryptor/lsa_template_nt5.py
           pypykatz/lsadecryptor/lsa_template_nt6.py
           pypykatz/lsadecryptor/lsa_templates.py
           pypykatz/lsadecryptor/package_commons.py
           pypykatz/lsadecryptor/packages/__init__.py
           pypykatz/lsadecryptor/packages/cloudap/__init__.py
           pypykatz/lsadecryptor/packages/cloudap/decryptor.py
           pypykatz/lsadecryptor/packages/cloudap/templates.py
           pypykatz/lsadecryptor/packages/credman/__init__.py
           pypykatz/lsadecryptor/packages/credman/templates.py
           pypykatz/lsadecryptor/packages/dpapi/__init__.py
           pypykatz/lsadecryptor/packages/dpapi/decryptor.py
           pypykatz/lsadecryptor/packages/dpapi/templates.py
           pypykatz/lsadecryptor/packages/kerberos/__init__.py
           pypykatz/lsadecryptor/packages/kerberos/decryptor.py
           pypykatz/lsadecryptor/packages/kerberos/templates.py
           pypykatz/lsadecryptor/packages/livessp/__init__.py
           pypykatz/lsadecryptor/packages/livessp/decryptor.py
           pypykatz/lsadecryptor/packages/livessp/templates.py
           pypykatz/lsadecryptor/packages/msv/__init__.py
           pypykatz/lsadecryptor/packages/msv/decryptor.py
           pypykatz/lsadecryptor/packages/msv/templates.py
           pypykatz/lsadecryptor/packages/ssp/__init__.py
           pypykatz/lsadecryptor/packages/ssp/decryptor.py
           pypykatz/lsadecryptor/packages/ssp/templates.py
           pypykatz/lsadecryptor/packages/tspkg/__init__.py
           pypykatz/lsadecryptor/packages/tspkg/decryptor.py
           pypykatz/lsadecryptor/packages/tspkg/templates.py
           pypykatz/lsadecryptor/packages/wdigest/__init__.py
           pypykatz/lsadecryptor/packages/wdigest/decryptor.py
           pypykatz/lsadecryptor/packages/wdigest/templates.py
           pypykatz/parsers/__init__.py
           pypykatz/parsers/cmdhelper.py
           pypykatz/plugins/__init__.py
           pypykatz/plugins/pypykatz_rekall.py
           pypykatz/pypykatz.py
           pypykatz/rdp/__init__.py
           pypykatz/rdp/cmdhelper.py
           pypykatz/rdp/packages/__init__.py
           pypykatz/rdp/packages/creds/__init__.py
           pypykatz/rdp/packages/creds/decryptor.py
           pypykatz/rdp/packages/creds/templates.py
           pypykatz/rdp/parser.py
           pypykatz/registry/__init__.py
           pypykatz/registry/aoffline_parser.py
           pypykatz/registry/cmdhelper.py
           pypykatz/registry/live_parser.py
           pypykatz/registry/offline_parser.py
           pypykatz/registry/remote_parser.py
           pypykatz/registry/sam/__init__.py
           pypykatz/registry/sam/asam.py
           pypykatz/registry/sam/common.py
           pypykatz/registry/sam/sam.py
           pypykatz/registry/sam/structures.py
           pypykatz/registry/security/__init__.py
           pypykatz/registry/security/acommon.py
           pypykatz/registry/security/asecurity.py
           pypykatz/registry/security/common.py
           pypykatz/registry/security/security.py
           pypykatz/registry/security/structures.py
           pypykatz/registry/software/__init__.py
           pypykatz/registry/software/asoftware.py
           pypykatz/registry/software/software.py
           pypykatz/registry/system/__init__.py
           pypykatz/registry/system/asystem.py
           pypykatz/registry/system/system.py
           pypykatz/remote/__init__.py
           pypykatz/remote/cmdhelper.py
           pypykatz/remote/live/__init__.py
           pypykatz/remote/live/common/__init__.py
           pypykatz/remote/live/common/common.py
           pypykatz/remote/live/localgroup/__init__.py
           pypykatz/remote/live/localgroup/enumerator.py
           pypykatz/remote/live/session/__init__.py
           pypykatz/remote/live/session/enumerator.py
           pypykatz/remote/live/share/__init__.py
           pypykatz/remote/live/share/enumerator.py
           pypykatz/smb/__init__.py
           pypykatz/smb/cmdhelper.py
           pypykatz/smb/dcsync.py
           pypykatz/smb/lsassutils.py
           pypykatz/smb/printer.py
           pypykatz/smb/regutils.py
           pypykatz/smb/shareenum.py
           pypykatz/utils/__init__.py
           pypykatz/utils/crypto/__init__.py
           pypykatz/utils/crypto/cmdhelper.py
           pypykatz/utils/crypto/gppassword.py
           pypykatz/utils/crypto/ofcdecrypt.py
           pypykatz/utils/crypto/others.py
           pypykatz/utils/crypto/winhash.py
           setup.py
           tests/.coveragerc
           tests/__init__.py
           tests/config.py
           tests/coverage.sh
           tests/test_async_lsassdecrypt.py
           tests/test_lsassdecrypt.py
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     pypykatz/commons/readers/local/common/advapi32.py
           pypykatz/commons/readers/local/common/defines.py
           pypykatz/commons/readers/local/common/kernel32.py
           pypykatz/commons/readers/local/common/psapi.py
           pypykatz/commons/readers/local/common/version.py
           pypykatz/commons/winapi/local/function_defs/advapi32.py
           pypykatz/commons/winapi/local/function_defs/defines.py
           pypykatz/commons/winapi/local/function_defs/kernel32.py
           pypykatz/commons/winapi/local/function_defs/psapi.py
           pypykatz/commons/winapi/local/function_defs/version.py
Copyright: 2009-2018 Mario Vilas
License:   __UNKNOWN__
 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 copyright holder 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 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:     pypykatz/commons/filetime.py
Copyright: 2009 David Buxton <david@gasmark6.com>
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
 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.

Files:     pypykatz/argparsertest.py
Copyright: 2015 Spencer McIntyre <zeroSteiner@gmail.com>
License:   BSD-3-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.
 * Neither the name of the  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
 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.
 .
 On Debian systems, the complete text of the BSD 3-clause "New" or "Revised"
 License can be found in `/usr/share/common-licenses/BSD'.

#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.

#----------------------------------------------------------------------------
# License file: LICENSE
 MIT License
 .
 Copyright (c) 2018 Tamas Jos (@skelsec)
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
