Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python3-asysocks
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
           Makefile
           Manifest.in
           README.md
           asysocks/__init__.py
           asysocks/_version.py
           asysocks/authentication/__init__.py
           asysocks/certmanager.py
           asysocks/client.py
           asysocks/common/__init__.py
           asysocks/common/aiowrappers.py
           asysocks/common/clienturl.py
           asysocks/common/comms.py
           asysocks/common/constants.py
           asysocks/common/credentials.py
           asysocks/common/target.py
           asysocks/common/trafficlog.py
           asysocks/examples/__init__.py
           asysocks/examples/socksbrute.py
           asysocks/examples/socksportscan.py
           asysocks/examples/socksproxy.py
           asysocks/examples/sockssec.py
           asysocks/examples/sockstunnel.py
           asysocks/intercepting/__init__.py
           asysocks/intercepting/default_intercept_table.py
           asysocks/intercepting/monitors/__init__.py
           asysocks/intercepting/monitors/base.py
           asysocks/intercepting/monitors/rawlogging.py
           asysocks/intercepting/monitors/sslbase.py
           asysocks/intercepting/server.py
           asysocks/intercepting/target.py
           asysocks/network/__init__.py
           asysocks/network/queue.py
           asysocks/network/tcp.py
           asysocks/network/wsnet.py
           asysocks/network/wsnetdirect.py
           asysocks/network/wsnetws.py
           asysocks/protocol/__init__.py
           asysocks/protocol/http.py
           asysocks/protocol/socks4.py
           asysocks/protocol/socks4a.py
           asysocks/protocol/socks5.py
           asysocks/security.py
           asysocks/server.py
           asysocks/test/__init__.py
           asysocks/test/cert.pem
           asysocks/test/key.pem
           asysocks/test/listener_test.py
           asysocks/test/queue_test.py
           asysocks/test/ssl_test.py
           asysocks/test/test_url_param.py
           asysocks/test/wsnettest.py
           asysocks/unicomm/__init__.py
           asysocks/unicomm/client.py
           asysocks/unicomm/common/__init__.py
           asysocks/unicomm/common/connection.py
           asysocks/unicomm/common/packetizers/__init__.py
           asysocks/unicomm/common/packetizers/ssl.py
           asysocks/unicomm/common/proxy.py
           asysocks/unicomm/common/scanner/__init__.py
           asysocks/unicomm/common/scanner/common.py
           asysocks/unicomm/common/scanner/scanner.py
           asysocks/unicomm/common/scanner/targetgen.py
           asysocks/unicomm/common/target.py
           asysocks/unicomm/common/transport.py
           asysocks/unicomm/common/unissl.py
           asysocks/unicomm/protocol/__init__.py
           asysocks/unicomm/protocol/client/__init__.py
           asysocks/unicomm/protocol/client/http/__init__.py
           asysocks/unicomm/protocol/client/http/auth.py
           asysocks/unicomm/protocol/client/http/client.py
           asysocks/unicomm/protocol/client/http/commons/__init__.py
           asysocks/unicomm/protocol/client/http/commons/factory.py
           asysocks/unicomm/protocol/client/http/commons/messages.py
           asysocks/unicomm/protocol/client/http/commons/target.py
           asysocks/unicomm/protocol/client/http/requestmgr.py
           asysocks/unicomm/protocol/client/http/transport.py
           asysocks/unicomm/protocol/http.py
           asysocks/unicomm/protocol/quic.py
           asysocks/unicomm/protocol/relay/__init__.py
           asysocks/unicomm/protocol/relay/http.py
           asysocks/unicomm/protocol/server/__init__.py
           asysocks/unicomm/protocol/server/http/__init__.py
           asysocks/unicomm/protocol/server/http/httprelay.py
           asysocks/unicomm/protocol/server/http/httpserver.py
           asysocks/unicomm/protocol/server/udp.py
           asysocks/unicomm/protocol/server/websocket/__init__.py
           asysocks/unicomm/protocol/server/websocket/server.py
           asysocks/unicomm/protocol/server/websocket/test.py
           asysocks/unicomm/protocol/server/websocket/test_client.py
           asysocks/unicomm/protocol/socks4.py
           asysocks/unicomm/protocol/socks4a.py
           asysocks/unicomm/protocol/socks5.py
           asysocks/unicomm/server.py
           asysocks/unicomm/utils/__init__.py
           asysocks/unicomm/utils/paramprocessor.py
           asysocks/utils/__init__.py
           asysocks/utils/mbedtlswrapper.py
           asysocks/utils/sslwrapper.py
           builder/pyinstaller/build.bat
           pyproject.toml
           setup.py
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     asysocks/unicomm/utils/genselfsigned.py
Copyright: 2018 Simon Davy
License:   Expat
 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.
 .
 WARNING: the code in the gist generates self-signed certs, for the purposes of testing in development.
 Do not use these certs in production, or You Will Have A Bad Time.
 .
 Caveat emptor

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

#----------------------------------------------------------------------------
# License file: LICENSE
 MIT License
 .
 Copyright (c) 2020 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.
