From 066b01e86f03a3a288c409a1f56349c39a0d6953 Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Thu, 11 Feb 2021 01:37:29 +0100 Subject: [PATCH] Move all file in fr.dcproject. --- src/main/kotlin/{ => fr/dcproject}/application/Application.kt | 0 src/main/kotlin/{ => fr/dcproject}/application/Configuration.kt | 0 src/main/kotlin/{ => fr/dcproject}/application/Converters.kt | 0 src/main/kotlin/{ => fr/dcproject}/application/KoinModule.kt | 0 src/main/kotlin/{ => fr/dcproject}/common/dto/CreatedAt.kt | 0 src/main/kotlin/{ => fr/dcproject}/common/dto/Versionable.kt | 0 src/main/kotlin/{ => fr/dcproject}/common/email/Mailer.kt | 0 src/main/kotlin/{ => fr/dcproject}/common/entity/CreatedBy.kt | 0 src/main/kotlin/{ => fr/dcproject}/common/entity/EntityI.kt | 0 src/main/kotlin/{ => fr/dcproject}/common/entity/Extra.kt | 0 src/main/kotlin/{ => fr/dcproject}/common/entity/Versionable.kt | 0 .../kotlin/{ => fr/dcproject}/common/request/PaginatedRequest.kt | 0 .../{ => fr/dcproject}/common/security/AccessControlModule.kt | 0 src/main/kotlin/{ => fr/dcproject}/common/utils/DateTime.kt | 0 src/main/kotlin/{ => fr/dcproject}/common/utils/Elastic.kt | 0 src/main/kotlin/{ => fr/dcproject}/common/utils/LoggerDelegate.kt | 0 src/main/kotlin/{ => fr/dcproject}/common/utils/Request.kt | 0 src/main/kotlin/{ => fr/dcproject}/common/utils/Resources.kt | 0 src/main/kotlin/{ => fr/dcproject}/common/utils/Uuid.kt | 0 src/main/kotlin/{ => fr/dcproject}/common/utils/waitElastic.kt | 0 src/main/kotlin/{ => fr/dcproject}/component/article/Article.kt | 0 .../{ => fr/dcproject}/component/article/ArticleAccessControl.kt | 0 .../{ => fr/dcproject}/component/article/ArticleRepository.kt | 0 .../{ => fr/dcproject}/component/article/ArticleViewManager.kt | 0 .../kotlin/{ => fr/dcproject}/component/article/KoinModule.kt | 0 .../dcproject}/component/article/routes/FindArticleVersions.kt | 0 .../{ => fr/dcproject}/component/article/routes/FindArticles.kt | 0 .../{ => fr/dcproject}/component/article/routes/GetOneArticle.kt | 0 .../{ => fr/dcproject}/component/article/routes/UpsertArticle.kt | 0 .../kotlin/{ => fr/dcproject}/component/article/routes/install.kt | 0 .../kotlin/{ => fr/dcproject}/component/auth/CitizenContext.kt | 0 src/main/kotlin/{ => fr/dcproject}/component/auth/KoinModule.kt | 0 .../kotlin/{ => fr/dcproject}/component/auth/PasswordlessAuth.kt | 0 src/main/kotlin/{ => fr/dcproject}/component/auth/User.kt | 0 .../kotlin/{ => fr/dcproject}/component/auth/UserRepository.kt | 0 src/main/kotlin/{ => fr/dcproject}/component/auth/jwt/JWTMaker.kt | 0 .../kotlin/{ => fr/dcproject}/component/auth/jwt/JwtConfig.kt | 0 .../{ => fr/dcproject}/component/auth/jwt/JwtInstallation.kt | 0 src/main/kotlin/{ => fr/dcproject}/component/auth/routes/Login.kt | 0 .../kotlin/{ => fr/dcproject}/component/auth/routes/Register.kt | 0 src/main/kotlin/{ => fr/dcproject}/component/auth/routes/Sso.kt | 0 .../kotlin/{ => fr/dcproject}/component/auth/routes/install.kt | 0 src/main/kotlin/{ => fr/dcproject}/component/citizen/Citizen.kt | 0 .../{ => fr/dcproject}/component/citizen/CitizenAccessControl.kt | 0 .../{ => fr/dcproject}/component/citizen/CitizenRepository.kt | 0 .../kotlin/{ => fr/dcproject}/component/citizen/KoinModule.kt | 0 .../dcproject}/component/citizen/routes/ChangeMyPassword.kt | 0 .../{ => fr/dcproject}/component/citizen/routes/FindCitizens.kt | 0 .../dcproject}/component/citizen/routes/GetCurrentCitizen.kt | 0 .../{ => fr/dcproject}/component/citizen/routes/GetOneCitizen.kt | 0 .../kotlin/{ => fr/dcproject}/component/citizen/routes/install.kt | 0 .../kotlin/{ => fr/dcproject}/component/comment/KoinModule.kt | 0 .../component/comment/article/CommentArticleRepository.kt | 0 .../component/comment/article/routes/CreateCommentArticle.kt | 0 .../component/comment/article/routes/GetArticleComments.kt | 0 .../component/comment/article/routes/GetCitizenArticleComments.kt | 0 .../dcproject}/component/comment/article/routes/install.kt | 0 .../comment/constitution/CommentConstitutionRepository.kt | 0 .../comment/constitution/routes/CreateConstitutionComment.kt | 0 .../comment/constitution/routes/GetCitizenCommentConstitution.kt | 0 .../comment/constitution/routes/GetConstitutionComment.kt | 0 .../dcproject}/component/comment/constitution/routes/install.kt | 0 .../{ => fr/dcproject}/component/comment/generic/Comment.kt | 0 .../dcproject}/component/comment/generic/CommentAccessControl.kt | 0 .../dcproject}/component/comment/generic/CommentRepository.kt | 0 .../component/comment/generic/routes/CreateCommentChildren.kt | 0 .../dcproject}/component/comment/generic/routes/EditComment.kt | 0 .../component/comment/generic/routes/GetCommentChildren.kt | 0 .../dcproject}/component/comment/generic/routes/GetOneComment.kt | 0 .../dcproject}/component/comment/generic/routes/install.kt | 0 .../{ => fr/dcproject}/component/constitution/Constitution.kt | 0 .../component/constitution/ConstitutionAccessControl.kt | 0 .../dcproject}/component/constitution/ConstitutionRepository.kt | 0 .../{ => fr/dcproject}/component/constitution/KoinModule.kt | 0 .../component/constitution/routes/CreateConstitution.kt | 0 .../dcproject}/component/constitution/routes/FindConstitutions.kt | 0 .../dcproject}/component/constitution/routes/GetConstitution.kt | 0 .../{ => fr/dcproject}/component/constitution/routes/install.kt | 0 .../kotlin/{ => fr/dcproject}/component/doc/routes/OpenAPI.kt | 0 .../kotlin/{ => fr/dcproject}/component/doc/routes/install.kt | 0 src/main/kotlin/{ => fr/dcproject}/component/follow/Follow.kt | 0 .../{ => fr/dcproject}/component/follow/FollowAccessControl.kt | 0 .../{ => fr/dcproject}/component/follow/FollowRepository.kt | 0 src/main/kotlin/{ => fr/dcproject}/component/follow/KoinModule.kt | 0 .../dcproject}/component/follow/routes/article/FollowArticle.kt | 0 .../component/follow/routes/article/GetFollowArticle.kt | 0 .../component/follow/routes/article/GetMyFollowsArticle.kt | 0 .../dcproject}/component/follow/routes/article/UnfollowArticle.kt | 0 .../{ => fr/dcproject}/component/follow/routes/article/install.kt | 0 .../component/follow/routes/constitution/FollowConstitution.kt | 0 .../component/follow/routes/constitution/GetFollowConstitution.kt | 0 .../follow/routes/constitution/GetMyFollowsConstitution.kt | 0 .../component/follow/routes/constitution/UnfollowConstitution.kt | 0 .../dcproject}/component/follow/routes/constitution/install.kt | 0 .../{ => fr/dcproject}/component/notification/Notification.kt | 0 .../dcproject}/component/notification/NotificationConsumer.kt | 0 .../dcproject}/component/notification/NotificationEmailSender.kt | 0 .../dcproject}/component/notification/NotificationsPush.kt | 0 .../kotlin/{ => fr/dcproject}/component/notification/Publisher.kt | 0 .../dcproject}/component/notification/routes/Notification.kt | 0 .../{ => fr/dcproject}/component/notification/routes/install.kt | 0 .../kotlin/{ => fr/dcproject}/component/opinion/KoinModule.kt | 0 .../{ => fr/dcproject}/component/opinion/OpinionAccessControl.kt | 0 .../dcproject}/component/opinion/OpinionChoiceAccessControl.kt | 0 .../{ => fr/dcproject}/component/opinion/OpinionRepository.kt | 0 .../{ => fr/dcproject}/component/opinion/dto/Opinionable.kt | 0 .../kotlin/{ => fr/dcproject}/component/opinion/entity/Opinion.kt | 0 .../{ => fr/dcproject}/component/opinion/entity/OpinionChoice.kt | 0 .../{ => fr/dcproject}/component/opinion/entity/Opinionable.kt | 0 .../dcproject}/component/opinion/routes/GetCitizenOpinions.kt | 0 .../dcproject}/component/opinion/routes/GetMyOpinionsArticle.kt | 0 .../dcproject}/component/opinion/routes/GetOpinionChoice.kt | 0 .../dcproject}/component/opinion/routes/GetOpinionChoices.kt | 0 .../{ => fr/dcproject}/component/opinion/routes/OpinionArticle.kt | 0 .../kotlin/{ => fr/dcproject}/component/opinion/routes/install.kt | 0 src/main/kotlin/{ => fr/dcproject}/component/views/KoinModule.kt | 0 src/main/kotlin/{ => fr/dcproject}/component/views/ViewManager.kt | 0 .../{ => fr/dcproject}/component/views/createEsIndexForViews.kt | 0 .../{ => fr/dcproject}/component/views/dto/ViewAggregation.kt | 0 .../kotlin/{ => fr/dcproject}/component/views/dto/Viewable.kt | 0 .../{ => fr/dcproject}/component/views/entity/ViewAggregation.kt | 0 src/main/kotlin/{ => fr/dcproject}/component/vote/KoinModule.kt | 0 .../kotlin/{ => fr/dcproject}/component/vote/VoteAccessControl.kt | 0 .../kotlin/{ => fr/dcproject}/component/vote/VoteRepositoryAbs.kt | 0 src/main/kotlin/{ => fr/dcproject}/component/vote/dto/Votable.kt | 0 .../{ => fr/dcproject}/component/vote/dto/VoteAggregation.kt | 0 .../kotlin/{ => fr/dcproject}/component/vote/entity/Votable.kt | 0 src/main/kotlin/{ => fr/dcproject}/component/vote/entity/Vote.kt | 0 .../{ => fr/dcproject}/component/vote/entity/VoteAggregation.kt | 0 .../{ => fr/dcproject}/component/vote/routes/GetCitizenVotes.kt | 0 .../dcproject}/component/vote/routes/GetCitizenVotesOnArticle.kt | 0 .../{ => fr/dcproject}/component/vote/routes/PutVoteOnArticle.kt | 0 .../{ => fr/dcproject}/component/vote/routes/PutVoteOnComment.kt | 0 .../{ => fr/dcproject}/component/vote/routes/VoteConstitution.kt | 0 .../kotlin/{ => fr/dcproject}/component/vote/routes/install.kt | 0 .../kotlin/{ => fr/dcproject}/component/workgroup/KoinModule.kt | 0 .../kotlin/{ => fr/dcproject}/component/workgroup/Workgroup.kt | 0 .../dcproject}/component/workgroup/WorkgroupAccessControl.kt | 0 .../{ => fr/dcproject}/component/workgroup/WorkgroupRepository.kt | 0 .../dcproject}/component/workgroup/routes/CreateWorkgroup.kt | 0 .../dcproject}/component/workgroup/routes/DeleteWorkgroup.kt | 0 .../dcproject}/component/workgroup/routes/EditWorkgroup.kt | 0 .../{ => fr/dcproject}/component/workgroup/routes/GetWorkgroup.kt | 0 .../dcproject}/component/workgroup/routes/GetWorkgroups.kt | 0 .../{ => fr/dcproject}/component/workgroup/routes/install.kt | 0 .../component/workgroup/routes/members/AddMemberToWorkgroup.kt | 0 .../workgroup/routes/members/DeleteMembersOfWorkgroup.kt | 0 .../component/workgroup/routes/members/UpdateMemberOfWorkgroup.kt | 0 148 files changed, 0 insertions(+), 0 deletions(-) rename src/main/kotlin/{ => fr/dcproject}/application/Application.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/application/Configuration.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/application/Converters.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/application/KoinModule.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/dto/CreatedAt.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/dto/Versionable.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/email/Mailer.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/entity/CreatedBy.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/entity/EntityI.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/entity/Extra.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/entity/Versionable.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/request/PaginatedRequest.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/security/AccessControlModule.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/utils/DateTime.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/utils/Elastic.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/utils/LoggerDelegate.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/utils/Request.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/utils/Resources.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/utils/Uuid.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/common/utils/waitElastic.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/article/Article.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/article/ArticleAccessControl.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/article/ArticleRepository.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/article/ArticleViewManager.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/article/KoinModule.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/article/routes/FindArticleVersions.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/article/routes/FindArticles.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/article/routes/GetOneArticle.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/article/routes/UpsertArticle.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/article/routes/install.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/auth/CitizenContext.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/auth/KoinModule.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/auth/PasswordlessAuth.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/auth/User.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/auth/UserRepository.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/auth/jwt/JWTMaker.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/auth/jwt/JwtConfig.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/auth/jwt/JwtInstallation.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/auth/routes/Login.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/auth/routes/Register.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/auth/routes/Sso.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/auth/routes/install.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/citizen/Citizen.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/citizen/CitizenAccessControl.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/citizen/CitizenRepository.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/citizen/KoinModule.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/citizen/routes/ChangeMyPassword.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/citizen/routes/FindCitizens.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/citizen/routes/GetCurrentCitizen.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/citizen/routes/GetOneCitizen.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/citizen/routes/install.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/KoinModule.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/article/CommentArticleRepository.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/article/routes/CreateCommentArticle.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/article/routes/GetArticleComments.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/article/routes/GetCitizenArticleComments.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/article/routes/install.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/constitution/CommentConstitutionRepository.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/constitution/routes/CreateConstitutionComment.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/constitution/routes/GetCitizenCommentConstitution.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/constitution/routes/GetConstitutionComment.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/constitution/routes/install.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/generic/Comment.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/generic/CommentAccessControl.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/generic/CommentRepository.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/generic/routes/CreateCommentChildren.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/generic/routes/EditComment.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/generic/routes/GetCommentChildren.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/generic/routes/GetOneComment.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/comment/generic/routes/install.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/constitution/Constitution.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/constitution/ConstitutionAccessControl.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/constitution/ConstitutionRepository.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/constitution/KoinModule.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/constitution/routes/CreateConstitution.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/constitution/routes/FindConstitutions.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/constitution/routes/GetConstitution.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/constitution/routes/install.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/doc/routes/OpenAPI.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/doc/routes/install.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/follow/Follow.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/follow/FollowAccessControl.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/follow/FollowRepository.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/follow/KoinModule.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/follow/routes/article/FollowArticle.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/follow/routes/article/GetFollowArticle.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/follow/routes/article/GetMyFollowsArticle.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/follow/routes/article/UnfollowArticle.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/follow/routes/article/install.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/follow/routes/constitution/FollowConstitution.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/follow/routes/constitution/GetFollowConstitution.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/follow/routes/constitution/GetMyFollowsConstitution.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/follow/routes/constitution/UnfollowConstitution.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/follow/routes/constitution/install.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/notification/Notification.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/notification/NotificationConsumer.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/notification/NotificationEmailSender.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/notification/NotificationsPush.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/notification/Publisher.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/notification/routes/Notification.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/notification/routes/install.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/opinion/KoinModule.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/opinion/OpinionAccessControl.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/opinion/OpinionChoiceAccessControl.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/opinion/OpinionRepository.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/opinion/dto/Opinionable.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/opinion/entity/Opinion.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/opinion/entity/OpinionChoice.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/opinion/entity/Opinionable.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/opinion/routes/GetCitizenOpinions.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/opinion/routes/GetMyOpinionsArticle.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/opinion/routes/GetOpinionChoice.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/opinion/routes/GetOpinionChoices.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/opinion/routes/OpinionArticle.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/opinion/routes/install.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/views/KoinModule.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/views/ViewManager.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/views/createEsIndexForViews.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/views/dto/ViewAggregation.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/views/dto/Viewable.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/views/entity/ViewAggregation.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/vote/KoinModule.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/vote/VoteAccessControl.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/vote/VoteRepositoryAbs.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/vote/dto/Votable.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/vote/dto/VoteAggregation.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/vote/entity/Votable.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/vote/entity/Vote.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/vote/entity/VoteAggregation.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/vote/routes/GetCitizenVotes.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/vote/routes/GetCitizenVotesOnArticle.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/vote/routes/PutVoteOnArticle.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/vote/routes/PutVoteOnComment.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/vote/routes/VoteConstitution.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/vote/routes/install.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/workgroup/KoinModule.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/workgroup/Workgroup.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/workgroup/WorkgroupAccessControl.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/workgroup/WorkgroupRepository.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/workgroup/routes/CreateWorkgroup.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/workgroup/routes/DeleteWorkgroup.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/workgroup/routes/EditWorkgroup.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/workgroup/routes/GetWorkgroup.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/workgroup/routes/GetWorkgroups.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/workgroup/routes/install.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/workgroup/routes/members/AddMemberToWorkgroup.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/workgroup/routes/members/DeleteMembersOfWorkgroup.kt (100%) rename src/main/kotlin/{ => fr/dcproject}/component/workgroup/routes/members/UpdateMemberOfWorkgroup.kt (100%) diff --git a/src/main/kotlin/application/Application.kt b/src/main/kotlin/fr/dcproject/application/Application.kt similarity index 100% rename from src/main/kotlin/application/Application.kt rename to src/main/kotlin/fr/dcproject/application/Application.kt diff --git a/src/main/kotlin/application/Configuration.kt b/src/main/kotlin/fr/dcproject/application/Configuration.kt similarity index 100% rename from src/main/kotlin/application/Configuration.kt rename to src/main/kotlin/fr/dcproject/application/Configuration.kt diff --git a/src/main/kotlin/application/Converters.kt b/src/main/kotlin/fr/dcproject/application/Converters.kt similarity index 100% rename from src/main/kotlin/application/Converters.kt rename to src/main/kotlin/fr/dcproject/application/Converters.kt diff --git a/src/main/kotlin/application/KoinModule.kt b/src/main/kotlin/fr/dcproject/application/KoinModule.kt similarity index 100% rename from src/main/kotlin/application/KoinModule.kt rename to src/main/kotlin/fr/dcproject/application/KoinModule.kt diff --git a/src/main/kotlin/common/dto/CreatedAt.kt b/src/main/kotlin/fr/dcproject/common/dto/CreatedAt.kt similarity index 100% rename from src/main/kotlin/common/dto/CreatedAt.kt rename to src/main/kotlin/fr/dcproject/common/dto/CreatedAt.kt diff --git a/src/main/kotlin/common/dto/Versionable.kt b/src/main/kotlin/fr/dcproject/common/dto/Versionable.kt similarity index 100% rename from src/main/kotlin/common/dto/Versionable.kt rename to src/main/kotlin/fr/dcproject/common/dto/Versionable.kt diff --git a/src/main/kotlin/common/email/Mailer.kt b/src/main/kotlin/fr/dcproject/common/email/Mailer.kt similarity index 100% rename from src/main/kotlin/common/email/Mailer.kt rename to src/main/kotlin/fr/dcproject/common/email/Mailer.kt diff --git a/src/main/kotlin/common/entity/CreatedBy.kt b/src/main/kotlin/fr/dcproject/common/entity/CreatedBy.kt similarity index 100% rename from src/main/kotlin/common/entity/CreatedBy.kt rename to src/main/kotlin/fr/dcproject/common/entity/CreatedBy.kt diff --git a/src/main/kotlin/common/entity/EntityI.kt b/src/main/kotlin/fr/dcproject/common/entity/EntityI.kt similarity index 100% rename from src/main/kotlin/common/entity/EntityI.kt rename to src/main/kotlin/fr/dcproject/common/entity/EntityI.kt diff --git a/src/main/kotlin/common/entity/Extra.kt b/src/main/kotlin/fr/dcproject/common/entity/Extra.kt similarity index 100% rename from src/main/kotlin/common/entity/Extra.kt rename to src/main/kotlin/fr/dcproject/common/entity/Extra.kt diff --git a/src/main/kotlin/common/entity/Versionable.kt b/src/main/kotlin/fr/dcproject/common/entity/Versionable.kt similarity index 100% rename from src/main/kotlin/common/entity/Versionable.kt rename to src/main/kotlin/fr/dcproject/common/entity/Versionable.kt diff --git a/src/main/kotlin/common/request/PaginatedRequest.kt b/src/main/kotlin/fr/dcproject/common/request/PaginatedRequest.kt similarity index 100% rename from src/main/kotlin/common/request/PaginatedRequest.kt rename to src/main/kotlin/fr/dcproject/common/request/PaginatedRequest.kt diff --git a/src/main/kotlin/common/security/AccessControlModule.kt b/src/main/kotlin/fr/dcproject/common/security/AccessControlModule.kt similarity index 100% rename from src/main/kotlin/common/security/AccessControlModule.kt rename to src/main/kotlin/fr/dcproject/common/security/AccessControlModule.kt diff --git a/src/main/kotlin/common/utils/DateTime.kt b/src/main/kotlin/fr/dcproject/common/utils/DateTime.kt similarity index 100% rename from src/main/kotlin/common/utils/DateTime.kt rename to src/main/kotlin/fr/dcproject/common/utils/DateTime.kt diff --git a/src/main/kotlin/common/utils/Elastic.kt b/src/main/kotlin/fr/dcproject/common/utils/Elastic.kt similarity index 100% rename from src/main/kotlin/common/utils/Elastic.kt rename to src/main/kotlin/fr/dcproject/common/utils/Elastic.kt diff --git a/src/main/kotlin/common/utils/LoggerDelegate.kt b/src/main/kotlin/fr/dcproject/common/utils/LoggerDelegate.kt similarity index 100% rename from src/main/kotlin/common/utils/LoggerDelegate.kt rename to src/main/kotlin/fr/dcproject/common/utils/LoggerDelegate.kt diff --git a/src/main/kotlin/common/utils/Request.kt b/src/main/kotlin/fr/dcproject/common/utils/Request.kt similarity index 100% rename from src/main/kotlin/common/utils/Request.kt rename to src/main/kotlin/fr/dcproject/common/utils/Request.kt diff --git a/src/main/kotlin/common/utils/Resources.kt b/src/main/kotlin/fr/dcproject/common/utils/Resources.kt similarity index 100% rename from src/main/kotlin/common/utils/Resources.kt rename to src/main/kotlin/fr/dcproject/common/utils/Resources.kt diff --git a/src/main/kotlin/common/utils/Uuid.kt b/src/main/kotlin/fr/dcproject/common/utils/Uuid.kt similarity index 100% rename from src/main/kotlin/common/utils/Uuid.kt rename to src/main/kotlin/fr/dcproject/common/utils/Uuid.kt diff --git a/src/main/kotlin/common/utils/waitElastic.kt b/src/main/kotlin/fr/dcproject/common/utils/waitElastic.kt similarity index 100% rename from src/main/kotlin/common/utils/waitElastic.kt rename to src/main/kotlin/fr/dcproject/common/utils/waitElastic.kt diff --git a/src/main/kotlin/component/article/Article.kt b/src/main/kotlin/fr/dcproject/component/article/Article.kt similarity index 100% rename from src/main/kotlin/component/article/Article.kt rename to src/main/kotlin/fr/dcproject/component/article/Article.kt diff --git a/src/main/kotlin/component/article/ArticleAccessControl.kt b/src/main/kotlin/fr/dcproject/component/article/ArticleAccessControl.kt similarity index 100% rename from src/main/kotlin/component/article/ArticleAccessControl.kt rename to src/main/kotlin/fr/dcproject/component/article/ArticleAccessControl.kt diff --git a/src/main/kotlin/component/article/ArticleRepository.kt b/src/main/kotlin/fr/dcproject/component/article/ArticleRepository.kt similarity index 100% rename from src/main/kotlin/component/article/ArticleRepository.kt rename to src/main/kotlin/fr/dcproject/component/article/ArticleRepository.kt diff --git a/src/main/kotlin/component/article/ArticleViewManager.kt b/src/main/kotlin/fr/dcproject/component/article/ArticleViewManager.kt similarity index 100% rename from src/main/kotlin/component/article/ArticleViewManager.kt rename to src/main/kotlin/fr/dcproject/component/article/ArticleViewManager.kt diff --git a/src/main/kotlin/component/article/KoinModule.kt b/src/main/kotlin/fr/dcproject/component/article/KoinModule.kt similarity index 100% rename from src/main/kotlin/component/article/KoinModule.kt rename to src/main/kotlin/fr/dcproject/component/article/KoinModule.kt diff --git a/src/main/kotlin/component/article/routes/FindArticleVersions.kt b/src/main/kotlin/fr/dcproject/component/article/routes/FindArticleVersions.kt similarity index 100% rename from src/main/kotlin/component/article/routes/FindArticleVersions.kt rename to src/main/kotlin/fr/dcproject/component/article/routes/FindArticleVersions.kt diff --git a/src/main/kotlin/component/article/routes/FindArticles.kt b/src/main/kotlin/fr/dcproject/component/article/routes/FindArticles.kt similarity index 100% rename from src/main/kotlin/component/article/routes/FindArticles.kt rename to src/main/kotlin/fr/dcproject/component/article/routes/FindArticles.kt diff --git a/src/main/kotlin/component/article/routes/GetOneArticle.kt b/src/main/kotlin/fr/dcproject/component/article/routes/GetOneArticle.kt similarity index 100% rename from src/main/kotlin/component/article/routes/GetOneArticle.kt rename to src/main/kotlin/fr/dcproject/component/article/routes/GetOneArticle.kt diff --git a/src/main/kotlin/component/article/routes/UpsertArticle.kt b/src/main/kotlin/fr/dcproject/component/article/routes/UpsertArticle.kt similarity index 100% rename from src/main/kotlin/component/article/routes/UpsertArticle.kt rename to src/main/kotlin/fr/dcproject/component/article/routes/UpsertArticle.kt diff --git a/src/main/kotlin/component/article/routes/install.kt b/src/main/kotlin/fr/dcproject/component/article/routes/install.kt similarity index 100% rename from src/main/kotlin/component/article/routes/install.kt rename to src/main/kotlin/fr/dcproject/component/article/routes/install.kt diff --git a/src/main/kotlin/component/auth/CitizenContext.kt b/src/main/kotlin/fr/dcproject/component/auth/CitizenContext.kt similarity index 100% rename from src/main/kotlin/component/auth/CitizenContext.kt rename to src/main/kotlin/fr/dcproject/component/auth/CitizenContext.kt diff --git a/src/main/kotlin/component/auth/KoinModule.kt b/src/main/kotlin/fr/dcproject/component/auth/KoinModule.kt similarity index 100% rename from src/main/kotlin/component/auth/KoinModule.kt rename to src/main/kotlin/fr/dcproject/component/auth/KoinModule.kt diff --git a/src/main/kotlin/component/auth/PasswordlessAuth.kt b/src/main/kotlin/fr/dcproject/component/auth/PasswordlessAuth.kt similarity index 100% rename from src/main/kotlin/component/auth/PasswordlessAuth.kt rename to src/main/kotlin/fr/dcproject/component/auth/PasswordlessAuth.kt diff --git a/src/main/kotlin/component/auth/User.kt b/src/main/kotlin/fr/dcproject/component/auth/User.kt similarity index 100% rename from src/main/kotlin/component/auth/User.kt rename to src/main/kotlin/fr/dcproject/component/auth/User.kt diff --git a/src/main/kotlin/component/auth/UserRepository.kt b/src/main/kotlin/fr/dcproject/component/auth/UserRepository.kt similarity index 100% rename from src/main/kotlin/component/auth/UserRepository.kt rename to src/main/kotlin/fr/dcproject/component/auth/UserRepository.kt diff --git a/src/main/kotlin/component/auth/jwt/JWTMaker.kt b/src/main/kotlin/fr/dcproject/component/auth/jwt/JWTMaker.kt similarity index 100% rename from src/main/kotlin/component/auth/jwt/JWTMaker.kt rename to src/main/kotlin/fr/dcproject/component/auth/jwt/JWTMaker.kt diff --git a/src/main/kotlin/component/auth/jwt/JwtConfig.kt b/src/main/kotlin/fr/dcproject/component/auth/jwt/JwtConfig.kt similarity index 100% rename from src/main/kotlin/component/auth/jwt/JwtConfig.kt rename to src/main/kotlin/fr/dcproject/component/auth/jwt/JwtConfig.kt diff --git a/src/main/kotlin/component/auth/jwt/JwtInstallation.kt b/src/main/kotlin/fr/dcproject/component/auth/jwt/JwtInstallation.kt similarity index 100% rename from src/main/kotlin/component/auth/jwt/JwtInstallation.kt rename to src/main/kotlin/fr/dcproject/component/auth/jwt/JwtInstallation.kt diff --git a/src/main/kotlin/component/auth/routes/Login.kt b/src/main/kotlin/fr/dcproject/component/auth/routes/Login.kt similarity index 100% rename from src/main/kotlin/component/auth/routes/Login.kt rename to src/main/kotlin/fr/dcproject/component/auth/routes/Login.kt diff --git a/src/main/kotlin/component/auth/routes/Register.kt b/src/main/kotlin/fr/dcproject/component/auth/routes/Register.kt similarity index 100% rename from src/main/kotlin/component/auth/routes/Register.kt rename to src/main/kotlin/fr/dcproject/component/auth/routes/Register.kt diff --git a/src/main/kotlin/component/auth/routes/Sso.kt b/src/main/kotlin/fr/dcproject/component/auth/routes/Sso.kt similarity index 100% rename from src/main/kotlin/component/auth/routes/Sso.kt rename to src/main/kotlin/fr/dcproject/component/auth/routes/Sso.kt diff --git a/src/main/kotlin/component/auth/routes/install.kt b/src/main/kotlin/fr/dcproject/component/auth/routes/install.kt similarity index 100% rename from src/main/kotlin/component/auth/routes/install.kt rename to src/main/kotlin/fr/dcproject/component/auth/routes/install.kt diff --git a/src/main/kotlin/component/citizen/Citizen.kt b/src/main/kotlin/fr/dcproject/component/citizen/Citizen.kt similarity index 100% rename from src/main/kotlin/component/citizen/Citizen.kt rename to src/main/kotlin/fr/dcproject/component/citizen/Citizen.kt diff --git a/src/main/kotlin/component/citizen/CitizenAccessControl.kt b/src/main/kotlin/fr/dcproject/component/citizen/CitizenAccessControl.kt similarity index 100% rename from src/main/kotlin/component/citizen/CitizenAccessControl.kt rename to src/main/kotlin/fr/dcproject/component/citizen/CitizenAccessControl.kt diff --git a/src/main/kotlin/component/citizen/CitizenRepository.kt b/src/main/kotlin/fr/dcproject/component/citizen/CitizenRepository.kt similarity index 100% rename from src/main/kotlin/component/citizen/CitizenRepository.kt rename to src/main/kotlin/fr/dcproject/component/citizen/CitizenRepository.kt diff --git a/src/main/kotlin/component/citizen/KoinModule.kt b/src/main/kotlin/fr/dcproject/component/citizen/KoinModule.kt similarity index 100% rename from src/main/kotlin/component/citizen/KoinModule.kt rename to src/main/kotlin/fr/dcproject/component/citizen/KoinModule.kt diff --git a/src/main/kotlin/component/citizen/routes/ChangeMyPassword.kt b/src/main/kotlin/fr/dcproject/component/citizen/routes/ChangeMyPassword.kt similarity index 100% rename from src/main/kotlin/component/citizen/routes/ChangeMyPassword.kt rename to src/main/kotlin/fr/dcproject/component/citizen/routes/ChangeMyPassword.kt diff --git a/src/main/kotlin/component/citizen/routes/FindCitizens.kt b/src/main/kotlin/fr/dcproject/component/citizen/routes/FindCitizens.kt similarity index 100% rename from src/main/kotlin/component/citizen/routes/FindCitizens.kt rename to src/main/kotlin/fr/dcproject/component/citizen/routes/FindCitizens.kt diff --git a/src/main/kotlin/component/citizen/routes/GetCurrentCitizen.kt b/src/main/kotlin/fr/dcproject/component/citizen/routes/GetCurrentCitizen.kt similarity index 100% rename from src/main/kotlin/component/citizen/routes/GetCurrentCitizen.kt rename to src/main/kotlin/fr/dcproject/component/citizen/routes/GetCurrentCitizen.kt diff --git a/src/main/kotlin/component/citizen/routes/GetOneCitizen.kt b/src/main/kotlin/fr/dcproject/component/citizen/routes/GetOneCitizen.kt similarity index 100% rename from src/main/kotlin/component/citizen/routes/GetOneCitizen.kt rename to src/main/kotlin/fr/dcproject/component/citizen/routes/GetOneCitizen.kt diff --git a/src/main/kotlin/component/citizen/routes/install.kt b/src/main/kotlin/fr/dcproject/component/citizen/routes/install.kt similarity index 100% rename from src/main/kotlin/component/citizen/routes/install.kt rename to src/main/kotlin/fr/dcproject/component/citizen/routes/install.kt diff --git a/src/main/kotlin/component/comment/KoinModule.kt b/src/main/kotlin/fr/dcproject/component/comment/KoinModule.kt similarity index 100% rename from src/main/kotlin/component/comment/KoinModule.kt rename to src/main/kotlin/fr/dcproject/component/comment/KoinModule.kt diff --git a/src/main/kotlin/component/comment/article/CommentArticleRepository.kt b/src/main/kotlin/fr/dcproject/component/comment/article/CommentArticleRepository.kt similarity index 100% rename from src/main/kotlin/component/comment/article/CommentArticleRepository.kt rename to src/main/kotlin/fr/dcproject/component/comment/article/CommentArticleRepository.kt diff --git a/src/main/kotlin/component/comment/article/routes/CreateCommentArticle.kt b/src/main/kotlin/fr/dcproject/component/comment/article/routes/CreateCommentArticle.kt similarity index 100% rename from src/main/kotlin/component/comment/article/routes/CreateCommentArticle.kt rename to src/main/kotlin/fr/dcproject/component/comment/article/routes/CreateCommentArticle.kt diff --git a/src/main/kotlin/component/comment/article/routes/GetArticleComments.kt b/src/main/kotlin/fr/dcproject/component/comment/article/routes/GetArticleComments.kt similarity index 100% rename from src/main/kotlin/component/comment/article/routes/GetArticleComments.kt rename to src/main/kotlin/fr/dcproject/component/comment/article/routes/GetArticleComments.kt diff --git a/src/main/kotlin/component/comment/article/routes/GetCitizenArticleComments.kt b/src/main/kotlin/fr/dcproject/component/comment/article/routes/GetCitizenArticleComments.kt similarity index 100% rename from src/main/kotlin/component/comment/article/routes/GetCitizenArticleComments.kt rename to src/main/kotlin/fr/dcproject/component/comment/article/routes/GetCitizenArticleComments.kt diff --git a/src/main/kotlin/component/comment/article/routes/install.kt b/src/main/kotlin/fr/dcproject/component/comment/article/routes/install.kt similarity index 100% rename from src/main/kotlin/component/comment/article/routes/install.kt rename to src/main/kotlin/fr/dcproject/component/comment/article/routes/install.kt diff --git a/src/main/kotlin/component/comment/constitution/CommentConstitutionRepository.kt b/src/main/kotlin/fr/dcproject/component/comment/constitution/CommentConstitutionRepository.kt similarity index 100% rename from src/main/kotlin/component/comment/constitution/CommentConstitutionRepository.kt rename to src/main/kotlin/fr/dcproject/component/comment/constitution/CommentConstitutionRepository.kt diff --git a/src/main/kotlin/component/comment/constitution/routes/CreateConstitutionComment.kt b/src/main/kotlin/fr/dcproject/component/comment/constitution/routes/CreateConstitutionComment.kt similarity index 100% rename from src/main/kotlin/component/comment/constitution/routes/CreateConstitutionComment.kt rename to src/main/kotlin/fr/dcproject/component/comment/constitution/routes/CreateConstitutionComment.kt diff --git a/src/main/kotlin/component/comment/constitution/routes/GetCitizenCommentConstitution.kt b/src/main/kotlin/fr/dcproject/component/comment/constitution/routes/GetCitizenCommentConstitution.kt similarity index 100% rename from src/main/kotlin/component/comment/constitution/routes/GetCitizenCommentConstitution.kt rename to src/main/kotlin/fr/dcproject/component/comment/constitution/routes/GetCitizenCommentConstitution.kt diff --git a/src/main/kotlin/component/comment/constitution/routes/GetConstitutionComment.kt b/src/main/kotlin/fr/dcproject/component/comment/constitution/routes/GetConstitutionComment.kt similarity index 100% rename from src/main/kotlin/component/comment/constitution/routes/GetConstitutionComment.kt rename to src/main/kotlin/fr/dcproject/component/comment/constitution/routes/GetConstitutionComment.kt diff --git a/src/main/kotlin/component/comment/constitution/routes/install.kt b/src/main/kotlin/fr/dcproject/component/comment/constitution/routes/install.kt similarity index 100% rename from src/main/kotlin/component/comment/constitution/routes/install.kt rename to src/main/kotlin/fr/dcproject/component/comment/constitution/routes/install.kt diff --git a/src/main/kotlin/component/comment/generic/Comment.kt b/src/main/kotlin/fr/dcproject/component/comment/generic/Comment.kt similarity index 100% rename from src/main/kotlin/component/comment/generic/Comment.kt rename to src/main/kotlin/fr/dcproject/component/comment/generic/Comment.kt diff --git a/src/main/kotlin/component/comment/generic/CommentAccessControl.kt b/src/main/kotlin/fr/dcproject/component/comment/generic/CommentAccessControl.kt similarity index 100% rename from src/main/kotlin/component/comment/generic/CommentAccessControl.kt rename to src/main/kotlin/fr/dcproject/component/comment/generic/CommentAccessControl.kt diff --git a/src/main/kotlin/component/comment/generic/CommentRepository.kt b/src/main/kotlin/fr/dcproject/component/comment/generic/CommentRepository.kt similarity index 100% rename from src/main/kotlin/component/comment/generic/CommentRepository.kt rename to src/main/kotlin/fr/dcproject/component/comment/generic/CommentRepository.kt diff --git a/src/main/kotlin/component/comment/generic/routes/CreateCommentChildren.kt b/src/main/kotlin/fr/dcproject/component/comment/generic/routes/CreateCommentChildren.kt similarity index 100% rename from src/main/kotlin/component/comment/generic/routes/CreateCommentChildren.kt rename to src/main/kotlin/fr/dcproject/component/comment/generic/routes/CreateCommentChildren.kt diff --git a/src/main/kotlin/component/comment/generic/routes/EditComment.kt b/src/main/kotlin/fr/dcproject/component/comment/generic/routes/EditComment.kt similarity index 100% rename from src/main/kotlin/component/comment/generic/routes/EditComment.kt rename to src/main/kotlin/fr/dcproject/component/comment/generic/routes/EditComment.kt diff --git a/src/main/kotlin/component/comment/generic/routes/GetCommentChildren.kt b/src/main/kotlin/fr/dcproject/component/comment/generic/routes/GetCommentChildren.kt similarity index 100% rename from src/main/kotlin/component/comment/generic/routes/GetCommentChildren.kt rename to src/main/kotlin/fr/dcproject/component/comment/generic/routes/GetCommentChildren.kt diff --git a/src/main/kotlin/component/comment/generic/routes/GetOneComment.kt b/src/main/kotlin/fr/dcproject/component/comment/generic/routes/GetOneComment.kt similarity index 100% rename from src/main/kotlin/component/comment/generic/routes/GetOneComment.kt rename to src/main/kotlin/fr/dcproject/component/comment/generic/routes/GetOneComment.kt diff --git a/src/main/kotlin/component/comment/generic/routes/install.kt b/src/main/kotlin/fr/dcproject/component/comment/generic/routes/install.kt similarity index 100% rename from src/main/kotlin/component/comment/generic/routes/install.kt rename to src/main/kotlin/fr/dcproject/component/comment/generic/routes/install.kt diff --git a/src/main/kotlin/component/constitution/Constitution.kt b/src/main/kotlin/fr/dcproject/component/constitution/Constitution.kt similarity index 100% rename from src/main/kotlin/component/constitution/Constitution.kt rename to src/main/kotlin/fr/dcproject/component/constitution/Constitution.kt diff --git a/src/main/kotlin/component/constitution/ConstitutionAccessControl.kt b/src/main/kotlin/fr/dcproject/component/constitution/ConstitutionAccessControl.kt similarity index 100% rename from src/main/kotlin/component/constitution/ConstitutionAccessControl.kt rename to src/main/kotlin/fr/dcproject/component/constitution/ConstitutionAccessControl.kt diff --git a/src/main/kotlin/component/constitution/ConstitutionRepository.kt b/src/main/kotlin/fr/dcproject/component/constitution/ConstitutionRepository.kt similarity index 100% rename from src/main/kotlin/component/constitution/ConstitutionRepository.kt rename to src/main/kotlin/fr/dcproject/component/constitution/ConstitutionRepository.kt diff --git a/src/main/kotlin/component/constitution/KoinModule.kt b/src/main/kotlin/fr/dcproject/component/constitution/KoinModule.kt similarity index 100% rename from src/main/kotlin/component/constitution/KoinModule.kt rename to src/main/kotlin/fr/dcproject/component/constitution/KoinModule.kt diff --git a/src/main/kotlin/component/constitution/routes/CreateConstitution.kt b/src/main/kotlin/fr/dcproject/component/constitution/routes/CreateConstitution.kt similarity index 100% rename from src/main/kotlin/component/constitution/routes/CreateConstitution.kt rename to src/main/kotlin/fr/dcproject/component/constitution/routes/CreateConstitution.kt diff --git a/src/main/kotlin/component/constitution/routes/FindConstitutions.kt b/src/main/kotlin/fr/dcproject/component/constitution/routes/FindConstitutions.kt similarity index 100% rename from src/main/kotlin/component/constitution/routes/FindConstitutions.kt rename to src/main/kotlin/fr/dcproject/component/constitution/routes/FindConstitutions.kt diff --git a/src/main/kotlin/component/constitution/routes/GetConstitution.kt b/src/main/kotlin/fr/dcproject/component/constitution/routes/GetConstitution.kt similarity index 100% rename from src/main/kotlin/component/constitution/routes/GetConstitution.kt rename to src/main/kotlin/fr/dcproject/component/constitution/routes/GetConstitution.kt diff --git a/src/main/kotlin/component/constitution/routes/install.kt b/src/main/kotlin/fr/dcproject/component/constitution/routes/install.kt similarity index 100% rename from src/main/kotlin/component/constitution/routes/install.kt rename to src/main/kotlin/fr/dcproject/component/constitution/routes/install.kt diff --git a/src/main/kotlin/component/doc/routes/OpenAPI.kt b/src/main/kotlin/fr/dcproject/component/doc/routes/OpenAPI.kt similarity index 100% rename from src/main/kotlin/component/doc/routes/OpenAPI.kt rename to src/main/kotlin/fr/dcproject/component/doc/routes/OpenAPI.kt diff --git a/src/main/kotlin/component/doc/routes/install.kt b/src/main/kotlin/fr/dcproject/component/doc/routes/install.kt similarity index 100% rename from src/main/kotlin/component/doc/routes/install.kt rename to src/main/kotlin/fr/dcproject/component/doc/routes/install.kt diff --git a/src/main/kotlin/component/follow/Follow.kt b/src/main/kotlin/fr/dcproject/component/follow/Follow.kt similarity index 100% rename from src/main/kotlin/component/follow/Follow.kt rename to src/main/kotlin/fr/dcproject/component/follow/Follow.kt diff --git a/src/main/kotlin/component/follow/FollowAccessControl.kt b/src/main/kotlin/fr/dcproject/component/follow/FollowAccessControl.kt similarity index 100% rename from src/main/kotlin/component/follow/FollowAccessControl.kt rename to src/main/kotlin/fr/dcproject/component/follow/FollowAccessControl.kt diff --git a/src/main/kotlin/component/follow/FollowRepository.kt b/src/main/kotlin/fr/dcproject/component/follow/FollowRepository.kt similarity index 100% rename from src/main/kotlin/component/follow/FollowRepository.kt rename to src/main/kotlin/fr/dcproject/component/follow/FollowRepository.kt diff --git a/src/main/kotlin/component/follow/KoinModule.kt b/src/main/kotlin/fr/dcproject/component/follow/KoinModule.kt similarity index 100% rename from src/main/kotlin/component/follow/KoinModule.kt rename to src/main/kotlin/fr/dcproject/component/follow/KoinModule.kt diff --git a/src/main/kotlin/component/follow/routes/article/FollowArticle.kt b/src/main/kotlin/fr/dcproject/component/follow/routes/article/FollowArticle.kt similarity index 100% rename from src/main/kotlin/component/follow/routes/article/FollowArticle.kt rename to src/main/kotlin/fr/dcproject/component/follow/routes/article/FollowArticle.kt diff --git a/src/main/kotlin/component/follow/routes/article/GetFollowArticle.kt b/src/main/kotlin/fr/dcproject/component/follow/routes/article/GetFollowArticle.kt similarity index 100% rename from src/main/kotlin/component/follow/routes/article/GetFollowArticle.kt rename to src/main/kotlin/fr/dcproject/component/follow/routes/article/GetFollowArticle.kt diff --git a/src/main/kotlin/component/follow/routes/article/GetMyFollowsArticle.kt b/src/main/kotlin/fr/dcproject/component/follow/routes/article/GetMyFollowsArticle.kt similarity index 100% rename from src/main/kotlin/component/follow/routes/article/GetMyFollowsArticle.kt rename to src/main/kotlin/fr/dcproject/component/follow/routes/article/GetMyFollowsArticle.kt diff --git a/src/main/kotlin/component/follow/routes/article/UnfollowArticle.kt b/src/main/kotlin/fr/dcproject/component/follow/routes/article/UnfollowArticle.kt similarity index 100% rename from src/main/kotlin/component/follow/routes/article/UnfollowArticle.kt rename to src/main/kotlin/fr/dcproject/component/follow/routes/article/UnfollowArticle.kt diff --git a/src/main/kotlin/component/follow/routes/article/install.kt b/src/main/kotlin/fr/dcproject/component/follow/routes/article/install.kt similarity index 100% rename from src/main/kotlin/component/follow/routes/article/install.kt rename to src/main/kotlin/fr/dcproject/component/follow/routes/article/install.kt diff --git a/src/main/kotlin/component/follow/routes/constitution/FollowConstitution.kt b/src/main/kotlin/fr/dcproject/component/follow/routes/constitution/FollowConstitution.kt similarity index 100% rename from src/main/kotlin/component/follow/routes/constitution/FollowConstitution.kt rename to src/main/kotlin/fr/dcproject/component/follow/routes/constitution/FollowConstitution.kt diff --git a/src/main/kotlin/component/follow/routes/constitution/GetFollowConstitution.kt b/src/main/kotlin/fr/dcproject/component/follow/routes/constitution/GetFollowConstitution.kt similarity index 100% rename from src/main/kotlin/component/follow/routes/constitution/GetFollowConstitution.kt rename to src/main/kotlin/fr/dcproject/component/follow/routes/constitution/GetFollowConstitution.kt diff --git a/src/main/kotlin/component/follow/routes/constitution/GetMyFollowsConstitution.kt b/src/main/kotlin/fr/dcproject/component/follow/routes/constitution/GetMyFollowsConstitution.kt similarity index 100% rename from src/main/kotlin/component/follow/routes/constitution/GetMyFollowsConstitution.kt rename to src/main/kotlin/fr/dcproject/component/follow/routes/constitution/GetMyFollowsConstitution.kt diff --git a/src/main/kotlin/component/follow/routes/constitution/UnfollowConstitution.kt b/src/main/kotlin/fr/dcproject/component/follow/routes/constitution/UnfollowConstitution.kt similarity index 100% rename from src/main/kotlin/component/follow/routes/constitution/UnfollowConstitution.kt rename to src/main/kotlin/fr/dcproject/component/follow/routes/constitution/UnfollowConstitution.kt diff --git a/src/main/kotlin/component/follow/routes/constitution/install.kt b/src/main/kotlin/fr/dcproject/component/follow/routes/constitution/install.kt similarity index 100% rename from src/main/kotlin/component/follow/routes/constitution/install.kt rename to src/main/kotlin/fr/dcproject/component/follow/routes/constitution/install.kt diff --git a/src/main/kotlin/component/notification/Notification.kt b/src/main/kotlin/fr/dcproject/component/notification/Notification.kt similarity index 100% rename from src/main/kotlin/component/notification/Notification.kt rename to src/main/kotlin/fr/dcproject/component/notification/Notification.kt diff --git a/src/main/kotlin/component/notification/NotificationConsumer.kt b/src/main/kotlin/fr/dcproject/component/notification/NotificationConsumer.kt similarity index 100% rename from src/main/kotlin/component/notification/NotificationConsumer.kt rename to src/main/kotlin/fr/dcproject/component/notification/NotificationConsumer.kt diff --git a/src/main/kotlin/component/notification/NotificationEmailSender.kt b/src/main/kotlin/fr/dcproject/component/notification/NotificationEmailSender.kt similarity index 100% rename from src/main/kotlin/component/notification/NotificationEmailSender.kt rename to src/main/kotlin/fr/dcproject/component/notification/NotificationEmailSender.kt diff --git a/src/main/kotlin/component/notification/NotificationsPush.kt b/src/main/kotlin/fr/dcproject/component/notification/NotificationsPush.kt similarity index 100% rename from src/main/kotlin/component/notification/NotificationsPush.kt rename to src/main/kotlin/fr/dcproject/component/notification/NotificationsPush.kt diff --git a/src/main/kotlin/component/notification/Publisher.kt b/src/main/kotlin/fr/dcproject/component/notification/Publisher.kt similarity index 100% rename from src/main/kotlin/component/notification/Publisher.kt rename to src/main/kotlin/fr/dcproject/component/notification/Publisher.kt diff --git a/src/main/kotlin/component/notification/routes/Notification.kt b/src/main/kotlin/fr/dcproject/component/notification/routes/Notification.kt similarity index 100% rename from src/main/kotlin/component/notification/routes/Notification.kt rename to src/main/kotlin/fr/dcproject/component/notification/routes/Notification.kt diff --git a/src/main/kotlin/component/notification/routes/install.kt b/src/main/kotlin/fr/dcproject/component/notification/routes/install.kt similarity index 100% rename from src/main/kotlin/component/notification/routes/install.kt rename to src/main/kotlin/fr/dcproject/component/notification/routes/install.kt diff --git a/src/main/kotlin/component/opinion/KoinModule.kt b/src/main/kotlin/fr/dcproject/component/opinion/KoinModule.kt similarity index 100% rename from src/main/kotlin/component/opinion/KoinModule.kt rename to src/main/kotlin/fr/dcproject/component/opinion/KoinModule.kt diff --git a/src/main/kotlin/component/opinion/OpinionAccessControl.kt b/src/main/kotlin/fr/dcproject/component/opinion/OpinionAccessControl.kt similarity index 100% rename from src/main/kotlin/component/opinion/OpinionAccessControl.kt rename to src/main/kotlin/fr/dcproject/component/opinion/OpinionAccessControl.kt diff --git a/src/main/kotlin/component/opinion/OpinionChoiceAccessControl.kt b/src/main/kotlin/fr/dcproject/component/opinion/OpinionChoiceAccessControl.kt similarity index 100% rename from src/main/kotlin/component/opinion/OpinionChoiceAccessControl.kt rename to src/main/kotlin/fr/dcproject/component/opinion/OpinionChoiceAccessControl.kt diff --git a/src/main/kotlin/component/opinion/OpinionRepository.kt b/src/main/kotlin/fr/dcproject/component/opinion/OpinionRepository.kt similarity index 100% rename from src/main/kotlin/component/opinion/OpinionRepository.kt rename to src/main/kotlin/fr/dcproject/component/opinion/OpinionRepository.kt diff --git a/src/main/kotlin/component/opinion/dto/Opinionable.kt b/src/main/kotlin/fr/dcproject/component/opinion/dto/Opinionable.kt similarity index 100% rename from src/main/kotlin/component/opinion/dto/Opinionable.kt rename to src/main/kotlin/fr/dcproject/component/opinion/dto/Opinionable.kt diff --git a/src/main/kotlin/component/opinion/entity/Opinion.kt b/src/main/kotlin/fr/dcproject/component/opinion/entity/Opinion.kt similarity index 100% rename from src/main/kotlin/component/opinion/entity/Opinion.kt rename to src/main/kotlin/fr/dcproject/component/opinion/entity/Opinion.kt diff --git a/src/main/kotlin/component/opinion/entity/OpinionChoice.kt b/src/main/kotlin/fr/dcproject/component/opinion/entity/OpinionChoice.kt similarity index 100% rename from src/main/kotlin/component/opinion/entity/OpinionChoice.kt rename to src/main/kotlin/fr/dcproject/component/opinion/entity/OpinionChoice.kt diff --git a/src/main/kotlin/component/opinion/entity/Opinionable.kt b/src/main/kotlin/fr/dcproject/component/opinion/entity/Opinionable.kt similarity index 100% rename from src/main/kotlin/component/opinion/entity/Opinionable.kt rename to src/main/kotlin/fr/dcproject/component/opinion/entity/Opinionable.kt diff --git a/src/main/kotlin/component/opinion/routes/GetCitizenOpinions.kt b/src/main/kotlin/fr/dcproject/component/opinion/routes/GetCitizenOpinions.kt similarity index 100% rename from src/main/kotlin/component/opinion/routes/GetCitizenOpinions.kt rename to src/main/kotlin/fr/dcproject/component/opinion/routes/GetCitizenOpinions.kt diff --git a/src/main/kotlin/component/opinion/routes/GetMyOpinionsArticle.kt b/src/main/kotlin/fr/dcproject/component/opinion/routes/GetMyOpinionsArticle.kt similarity index 100% rename from src/main/kotlin/component/opinion/routes/GetMyOpinionsArticle.kt rename to src/main/kotlin/fr/dcproject/component/opinion/routes/GetMyOpinionsArticle.kt diff --git a/src/main/kotlin/component/opinion/routes/GetOpinionChoice.kt b/src/main/kotlin/fr/dcproject/component/opinion/routes/GetOpinionChoice.kt similarity index 100% rename from src/main/kotlin/component/opinion/routes/GetOpinionChoice.kt rename to src/main/kotlin/fr/dcproject/component/opinion/routes/GetOpinionChoice.kt diff --git a/src/main/kotlin/component/opinion/routes/GetOpinionChoices.kt b/src/main/kotlin/fr/dcproject/component/opinion/routes/GetOpinionChoices.kt similarity index 100% rename from src/main/kotlin/component/opinion/routes/GetOpinionChoices.kt rename to src/main/kotlin/fr/dcproject/component/opinion/routes/GetOpinionChoices.kt diff --git a/src/main/kotlin/component/opinion/routes/OpinionArticle.kt b/src/main/kotlin/fr/dcproject/component/opinion/routes/OpinionArticle.kt similarity index 100% rename from src/main/kotlin/component/opinion/routes/OpinionArticle.kt rename to src/main/kotlin/fr/dcproject/component/opinion/routes/OpinionArticle.kt diff --git a/src/main/kotlin/component/opinion/routes/install.kt b/src/main/kotlin/fr/dcproject/component/opinion/routes/install.kt similarity index 100% rename from src/main/kotlin/component/opinion/routes/install.kt rename to src/main/kotlin/fr/dcproject/component/opinion/routes/install.kt diff --git a/src/main/kotlin/component/views/KoinModule.kt b/src/main/kotlin/fr/dcproject/component/views/KoinModule.kt similarity index 100% rename from src/main/kotlin/component/views/KoinModule.kt rename to src/main/kotlin/fr/dcproject/component/views/KoinModule.kt diff --git a/src/main/kotlin/component/views/ViewManager.kt b/src/main/kotlin/fr/dcproject/component/views/ViewManager.kt similarity index 100% rename from src/main/kotlin/component/views/ViewManager.kt rename to src/main/kotlin/fr/dcproject/component/views/ViewManager.kt diff --git a/src/main/kotlin/component/views/createEsIndexForViews.kt b/src/main/kotlin/fr/dcproject/component/views/createEsIndexForViews.kt similarity index 100% rename from src/main/kotlin/component/views/createEsIndexForViews.kt rename to src/main/kotlin/fr/dcproject/component/views/createEsIndexForViews.kt diff --git a/src/main/kotlin/component/views/dto/ViewAggregation.kt b/src/main/kotlin/fr/dcproject/component/views/dto/ViewAggregation.kt similarity index 100% rename from src/main/kotlin/component/views/dto/ViewAggregation.kt rename to src/main/kotlin/fr/dcproject/component/views/dto/ViewAggregation.kt diff --git a/src/main/kotlin/component/views/dto/Viewable.kt b/src/main/kotlin/fr/dcproject/component/views/dto/Viewable.kt similarity index 100% rename from src/main/kotlin/component/views/dto/Viewable.kt rename to src/main/kotlin/fr/dcproject/component/views/dto/Viewable.kt diff --git a/src/main/kotlin/component/views/entity/ViewAggregation.kt b/src/main/kotlin/fr/dcproject/component/views/entity/ViewAggregation.kt similarity index 100% rename from src/main/kotlin/component/views/entity/ViewAggregation.kt rename to src/main/kotlin/fr/dcproject/component/views/entity/ViewAggregation.kt diff --git a/src/main/kotlin/component/vote/KoinModule.kt b/src/main/kotlin/fr/dcproject/component/vote/KoinModule.kt similarity index 100% rename from src/main/kotlin/component/vote/KoinModule.kt rename to src/main/kotlin/fr/dcproject/component/vote/KoinModule.kt diff --git a/src/main/kotlin/component/vote/VoteAccessControl.kt b/src/main/kotlin/fr/dcproject/component/vote/VoteAccessControl.kt similarity index 100% rename from src/main/kotlin/component/vote/VoteAccessControl.kt rename to src/main/kotlin/fr/dcproject/component/vote/VoteAccessControl.kt diff --git a/src/main/kotlin/component/vote/VoteRepositoryAbs.kt b/src/main/kotlin/fr/dcproject/component/vote/VoteRepositoryAbs.kt similarity index 100% rename from src/main/kotlin/component/vote/VoteRepositoryAbs.kt rename to src/main/kotlin/fr/dcproject/component/vote/VoteRepositoryAbs.kt diff --git a/src/main/kotlin/component/vote/dto/Votable.kt b/src/main/kotlin/fr/dcproject/component/vote/dto/Votable.kt similarity index 100% rename from src/main/kotlin/component/vote/dto/Votable.kt rename to src/main/kotlin/fr/dcproject/component/vote/dto/Votable.kt diff --git a/src/main/kotlin/component/vote/dto/VoteAggregation.kt b/src/main/kotlin/fr/dcproject/component/vote/dto/VoteAggregation.kt similarity index 100% rename from src/main/kotlin/component/vote/dto/VoteAggregation.kt rename to src/main/kotlin/fr/dcproject/component/vote/dto/VoteAggregation.kt diff --git a/src/main/kotlin/component/vote/entity/Votable.kt b/src/main/kotlin/fr/dcproject/component/vote/entity/Votable.kt similarity index 100% rename from src/main/kotlin/component/vote/entity/Votable.kt rename to src/main/kotlin/fr/dcproject/component/vote/entity/Votable.kt diff --git a/src/main/kotlin/component/vote/entity/Vote.kt b/src/main/kotlin/fr/dcproject/component/vote/entity/Vote.kt similarity index 100% rename from src/main/kotlin/component/vote/entity/Vote.kt rename to src/main/kotlin/fr/dcproject/component/vote/entity/Vote.kt diff --git a/src/main/kotlin/component/vote/entity/VoteAggregation.kt b/src/main/kotlin/fr/dcproject/component/vote/entity/VoteAggregation.kt similarity index 100% rename from src/main/kotlin/component/vote/entity/VoteAggregation.kt rename to src/main/kotlin/fr/dcproject/component/vote/entity/VoteAggregation.kt diff --git a/src/main/kotlin/component/vote/routes/GetCitizenVotes.kt b/src/main/kotlin/fr/dcproject/component/vote/routes/GetCitizenVotes.kt similarity index 100% rename from src/main/kotlin/component/vote/routes/GetCitizenVotes.kt rename to src/main/kotlin/fr/dcproject/component/vote/routes/GetCitizenVotes.kt diff --git a/src/main/kotlin/component/vote/routes/GetCitizenVotesOnArticle.kt b/src/main/kotlin/fr/dcproject/component/vote/routes/GetCitizenVotesOnArticle.kt similarity index 100% rename from src/main/kotlin/component/vote/routes/GetCitizenVotesOnArticle.kt rename to src/main/kotlin/fr/dcproject/component/vote/routes/GetCitizenVotesOnArticle.kt diff --git a/src/main/kotlin/component/vote/routes/PutVoteOnArticle.kt b/src/main/kotlin/fr/dcproject/component/vote/routes/PutVoteOnArticle.kt similarity index 100% rename from src/main/kotlin/component/vote/routes/PutVoteOnArticle.kt rename to src/main/kotlin/fr/dcproject/component/vote/routes/PutVoteOnArticle.kt diff --git a/src/main/kotlin/component/vote/routes/PutVoteOnComment.kt b/src/main/kotlin/fr/dcproject/component/vote/routes/PutVoteOnComment.kt similarity index 100% rename from src/main/kotlin/component/vote/routes/PutVoteOnComment.kt rename to src/main/kotlin/fr/dcproject/component/vote/routes/PutVoteOnComment.kt diff --git a/src/main/kotlin/component/vote/routes/VoteConstitution.kt b/src/main/kotlin/fr/dcproject/component/vote/routes/VoteConstitution.kt similarity index 100% rename from src/main/kotlin/component/vote/routes/VoteConstitution.kt rename to src/main/kotlin/fr/dcproject/component/vote/routes/VoteConstitution.kt diff --git a/src/main/kotlin/component/vote/routes/install.kt b/src/main/kotlin/fr/dcproject/component/vote/routes/install.kt similarity index 100% rename from src/main/kotlin/component/vote/routes/install.kt rename to src/main/kotlin/fr/dcproject/component/vote/routes/install.kt diff --git a/src/main/kotlin/component/workgroup/KoinModule.kt b/src/main/kotlin/fr/dcproject/component/workgroup/KoinModule.kt similarity index 100% rename from src/main/kotlin/component/workgroup/KoinModule.kt rename to src/main/kotlin/fr/dcproject/component/workgroup/KoinModule.kt diff --git a/src/main/kotlin/component/workgroup/Workgroup.kt b/src/main/kotlin/fr/dcproject/component/workgroup/Workgroup.kt similarity index 100% rename from src/main/kotlin/component/workgroup/Workgroup.kt rename to src/main/kotlin/fr/dcproject/component/workgroup/Workgroup.kt diff --git a/src/main/kotlin/component/workgroup/WorkgroupAccessControl.kt b/src/main/kotlin/fr/dcproject/component/workgroup/WorkgroupAccessControl.kt similarity index 100% rename from src/main/kotlin/component/workgroup/WorkgroupAccessControl.kt rename to src/main/kotlin/fr/dcproject/component/workgroup/WorkgroupAccessControl.kt diff --git a/src/main/kotlin/component/workgroup/WorkgroupRepository.kt b/src/main/kotlin/fr/dcproject/component/workgroup/WorkgroupRepository.kt similarity index 100% rename from src/main/kotlin/component/workgroup/WorkgroupRepository.kt rename to src/main/kotlin/fr/dcproject/component/workgroup/WorkgroupRepository.kt diff --git a/src/main/kotlin/component/workgroup/routes/CreateWorkgroup.kt b/src/main/kotlin/fr/dcproject/component/workgroup/routes/CreateWorkgroup.kt similarity index 100% rename from src/main/kotlin/component/workgroup/routes/CreateWorkgroup.kt rename to src/main/kotlin/fr/dcproject/component/workgroup/routes/CreateWorkgroup.kt diff --git a/src/main/kotlin/component/workgroup/routes/DeleteWorkgroup.kt b/src/main/kotlin/fr/dcproject/component/workgroup/routes/DeleteWorkgroup.kt similarity index 100% rename from src/main/kotlin/component/workgroup/routes/DeleteWorkgroup.kt rename to src/main/kotlin/fr/dcproject/component/workgroup/routes/DeleteWorkgroup.kt diff --git a/src/main/kotlin/component/workgroup/routes/EditWorkgroup.kt b/src/main/kotlin/fr/dcproject/component/workgroup/routes/EditWorkgroup.kt similarity index 100% rename from src/main/kotlin/component/workgroup/routes/EditWorkgroup.kt rename to src/main/kotlin/fr/dcproject/component/workgroup/routes/EditWorkgroup.kt diff --git a/src/main/kotlin/component/workgroup/routes/GetWorkgroup.kt b/src/main/kotlin/fr/dcproject/component/workgroup/routes/GetWorkgroup.kt similarity index 100% rename from src/main/kotlin/component/workgroup/routes/GetWorkgroup.kt rename to src/main/kotlin/fr/dcproject/component/workgroup/routes/GetWorkgroup.kt diff --git a/src/main/kotlin/component/workgroup/routes/GetWorkgroups.kt b/src/main/kotlin/fr/dcproject/component/workgroup/routes/GetWorkgroups.kt similarity index 100% rename from src/main/kotlin/component/workgroup/routes/GetWorkgroups.kt rename to src/main/kotlin/fr/dcproject/component/workgroup/routes/GetWorkgroups.kt diff --git a/src/main/kotlin/component/workgroup/routes/install.kt b/src/main/kotlin/fr/dcproject/component/workgroup/routes/install.kt similarity index 100% rename from src/main/kotlin/component/workgroup/routes/install.kt rename to src/main/kotlin/fr/dcproject/component/workgroup/routes/install.kt diff --git a/src/main/kotlin/component/workgroup/routes/members/AddMemberToWorkgroup.kt b/src/main/kotlin/fr/dcproject/component/workgroup/routes/members/AddMemberToWorkgroup.kt similarity index 100% rename from src/main/kotlin/component/workgroup/routes/members/AddMemberToWorkgroup.kt rename to src/main/kotlin/fr/dcproject/component/workgroup/routes/members/AddMemberToWorkgroup.kt diff --git a/src/main/kotlin/component/workgroup/routes/members/DeleteMembersOfWorkgroup.kt b/src/main/kotlin/fr/dcproject/component/workgroup/routes/members/DeleteMembersOfWorkgroup.kt similarity index 100% rename from src/main/kotlin/component/workgroup/routes/members/DeleteMembersOfWorkgroup.kt rename to src/main/kotlin/fr/dcproject/component/workgroup/routes/members/DeleteMembersOfWorkgroup.kt diff --git a/src/main/kotlin/component/workgroup/routes/members/UpdateMemberOfWorkgroup.kt b/src/main/kotlin/fr/dcproject/component/workgroup/routes/members/UpdateMemberOfWorkgroup.kt similarity index 100% rename from src/main/kotlin/component/workgroup/routes/members/UpdateMemberOfWorkgroup.kt rename to src/main/kotlin/fr/dcproject/component/workgroup/routes/members/UpdateMemberOfWorkgroup.kt