diff --git a/code/compatability/ContentReviewCompatability.php b/src/Compatibility/ContentReviewCompatability.php similarity index 100% rename from code/compatability/ContentReviewCompatability.php rename to src/Compatibility/ContentReviewCompatability.php diff --git a/code/extensions/ContentReviewCMSExtension.php b/src/Extensions/ContentReviewCMSExtension.php similarity index 100% rename from code/extensions/ContentReviewCMSExtension.php rename to src/Extensions/ContentReviewCMSExtension.php diff --git a/code/extensions/ContentReviewDefaultSettings.php b/src/Extensions/ContentReviewDefaultSettings.php similarity index 100% rename from code/extensions/ContentReviewDefaultSettings.php rename to src/Extensions/ContentReviewDefaultSettings.php diff --git a/code/extensions/ContentReviewOwner.php b/src/Extensions/ContentReviewOwner.php similarity index 100% rename from code/extensions/ContentReviewOwner.php rename to src/Extensions/ContentReviewOwner.php diff --git a/code/extensions/SiteTreeContentReview.php b/src/Extensions/SiteTreeContentReview.php similarity index 100% rename from code/extensions/SiteTreeContentReview.php rename to src/Extensions/SiteTreeContentReview.php diff --git a/code/jobs/ContentReviewNotificationJob.php b/src/Jobs/ContentReviewNotificationJob.php similarity index 100% rename from code/jobs/ContentReviewNotificationJob.php rename to src/Jobs/ContentReviewNotificationJob.php diff --git a/code/models/ContentReviewLog.php b/src/Models/ContentReviewLog.php similarity index 100% rename from code/models/ContentReviewLog.php rename to src/Models/ContentReviewLog.php diff --git a/code/reports/PagesDueForReviewReport.php b/src/Reports/PagesDueForReviewReport.php similarity index 100% rename from code/reports/PagesDueForReviewReport.php rename to src/Reports/PagesDueForReviewReport.php diff --git a/code/reports/PagesWithoutReviewScheduleReport.php b/src/Reports/PagesWithoutReviewScheduleReport.php similarity index 100% rename from code/reports/PagesWithoutReviewScheduleReport.php rename to src/Reports/PagesWithoutReviewScheduleReport.php diff --git a/code/tasks/ContentReviewEmails.php b/src/Tasks/ContentReviewEmails.php similarity index 100% rename from code/tasks/ContentReviewEmails.php rename to src/Tasks/ContentReviewEmails.php diff --git a/code/tasks/ContentReviewOwnerMigrationTask.php b/src/Tasks/ContentReviewOwnerMigrationTask.php similarity index 100% rename from code/tasks/ContentReviewOwnerMigrationTask.php rename to src/Tasks/ContentReviewOwnerMigrationTask.php