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
 CONTRIBUTING.md
 CONTRIBUTORS.txt
 MANIFEST.in
 README.rst
 can/__init__.py
 can/_entry_points.py
 can/bit_timing.py
 can/broadcastmanager.py
 can/bus.py
 can/ctypesutil.py
 can/exceptions.py
 can/interface.py
 can/interfaces/__init__.py
 can/interfaces/canalystii.py
 can/interfaces/cantact.py
 can/interfaces/etas/__init__.py
 can/interfaces/etas/boa.py
 can/interfaces/gs_usb.py
 can/interfaces/ics_neovi/__init__.py
 can/interfaces/ics_neovi/neovi_bus.py
 can/interfaces/iscan.py
 can/interfaces/ixxat/canlib.py
 can/interfaces/ixxat/canlib_vcinpl.py
 can/interfaces/ixxat/canlib_vcinpl2.py
 can/interfaces/kvaser/__init__.py
 can/interfaces/kvaser/structures.py
 can/interfaces/neousys/__init__.py
 can/interfaces/neousys/neousys.py
 can/interfaces/nican.py
 can/interfaces/nixnet.py
 can/interfaces/pcan/__init__.py
 can/interfaces/pcan/pcan.py
 can/interfaces/robotell.py
 can/interfaces/seeedstudio/__init__.py
 can/interfaces/seeedstudio/seeedstudio.py
 can/interfaces/serial/__init__.py
 can/interfaces/serial/serial_can.py
 can/interfaces/slcan.py
 can/interfaces/socketcan/__init__.py
 can/interfaces/socketcan/constants.py
 can/interfaces/socketcan/socketcan.py
 can/interfaces/socketcan/utils.py
 can/interfaces/systec/__init__.py
 can/interfaces/systec/constants.py
 can/interfaces/systec/exceptions.py
 can/interfaces/systec/structures.py
 can/interfaces/systec/ucan.py
 can/interfaces/systec/ucanbus.py
 can/interfaces/udp_multicast/__init__.py
 can/interfaces/udp_multicast/bus.py
 can/interfaces/udp_multicast/utils.py
 can/interfaces/usb2can/__init__.py
 can/interfaces/usb2can/serial_selector.py
 can/interfaces/usb2can/usb2canInterface.py
 can/interfaces/usb2can/usb2canabstractionlayer.py
 can/interfaces/vector/__init__.py
 can/interfaces/vector/canlib.py
 can/interfaces/vector/exceptions.py
 can/interfaces/vector/xlclass.py
 can/interfaces/vector/xldefine.py
 can/interfaces/vector/xldriver.py
 can/interfaces/virtual.py
 can/io/__init__.py
 can/io/asc.py
 can/io/canutils.py
 can/io/csv.py
 can/io/generic.py
 can/io/logger.py
 can/io/mf4.py
 can/io/player.py
 can/io/printer.py
 can/io/sqlite.py
 can/io/trc.py
 can/listener.py
 can/logconvert.py
 can/logger.py
 can/message.py
 can/notifier.py
 can/player.py
 can/thread_safe_bus.py
 can/typechecking.py
 can/util.py
 doc/api.rst
 doc/asyncio.rst
 doc/bcm.rst
 doc/bit_timing.rst
 doc/bus.rst
 doc/conf.py
 doc/configuration.rst
 doc/development.rst
 doc/doc-requirements.txt
 doc/errors.rst
 doc/history.rst
 doc/images/bit_timing_dark.svg
 doc/images/bit_timing_light.svg
 doc/index.rst
 doc/installation.rst
 doc/interfaces.rst
 doc/interfaces/canalystii.rst
 doc/interfaces/cantact.rst
 doc/interfaces/etas.rst
 doc/interfaces/gs_usb.rst
 doc/interfaces/iscan.rst
 doc/interfaces/ixxat.rst
 doc/interfaces/kvaser.rst
 doc/interfaces/neousys.rst
 doc/interfaces/neovi.rst
 doc/interfaces/nican.rst
 doc/interfaces/nixnet.rst
 doc/interfaces/pcan.rst
 doc/interfaces/robotell.rst
 doc/interfaces/seeedstudio.rst
 doc/interfaces/serial.rst
 doc/interfaces/slcan.rst
 doc/interfaces/socketcan.rst
 doc/interfaces/socketcand.rst
 doc/interfaces/systec.rst
 doc/interfaces/udp_multicast.rst
 doc/interfaces/usb2can.rst
 doc/interfaces/vector.rst
 doc/interfaces/virtual.rst
 doc/internal-api.rst
 doc/listeners.rst
 doc/message.rst
 doc/other-tools.rst
 doc/plugin-interface.rst
 doc/pycanlib.pml
 doc/scripts.rst
 doc/utils.rst
 doc/virtual-interfaces.rst
 examples/asyncio_demo.py
 examples/crc.py
 examples/cyclic.py
 examples/cyclic_checksum.py
 examples/cyclic_multiple.py
 examples/print_notifier.py
 examples/receive_all.py
 examples/send_multiple.py
 examples/send_one.py
 examples/serial_com.py
 examples/simple_log_converter.py
 examples/vcan_filtered.py
 test/__init__.py
 test/back2back_test.py
 test/config.py
 test/contextmanager_test.py
 test/data/__init__.py
 test/data/example_data.py
 test/data/ip_link_list.json
 test/data/issue_1256.asc
 test/data/issue_1299.asc
 test/data/logfile.asc
 test/data/logfile_errorframes.asc
 test/data/test_CanErrorFrameExt.blf
 test/data/test_CanErrorFrames.asc
 test/data/test_CanFdMessage.asc
 test/data/test_CanFdMessage.blf
 test/data/test_CanFdMessage64.asc
 test/data/test_CanFdMessage64.blf
 test/data/test_CanFdRemoteMessage.asc
 test/data/test_CanMessage.asc
 test/data/test_CanMessage.asc.gz
 test/data/test_CanMessage.blf
 test/data/test_CanMessage.trc
 test/data/test_CanMessage2.blf
 test/data/test_CanMessage_V1_0_BUS1.trc
 test/data/test_CanMessage_V1_1.trc
 test/data/test_CanMessage_V2_0_BUS1.trc
 test/data/test_CanMessage_V2_1.trc
 test/data/test_CanRemoteMessage.asc
 test/listener_test.py
 test/logformats_test.py
 test/message_helper.py
 test/network_test.py
 test/notifier_test.py
 test/open_vcan.sh
 test/simplecyclic_test.py
 test/test_bit_timing.py
 test/test_bus.py
 test/test_cantact.py
 test/test_cyclic_socketcan.py
 test/test_detect_available_configs.py
 test/test_interface.py
 test/test_interface_canalystii.py
 test/test_interface_ixxat.py
 test/test_interface_ixxat_fd.py
 test/test_interface_virtual.py
 test/test_kvaser.py
 test/test_load_config.py
 test/test_load_file_config.py
 test/test_logger.py
 test/test_message_class.py
 test/test_message_filtering.py
 test/test_message_sync.py
 test/test_neousys.py
 test/test_neovi.py
 test/test_pcan.py
 test/test_player.py
 test/test_robotell.py
 test/test_rotating_loggers.py
 test/test_scripts.py
 test/test_slcan.py
 test/test_socketcan.py
 test/test_socketcan_helpers.py
 test/test_socketcan_loopback.py
 test/test_systec.py
 test/test_util.py
 test/test_vector.py
 test/zero_dlc_test.py
 tox.ini
Copyright: NONE
License: UNKNOWN
 FIXME

Files: can/interfaces/ixxat/__init__.py
 can/interfaces/ixxat/constants.py
 can/interfaces/ixxat/structures.py
Copyright: 2016, Giuseppe Corbelli <giuseppe.corbelli@weightpack.com>
  2016-2021, Giuseppe Corbelli <giuseppe.corbelli@weightpack.com>
License: UNKNOWN
 FIXME

Files: can/viewer.py
 test/test_viewer.py
Copyright: 2018, Kristian Sloth Lauszus.
License: LGPL-3+
 FIXME

Files: can/interfaces/socketcand/__init__.py
 can/interfaces/socketcand/socketcand.py
Copyright: 2021, DOMOLOGIC GmbH
License: UNKNOWN
 FIXME

Files: can/interfaces/kvaser/canlib.py
 can/interfaces/kvaser/constants.py
Copyright: 2010, Dynamic Controls
License: UNKNOWN
 FIXME

Files: can/io/blf.py
Copyright: NONE
License: GPL-3
 FIXME

Files: pyproject.toml
Copyright: NONE
License: LGPL-3
 FIXME

Files: LICENSE.txt
Copyright: 2007, Free Software Foundation, Inc. <http://fsf.org/>
License: LGPL-3
 FIXME

Files: test/serial_test.py
Copyright: 2017, Boris Wenzlaff
License: UNKNOWN
 FIXME

Files: can/interfaces/ixxat/exceptions.py
Copyright: 2016, Giuseppe Corbelli <giuseppe.corbelli@weightpack.com>
  2019, Marcel Kanter <marcel.kanter@googlemail.com>
License: UNKNOWN
 FIXME

Files: can/interfaces/pcan/basic.py
Copyright: 1999-2022, PEAK-System Technik GmbH, Darmstadt
License: UNKNOWN
 FIXME

