Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python3-aesedb
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
           aesedb/__init__.py
           aesedb/_version.py
           aesedb/constants/__init__.py
           aesedb/constants/colnames.py
           aesedb/eesentdb.py
           aesedb/examples/__init__.py
           aesedb/examples/ntdsparse.py
           aesedb/security/__init__.py
           aesedb/security/common/__init__.py
           aesedb/security/common/usersecret.py
           aesedb/security/constants.py
           aesedb/security/ntds.py
           aesedb/security/structures/__init__.py
           aesedb/security/structures/crypted.py
           aesedb/security/structures/kerbsecret.py
           aesedb/security/structures/pek.py
           aesedb/security/structures/sid.py
           aesedb/security/structures/userprops.py
           aesedb/structures/__init__.py
           aesedb/structures/branchentry.py
           aesedb/structures/branchheader.py
           aesedb/structures/catalogdatadefentry.py
           aesedb/structures/datadefinitionheader.py
           aesedb/structures/header.py
           aesedb/structures/indexentry.py
           aesedb/structures/jetsignature.py
           aesedb/structures/leafentry.py
           aesedb/structures/leafheader.py
           aesedb/structures/page.py
           aesedb/structures/pageheader.py
           aesedb/structures/rootheader.py
           aesedb/structures/spacetreeentry.py
           aesedb/structures/spacetreeheader.py
           aesedb/utils/__init__.py
           aesedb/utils/afile.py
           aesedb/utils/hexdump.py
           aesedb/utils/systemhive.py
           builder/pyinstaller/build.bat
           pyproject.toml
           setup.py
           tests/__init__.py
           tests/coverage.sh
           tests/test_parsing.py
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

#----------------------------------------------------------------------------
# huge files   (skipped):
#         tests/testdata/win2019_64_clear/SYSTEM
#         tests/testdata/win2019_64_clear/ntds.dit
#         tests/testdata/win2008r2_64/SYSTEM
#         tests/testdata/win2008r2_64/ntds.dit
#         tests/testdata/win2019_64/SYSTEM
#         tests/testdata/win2019_64/ntds.dit
#         tests/testdata/win2022_64/SYSTEM
#         tests/testdata/win2022_64/ntds.dit
#         tests/testdata/win2016_64/SYSTEM
#         tests/testdata/win2016_64/ntds.dit
#         tests/testdata/win2012_64/SYSTEM
#         tests/testdata/win2012_64/ntds.dit
#         tests/testdata/win2008_32/SYSTEM
#         tests/testdata/win2008_32/ntds.dit

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

#----------------------------------------------------------------------------
# License file: LICENSE
 AESEDB
 ---------
 .
 The Apache Software License, Version 1.1
  *
  * Copyright (c) 2000 The Apache Software Foundation.  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.
  *
  * 3. The end-user documentation included with the redistribution,
  *    if any, must include the following acknowledgment:
  *       "This product includes software developed by the
  *        Apache Software Foundation (http://www.apache.org/)."
  *    Alternately, this acknowledgment may appear in the software itself,
  *    if and wherever such third-party acknowledgments normally appear.
  *
  * 4. The names "Apache" and "Apache Software Foundation" must
  *    not be used to endorse or promote products derived from this
  *    software without prior written permission. For written
  *    permission, please contact apache@apache.org.
  *
  * 5. Products derived from this software may not be called "Apache",
  *    nor may "Apache" appear in their name, without prior written
  *    permission of the Apache Software Foundation.
  *
  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 APACHE SOFTWARE FOUNDATION OR
  * ITS 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.
 .
 Parser code is taken from Impacket. License as follows:
 ---------
 .
 We provide this software under a slightly modified version of the
 Apache Software License. The only changes to the document were the
 replacement of "Apache" with "Impacket" and "Apache Software Foundation"
 with "Fortra". Feel free to compare the resulting
 document to the official Apache license.
 .
 The `Apache Software License' is an Open Source Initiative Approved
 License.
 .
 .
 The Apache Software License, Version 1.1
 Modifications by Fortra (see above)
 .
 Copyright (c) 2000 The Apache Software Foundation.  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.
 .
 3. The end-user documentation included with the redistribution,
    if any, must include the following acknowledgment:
       "This product includes software developed by
        SecureAuth Corporation (https://www.secureauth.com/) and Fortra (https://www.fortra.com)."
    Alternately, this acknowledgment may appear in the software itself,
    if and wherever such third-party acknowledgments normally appear.
 .
 4. The names "Impacket", "SecureAuth Corporation", and "Fortra" must
    not be used to endorse or promote products derived from this
    software without prior written permission. For written
    permission, please reach out to https://www.coresecurity.com/about/contact.
 .
 5. Products derived from this software may not be called "Impacket",
    nor may "Impacket" appear in their name, without prior written
    permission of Fortra.
 .
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 APACHE SOFTWARE FOUNDATION OR
 ITS 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.
 .
