diff --git a/can/SConscript b/opendbc/can/SConscript similarity index 100% rename from can/SConscript rename to opendbc/can/SConscript diff --git a/can/__init__.py b/opendbc/can/__init__.py similarity index 100% rename from can/__init__.py rename to opendbc/can/__init__.py diff --git a/can/can_define.py b/opendbc/can/can_define.py similarity index 100% rename from can/can_define.py rename to opendbc/can/can_define.py diff --git a/can/common.cc b/opendbc/can/common.cc similarity index 100% rename from can/common.cc rename to opendbc/can/common.cc diff --git a/can/common.h b/opendbc/can/common.h similarity index 100% rename from can/common.h rename to opendbc/can/common.h diff --git a/can/common.pxd b/opendbc/can/common.pxd similarity index 100% rename from can/common.pxd rename to opendbc/can/common.pxd diff --git a/can/common_dbc.h b/opendbc/can/common_dbc.h similarity index 100% rename from can/common_dbc.h rename to opendbc/can/common_dbc.h diff --git a/can/dbc.cc b/opendbc/can/dbc.cc similarity index 100% rename from can/dbc.cc rename to opendbc/can/dbc.cc diff --git a/can/packer.cc b/opendbc/can/packer.cc similarity index 100% rename from can/packer.cc rename to opendbc/can/packer.cc diff --git a/can/packer.py b/opendbc/can/packer.py similarity index 100% rename from can/packer.py rename to opendbc/can/packer.py diff --git a/can/packer_pyx.pyx b/opendbc/can/packer_pyx.pyx similarity index 100% rename from can/packer_pyx.pyx rename to opendbc/can/packer_pyx.pyx diff --git a/can/parser.cc b/opendbc/can/parser.cc similarity index 100% rename from can/parser.cc rename to opendbc/can/parser.cc diff --git a/can/parser.py b/opendbc/can/parser.py similarity index 100% rename from can/parser.py rename to opendbc/can/parser.py diff --git a/can/parser_pyx.pyx b/opendbc/can/parser_pyx.pyx similarity index 100% rename from can/parser_pyx.pyx rename to opendbc/can/parser_pyx.pyx diff --git a/can/tests/.gitignore b/opendbc/can/tests/.gitignore similarity index 100% rename from can/tests/.gitignore rename to opendbc/can/tests/.gitignore diff --git a/can/tests/__init__.py b/opendbc/can/tests/__init__.py similarity index 100% rename from can/tests/__init__.py rename to opendbc/can/tests/__init__.py diff --git a/can/tests/test.dbc b/opendbc/can/tests/test.dbc similarity index 100% rename from can/tests/test.dbc rename to opendbc/can/tests/test.dbc diff --git a/can/tests/test_checksums.py b/opendbc/can/tests/test_checksums.py similarity index 100% rename from can/tests/test_checksums.py rename to opendbc/can/tests/test_checksums.py diff --git a/can/tests/test_dbc_exceptions.py b/opendbc/can/tests/test_dbc_exceptions.py similarity index 100% rename from can/tests/test_dbc_exceptions.py rename to opendbc/can/tests/test_dbc_exceptions.py diff --git a/can/tests/test_dbc_parser.py b/opendbc/can/tests/test_dbc_parser.py similarity index 100% rename from can/tests/test_dbc_parser.py rename to opendbc/can/tests/test_dbc_parser.py diff --git a/can/tests/test_define.py b/opendbc/can/tests/test_define.py similarity index 100% rename from can/tests/test_define.py rename to opendbc/can/tests/test_define.py diff --git a/can/tests/test_packer_parser.py b/opendbc/can/tests/test_packer_parser.py similarity index 100% rename from can/tests/test_packer_parser.py rename to opendbc/can/tests/test_packer_parser.py diff --git a/can/tests/test_parser_performance.py b/opendbc/can/tests/test_parser_performance.py similarity index 100% rename from can/tests/test_parser_performance.py rename to opendbc/can/tests/test_parser_performance.py