Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python3-msldap
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
           .readthedocs.yml
           .vscode/settings.json
           MANIFEST.in
           Makefile
           README.md
           builder/pyinstaller/build.bat
           docs/Makefile
           docs/make.bat
           docs/requirements.txt
           docs/source/api.rst
           docs/source/client.rst
           docs/source/connection.rst
           docs/source/credential.rst
           docs/source/factory.rst
           docs/source/index.rst
           docs/source/proxy.rst
           docs/source/target.rst
           docs/source/tutorial.rst
           docs/source/urltutorial.rst
           examples/client.py
           msldap/__init__.py
           msldap/__main__.py
           msldap/_version.py
           msldap/bloodhound.py
           msldap/client.py
           msldap/commons/__init__.py
           msldap/commons/adexplorer.py
           msldap/commons/authbuilder.py
           msldap/commons/common.py
           msldap/commons/exceptions.py
           msldap/commons/factory.py
           msldap/commons/ldif.py
           msldap/commons/plugin.py
           msldap/commons/target.py
           msldap/commons/utils.py
           msldap/connection.py
           msldap/dontuse/test.py
           msldap/examples/__init__.py
           msldap/examples/jsontest.py
           msldap/examples/msldapbloodhound.py
           msldap/examples/msldapclient.py
           msldap/examples/msldapcompdnslist.py
           msldap/examples/utils/__init__.py
           msldap/examples/utils/completers.py
           msldap/external/Readme.md
           msldap/external/__init__.py
           msldap/external/aiocmd/README.md
           msldap/external/aiocmd/__init__.py
           msldap/external/aiocmd/aiocmd/__init__.py
           msldap/external/aiocmd/aiocmd/aiocmd.py
           msldap/external/aiocmd/aiocmd/nested_completer.py
           msldap/external/aiocmd/docs/example.py
           msldap/external/aiocmd/docs/image1.png
           msldap/external/aiocmd/docs/image2.png
           msldap/external/asciitree/MANIFEST.in
           msldap/external/asciitree/PKG-INFO
           msldap/external/asciitree/README.rst
           msldap/external/asciitree/__init__.py
           msldap/external/asciitree/asciitree/__init__.py
           msldap/external/asciitree/asciitree/drawing.py
           msldap/external/asciitree/asciitree/traversal.py
           msldap/external/asciitree/asciitree/util.py
           msldap/external/asciitree/setup.cfg
           msldap/external/asciitree/setup.py
           msldap/external/bloodhoundpy/__init__.py
           msldap/external/bloodhoundpy/lib/__init__.py
           msldap/external/bloodhoundpy/resolver.py
           msldap/external/bloodhoundpy/utils.py
           msldap/ldap_objects/__init__.py
           msldap/ldap_objects/adca.py
           msldap/ldap_objects/adcertificatetemplate.py
           msldap/ldap_objects/adcomp.py
           msldap/ldap_objects/adcontainer.py
           msldap/ldap_objects/addmsa.py
           msldap/ldap_objects/adenrollmentservice.py
           msldap/ldap_objects/adgmsa.py
           msldap/ldap_objects/adgpo.py
           msldap/ldap_objects/adgroup.py
           msldap/ldap_objects/adinfo.py
           msldap/ldap_objects/adou.py
           msldap/ldap_objects/adschemaentry.py
           msldap/ldap_objects/adsec.py
           msldap/ldap_objects/adtrust.py
           msldap/ldap_objects/aduser.py
           msldap/ldap_objects/common.py
           msldap/network/__init__.py
           msldap/network/packetizer.py
           msldap/protocol/__init__.py
           msldap/protocol/constants.py
           msldap/protocol/ldap_filter/__init__.py
           msldap/protocol/ldap_filter/filter.py
           msldap/protocol/ldap_filter/parser.py
           msldap/protocol/ldap_filter/soundex.py
           msldap/protocol/messages.py
           msldap/protocol/query.py
           msldap/protocol/typeconversion.py
           msldap/protocol/utils.py
           msldap/relay/__init__.py
           msldap/relay/server.py
           msldap/relay/serverconnection.py
           msldap/wintypes/__init__.py
           msldap/wintypes/asn1/__init__.py
           msldap/wintypes/asn1/sdflagsrequest.py
           msldap/wintypes/dnsp/__init__.py
           msldap/wintypes/dnsp/structures/__init__.py
           msldap/wintypes/dnsp/structures/dnsproperty.py
           msldap/wintypes/dnsp/structures/dnsrecord.py
           msldap/wintypes/dnsp/structures/misc.py
           msldap/wintypes/encryptedlaps.py
           msldap/wintypes/managedpassword.py
           pyproject.toml
           setup.py
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     msldap/external/bloodhoundpy/acls.py
Copyright: 2022 Fox-IT
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.

Files:     msldap/external/bloodhoundpy/lib/cstruct.py
Copyright: 2018 Fox-IT Security Research Team <srt@fox-it.com>
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.
 .
 TODO:

Files:     docs/source/conf.py
Copyright: __NO_COPYRIGHT__ in: docs/source/conf.py
License:   __UNKNOWN__
 # The full version, including alpha/beta/rc tags

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

#----------------------------------------------------------------------------
# License file: LICENSE
 This projects contains two other project written by a 3rd party.
 All code is licensed under MIT.
 .
 License for MSLDAP:
 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.
 .
 .
 License for "asciitree":
 .
 Copyright (c) 2015 Marc Brinkmann
 .
 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.
 .
 .
 License for "aiocmd":
 .
 MIT License
 .
 Copyright (c) 2019 Dor Green
 .
 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.
 .
 License for "Bloodhound.py":
 .
 MIT License
 .
 Copyright (c) 2018 Fox-IT
 .
 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.
