diff --git a/js/licensebootstrap.js b/js/backend.js similarity index 100% rename from js/licensebootstrap.js rename to js/backend.js diff --git a/_admin.php b/src/Backend.php similarity index 100% rename from _admin.php rename to src/Backend.php diff --git a/_config.php b/src/Config.php similarity index 100% rename from _config.php rename to src/Config.php diff --git a/_install.php b/src/Install.php similarity index 100% rename from _install.php rename to src/Install.php diff --git a/index.php b/src/Manage.php similarity index 100% rename from index.php rename to src/Manage.php diff --git a/inc/lib.license.bootstrap.php b/src/ManageList.php similarity index 100% rename from inc/lib.license.bootstrap.php rename to src/ManageList.php diff --git a/_uninstall.php b/src/Uninstall.php similarity index 100% rename from _uninstall.php rename to src/Uninstall.php diff --git a/inc/class.license.bootstrap.php b/src/Utils.php similarity index 100% rename from inc/class.license.bootstrap.php rename to src/Utils.php diff --git a/inc/licenses/gpl2.full.txt b/src/licenses/gpl2.full.txt similarity index 100% rename from inc/licenses/gpl2.full.txt rename to src/licenses/gpl2.full.txt diff --git a/inc/licenses/gpl2.head.txt b/src/licenses/gpl2.head.txt similarity index 100% rename from inc/licenses/gpl2.head.txt rename to src/licenses/gpl2.head.txt diff --git a/inc/licenses/gpl3.full.txt b/src/licenses/gpl3.full.txt similarity index 100% rename from inc/licenses/gpl3.full.txt rename to src/licenses/gpl3.full.txt diff --git a/inc/licenses/gpl3.head.txt b/src/licenses/gpl3.head.txt similarity index 100% rename from inc/licenses/gpl3.head.txt rename to src/licenses/gpl3.head.txt diff --git a/inc/licenses/lgpl3.full.txt b/src/licenses/lgpl3.full.txt similarity index 100% rename from inc/licenses/lgpl3.full.txt rename to src/licenses/lgpl3.full.txt diff --git a/inc/licenses/lgpl3.head.txt b/src/licenses/lgpl3.head.txt similarity index 100% rename from inc/licenses/lgpl3.head.txt rename to src/licenses/lgpl3.head.txt diff --git a/inc/licenses/mit.full.txt b/src/licenses/mit.full.txt similarity index 100% rename from inc/licenses/mit.full.txt rename to src/licenses/mit.full.txt diff --git a/inc/licenses/mit.head.txt b/src/licenses/mit.head.txt similarity index 100% rename from inc/licenses/mit.head.txt rename to src/licenses/mit.head.txt diff --git a/inc/licenses/wtfpl.full.txt b/src/licenses/wtfpl.full.txt similarity index 100% rename from inc/licenses/wtfpl.full.txt rename to src/licenses/wtfpl.full.txt diff --git a/inc/licenses/wtfpl.head.txt b/src/licenses/wtfpl.head.txt similarity index 100% rename from inc/licenses/wtfpl.head.txt rename to src/licenses/wtfpl.head.txt