diff --git a/dispatch_engine/CMakeLists.txt b/dispatchkit/CMakeLists.txt similarity index 100% rename from dispatch_engine/CMakeLists.txt rename to dispatchkit/CMakeLists.txt diff --git a/dispatch_engine/bootstrap.hpp b/dispatchkit/bootstrap.hpp similarity index 100% rename from dispatch_engine/bootstrap.hpp rename to dispatchkit/bootstrap.hpp diff --git a/dispatch_engine/bootstrap_stl.hpp b/dispatchkit/bootstrap_stl.hpp similarity index 100% rename from dispatch_engine/bootstrap_stl.hpp rename to dispatchkit/bootstrap_stl.hpp diff --git a/dispatch_engine/boxed_value.hpp b/dispatchkit/boxed_value.hpp similarity index 100% rename from dispatch_engine/boxed_value.hpp rename to dispatchkit/boxed_value.hpp diff --git a/dispatch_engine/boxedcpp.hpp b/dispatchkit/boxedcpp.hpp similarity index 100% rename from dispatch_engine/boxedcpp.hpp rename to dispatchkit/boxedcpp.hpp diff --git a/dispatch_engine/proxy_constructors.hpp b/dispatchkit/proxy_constructors.hpp similarity index 100% rename from dispatch_engine/proxy_constructors.hpp rename to dispatchkit/proxy_constructors.hpp diff --git a/dispatch_engine/proxy_functions.hpp b/dispatchkit/proxy_functions.hpp similarity index 100% rename from dispatch_engine/proxy_functions.hpp rename to dispatchkit/proxy_functions.hpp diff --git a/dispatch_engine/register_function.hpp b/dispatchkit/register_function.hpp similarity index 100% rename from dispatch_engine/register_function.hpp rename to dispatchkit/register_function.hpp diff --git a/dispatch_engine/test.cpp b/dispatchkit/test.cpp similarity index 100% rename from dispatch_engine/test.cpp rename to dispatchkit/test.cpp diff --git a/dispatch_engine/type_info.hpp b/dispatchkit/type_info.hpp similarity index 100% rename from dispatch_engine/type_info.hpp rename to dispatchkit/type_info.hpp diff --git a/dispatch_engine/unittest.cpp b/dispatchkit/unittest.cpp similarity index 100% rename from dispatch_engine/unittest.cpp rename to dispatchkit/unittest.cpp