Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: python3-neo4j
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:     benchkit/__init__.py
           benchkit/__main__.py
           benchkit/app.py
           benchkit/context.py
           benchkit/env.py
           benchkit/workloads.py
           bin/make-unasync
           pyproject.toml
           src/neo4j/__init__.py
           src/neo4j/_addressing.py
           src/neo4j/_api.py
           src/neo4j/_async/__init__.py
           src/neo4j/_async/_debug/__init__.py
           src/neo4j/_async/_debug/_concurrency_check.py
           src/neo4j/_async/auth_management.py
           src/neo4j/_async/bookmark_manager.py
           src/neo4j/_async/config.py
           src/neo4j/_async/driver.py
           src/neo4j/_async/io/__init__.py
           src/neo4j/_async/io/_bolt.py
           src/neo4j/_async/io/_bolt3.py
           src/neo4j/_async/io/_bolt4.py
           src/neo4j/_async/io/_bolt5.py
           src/neo4j/_async/io/_bolt6.py
           src/neo4j/_async/io/_bolt_socket.py
           src/neo4j/_async/io/_common.py
           src/neo4j/_async/io/_pool.py
           src/neo4j/_async/work/__init__.py
           src/neo4j/_async/work/result.py
           src/neo4j/_async/work/session.py
           src/neo4j/_async/work/transaction.py
           src/neo4j/_async/work/workspace.py
           src/neo4j/_async_compat/__init__.py
           src/neo4j/_async_compat/concurrency.py
           src/neo4j/_async_compat/network/__init__.py
           src/neo4j/_async_compat/network/_bolt_socket.py
           src/neo4j/_async_compat/network/_util.py
           src/neo4j/_async_compat/shims/__init__.py
           src/neo4j/_async_compat/util.py
           src/neo4j/_auth_management.py
           src/neo4j/_codec/__init__.py
           src/neo4j/_codec/hydration/__init__.py
           src/neo4j/_codec/hydration/_common.py
           src/neo4j/_codec/hydration/_interface/__init__.py
           src/neo4j/_codec/hydration/v1/__init__.py
           src/neo4j/_codec/hydration/v1/hydration_handler.py
           src/neo4j/_codec/hydration/v1/spatial.py
           src/neo4j/_codec/hydration/v1/temporal.py
           src/neo4j/_codec/hydration/v1/vector.py
           src/neo4j/_codec/hydration/v2/__init__.py
           src/neo4j/_codec/hydration/v2/hydration_handler.py
           src/neo4j/_codec/hydration/v2/temporal.py
           src/neo4j/_codec/hydration/v3/__init__.py
           src/neo4j/_codec/hydration/v3/hydration_handler.py
           src/neo4j/_codec/hydration/v3/vector.py
           src/neo4j/_codec/packstream/__init__.py
           src/neo4j/_codec/packstream/_common.py
           src/neo4j/_codec/packstream/_python/__init__.py
           src/neo4j/_codec/packstream/_python/_common.py
           src/neo4j/_codec/packstream/v1/__init__.py
           src/neo4j/_codec/packstream/v1/types.py
           src/neo4j/_conf.py
           src/neo4j/_data.py
           src/neo4j/_deadline.py
           src/neo4j/_debug/__init__.py
           src/neo4j/_debug/_config.py
           src/neo4j/_debug/_notification_printer.py
           src/neo4j/_exceptions.py
           src/neo4j/_io/__init__.py
           src/neo4j/_meta.py
           src/neo4j/_optional_deps/__init__.py
           src/neo4j/_routing.py
           src/neo4j/_sync/__init__.py
           src/neo4j/_sync/_debug/__init__.py
           src/neo4j/_sync/_debug/_concurrency_check.py
           src/neo4j/_sync/auth_management.py
           src/neo4j/_sync/bookmark_manager.py
           src/neo4j/_sync/config.py
           src/neo4j/_sync/driver.py
           src/neo4j/_sync/io/__init__.py
           src/neo4j/_sync/io/_bolt.py
           src/neo4j/_sync/io/_bolt3.py
           src/neo4j/_sync/io/_bolt4.py
           src/neo4j/_sync/io/_bolt5.py
           src/neo4j/_sync/io/_bolt6.py
           src/neo4j/_sync/io/_bolt_socket.py
           src/neo4j/_sync/io/_common.py
           src/neo4j/_sync/io/_pool.py
           src/neo4j/_sync/work/__init__.py
           src/neo4j/_sync/work/result.py
           src/neo4j/_sync/work/session.py
           src/neo4j/_sync/work/transaction.py
           src/neo4j/_sync/work/workspace.py
           src/neo4j/_typing.py
           src/neo4j/_util/__init__.py
           src/neo4j/_util/_context_bool.py
           src/neo4j/_warnings.py
           src/neo4j/_work/__init__.py
           src/neo4j/_work/eager_result.py
           src/neo4j/_work/gql_status.py
           src/neo4j/_work/query.py
           src/neo4j/_work/summary.py
           src/neo4j/addressing.py
           src/neo4j/api.py
           src/neo4j/auth_management.py
           src/neo4j/debug.py
           src/neo4j/graph/__init__.py
           src/neo4j/spatial/__init__.py
           src/neo4j/time/__init__.py
           src/neo4j/time/_arithmetic.py
           src/neo4j/time/_clock_implementations.py
           src/neo4j/time/_metaclasses.py
           src/neo4j/vector.py
           src/neo4j/warnings.py
           testkit/_common.py
           testkit/backend.py
           testkit/build.py
           testkit/integration.py
           testkit/stress.py
           testkit/unittests.py
           testkitbackend/__init__.py
           testkitbackend/__main__.py
           testkitbackend/_async/__init__.py
           testkitbackend/_async/backend.py
           testkitbackend/_async/requests.py
           testkitbackend/_deprecated_imports.py
           testkitbackend/_driver_logger.py
           testkitbackend/_sync/__init__.py
           testkitbackend/_sync/backend.py
           testkitbackend/_sync/requests.py
           testkitbackend/_warning_check.py
           testkitbackend/exceptions.py
           testkitbackend/fromtestkit.py
           testkitbackend/server.py
           testkitbackend/test_subtest_skips.py
           testkitbackend/totestkit.py
           tests/__init__.py
           tests/_async_compat/__init__.py
           tests/_async_compat/mark_decorator.py
           tests/_async_util.py
           tests/_deprecated_imports.py
           tests/_teamcity.py
           tests/conftest.py
           tests/env.py
           tests/integration/__init__.py
           tests/integration/async_/__init__.py
           tests/integration/async_/async_compat/__init__.py
           tests/integration/async_/async_compat/network/__init__.py
           tests/integration/async_/async_compat/network/test_util.py
           tests/integration/async_/test_custom_ssl_context.py
           tests/integration/conftest.py
           tests/integration/examples/test_basic_auth_example.py
           tests/integration/examples/test_bearer_auth_example.py
           tests/integration/examples/test_config_connection_pool_example.py
           tests/integration/examples/test_config_connection_timeout_example.py
           tests/integration/examples/test_config_max_retry_time_example.py
           tests/integration/examples/test_config_secure_example.py
           tests/integration/examples/test_config_trust_example.py
           tests/integration/examples/test_config_unencrypted_example.py
           tests/integration/examples/test_custom_auth_example.py
           tests/integration/examples/test_custom_resolver_example.py
           tests/integration/examples/test_cypher_error_example.py
           tests/integration/examples/test_database_selection_example.py
           tests/integration/examples/test_driver_introduction_example.py
           tests/integration/examples/test_driver_lifecycle_example.py
           tests/integration/examples/test_geospatial_types_example.py
           tests/integration/examples/test_hello_world_example.py
           tests/integration/examples/test_kerberos_auth_example.py
           tests/integration/examples/test_pass_bookmarks_example.py
           tests/integration/examples/test_service_unavailable_example.py
           tests/integration/examples/test_temporal_types_example.py
           tests/integration/examples/test_transaction_metadata_config_example.py
           tests/integration/examples/test_transaction_timeout_config_example.py
           tests/integration/mixed/__init__.py
           tests/integration/mixed/test_async_cancellation.py
           tests/integration/sync/__init__.py
           tests/integration/sync/async_compat/__init__.py
           tests/integration/sync/async_compat/network/__init__.py
           tests/integration/sync/async_compat/network/test_util.py
           tests/integration/sync/test_custom_ssl_context.py
           tests/integration/test_bolt_driver.py
           tests/integration/test_readme.py
           tests/iter_util.py
           tests/performance/__init__.py
           tests/performance/test_async_results.py
           tests/performance/test_results.py
           tests/unit/__init__.py
           tests/unit/async_/__init__.py
           tests/unit/async_/fixtures/__init__.py
           tests/unit/async_/fixtures/fake_connection.py
           tests/unit/async_/fixtures/fake_pool.py
           tests/unit/async_/io/__init__.py
           tests/unit/async_/io/_common/__init__.py
           tests/unit/async_/io/_common/test_inbox.py
           tests/unit/async_/io/_common/test_oubox.py
           tests/unit/async_/io/_common/test_response_handler.py
           tests/unit/async_/io/conftest.py
           tests/unit/async_/io/test__bolt_socket.py
           tests/unit/async_/io/test_bolt_pool.py
           tests/unit/async_/io/test_class_bolt.py
           tests/unit/async_/io/test_class_bolt3.py
           tests/unit/async_/io/test_class_bolt4x0.py
           tests/unit/async_/io/test_class_bolt4x1.py
           tests/unit/async_/io/test_class_bolt4x2.py
           tests/unit/async_/io/test_class_bolt4x3.py
           tests/unit/async_/io/test_class_bolt4x4.py
           tests/unit/async_/io/test_class_bolt5x0.py
           tests/unit/async_/io/test_class_bolt5x1.py
           tests/unit/async_/io/test_class_bolt5x2.py
           tests/unit/async_/io/test_class_bolt5x3.py
           tests/unit/async_/io/test_class_bolt5x4.py
           tests/unit/async_/io/test_class_bolt5x5.py
           tests/unit/async_/io/test_class_bolt5x6.py
           tests/unit/async_/io/test_class_bolt5x7.py
           tests/unit/async_/io/test_class_bolt5x8.py
           tests/unit/async_/io/test_class_bolt6x0.py
           tests/unit/async_/io/test_class_bolt_any.py
           tests/unit/async_/io/test_direct.py
           tests/unit/async_/io/test_neo4j_pool.py
           tests/unit/async_/test_addressing.py
           tests/unit/async_/test_auth_management.py
           tests/unit/async_/test_bookmark_manager.py
           tests/unit/async_/test_conf.py
           tests/unit/async_/test_driver.py
           tests/unit/async_/test_home_db_cache.py
           tests/unit/async_/work/__init__.py
           tests/unit/async_/work/test_result.py
           tests/unit/async_/work/test_session.py
           tests/unit/async_/work/test_transaction.py
           tests/unit/common/__init__.py
           tests/unit/common/_debug/__init__.py
           tests/unit/common/_debug/test_notification_printer.py
           tests/unit/common/codec/__init__.py
           tests/unit/common/codec/hydration/__init__.py
           tests/unit/common/codec/hydration/_base.py
           tests/unit/common/codec/hydration/_common.py
           tests/unit/common/codec/hydration/v1/__init__.py
           tests/unit/common/codec/hydration/v1/test_graph_hydration.py
           tests/unit/common/codec/hydration/v1/test_hydration_handler.py
           tests/unit/common/codec/hydration/v1/test_spatial_dehydration.py
           tests/unit/common/codec/hydration/v1/test_spatial_hydration.py
           tests/unit/common/codec/hydration/v1/test_temporal_dehydration.py
           tests/unit/common/codec/hydration/v1/test_temporal_dehydration_utc_patch.py
           tests/unit/common/codec/hydration/v1/test_temporal_hydration.py
           tests/unit/common/codec/hydration/v1/test_unknown_hydration.py
           tests/unit/common/codec/hydration/v1/test_vector_dehydration.py
           tests/unit/common/codec/hydration/v1/test_vector_hydration.py
           tests/unit/common/codec/hydration/v2/__init__.py
           tests/unit/common/codec/hydration/v2/test_graph_hydration.py
           tests/unit/common/codec/hydration/v2/test_hydration_handler.py
           tests/unit/common/codec/hydration/v2/test_spatial_dehydration.py
           tests/unit/common/codec/hydration/v2/test_spatial_hydration.py
           tests/unit/common/codec/hydration/v2/test_temporal_dehydration.py
           tests/unit/common/codec/hydration/v2/test_temporal_hydration.py
           tests/unit/common/codec/hydration/v2/test_unknown_hydration.py
           tests/unit/common/codec/hydration/v2/test_vector_dehydration.py
           tests/unit/common/codec/hydration/v2/test_vector_hydration.py
           tests/unit/common/codec/hydration/v3/__init__.py
           tests/unit/common/codec/hydration/v3/test_graph_hydration.py
           tests/unit/common/codec/hydration/v3/test_hydration_handler.py
           tests/unit/common/codec/hydration/v3/test_spatial_dehydration.py
           tests/unit/common/codec/hydration/v3/test_spatial_hydration.py
           tests/unit/common/codec/hydration/v3/test_temporal_dehydration.py
           tests/unit/common/codec/hydration/v3/test_temporal_hydration.py
           tests/unit/common/codec/hydration/v3/test_unknown_hydration.py
           tests/unit/common/codec/hydration/v3/test_vector_dehydration.py
           tests/unit/common/codec/hydration/v3/test_vector_hydration.py
           tests/unit/common/codec/packstream/__init__.py
           tests/unit/common/codec/packstream/v1/__init__.py
           tests/unit/common/codec/packstream/v1/test_packstream.py
           tests/unit/common/graph/__init__.py
           tests/unit/common/graph/test_graph.py
           tests/unit/common/io/__init__.py
           tests/unit/common/io/test_routing.py
           tests/unit/common/spatial/__init__.py
           tests/unit/common/spatial/test_cartesian_point.py
           tests/unit/common/spatial/test_point.py
           tests/unit/common/spatial/test_wgs84_point.py
           tests/unit/common/test_addressing.py
           tests/unit/common/test_api.py
           tests/unit/common/test_conf.py
           tests/unit/common/test_debug.py
           tests/unit/common/test_exceptions.py
           tests/unit/common/test_import_neo4j.py
           tests/unit/common/test_record.py
           tests/unit/common/test_security.py
           tests/unit/common/test_types.py
           tests/unit/common/time/__init__.py
           tests/unit/common/time/test_clock.py
           tests/unit/common/time/test_clocktime.py
           tests/unit/common/time/test_date.py
           tests/unit/common/time/test_datetime.py
           tests/unit/common/time/test_duration.py
           tests/unit/common/time/test_import.py
           tests/unit/common/time/test_time.py
           tests/unit/common/vector/__init__.py
           tests/unit/common/vector/test_import_vector.py
           tests/unit/common/vector/test_vector.py
           tests/unit/common/warnings/__init__.py
           tests/unit/common/warnings/test_import.py
           tests/unit/common/work/__init__.py
           tests/unit/common/work/test_summary.py
           tests/unit/conftest.py
           tests/unit/fixtures/__init__.py
           tests/unit/fixtures/notifications.py
           tests/unit/fixtures/socket.py
           tests/unit/mixed/__init__.py
           tests/unit/mixed/async_compat/__init__.py
           tests/unit/mixed/async_compat/test_concurrency.py
           tests/unit/mixed/async_compat/test_network.py
           tests/unit/mixed/async_compat/test_shims.py
           tests/unit/mixed/io/__init__.py
           tests/unit/mixed/io/_common.py
           tests/unit/mixed/test_home_db_cache.py
           tests/unit/sync/__init__.py
           tests/unit/sync/fixtures/__init__.py
           tests/unit/sync/fixtures/fake_connection.py
           tests/unit/sync/fixtures/fake_pool.py
           tests/unit/sync/io/__init__.py
           tests/unit/sync/io/_common/__init__.py
           tests/unit/sync/io/_common/test_inbox.py
           tests/unit/sync/io/_common/test_oubox.py
           tests/unit/sync/io/_common/test_response_handler.py
           tests/unit/sync/io/conftest.py
           tests/unit/sync/io/test__bolt_socket.py
           tests/unit/sync/io/test__common.py
           tests/unit/sync/io/test_bolt_pool.py
           tests/unit/sync/io/test_class_bolt.py
           tests/unit/sync/io/test_class_bolt3.py
           tests/unit/sync/io/test_class_bolt4x0.py
           tests/unit/sync/io/test_class_bolt4x1.py
           tests/unit/sync/io/test_class_bolt4x2.py
           tests/unit/sync/io/test_class_bolt4x3.py
           tests/unit/sync/io/test_class_bolt4x4.py
           tests/unit/sync/io/test_class_bolt5x0.py
           tests/unit/sync/io/test_class_bolt5x1.py
           tests/unit/sync/io/test_class_bolt5x2.py
           tests/unit/sync/io/test_class_bolt5x3.py
           tests/unit/sync/io/test_class_bolt5x4.py
           tests/unit/sync/io/test_class_bolt5x5.py
           tests/unit/sync/io/test_class_bolt5x6.py
           tests/unit/sync/io/test_class_bolt5x7.py
           tests/unit/sync/io/test_class_bolt5x8.py
           tests/unit/sync/io/test_class_bolt6x0.py
           tests/unit/sync/io/test_class_bolt_any.py
           tests/unit/sync/io/test_direct.py
           tests/unit/sync/io/test_neo4j_pool.py
           tests/unit/sync/test_addressing.py
           tests/unit/sync/test_auth_management.py
           tests/unit/sync/test_bookmark_manager.py
           tests/unit/sync/test_conf.py
           tests/unit/sync/test_driver.py
           tests/unit/sync/test_home_db_cache.py
           tests/unit/sync/work/__init__.py
           tests/unit/sync/work/test_result.py
           tests/unit/sync/work/test_session.py
           tests/unit/sync/work/test_transaction.py
Copyright: "Neo4j" Neo4j Sweden AB [https://neo4j.com]
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     .dockerignore
           .editorconfig
           .gitattributes
           .github/ISSUE_TEMPLATE/bug.md
           .github/ISSUE_TEMPLATE/feature.md
           .gitignore
           .gitmodules
           .pre-commit-config.yaml
           .snyk
           CHANGELOG.md
           CONTRIBUTING.md
           LICENSE.PYTHON.txt
           LICENSE.txt
           MANIFEST.in
           README.rst
           TESTING.md
           benchkit/Dockerfile
           bin/check-dist
           bin/clean
           bin/dist-functions
           bin/make-dist
           bin/make-docs
           bin/release
           docs/Makefile
           docs/README.md
           docs/make.bat
           docs/source/_images/core_type_mappings.png
           docs/source/_templates/gentree.html
           docs/source/api.rst
           docs/source/async_api.rst
           docs/source/breaking_changes.rst
           docs/source/index.rst
           docs/source/themes/neo4j/layout.html
           docs/source/themes/neo4j/static/css/neo4j.css_t
           docs/source/themes/neo4j/static/css/nunito-sans.css
           docs/source/themes/neo4j/static/css/site.css
           docs/source/themes/neo4j/static/fonts/nunito-sans-cyrillic-ext.woff2
           docs/source/themes/neo4j/static/fonts/nunito-sans-cyrillic.woff2
           docs/source/themes/neo4j/static/fonts/nunito-sans-latin-ext.woff2
           docs/source/themes/neo4j/static/fonts/nunito-sans-latin.woff2
           docs/source/themes/neo4j/static/fonts/nunito-sans-vietnamese.woff2
           docs/source/themes/neo4j/static/img/.keep
           docs/source/themes/neo4j/static/js/12-fragment-jumper.js
           docs/source/themes/neo4j/theme.conf
           docs/source/types/_spatial_overview.rst
           docs/source/types/_temporal_overview.rst
           docs/source/types/spatial.rst
           docs/source/types/temporal.rst
           docs/source/types/vector.rst
           src/neo4j/py.typed
           testkit/.dockerignore
           testkit/Dockerfile
           testkit/testkit.json
           testkitbackend/test_config.json
           tests/unit/README.md
           tox.ini
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     tests/integration/mixed/test_async_driver.py
           tests/unit/mixed/io/test_direct.py
Copyright: "Neo4j" Neo4j Sweden AB [https://neo4j.com]
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 ruff: noqa: ASYNC110
 FIXME: activate lint and fix it
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     src/neo4j/_async/home_db_cache.py
           src/neo4j/_sync/home_db_cache.py
Copyright: "Neo4j" Neo4j Sweden AB [https://neo4j.com]
License:   Apache-2.0
 This file is part of Neo4j.
 .
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     tests/unit/async_/conftest.py
           tests/unit/sync/conftest.py
Copyright: "Neo4j" Neo4j Sweden AB [https://neo4j.com]
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 necessary for pytest to discover the fixtures
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     tests/integration/examples/__init__.py
Copyright: "Neo4j" Neo4j Sweden AB [https://neo4j.com]
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 List of example tags used in the drivers manual version 4.0
 .
 Example 1.6. Hello World
 hello-world, hello-world-import
 .
 Example 2.1. The driver lifecycle
 driver-lifecycle, driver-lifecycle-import
 .
 Example 2.2. Custom Address Resolver
 custom-resolver, custom-resolver-import
 .
 Example 2.5. Basic authentication
 basic-auth, basic-auth-import
 .
 Example 2.6. Kerberos authentication
 kerberos-auth, kerberos-auth-import
 .
 Example 2.7. Custom authentication
 custom-auth, custom-auth-import
 .
 Example 2.8. Configure connection pool
 config-connection-pool, config-connection-pool-import
 .
 Example 2.9. Configure connection timeout
 config-connection-timeout, config-connection-timeout-import
 .
 Example 2.10. Unencrypted configuration
 config-unencrypted, config-unencrypted-import
 .
 Example 2.11. Configure maximum transaction retry time
 config-max-retry-time, config-max-retry-time-import
 .
 Example 2.12. Configure trusted certificates
 config-trust, config-trust-import
 .
 Example 3.1. Pass bookmarks
 pass-bookmarks, pass-bookmarks-import
 .
 Example 3.2. Read-write transaction
 read-write-transaction
 .
 Example 3.3. Database selection on session creation
 database-selection, database-selection-import
 .
 Example 4.1. Session construction and closure
 Hard coded (session)
 .
 Example 4.2. Transaction function
 transaction-function, transaction-function-import
 .
 Example 4.3. Simple auto-commit transactions
 autocommit-transaction, autocommit-transaction-import
 .
 Example 4.4. Consuming results
 result-consume
 .
 Example 4.5. Retain results for further processing
 result-retain
 .
 Example 4.6. Asynchronous transaction functions
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     tests/integration/examples/test_session_example.py
Copyright: "Neo4j" Neo4j Sweden AB [https://neo4j.com]
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 tag::session-import[]
 end::session-import[]
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     tests/integration/examples/test_read_write_transaction_example.py
Copyright: "Neo4j" Neo4j Sweden AB [https://neo4j.com]
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 tag::read-write-transaction-import[]
 end::read-write-transaction-import[]
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     tests/integration/examples/test_result_retain_example.py
Copyright: "Neo4j" Neo4j Sweden AB [https://neo4j.com]
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 tag::result-retain-import[]
 end::result-retain-import[]
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     tests/integration/examples/test_transaction_function_example.py
Copyright: "Neo4j" Neo4j Sweden AB [https://neo4j.com]
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 isort: off
 tag::transaction-function-import[]
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     tests/integration/examples/test_result_consume_example.py
Copyright: "Neo4j" Neo4j Sweden AB [https://neo4j.com]
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 tag::result-consume-import[]
 end::result-consume-import[]
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     src/neo4j/exceptions.py
Copyright: "Neo4j" Neo4j Sweden AB [https://neo4j.com]
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 ruff: noqa: N818
 Not going to rename all Error classes that don't end on Error,
 which would break pretty much all users just to please the linter.
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     tests/integration/examples/test_autocommit_transaction_example.py
Copyright: "Neo4j" Neo4j Sweden AB [https://neo4j.com]
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 isort: off
 tag::autocommit-transaction-import[]
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     testkitbackend/backend.py
Copyright: "Neo4j" Neo4j Sweden AB [https://neo4j.com]
License:   Apache-2.0
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 .
 ignore FURB189:
 > Subclassing `dict` can be error prone, use `collections.UserDict` instead
 Legacy code that works well enough for now.
 .
 On Debian systems, the complete text of the Apache License Version 2.0
  can be found in `/usr/share/common-licenses/Apache-2.0'.

Files:     LICENSE.APACHE2.txt
Copyright: [yyyy] [name of copyright owner]
           license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
License:   __UNKNOWN__
 3. Grant of Patent License. Subject to the terms and conditions of
 this License, each Contributor hereby grants to You a perpetual,
 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
 (except as stated in this section) patent license to make, have made,
 use, offer to sell, sell, import, and otherwise transfer the Work,
 where such license applies only to those patent claims licensable
 by such Contributor that are necessarily infringed by their
 Contribution(s) alone or by combination of their Contribution(s)
 with the Work to which such Contribution(s) was submitted. If You
 institute patent litigation against any entity (including a
 cross-claim or counterclaim in a lawsuit) alleging that the Work
 or a Contribution incorporated within the Work constitutes direct
 or contributory patent infringement, then any patent licenses
 granted to You under this License for that Work shall terminate
 as of the date such litigation is filed.
 .
 4. Redistribution. You may reproduce and distribute copies of the
 Work or Derivative Works thereof in any medium, with or without
 modifications, and in Source or Object form, provided that You
 meet the following conditions:
 .
 (a) You must give any other recipients of the Work or
 Derivative Works a copy of this License; and
 .
 (b) You must cause any modified files to carry prominent notices
 stating that You changed the files; and
 .
 (d) If the Work includes a "NOTICE" text file as part of its
 distribution, then any Derivative Works that You distribute must
 include a readable copy of the attribution notices contained
 within such NOTICE file, excluding those notices that do not
 pertain to any part of the Derivative Works, in at least one
 of the following places: within a NOTICE text file distributed
 as part of the Derivative Works; within the Source form or
 documentation, if provided along with the Derivative Works; or,
 within a display generated by the Derivative Works, if and
 wherever such third-party notices normally appear. The contents
 of the NOTICE file are for informational purposes only and
 do not modify the License. You may add Your own attribution
 notices within Derivative Works that You distribute, alongside
 or as an addendum to the NOTICE text from the Work, provided
 that such additional attribution notices cannot be construed
 as modifying the License.
 .
 You may add Your own copyright statement to Your modifications and
 may provide additional or different license terms and conditions
 for use, reproduction, or distribution of Your modifications, or
 for any such Derivative Works as a whole, provided Your use,
 reproduction, and distribution of the Work otherwise complies with
 the conditions stated in this License.
 .
 5. Submission of Contributions. Unless You explicitly state otherwise,
 any Contribution intentionally submitted for inclusion in the Work
 by You to the Licensor shall be under the terms and conditions of
 this License, without any additional terms or conditions.
 Notwithstanding the above, nothing herein shall supersede or modify
 the terms of any separate license agreement you may have executed
 with Licensor regarding such Contributions.
 .
 6. Trademarks. This License does not grant permission to use the trade
 names, trademarks, service marks, or product names of the Licensor,
 except as required for reasonable and customary use in describing the
 origin of the Work and reproducing the content of the NOTICE file.
 .
 7. Disclaimer of Warranty. Unless required by applicable law or
 agreed to in writing, Licensor provides the Work (and each
 Contributor provides its Contributions) on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
 implied, including, without limitation, any warranties or conditions
 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
 PARTICULAR PURPOSE. You are solely responsible for determining the
 appropriateness of using or redistributing the Work and assume any
 risks associated with Your exercise of permissions under this License.
 .
 8. Limitation of Liability. In no event and under no legal theory,
 whether in tort (including negligence), contract, or otherwise,
 unless required by applicable law (such as deliberate and grossly
 negligent acts) or agreed to in writing, shall any Contributor be
 liable to You for damages, including any direct, indirect, special,
 incidental, or consequential damages of any character arising as a
 result of this License or out of the use or inability to use the
 Work (including but not limited to damages for loss of goodwill,
 work stoppage, computer failure or malfunction, or any and all
 other commercial damages or losses), even if such Contributor
 has been advised of the possibility of such damages.
 .
 9. Accepting Warranty or Additional Liability. While redistributing
 the Work or Derivative Works thereof, You may choose to offer,
 and charge a fee for, acceptance of support, warranty, indemnity,
 or other liability obligations and/or rights consistent with this
 License. However, in accepting such obligations, You may act only
 on Your own behalf and on Your sole responsibility, not on behalf
 of any other Contributor, and only if You agree to indemnify,
 defend, and hold each Contributor harmless for any liability
 incurred by, or claims asserted against, such Contributor by reason
 of your accepting any such warranty or additional liability.
 .
 END OF TERMS AND CONDITIONS
 .
 APPENDIX: How to apply the Apache License to your work.
 .
 To apply the Apache License to your work, attach the following
 boilerplate notice, with the fields enclosed by brackets "[]"
 replaced with your own identifying information. (Don't include
 the brackets!)  The text should be enclosed in the appropriate
 comment syntax for the file format. We also recommend that a
 file or class name and description of purpose be included on the
 same "printed page" as the copyright notice for easier
 identification within third-party archives.
 .
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at
 .
 https://www.apache.org/licenses/LICENSE-2.0
 .
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.

Files:     NOTICE.txt
Copyright: Neo4j Sweden AB (referred to in this notice as "Neo4j") [https://neo4j.com]
License:   __UNKNOWN__
 This product includes software ("Software") developed by Neo4j

Files:     docs/source/conf.py
Copyright: __NO_COPYRIGHT__ in: docs/source/conf.py
License:   __UNKNOWN__
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 .
 # The short X.Y version.

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         .github/PULL_REQUEST_TEMPLATE.md
#         docs/source/_templates/indexnav.html
#         docs/source/_images/core_type_mappings.svg
#         docs/source/themes/neo4j/indexnav.html
#         docs/source/themes/neo4j/navigation.html
#         docs/source/themes/neo4j/footer.html
#         docs/source/themes/neo4j/static/menu.svg

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

#----------------------------------------------------------------------------
# License file: LICENSE.PYTHON.txt
 Python software and documentation are licensed under the
 Python Software Foundation License Version 2.
 .
 Starting with Python 3.8.6, examples, recipes, and other code in
 the documentation are dual licensed under the PSF License Version 2
 and the Zero-Clause BSD license.
 .
 .
 PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
 --------------------------------------------
 .
 1. This LICENSE AGREEMENT is between the Python Software Foundation
 ("PSF"), and the Individual or Organization ("Licensee") accessing and
 otherwise using this software ("Python") in source or binary form and
 its associated documentation.
 .
 2. Subject to the terms and conditions of this License Agreement, PSF hereby
 grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
 analyze, test, perform and/or display publicly, prepare derivative works,
 distribute, and otherwise use Python alone or in any derivative version,
 provided, however, that PSF's License Agreement and PSF's notice of copyright,
 i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Python Software Foundation;
 All Rights Reserved" are retained in Python alone or in any derivative version
 prepared by Licensee.
 .
 3. In the event Licensee prepares a derivative work that is based on
 or incorporates Python or any part thereof, and wants to make
 the derivative work available to others as provided herein, then
 Licensee hereby agrees to include in any such work a brief summary of
 the changes made to Python.
 .
 4. PSF is making Python available to Licensee on an "AS IS"
 basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
 IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
 DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
 INFRINGE ANY THIRD PARTY RIGHTS.
 .
 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
 A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
 OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
 .
 6. This License Agreement will automatically terminate upon a material
 breach of its terms and conditions.
 .
 7. Nothing in this License Agreement shall be deemed to create any
 relationship of agency, partnership, or joint venture between PSF and
 Licensee.  This License Agreement does not grant permission to use PSF
 trademarks or trade name in a trademark sense to endorse or promote
 products or services of Licensee, or any third party.
 .
 8. By copying, installing or otherwise using Python, Licensee
 agrees to be bound by the terms and conditions of this License
 Agreement.

#----------------------------------------------------------------------------
# License file: LICENSE.APACHE2.txt
 .
                                  Apache License
                            Version 2.0, January 2004
                         https://www.apache.org/licenses/
 .
    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 .
    1. Definitions.
 .
       "License" shall mean the terms and conditions for use, reproduction,
       and distribution as defined by Sections 1 through 9 of this document.
 .
       "Licensor" shall mean the copyright owner or entity authorized by
       the copyright owner that is granting the License.
 .
       "Legal Entity" shall mean the union of the acting entity and all
       other entities that control, are controlled by, or are under common
       control with that entity. For the purposes of this definition,
       "control" means (i) the power, direct or indirect, to cause the
       direction or management of such entity, whether by contract or
       otherwise, or (ii) ownership of fifty percent (50%) or more of the
       outstanding shares, or (iii) beneficial ownership of such entity.
 .
       "You" (or "Your") shall mean an individual or Legal Entity
       exercising permissions granted by this License.
 .
       "Source" form shall mean the preferred form for making modifications,
       including but not limited to software source code, documentation
       source, and configuration files.
 .
       "Object" form shall mean any form resulting from mechanical
       transformation or translation of a Source form, including but
       not limited to compiled object code, generated documentation,
       and conversions to other media types.
 .
       "Work" shall mean the work of authorship, whether in Source or
       Object form, made available under the License, as indicated by a
       copyright notice that is included in or attached to the work
       (an example is provided in the Appendix below).
 .
       "Derivative Works" shall mean any work, whether in Source or Object
       form, that is based on (or derived from) the Work and for which the
       editorial revisions, annotations, elaborations, or other modifications
       represent, as a whole, an original work of authorship. For the purposes
       of this License, Derivative Works shall not include works that remain
       separable from, or merely link (or bind by name) to the interfaces of,
       the Work and Derivative Works thereof.
 .
       "Contribution" shall mean any work of authorship, including
       the original version of the Work and any modifications or additions
       to that Work or Derivative Works thereof, that is intentionally
       submitted to Licensor for inclusion in the Work by the copyright owner
       or by an individual or Legal Entity authorized to submit on behalf of
       the copyright owner. For the purposes of this definition, "submitted"
       means any form of electronic, verbal, or written communication sent
       to the Licensor or its representatives, including but not limited to
       communication on electronic mailing lists, source code control systems,
       and issue tracking systems that are managed by, or on behalf of, the
       Licensor for the purpose of discussing and improving the Work, but
       excluding communication that is conspicuously marked or otherwise
       designated in writing by the copyright owner as "Not a Contribution."
 .
       "Contributor" shall mean Licensor and any individual or Legal Entity
       on behalf of whom a Contribution has been received by Licensor and
       subsequently incorporated within the Work.
 .
    2. Grant of Copyright License. Subject to the terms and conditions of
       this License, each Contributor hereby grants to You a perpetual,
       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
       copyright license to reproduce, prepare Derivative Works of,
       publicly display, publicly perform, sublicense, and distribute the
       Work and such Derivative Works in Source or Object form.
 .
    3. Grant of Patent License. Subject to the terms and conditions of
       this License, each Contributor hereby grants to You a perpetual,
       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
       (except as stated in this section) patent license to make, have made,
       use, offer to sell, sell, import, and otherwise transfer the Work,
       where such license applies only to those patent claims licensable
       by such Contributor that are necessarily infringed by their
       Contribution(s) alone or by combination of their Contribution(s)
       with the Work to which such Contribution(s) was submitted. If You
       institute patent litigation against any entity (including a
       cross-claim or counterclaim in a lawsuit) alleging that the Work
       or a Contribution incorporated within the Work constitutes direct
       or contributory patent infringement, then any patent licenses
       granted to You under this License for that Work shall terminate
       as of the date such litigation is filed.
 .
    4. Redistribution. You may reproduce and distribute copies of the
       Work or Derivative Works thereof in any medium, with or without
       modifications, and in Source or Object form, provided that You
       meet the following conditions:
 .
       (a) You must give any other recipients of the Work or
           Derivative Works a copy of this License; and
 .
       (b) You must cause any modified files to carry prominent notices
           stating that You changed the files; and
 .
       (c) You must retain, in the Source form of any Derivative Works
           that You distribute, all copyright, patent, trademark, and
           attribution notices from the Source form of the Work,
           excluding those notices that do not pertain to any part of
           the Derivative Works; and
 .
       (d) If the Work includes a "NOTICE" text file as part of its
           distribution, then any Derivative Works that You distribute must
           include a readable copy of the attribution notices contained
           within such NOTICE file, excluding those notices that do not
           pertain to any part of the Derivative Works, in at least one
           of the following places: within a NOTICE text file distributed
           as part of the Derivative Works; within the Source form or
           documentation, if provided along with the Derivative Works; or,
           within a display generated by the Derivative Works, if and
           wherever such third-party notices normally appear. The contents
           of the NOTICE file are for informational purposes only and
           do not modify the License. You may add Your own attribution
           notices within Derivative Works that You distribute, alongside
           or as an addendum to the NOTICE text from the Work, provided
           that such additional attribution notices cannot be construed
           as modifying the License.
 .
       You may add Your own copyright statement to Your modifications and
       may provide additional or different license terms and conditions
       for use, reproduction, or distribution of Your modifications, or
       for any such Derivative Works as a whole, provided Your use,
       reproduction, and distribution of the Work otherwise complies with
       the conditions stated in this License.
 .
    5. Submission of Contributions. Unless You explicitly state otherwise,
       any Contribution intentionally submitted for inclusion in the Work
       by You to the Licensor shall be under the terms and conditions of
       this License, without any additional terms or conditions.
       Notwithstanding the above, nothing herein shall supersede or modify
       the terms of any separate license agreement you may have executed
       with Licensor regarding such Contributions.
 .
    6. Trademarks. This License does not grant permission to use the trade
       names, trademarks, service marks, or product names of the Licensor,
       except as required for reasonable and customary use in describing the
       origin of the Work and reproducing the content of the NOTICE file.
 .
    7. Disclaimer of Warranty. Unless required by applicable law or
       agreed to in writing, Licensor provides the Work (and each
       Contributor provides its Contributions) on an "AS IS" BASIS,
       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
       implied, including, without limitation, any warranties or conditions
       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
       PARTICULAR PURPOSE. You are solely responsible for determining the
       appropriateness of using or redistributing the Work and assume any
       risks associated with Your exercise of permissions under this License.
 .
    8. Limitation of Liability. In no event and under no legal theory,
       whether in tort (including negligence), contract, or otherwise,
       unless required by applicable law (such as deliberate and grossly
       negligent acts) or agreed to in writing, shall any Contributor be
       liable to You for damages, including any direct, indirect, special,
       incidental, or consequential damages of any character arising as a
       result of this License or out of the use or inability to use the
       Work (including but not limited to damages for loss of goodwill,
       work stoppage, computer failure or malfunction, or any and all
       other commercial damages or losses), even if such Contributor
       has been advised of the possibility of such damages.
 .
    9. Accepting Warranty or Additional Liability. While redistributing
       the Work or Derivative Works thereof, You may choose to offer,
       and charge a fee for, acceptance of support, warranty, indemnity,
       or other liability obligations and/or rights consistent with this
       License. However, in accepting such obligations, You may act only
       on Your own behalf and on Your sole responsibility, not on behalf
       of any other Contributor, and only if You agree to indemnify,
       defend, and hold each Contributor harmless for any liability
       incurred by, or claims asserted against, such Contributor by reason
       of your accepting any such warranty or additional liability.
 .
    END OF TERMS AND CONDITIONS
 .
    APPENDIX: How to apply the Apache License to your work.
 .
       To apply the Apache License to your work, attach the following
       boilerplate notice, with the fields enclosed by brackets "[]"
       replaced with your own identifying information. (Don't include
       the brackets!)  The text should be enclosed in the appropriate
       comment syntax for the file format. We also recommend that a
       file or class name and description of purpose be included on the
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 .
    Copyright [yyyy] [name of copyright owner]
 .
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
 .
        https://www.apache.org/licenses/LICENSE-2.0
 .
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

#----------------------------------------------------------------------------
# License file: LICENSE.txt
 Unless stated otherwise, this software is distributed under the terms of the Apache License 2.0.
 See the LICENSE.APACHE2.txt file for the full license text.
 .
 Parts of this software is distributed under the terms of the Python Software Foundation License Version 2.
 See the LICENSE.PYTHON.txt file for the full license text.
 The pieces of code covered by the Python Software Foundation License Version 2 are marked as such.
