Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck

Files: CHANGELOG.md
 MANIFEST.in
 Makefile
 README.md
 contrib/archlinux/pkgbuild/PKGBUILD.git
 debian/control
 debian/copyright-check
 debian/gbp.conf
 debian/patches/1001_use_pycryptodome.patch
 debian/patches/2001_privacy.patch
 debian/patches/2002_avoid_sphinxdoc_github.patch
 debian/patches/2003_enable_pytest_aiohttp.patch
 debian/patches/2005_use_m2r.patch
 debian/patches/README
 debian/patches/series
 debian/py3dist-overrides
 debian/python3-matrix-nio.install
 debian/rules
 debian/source/format
 debian/source/lintian-overrides
 debian/tests/pkg-python/import-name
 debian/watch
 doc/Makefile
 doc/built-with-nio.rst
 doc/conf.py
 doc/contributing.rst
 doc/examples.rst
 doc/index.html
 doc/index.rst
 doc/make.bat
 doc/nio.rst
 docker/Dockerfile
 docker/README.md
 docker/build_and_install_libolm.sh
 examples/README.md
 examples/basic_client.py
 examples/manual_encrypted_verify.py
 examples/restore_login.py
 examples/send_image.py
 examples/verify_with_emoji.py
 index.html
 nio/__init__.py
 nio/client/__init__.py
 nio/crypto/__init__.py
 nio/event_builders/__init__.py
 nio/events/__init__.py
 nio/store/__init__.py
 nio/store/file_trustdb.py
 pyproject.toml
 rtd-requirements.txt
 setup.cfg
 test-requirements.txt
 tests/async_attachment_test.py
 tests/async_client_test.py
 tests/attachment_test.py
 tests/client_test.py
 tests/conftest.py
 tests/conftest_async.py
 tests/data/context.json
 tests/data/delete_devices.json
 tests/data/devices.json
 tests/data/encryption/example_DEVICEID.db
 tests/data/encryption/example_DEVICEID.known_devices
 tests/data/encryption/known_devices
 tests/data/events/alias.json
 tests/data/events/call_answer.json
 tests/data/events/call_candidates.json
 tests/data/events/call_hangup.json
 tests/data/events/call_invite.json
 tests/data/events/create.json
 tests/data/events/dummy.json
 tests/data/events/forwarded_room_key.json
 tests/data/events/fully_read.json
 tests/data/events/guest_access.json
 tests/data/events/history_visibility.json
 tests/data/events/join_rules.json
 tests/data/events/key_accept.json
 tests/data/events/key_cancel.json
 tests/data/events/key_key.json
 tests/data/events/key_mac.json
 tests/data/events/key_start.json
 tests/data/events/megolm.json
 tests/data/events/member.json
 tests/data/events/message_emote.json
 tests/data/events/message_notice.json
 tests/data/events/message_text.json
 tests/data/events/name.json
 tests/data/events/olm.json
 tests/data/events/olm_event.json
 tests/data/events/power_levels.json
 tests/data/events/push_rules.json
 tests/data/events/receipt.json
 tests/data/events/receipt_invalid.json
 tests/data/events/redacted.json
 tests/data/events/redacted_invalid.json
 tests/data/events/redacted_state.json
 tests/data/events/redaction.json
 tests/data/events/room_avatar.json
 tests/data/events/room_encrypted_image.json
 tests/data/events/room_encryption.json
 tests/data/events/room_key.json
 tests/data/events/room_key_request.json
 tests/data/events/room_key_request_cancel.json
 tests/data/events/sticker.json
 tests/data/events/tag.json
 tests/data/events/to_flatten.json
 tests/data/events/topic.json
 tests/data/events/typing.json
 tests/data/file_response
 tests/data/get_avatar_response.json
 tests/data/get_displayname_response.json
 tests/data/get_profile_response.json
 tests/data/http_502.txt
 tests/data/http_503.txt
 tests/data/joined_members_response.json
 tests/data/keys_claim.json
 tests/data/keys_query.json
 tests/data/keys_upload.json
 tests/data/limit_exceeded_error.json
 tests/data/login_info.json
 tests/data/login_invalid_format.json
 tests/data/login_response.json
 tests/data/login_response_error.json
 tests/data/logout_response.json
 tests/data/register_response.json
 tests/data/room_id.json
 tests/data/room_messages.json
 tests/data/room_state.json
 tests/data/sample_text_file.py
 tests/data/sync.json
 tests/data/test_bytes
 tests/data/upload_response.json
 tests/encryption_test.py
 tests/event_builders_test.py
 tests/event_test.py
 tests/helpers.py
 tests/http2_test.py
 tests/http_test.py
 tests/key_export_test.py
 tests/memory_store_test.py
 tests/responses_test.py
 tests/sas_test.py
 tests/sessions_test.py
 tests/store_test.py
 tox.ini
Copyright: NONE
License: UNKNOWN
 FIXME

Files: nio/_compat.py
 nio/client/base_client.py
 nio/client/http_client.py
 nio/crypto/device.py
 nio/crypto/key_request.py
 nio/crypto/log.py
 nio/crypto/memorystores.py
 nio/crypto/olm_machine.py
 nio/crypto/sas.py
 nio/crypto/sessions.py
 nio/event_builders/direct_messages.py
 nio/events/account_data.py
 nio/events/common.py
 nio/events/ephemeral.py
 nio/events/invite_events.py
 nio/events/misc.py
 nio/events/presence.py
 nio/events/to_device.py
 nio/exceptions.py
 nio/http.py
 nio/log.py
 nio/store/log.py
Copyright: 2018, Damir JeliÄ <poljar@termina.org.uk>
  2018-2019, Damir JeliÄ <poljar@termina.org.uk>
  2019, Damir JeliÄ <poljar@termina.org.uk>
  2020, Damir JeliÄ <poljar@termina.org.uk>
License: ISC
 FIXME

Files: nio/api.py
 nio/client/async_client.py
 nio/events/room_events.py
 nio/responses.py
 nio/rooms.py
 nio/schemas.py
Copyright: 2018, Damir JeliÄ <poljar@termina.org.uk>
  2018-2019, Damir JeliÄ <poljar@termina.org.uk>
  2020-2021, Famedly GmbH
  2021, Famedly GmbH
License: ISC
 FIXME

Files: nio/crypto/async_attachments.py
 nio/event_builders/event_builder.py
 nio/event_builders/state_events.py
 nio/monitors.py
Copyright: 2018-2019, Damir JeliÄ <poljar@termina.org.uk>
  2019, miruka <miruka@disroot.org>
License: ISC
 FIXME

Files: nio/crypto/attachments.py
 nio/store/database.py
 nio/store/models.py
Copyright: 2018, Zil0
  2018-2019, Damir JeliÄ <poljar@termina.org.uk>
  2019, Damir JeliÄ <poljar@termina.org.uk>
License: Apache-2.0
 FIXME

Files: tests/api_test.py
 tests/room_test.py
Copyright: 2021, Famedly GmbH
License: ISC
 FIXME

Files: nio/crypto/key_export.py
Copyright: 2018, Zil0
License: Apache-2.0
 FIXME

Files: apache_license.txt
Copyright: {yyyy} {name of copyright owner}
License: Apache-2.0
 FIXME

Files: LICENSE.md
Copyright: NONE
License: ISC
 FIXME

