This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit c96c02f3d802374d98626988671d02152bcdb092 Author: Tony CHEMIT <dev@tchemit.fr> Date: Tue Jan 3 09:11:46 2017 +0100 fix my email adress and add myself in Copyright --- pollen-persistence/pom.xml | 2 +- .../java/org/chorem/pollen/persistence/PollenPersistenceContext.java | 2 +- .../org/chorem/pollen/persistence/PollenTopiaApplicationContext.java | 2 +- .../org/chorem/pollen/persistence/PollenTopiaPersistenceContext.java | 2 +- .../java/org/chorem/pollen/persistence/entity/ChoiceTopiaDao.java | 2 +- .../java/org/chorem/pollen/persistence/entity/CommentTopiaDao.java | 2 +- .../org/chorem/pollen/persistence/entity/FavoriteListTopiaDao.java | 2 +- .../main/java/org/chorem/pollen/persistence/entity/PollTopiaDao.java | 4 ++-- .../org/chorem/pollen/persistence/entity/PollenPrincipalTopiaDao.java | 2 +- .../java/org/chorem/pollen/persistence/entity/PollenPrincipals.java | 2 +- .../org/chorem/pollen/persistence/entity/PollenResourceTopiaDao.java | 2 +- .../java/org/chorem/pollen/persistence/entity/PollenUserTopiaDao.java | 4 ++-- .../main/java/org/chorem/pollen/persistence/entity/PollenUsers.java | 2 +- .../src/main/java/org/chorem/pollen/persistence/entity/Polls.java | 4 ++-- .../org/chorem/pollen/persistence/entity/SessionTokenTopiaDao.java | 2 +- .../main/java/org/chorem/pollen/persistence/entity/VoteToChoices.java | 2 +- .../main/java/org/chorem/pollen/persistence/entity/VoteTopiaDao.java | 2 +- .../java/org/chorem/pollen/persistence/entity/VoterListTopiaDao.java | 2 +- pollen-persistence/src/main/xmi/pollen.properties | 2 +- pollen-persistence/src/test/resources/db.properties | 2 +- pollen-persistence/src/test/resources/log4j.properties | 2 +- pollen-rest-api/pom.xml | 2 +- pollen-rest-api/src/it/pom/pom.xml | 2 +- pollen-rest-api/src/jetty/jetty-context.xml | 2 +- .../src/main/java/org/chorem/pollen/rest/api/JsonHelper.java | 2 +- .../src/main/java/org/chorem/pollen/rest/api/PollenRender.java | 4 ++-- .../org/chorem/pollen/rest/api/PollenRestApiApplicationContext.java | 4 ++-- .../org/chorem/pollen/rest/api/PollenRestApiApplicationListener.java | 4 ++-- .../java/org/chorem/pollen/rest/api/PollenRestApiRequestContext.java | 2 +- .../java/org/chorem/pollen/rest/api/PollenRestApiRequestFilter.java | 4 ++-- .../src/main/java/org/chorem/pollen/rest/api/PollenRestApiUtil.java | 2 +- .../java/org/chorem/pollen/rest/api/PollenTopiaTransactionFilter.java | 2 +- .../main/java/org/chorem/pollen/rest/api/converter/DateConverter.java | 2 +- .../java/org/chorem/pollen/rest/api/converter/JsonArrayConverter.java | 2 +- .../main/java/org/chorem/pollen/rest/api/converter/JsonConverter.java | 2 +- .../org/chorem/pollen/rest/api/injector/PollenBeanIdInjector.java | 2 +- .../pollen/rest/api/injector/PollenRestApiRequestContextInjector.java | 2 +- .../org/chorem/pollen/rest/api/injector/PollenServiceInjector.java | 2 +- .../src/main/java/org/chorem/pollen/rest/api/v1/AuthApi.java | 4 ++-- .../src/main/java/org/chorem/pollen/rest/api/v1/ChoiceApi.java | 4 ++-- .../src/main/java/org/chorem/pollen/rest/api/v1/CommentApi.java | 4 ++-- .../src/main/java/org/chorem/pollen/rest/api/v1/DocApi.java | 2 +- .../src/main/java/org/chorem/pollen/rest/api/v1/ErrorAction.java | 4 ++-- .../src/main/java/org/chorem/pollen/rest/api/v1/FavoriteListApi.java | 4 ++-- .../src/main/java/org/chorem/pollen/rest/api/v1/PollApi.java | 4 ++-- .../main/java/org/chorem/pollen/rest/api/v1/PollenResourceApi.java | 2 +- .../src/main/java/org/chorem/pollen/rest/api/v1/PollenUserApi.java | 4 ++-- .../src/main/java/org/chorem/pollen/rest/api/v1/VoteApi.java | 4 ++-- .../src/main/java/org/chorem/pollen/rest/api/v1/VoteCountingApi.java | 4 ++-- .../main/java/org/chorem/pollen/rest/api/v1/VoteCountingTypeApi.java | 2 +- .../src/main/java/org/chorem/pollen/rest/api/v1/VoterListApi.java | 4 ++-- pollen-rest-api/src/main/resources/log4j.properties | 2 +- pollen-rest-api/src/main/resources/pollen-rest-api.properties | 2 +- pollen-rest-api/src/main/webapp/WEB-INF/web.xml | 2 +- .../java/org/chorem/pollen/rest/api/AbstractPollenRestApiTest.java | 4 ++-- .../src/test/java/org/chorem/pollen/rest/api/AuthApiTest.java | 2 +- .../src/test/java/org/chorem/pollen/rest/api/PollApiTest.java | 2 +- .../src/test/java/org/chorem/pollen/rest/api/PollenUserApiTest.java | 4 ++-- .../org/chorem/pollen/rest/api/converter/JsonArrayConverterTest.java | 2 +- .../java/org/chorem/pollen/rest/api/converter/JsonConverterTest.java | 2 +- pollen-rest-api/src/test/resources/log4j.properties | 2 +- pollen-services/pom.xml | 2 +- .../java/org/chorem/pollen/services/DefaultPollenServiceContext.java | 2 +- .../java/org/chorem/pollen/services/PollenApplicationContext.java | 2 +- .../src/main/java/org/chorem/pollen/services/PollenFixtures.java | 2 +- .../src/main/java/org/chorem/pollen/services/PollenService.java | 4 ++-- .../main/java/org/chorem/pollen/services/PollenServiceContext.java | 4 ++-- .../java/org/chorem/pollen/services/PollenTechnicalException.java | 2 +- .../main/java/org/chorem/pollen/services/TopiaEntityCopyVisitor.java | 2 +- .../src/main/java/org/chorem/pollen/services/bean/ChoiceBean.java | 2 +- .../main/java/org/chorem/pollen/services/bean/ChoiceScoreBean.java | 2 +- .../src/main/java/org/chorem/pollen/services/bean/CommentBean.java | 2 +- .../main/java/org/chorem/pollen/services/bean/FavoriteListBean.java | 2 +- .../java/org/chorem/pollen/services/bean/FavoriteListMemberBean.java | 2 +- .../org/chorem/pollen/services/bean/GroupVoteCountingResultBean.java | 2 +- .../java/org/chorem/pollen/services/bean/PaginationParameterBean.java | 2 +- .../java/org/chorem/pollen/services/bean/PaginationResultBean.java | 2 +- .../src/main/java/org/chorem/pollen/services/bean/PollBean.java | 2 +- .../src/main/java/org/chorem/pollen/services/bean/PollenBean.java | 2 +- .../src/main/java/org/chorem/pollen/services/bean/PollenBeans.java | 2 +- .../src/main/java/org/chorem/pollen/services/bean/PollenEntityId.java | 2 +- .../main/java/org/chorem/pollen/services/bean/PollenEntityRef.java | 2 +- .../src/main/java/org/chorem/pollen/services/bean/PollenUserBean.java | 2 +- .../main/java/org/chorem/pollen/services/bean/ResourceFileBean.java | 2 +- .../main/java/org/chorem/pollen/services/bean/ResourceMetaBean.java | 2 +- .../main/java/org/chorem/pollen/services/bean/ResourceStreamBean.java | 2 +- .../src/main/java/org/chorem/pollen/services/bean/VoteBean.java | 2 +- .../org/chorem/pollen/services/bean/VoteCountingGroupResultBean.java | 2 +- .../java/org/chorem/pollen/services/bean/VoteCountingResultBean.java | 2 +- .../java/org/chorem/pollen/services/bean/VoteCountingTypeBean.java | 2 +- .../main/java/org/chorem/pollen/services/bean/VoteToChoiceBean.java | 2 +- .../src/main/java/org/chorem/pollen/services/bean/VoterListBean.java | 2 +- .../java/org/chorem/pollen/services/bean/VoterListMemberBean.java | 2 +- .../src/main/java/org/chorem/pollen/services/bean/package-info.java | 4 ++-- .../java/org/chorem/pollen/services/config/PollenServiceConfig.java | 4 ++-- .../org/chorem/pollen/services/config/PollenServiceConfigOption.java | 4 ++-- .../src/main/java/org/chorem/pollen/services/config/package-info.java | 4 ++-- .../src/main/java/org/chorem/pollen/services/package-info.java | 4 ++-- .../main/java/org/chorem/pollen/services/service/ChoiceService.java | 4 ++-- .../main/java/org/chorem/pollen/services/service/CommentService.java | 4 ++-- .../src/main/java/org/chorem/pollen/services/service/ErrorMap.java | 2 +- .../java/org/chorem/pollen/services/service/FavoriteListImport.java | 2 +- .../chorem/pollen/services/service/FavoriteListImportException.java | 4 ++-- .../chorem/pollen/services/service/FavoriteListImportFromFile.java | 2 +- .../chorem/pollen/services/service/FavoriteListImportFromLdap.java | 2 +- .../java/org/chorem/pollen/services/service/FavoriteListService.java | 4 ++-- .../main/java/org/chorem/pollen/services/service/FixturesService.java | 2 +- .../chorem/pollen/services/service/InvalidEntityLinkException.java | 2 +- .../java/org/chorem/pollen/services/service/InvalidFormException.java | 4 ++-- .../java/org/chorem/pollen/services/service/NotificationService.java | 2 +- .../src/main/java/org/chorem/pollen/services/service/PollService.java | 4 ++-- .../org/chorem/pollen/services/service/PollenResourceService.java | 2 +- .../java/org/chorem/pollen/services/service/PollenServiceSupport.java | 4 ++-- .../org/chorem/pollen/services/service/PollenUIUrlRenderService.java | 2 +- .../java/org/chorem/pollen/services/service/PollenUserService.java | 4 ++-- .../java/org/chorem/pollen/services/service/VoteCountingService.java | 4 ++-- .../org/chorem/pollen/services/service/VoteCountingTypeService.java | 2 +- .../src/main/java/org/chorem/pollen/services/service/VoteService.java | 4 ++-- .../java/org/chorem/pollen/services/service/VoterListService.java | 4 ++-- .../org/chorem/pollen/services/service/mail/ChoiceAddedEmail.java | 2 +- .../org/chorem/pollen/services/service/mail/ChoiceDeletedEmail.java | 2 +- .../org/chorem/pollen/services/service/mail/ChoiceEditedEmail.java | 2 +- .../org/chorem/pollen/services/service/mail/CommentAddedEmail.java | 2 +- .../org/chorem/pollen/services/service/mail/CommentDeletedEmail.java | 2 +- .../org/chorem/pollen/services/service/mail/CommentEditedEmail.java | 2 +- .../java/org/chorem/pollen/services/service/mail/EmailService.java | 2 +- .../org/chorem/pollen/services/service/mail/LostPasswordEmail.java | 2 +- .../pollen/services/service/mail/PollChoicePeriodEndedEmail.java | 2 +- .../pollen/services/service/mail/PollChoicePeriodStartedEmail.java | 2 +- .../java/org/chorem/pollen/services/service/mail/PollClosedEmail.java | 2 +- .../org/chorem/pollen/services/service/mail/PollCreatedEmail.java | 2 +- .../chorem/pollen/services/service/mail/PollVotePeriodEndedEmail.java | 2 +- .../pollen/services/service/mail/PollVotePeriodStartedEmail.java | 2 +- .../chorem/pollen/services/service/mail/PollVoteReminderEmail.java | 2 +- .../main/java/org/chorem/pollen/services/service/mail/PollenMail.java | 2 +- .../pollen/services/service/mail/RestrictedPollInvitationEmail.java | 2 +- .../chorem/pollen/services/service/mail/UserAccountCreatedEmail.java | 2 +- .../java/org/chorem/pollen/services/service/mail/VoteAddedEmail.java | 2 +- .../org/chorem/pollen/services/service/mail/VoteDeletedEmail.java | 2 +- .../java/org/chorem/pollen/services/service/mail/VoteEditedEmail.java | 2 +- .../main/java/org/chorem/pollen/services/service/package-info.java | 4 ++-- .../services/service/security/DefaultPollenSecurityContext.java | 4 ++-- .../org/chorem/pollen/services/service/security/PermissionVerb.java | 4 ++-- .../services/service/security/PollenAuthenticationException.java | 2 +- .../service/security/PollenInvalidEmailActivationTokenException.java | 4 ++-- .../services/service/security/PollenInvalidPasswordException.java | 4 ++-- .../services/service/security/PollenInvalidPermissionException.java | 2 +- .../services/service/security/PollenInvalidSessionTokenException.java | 4 ++-- .../pollen/services/service/security/PollenSecurityContext.java | 2 +- .../chorem/pollen/services/service/security/PollenSecurityRealm.java | 4 ++-- .../pollen/services/service/security/PollenUnauthorizedException.java | 2 +- .../org/chorem/pollen/services/service/security/SecurityService.java | 4 ++-- .../org/chorem/pollen/services/test/FakePollenApplicationContext.java | 2 +- .../org/chorem/pollen/services/test/FakePollenSecurityContext.java | 2 +- .../org/chorem/pollen/services/test/FakePollenServiceContext.java | 2 +- .../java/org/chorem/pollen/services/AbstractPollenServiceTest.java | 2 +- .../org/chorem/pollen/services/service/FavoriteListServiceTest.java | 2 +- .../test/java/org/chorem/pollen/services/service/PollServiceTest.java | 4 ++-- .../chorem/pollen/services/service/PollenUIUrlRenderServiceTest.java | 2 +- .../org/chorem/pollen/services/service/PollenUserServiceTest.java | 4 ++-- .../org/chorem/pollen/services/service/VoteCountingServiceTest.java | 2 +- .../test/java/org/chorem/pollen/services/service/VoteServiceTest.java | 2 +- .../java/org/chorem/pollen/services/service/VoterListServiceTest.java | 2 +- pollen-services/src/test/resources/log4j.properties | 2 +- pollen-services/src/test/resources/pollen-services.properties | 2 +- pollen-ui-angular/pom.xml | 2 +- pollen-ui-angular/src/main/webapp/WEB-INF/web.xml | 2 +- pollen-ui-angular/src/main/webapp/i18n/en.js | 2 +- pollen-ui-angular/src/main/webapp/i18n/fr.js | 2 +- pollen-ui-angular/src/main/webapp/index.html | 2 +- pollen-ui-angular/src/main/webapp/js/app.js | 2 +- pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js | 2 +- pollen-ui-angular/src/main/webapp/js/controllers/favoriteListCtrl.js | 2 +- pollen-ui-angular/src/main/webapp/js/controllers/localeCtrl.js | 2 +- pollen-ui-angular/src/main/webapp/js/controllers/mainCtrl.js | 2 +- pollen-ui-angular/src/main/webapp/js/controllers/pollCtrl.js | 2 +- pollen-ui-angular/src/main/webapp/js/controllers/userCtrl.js | 2 +- pollen-ui-angular/src/main/webapp/js/directives.js | 2 +- pollen-ui-angular/src/main/webapp/js/libs/ckeditor/config.js | 2 +- pollen-ui-angular/src/main/webapp/js/scripts/sticky-inline-poll.js | 2 +- pollen-ui-angular/src/main/webapp/js/services.js | 2 +- pollen-ui-angular/src/main/webapp/partials/alerts.html | 2 +- pollen-ui-angular/src/main/webapp/partials/big-poll.html | 2 +- pollen-ui-angular/src/main/webapp/partials/dateTimePicker.html | 2 +- pollen-ui-angular/src/main/webapp/partials/favoriteList-edit.html | 2 +- pollen-ui-angular/src/main/webapp/partials/favoriteList-list.html | 2 +- pollen-ui-angular/src/main/webapp/partials/home.html | 2 +- pollen-ui-angular/src/main/webapp/partials/inline-poll.html | 2 +- pollen-ui-angular/src/main/webapp/partials/pagination.html | 2 +- pollen-ui-angular/src/main/webapp/partials/poll-comment.html | 2 +- pollen-ui-angular/src/main/webapp/partials/poll-info.html | 2 +- pollen-ui-angular/src/main/webapp/partials/poll-link.html | 2 +- pollen-ui-angular/src/main/webapp/partials/poll-list.html | 2 +- pollen-ui-angular/src/main/webapp/partials/poll-listParticipant.html | 2 +- pollen-ui-angular/src/main/webapp/partials/poll-poll.html | 2 +- pollen-ui-angular/src/main/webapp/partials/poll-popupChoice.html | 2 +- pollen-ui-angular/src/main/webapp/partials/poll-result.html | 2 +- pollen-ui-angular/src/main/webapp/partials/poll-settings.html | 2 +- pollen-ui-angular/src/main/webapp/partials/poll.html | 2 +- pollen-ui-angular/src/main/webapp/partials/printResource.html | 2 +- pollen-ui-angular/src/main/webapp/partials/user-admin-list.html | 2 +- pollen-ui-angular/src/main/webapp/partials/user-edit-editProfile.html | 2 +- pollen-ui-angular/src/main/webapp/partials/user-edit-password.html | 2 +- pollen-ui-angular/src/main/webapp/partials/user-edit-viewProfile.html | 2 +- pollen-ui-angular/src/main/webapp/partials/user-edit.html | 2 +- pollen-ui-angular/src/main/webapp/partials/user-login.html | 2 +- pollen-ui-angular/src/main/webapp/partials/user-lostPassword.html | 2 +- pollen-ui-angular/src/main/webapp/partials/user-register.html | 2 +- pollen-ui-angular/src/test/karma.conf.ci.js | 2 +- pollen-ui-angular/src/test/karma.conf.js | 2 +- pollen-ui-angular/src/test/unit/alertControllersTest.js | 2 +- pollen-ui-angular/src/test/unit/pollControllersTest.js | 2 +- pollen-votecounting-aggregator/pom.xml | 2 +- pollen-votecounting-api/pom.xml | 2 +- .../java/org/chorem/pollen/votecounting/AbstractVoteCounting.java | 4 ++-- .../org/chorem/pollen/votecounting/AbstractVoteCountingStrategy.java | 4 ++-- .../src/main/java/org/chorem/pollen/votecounting/VoteCounting.java | 4 ++-- .../main/java/org/chorem/pollen/votecounting/VoteCountingFactory.java | 4 ++-- .../java/org/chorem/pollen/votecounting/VoteCountingNotFound.java | 4 ++-- .../java/org/chorem/pollen/votecounting/VoteCountingStrategy.java | 4 ++-- .../main/java/org/chorem/pollen/votecounting/model/ChoiceIdAble.java | 4 ++-- .../main/java/org/chorem/pollen/votecounting/model/ChoiceScore.java | 4 ++-- .../org/chorem/pollen/votecounting/model/ChoiceToVoteRenderType.java | 4 ++-- .../main/java/org/chorem/pollen/votecounting/model/GroupOfVoter.java | 4 ++-- .../org/chorem/pollen/votecounting/model/GroupOfVoterBuilder.java | 4 ++-- .../org/chorem/pollen/votecounting/model/GroupVoteCountingResult.java | 4 ++-- .../main/java/org/chorem/pollen/votecounting/model/SimpleVoter.java | 4 ++-- .../java/org/chorem/pollen/votecounting/model/SimpleVoterBuilder.java | 4 ++-- .../java/org/chorem/pollen/votecounting/model/VoteCountingResult.java | 4 ++-- .../main/java/org/chorem/pollen/votecounting/model/VoteForChoice.java | 4 ++-- .../src/main/java/org/chorem/pollen/votecounting/model/Voter.java | 4 ++-- .../main/java/org/chorem/pollen/votecounting/model/VoterBuilder.java | 4 ++-- .../java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java | 4 ++-- pollen-votecounting-api/src/test/resources/log4j.properties | 2 +- pollen-votecounting-borda/pom.xml | 2 +- .../main/java/org/chorem/pollen/votecounting/BordaVoteCounting.java | 4 ++-- .../org/chorem/pollen/votecounting/BordaVoteCountingStrategy.java | 4 ++-- .../org/chorem/pollen/votecounting/BordaVoteCountingStrategyTest.java | 4 ++-- .../java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java | 4 ++-- pollen-votecounting-borda/src/test/resources/log4j.properties | 2 +- pollen-votecounting-condorcet/pom.xml | 2 +- .../java/org/chorem/pollen/votecounting/CondorcetVoteCounting.java | 4 ++-- .../org/chorem/pollen/votecounting/CondorcetVoteCountingStrategy.java | 4 ++-- .../chorem/pollen/votecounting/CondorcetVoteCountingStrategyTest.java | 4 ++-- .../java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java | 4 ++-- pollen-votecounting-condorcet/src/test/resources/log4j.properties | 2 +- pollen-votecounting-coombs/pom.xml | 2 +- .../main/java/org/chorem/pollen/votecounting/CoombsVoteCounting.java | 4 ++-- .../org/chorem/pollen/votecounting/CoombsVoteCountingStrategy.java | 4 ++-- .../chorem/pollen/votecounting/CoombsVoteCountingStrategyTest.java | 4 ++-- .../java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java | 4 ++-- pollen-votecounting-coombs/src/test/resources/log4j.properties | 2 +- pollen-votecounting-instant-runoff/pom.xml | 2 +- .../org/chorem/pollen/votecounting/InstantRunoffVoteCounting.java | 4 ++-- .../chorem/pollen/votecounting/InstantRunoffVoteCountingStrategy.java | 4 ++-- .../pollen/votecounting/InstantRunoffVoteCountingStrategyTest.java | 4 ++-- .../java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java | 4 ++-- .../src/test/resources/log4j.properties | 2 +- pollen-votecounting-normal/pom.xml | 2 +- .../main/java/org/chorem/pollen/votecounting/NormalVoteCounting.java | 4 ++-- .../org/chorem/pollen/votecounting/NormalVoteCountingStrategy.java | 4 ++-- .../chorem/pollen/votecounting/NormalVoteCountingStrategyTest.java | 4 ++-- .../java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java | 4 ++-- pollen-votecounting-normal/src/test/resources/log4j.properties | 2 +- pollen-votecounting-number/pom.xml | 2 +- .../main/java/org/chorem/pollen/votecounting/NumberVoteCounting.java | 4 ++-- .../org/chorem/pollen/votecounting/NumberVoteCountingStrategy.java | 4 ++-- .../chorem/pollen/votecounting/NumberVoteCountingStrategyTest.java | 4 ++-- .../java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java | 4 ++-- pollen-votecounting-number/src/test/resources/log4j.properties | 2 +- pollen-votecounting-percentage/pom.xml | 2 +- .../java/org/chorem/pollen/votecounting/PercentageVoteCounting.java | 4 ++-- .../chorem/pollen/votecounting/PercentageVoteCountingStrategy.java | 4 ++-- .../pollen/votecounting/PercentageVoteCountingStrategyTest.java | 4 ++-- .../java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java | 4 ++-- pollen-votecounting-percentage/src/test/resources/log4j.properties | 2 +- pom.xml | 2 +- src/site/fr/rst/configure.rst | 2 +- src/site/fr/rst/depouillement.rst | 2 +- src/site/fr/rst/index.rst | 2 +- src/site/rst/configure.rst | 2 +- src/site/rst/index.rst | 2 +- src/site/rst/methods.rst | 2 +- src/site/rst/restApi.rst | 2 +- src/site/rst/security.rst | 2 +- src/site/rst/service.rst | 2 +- src/site/rst/tests.rst | 2 +- src/site/site_en.xml | 2 +- src/site/site_fr.xml | 2 +- 289 files changed, 383 insertions(+), 383 deletions(-) diff --git a/pollen-persistence/pom.xml b/pollen-persistence/pom.xml index 7ea1671..6bd4213 100644 --- a/pollen-persistence/pom.xml +++ b/pollen-persistence/pom.xml @@ -3,7 +3,7 @@ #%L Pollen :: Persistence %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/PollenPersistenceContext.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/PollenPersistenceContext.java index 037ba91..5bb5b21 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/PollenPersistenceContext.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/PollenPersistenceContext.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/PollenTopiaApplicationContext.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/PollenTopiaApplicationContext.java index e3ee5bf..27e6dc2 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/PollenTopiaApplicationContext.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/PollenTopiaApplicationContext.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/PollenTopiaPersistenceContext.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/PollenTopiaPersistenceContext.java index 9c968dd..a6437c7 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/PollenTopiaPersistenceContext.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/PollenTopiaPersistenceContext.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/ChoiceTopiaDao.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/ChoiceTopiaDao.java index e855854..94bfb02 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/ChoiceTopiaDao.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/ChoiceTopiaDao.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence.entity; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/CommentTopiaDao.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/CommentTopiaDao.java index 149dd7e..db1b647 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/CommentTopiaDao.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/CommentTopiaDao.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence.entity; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/FavoriteListTopiaDao.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/FavoriteListTopiaDao.java index 20ede5e..827f4c3 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/FavoriteListTopiaDao.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/FavoriteListTopiaDao.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence.entity; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollTopiaDao.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollTopiaDao.java index 2609f3d..4e275fd 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollTopiaDao.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollTopiaDao.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence.entity; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ import java.util.List; import java.util.Set; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollTopiaDao extends AbstractPollTopiaDao<Poll> { diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenPrincipalTopiaDao.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenPrincipalTopiaDao.java index 6212db4..5d606b3 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenPrincipalTopiaDao.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenPrincipalTopiaDao.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence.entity; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenPrincipals.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenPrincipals.java index d770330..d8e1038 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenPrincipals.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenPrincipals.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence.entity; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenResourceTopiaDao.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenResourceTopiaDao.java index bb2eb02..bcb1bf3 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenResourceTopiaDao.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenResourceTopiaDao.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence.entity; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenUserTopiaDao.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenUserTopiaDao.java index 20198b9..90b5482 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenUserTopiaDao.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenUserTopiaDao.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence.entity; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -24,7 +24,7 @@ package org.chorem.pollen.persistence.entity; import java.util.List; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenUserTopiaDao extends AbstractPollenUserTopiaDao<PollenUser> { diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenUsers.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenUsers.java index ae50738..8536092 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenUsers.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenUsers.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence.entity; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/Polls.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/Polls.java index 9e0dd7a..baeb9ca 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/Polls.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/Polls.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence.entity; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -27,7 +27,7 @@ import java.util.Objects; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class Polls { diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/SessionTokenTopiaDao.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/SessionTokenTopiaDao.java index 10ca1ac..0b9d94a 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/SessionTokenTopiaDao.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/SessionTokenTopiaDao.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence.entity; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/VoteToChoices.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/VoteToChoices.java index 8bb8617..f505575 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/VoteToChoices.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/VoteToChoices.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence.entity; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/VoteTopiaDao.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/VoteTopiaDao.java index b7686ee..9c49d2f 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/VoteTopiaDao.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/VoteTopiaDao.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence.entity; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/VoterListTopiaDao.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/VoterListTopiaDao.java index fcbb1b3..ce28529 100644 --- a/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/VoterListTopiaDao.java +++ b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/VoterListTopiaDao.java @@ -4,7 +4,7 @@ package org.chorem.pollen.persistence.entity; * #%L * Pollen :: Persistence * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/main/xmi/pollen.properties b/pollen-persistence/src/main/xmi/pollen.properties index c29a461..065d413 100644 --- a/pollen-persistence/src/main/xmi/pollen.properties +++ b/pollen-persistence/src/main/xmi/pollen.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: Persistence # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/test/resources/db.properties b/pollen-persistence/src/test/resources/db.properties index be65759..68611f8 100644 --- a/pollen-persistence/src/test/resources/db.properties +++ b/pollen-persistence/src/test/resources/db.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: Persistence # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-persistence/src/test/resources/log4j.properties b/pollen-persistence/src/test/resources/log4j.properties index 1eab511..c023d04 100644 --- a/pollen-persistence/src/test/resources/log4j.properties +++ b/pollen-persistence/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: Persistence # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/pom.xml b/pollen-rest-api/pom.xml index 12ef0c2..69cc3ce 100644 --- a/pollen-rest-api/pom.xml +++ b/pollen-rest-api/pom.xml @@ -3,7 +3,7 @@ #%L Pollen :: Rest Api %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/it/pom/pom.xml b/pollen-rest-api/src/it/pom/pom.xml index 8186cf9..db966af 100644 --- a/pollen-rest-api/src/it/pom/pom.xml +++ b/pollen-rest-api/src/it/pom/pom.xml @@ -3,7 +3,7 @@ #%L Pollen :: Rest Api %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/jetty/jetty-context.xml b/pollen-rest-api/src/jetty/jetty-context.xml index eae2505..09fff3f 100644 --- a/pollen-rest-api/src/jetty/jetty-context.xml +++ b/pollen-rest-api/src/jetty/jetty-context.xml @@ -3,7 +3,7 @@ #%L Pollen :: Rest Api %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/JsonHelper.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/JsonHelper.java index bbd632f..259bddc 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/JsonHelper.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/JsonHelper.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRender.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRender.java index 559e1c8..271920d 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRender.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRender.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -37,7 +37,7 @@ import java.io.PrintWriter; /** * To render any entities. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenRender<T> extends Render { diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiApplicationContext.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiApplicationContext.java index dd5b6f4..8f79dec 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiApplicationContext.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiApplicationContext.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -56,7 +56,7 @@ import java.util.concurrent.atomic.AtomicBoolean; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenRestApiApplicationContext implements PollenApplicationContext { diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiApplicationListener.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiApplicationListener.java index 2d5f58f..c0f8154 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiApplicationListener.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiApplicationListener.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -50,7 +50,7 @@ import java.util.Set; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenRestApiApplicationListener implements WebMotionServerListener { diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiRequestContext.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiRequestContext.java index ca8c88f..f66f957 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiRequestContext.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiRequestContext.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiRequestFilter.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiRequestFilter.java index cd2bd5e..91c45e2 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiRequestFilter.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiRequestFilter.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -43,7 +43,7 @@ import java.util.Map; /** * Inject {@link PollenRestApiRequestContext} in services. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenRestApiRequestFilter extends WebMotionFilter { diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiUtil.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiUtil.java index daaffd6..7ff2080 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiUtil.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiUtil.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenTopiaTransactionFilter.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenTopiaTransactionFilter.java index 5c22017..2a60f80 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenTopiaTransactionFilter.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenTopiaTransactionFilter.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/converter/DateConverter.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/converter/DateConverter.java index b2ba45c..67129ed 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/converter/DateConverter.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/converter/DateConverter.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.converter; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/converter/JsonArrayConverter.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/converter/JsonArrayConverter.java index f7961b5..65bd81c 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/converter/JsonArrayConverter.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/converter/JsonArrayConverter.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.converter; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/converter/JsonConverter.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/converter/JsonConverter.java index 22bc49e..4452a36 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/converter/JsonConverter.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/converter/JsonConverter.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.converter; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/injector/PollenBeanIdInjector.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/injector/PollenBeanIdInjector.java index 2a2dae2..ed120d6 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/injector/PollenBeanIdInjector.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/injector/PollenBeanIdInjector.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.injector; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/injector/PollenRestApiRequestContextInjector.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/injector/PollenRestApiRequestContextInjector.java index 75506ff..389cd4d 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/injector/PollenRestApiRequestContextInjector.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/injector/PollenRestApiRequestContextInjector.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.injector; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/injector/PollenServiceInjector.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/injector/PollenServiceInjector.java index fac79a0..33f8833 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/injector/PollenServiceInjector.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/injector/PollenServiceInjector.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.injector; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/AuthApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/AuthApi.java index 91d766c..251a8e9 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/AuthApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/AuthApi.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.v1; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -30,7 +30,7 @@ import org.debux.webmotion.server.WebMotionController; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class AuthApi extends WebMotionController { diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/ChoiceApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/ChoiceApi.java index 1efc66d..1c7eb56 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/ChoiceApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/ChoiceApi.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.v1; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -35,7 +35,7 @@ import java.util.List; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class ChoiceApi extends WebMotionController { diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/CommentApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/CommentApi.java index 29e5833..8c8280e 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/CommentApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/CommentApi.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.v1; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -36,7 +36,7 @@ import org.debux.webmotion.server.WebMotionController; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class CommentApi extends WebMotionController { diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/DocApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/DocApi.java index 1dc3676..9b5902e 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/DocApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/DocApi.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.v1; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/ErrorAction.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/ErrorAction.java index d56ab6a..6eafb1f 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/ErrorAction.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/ErrorAction.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.v1; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -33,7 +33,7 @@ import javax.servlet.http.HttpServletResponse; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class ErrorAction extends WebMotionController { diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/FavoriteListApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/FavoriteListApi.java index c9c3aa6..3ebd423 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/FavoriteListApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/FavoriteListApi.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.v1; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -40,7 +40,7 @@ import java.io.File; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class FavoriteListApi extends WebMotionController { diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollApi.java index 5a3d412..618c21d 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollApi.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.v1; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -39,7 +39,7 @@ import java.util.List; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollApi extends WebMotionController { diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollenResourceApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollenResourceApi.java index 71b81da..20575d9 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollenResourceApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollenResourceApi.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.v1; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollenUserApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollenUserApi.java index e477564..4acba50 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollenUserApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollenUserApi.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.v1; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -36,7 +36,7 @@ import org.debux.webmotion.server.WebMotionController; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenUserApi extends WebMotionController { diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteApi.java index 299f29f..2dc7e89 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteApi.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.v1; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -35,7 +35,7 @@ import java.util.List; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoteApi extends WebMotionController { diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteCountingApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteCountingApi.java index 68ee360..8d987c0 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteCountingApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteCountingApi.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.v1; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ import org.debux.webmotion.server.WebMotionController; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoteCountingApi extends WebMotionController { diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteCountingTypeApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteCountingTypeApi.java index 2833b2a..7e4a06a 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteCountingTypeApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteCountingTypeApi.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.v1; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoterListApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoterListApi.java index dc5246b..035bfa4 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoterListApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoterListApi.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.v1; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -40,7 +40,7 @@ import java.util.Set; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoterListApi extends WebMotionController { diff --git a/pollen-rest-api/src/main/resources/log4j.properties b/pollen-rest-api/src/main/resources/log4j.properties index 4dbcfe0..be1097d 100644 --- a/pollen-rest-api/src/main/resources/log4j.properties +++ b/pollen-rest-api/src/main/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: Rest Api # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/resources/pollen-rest-api.properties b/pollen-rest-api/src/main/resources/pollen-rest-api.properties index 6a5e7d3..f3f7bcc 100644 --- a/pollen-rest-api/src/main/resources/pollen-rest-api.properties +++ b/pollen-rest-api/src/main/resources/pollen-rest-api.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: Rest Api # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/main/webapp/WEB-INF/web.xml b/pollen-rest-api/src/main/webapp/WEB-INF/web.xml index 7e31d8c..4c902fc 100644 --- a/pollen-rest-api/src/main/webapp/WEB-INF/web.xml +++ b/pollen-rest-api/src/main/webapp/WEB-INF/web.xml @@ -3,7 +3,7 @@ #%L Pollen :: Rest Api %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/AbstractPollenRestApiTest.java b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/AbstractPollenRestApiTest.java index ffeb86d..863e04e 100644 --- a/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/AbstractPollenRestApiTest.java +++ b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/AbstractPollenRestApiTest.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -47,7 +47,7 @@ import java.util.Locale; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class AbstractPollenRestApiTest extends WebMotionTest { diff --git a/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/AuthApiTest.java b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/AuthApiTest.java index d614530..9878e51 100644 --- a/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/AuthApiTest.java +++ b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/AuthApiTest.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/PollApiTest.java b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/PollApiTest.java index e8b24fe..e8d4b77 100644 --- a/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/PollApiTest.java +++ b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/PollApiTest.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/PollenUserApiTest.java b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/PollenUserApiTest.java index 41a9479..8199e2f 100644 --- a/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/PollenUserApiTest.java +++ b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/PollenUserApiTest.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -39,7 +39,7 @@ import static org.junit.Assert.assertTrue; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenUserApiTest extends AbstractPollenRestApiTest { diff --git a/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/converter/JsonArrayConverterTest.java b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/converter/JsonArrayConverterTest.java index 885e242..d57ea34 100644 --- a/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/converter/JsonArrayConverterTest.java +++ b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/converter/JsonArrayConverterTest.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.converter; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/converter/JsonConverterTest.java b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/converter/JsonConverterTest.java index d115dd7..2ac01e7 100644 --- a/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/converter/JsonConverterTest.java +++ b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/converter/JsonConverterTest.java @@ -4,7 +4,7 @@ package org.chorem.pollen.rest.api.converter; * #%L * Pollen :: Rest Api * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-rest-api/src/test/resources/log4j.properties b/pollen-rest-api/src/test/resources/log4j.properties index 1915ecf..21bb83c 100644 --- a/pollen-rest-api/src/test/resources/log4j.properties +++ b/pollen-rest-api/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: Rest Api # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/pom.xml b/pollen-services/pom.xml index d250183..f480e91 100644 --- a/pollen-services/pom.xml +++ b/pollen-services/pom.xml @@ -3,7 +3,7 @@ #%L Pollen :: Service %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/DefaultPollenServiceContext.java b/pollen-services/src/main/java/org/chorem/pollen/services/DefaultPollenServiceContext.java index 8f667a5..66788d4 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/DefaultPollenServiceContext.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/DefaultPollenServiceContext.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/PollenApplicationContext.java b/pollen-services/src/main/java/org/chorem/pollen/services/PollenApplicationContext.java index ca19645..89ae651 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/PollenApplicationContext.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/PollenApplicationContext.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/PollenFixtures.java b/pollen-services/src/main/java/org/chorem/pollen/services/PollenFixtures.java index 53c8fe3..2b411f2 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/PollenFixtures.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/PollenFixtures.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/PollenService.java b/pollen-services/src/main/java/org/chorem/pollen/services/PollenService.java index 2b1c40c..db752cb 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/PollenService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/PollenService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -24,7 +24,7 @@ package org.chorem.pollen.services; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public interface PollenService { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/PollenServiceContext.java b/pollen-services/src/main/java/org/chorem/pollen/services/PollenServiceContext.java index 92c54d9..771aeed 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/PollenServiceContext.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/PollenServiceContext.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ import java.util.Date; import java.util.Locale; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public interface PollenServiceContext { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/PollenTechnicalException.java b/pollen-services/src/main/java/org/chorem/pollen/services/PollenTechnicalException.java index 5658496..6832060 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/PollenTechnicalException.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/PollenTechnicalException.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/TopiaEntityCopyVisitor.java b/pollen-services/src/main/java/org/chorem/pollen/services/TopiaEntityCopyVisitor.java index 4bbe331..d33a31f 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/TopiaEntityCopyVisitor.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/TopiaEntityCopyVisitor.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/ChoiceBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/ChoiceBean.java index dbb9b8a..abf4925 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/ChoiceBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/ChoiceBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/ChoiceScoreBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/ChoiceScoreBean.java index 46ba99b..1b38d95 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/ChoiceScoreBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/ChoiceScoreBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/CommentBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/CommentBean.java index fd01dfe..de911b1 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/CommentBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/CommentBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/FavoriteListBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/FavoriteListBean.java index 6acabab..9d34b33 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/FavoriteListBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/FavoriteListBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/FavoriteListMemberBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/FavoriteListMemberBean.java index cd3636f..f19a990 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/FavoriteListMemberBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/FavoriteListMemberBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/GroupVoteCountingResultBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/GroupVoteCountingResultBean.java index 1428bf3..b4e908f 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/GroupVoteCountingResultBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/GroupVoteCountingResultBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PaginationParameterBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PaginationParameterBean.java index c5d2597..c5a9c94 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PaginationParameterBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PaginationParameterBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PaginationResultBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PaginationResultBean.java index 7c7218b..8e37ae3 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PaginationResultBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PaginationResultBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollBean.java index 81f33f1..ac7f99f 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenBean.java index 51b6f70..6fdf6e4 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenBeans.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenBeans.java index 51da0dc..0b84392 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenBeans.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenBeans.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenEntityId.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenEntityId.java index 5a487e6..2a1e0b1 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenEntityId.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenEntityId.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenEntityRef.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenEntityRef.java index b157df5..7f803bf 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenEntityRef.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenEntityRef.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenUserBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenUserBean.java index 3757305..f35a3b6 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenUserBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/PollenUserBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/ResourceFileBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/ResourceFileBean.java index f7c901a..1fbd878 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/ResourceFileBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/ResourceFileBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/ResourceMetaBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/ResourceMetaBean.java index adaf5c2..08d5d8a 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/ResourceMetaBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/ResourceMetaBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/ResourceStreamBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/ResourceStreamBean.java index 3351100..75cd147 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/ResourceStreamBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/ResourceStreamBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteBean.java index eed01b0..74c5a31 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteCountingGroupResultBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteCountingGroupResultBean.java index 0c9c31d..ecece77 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteCountingGroupResultBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteCountingGroupResultBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteCountingResultBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteCountingResultBean.java index 127e4ce..65a0707 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteCountingResultBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteCountingResultBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteCountingTypeBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteCountingTypeBean.java index 57ff054..cdf6d48 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteCountingTypeBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteCountingTypeBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteToChoiceBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteToChoiceBean.java index 91ca0e7..1cc738d 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteToChoiceBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoteToChoiceBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoterListBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoterListBean.java index 440602a..877c36c 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoterListBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoterListBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoterListMemberBean.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoterListMemberBean.java index 209da6a..0596af1 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoterListMemberBean.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/VoterListMemberBean.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/bean/package-info.java b/pollen-services/src/main/java/org/chorem/pollen/services/bean/package-info.java index b240794..9607f34 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/bean/package-info.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/bean/package-info.java @@ -1,7 +1,7 @@ /** * Package where to find all beans. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ package org.chorem.pollen.services.bean; @@ -10,7 +10,7 @@ package org.chorem.pollen.services.bean; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/config/PollenServiceConfig.java b/pollen-services/src/main/java/org/chorem/pollen/services/config/PollenServiceConfig.java index 1020158..959b91e 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/config/PollenServiceConfig.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/config/PollenServiceConfig.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.config; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -46,7 +46,7 @@ import java.util.Properties; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenServiceConfig { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/config/PollenServiceConfigOption.java b/pollen-services/src/main/java/org/chorem/pollen/services/config/PollenServiceConfigOption.java index 88a4c95..aa27c48 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/config/PollenServiceConfigOption.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/config/PollenServiceConfigOption.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.config; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -38,7 +38,7 @@ import static org.nuiton.i18n.I18n.n; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public enum PollenServiceConfigOption implements ConfigOptionDef { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/config/package-info.java b/pollen-services/src/main/java/org/chorem/pollen/services/config/package-info.java index 51482ac..4525c86 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/config/package-info.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/config/package-info.java @@ -1,7 +1,7 @@ /** * Package where to find configuration Pollen services. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ package org.chorem.pollen.services.config; @@ -10,7 +10,7 @@ package org.chorem.pollen.services.config; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/package-info.java b/pollen-services/src/main/java/org/chorem/pollen/services/package-info.java index 8c25ff7..af57385 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/package-info.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/package-info.java @@ -1,7 +1,7 @@ /** * Base package of the service layer. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ package org.chorem.pollen.services; @@ -10,7 +10,7 @@ package org.chorem.pollen.services; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/ChoiceService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/ChoiceService.java index 4500074..0f80240 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/ChoiceService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/ChoiceService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -38,7 +38,7 @@ import static org.nuiton.i18n.I18n.l; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class ChoiceService extends PollenServiceSupport { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/CommentService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/CommentService.java index a4a801e..f549e94 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/CommentService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/CommentService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -39,7 +39,7 @@ import static org.nuiton.i18n.I18n.l; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class CommentService extends PollenServiceSupport { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/ErrorMap.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/ErrorMap.java index 05bf6d5..071a97d 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/ErrorMap.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/ErrorMap.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImport.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImport.java index 467404f..bf82c47 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImport.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImport.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImportException.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImportException.java index 580a52d..76f1266 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImportException.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImportException.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -24,7 +24,7 @@ package org.chorem.pollen.services.service; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class FavoriteListImportException extends Exception { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImportFromFile.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImportFromFile.java index af70266..9038344 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImportFromFile.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImportFromFile.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImportFromLdap.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImportFromLdap.java index e410290..0b14b49 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImportFromLdap.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImportFromLdap.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListService.java index d38bfb0..3fa6df6 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -48,7 +48,7 @@ import static org.nuiton.i18n.I18n.l; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class FavoriteListService extends PollenServiceSupport { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/FixturesService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/FixturesService.java index 5d06388..fcf61e8 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/FixturesService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/FixturesService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/InvalidEntityLinkException.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/InvalidEntityLinkException.java index b60192b..8d31b04 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/InvalidEntityLinkException.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/InvalidEntityLinkException.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/InvalidFormException.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/InvalidFormException.java index 1b34fbe..0c68535 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/InvalidFormException.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/InvalidFormException.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -26,7 +26,7 @@ import com.google.common.collect.Multimap; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class InvalidFormException extends Exception { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/NotificationService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/NotificationService.java index 850f862..0b485ac 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/NotificationService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/NotificationService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/PollService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/PollService.java index c5fe1e4..e68dd38 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/PollService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/PollService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -50,7 +50,7 @@ import static org.nuiton.i18n.I18n.l; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollService extends PollenServiceSupport { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenResourceService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenResourceService.java index 21d4bfb..c9a88da 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenResourceService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenResourceService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenServiceSupport.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenServiceSupport.java index 1493679..18032c6 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenServiceSupport.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenServiceSupport.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -51,7 +51,7 @@ import java.util.Locale; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public abstract class PollenServiceSupport implements PollenService { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenUIUrlRenderService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenUIUrlRenderService.java index c86721a..2d91fc3 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenUIUrlRenderService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenUIUrlRenderService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenUserService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenUserService.java index 727eca5..1602636 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenUserService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenUserService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -46,7 +46,7 @@ import static org.nuiton.i18n.I18n.l; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenUserService extends PollenServiceSupport implements PollenService { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/VoteCountingService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/VoteCountingService.java index 72e80d4..c9a1673 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/VoteCountingService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/VoteCountingService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -55,7 +55,7 @@ import static org.nuiton.i18n.I18n.l; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoteCountingService extends PollenServiceSupport { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/VoteCountingTypeService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/VoteCountingTypeService.java index 5e84c27..d5dd1cd 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/VoteCountingTypeService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/VoteCountingTypeService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/VoteService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/VoteService.java index 7a20ef7..7c1aa6a 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/VoteService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/VoteService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -38,7 +38,7 @@ import static org.nuiton.i18n.I18n.l; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoteService extends PollenServiceSupport { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/VoterListService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/VoterListService.java index 6d09a1a..ef7436d 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/VoterListService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/VoterListService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -39,7 +39,7 @@ import static org.nuiton.i18n.I18n.l; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoterListService extends PollenServiceSupport { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/ChoiceAddedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/ChoiceAddedEmail.java index f37179c..329741f 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/ChoiceAddedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/ChoiceAddedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/ChoiceDeletedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/ChoiceDeletedEmail.java index a0eab63..ae8a5e3 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/ChoiceDeletedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/ChoiceDeletedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/ChoiceEditedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/ChoiceEditedEmail.java index 10f55d4..0114235 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/ChoiceEditedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/ChoiceEditedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/CommentAddedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/CommentAddedEmail.java index baaacdf..96877ec 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/CommentAddedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/CommentAddedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/CommentDeletedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/CommentDeletedEmail.java index 36808ff..c93a613 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/CommentDeletedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/CommentDeletedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/CommentEditedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/CommentEditedEmail.java index 227de9b..bcb081d 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/CommentEditedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/CommentEditedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/EmailService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/EmailService.java index 8aeceab..e695615 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/EmailService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/EmailService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/LostPasswordEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/LostPasswordEmail.java index a2d39b6..2c9fab1 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/LostPasswordEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/LostPasswordEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollChoicePeriodEndedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollChoicePeriodEndedEmail.java index f4363e6..9c52073 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollChoicePeriodEndedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollChoicePeriodEndedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollChoicePeriodStartedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollChoicePeriodStartedEmail.java index 8a84683..7364af7 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollChoicePeriodStartedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollChoicePeriodStartedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollClosedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollClosedEmail.java index bede0cd..56b869d 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollClosedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollClosedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollCreatedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollCreatedEmail.java index 3a24699..2bdda82 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollCreatedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollCreatedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollVotePeriodEndedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollVotePeriodEndedEmail.java index 89cc2e1..40da099 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollVotePeriodEndedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollVotePeriodEndedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollVotePeriodStartedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollVotePeriodStartedEmail.java index a2fb520..6dd0d52 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollVotePeriodStartedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollVotePeriodStartedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollVoteReminderEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollVoteReminderEmail.java index d443328..8ac1e1f 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollVoteReminderEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollVoteReminderEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollenMail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollenMail.java index 3aeb0fa..d29a0a6 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollenMail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/PollenMail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/RestrictedPollInvitationEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/RestrictedPollInvitationEmail.java index 0153c8a..978e0b8 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/RestrictedPollInvitationEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/RestrictedPollInvitationEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/UserAccountCreatedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/UserAccountCreatedEmail.java index bef90af..59e5ec5 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/UserAccountCreatedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/UserAccountCreatedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/VoteAddedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/VoteAddedEmail.java index b67b50c..7f9f376 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/VoteAddedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/VoteAddedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/VoteDeletedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/VoteDeletedEmail.java index b217a54..d6c4661 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/VoteDeletedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/VoteDeletedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/VoteEditedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/VoteEditedEmail.java index 7682d83..0bf1452 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/VoteEditedEmail.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/VoteEditedEmail.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.mail; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/package-info.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/package-info.java index 7b20a8f..801819e 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/package-info.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/package-info.java @@ -1,7 +1,7 @@ /** * Package where to find all services. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ package org.chorem.pollen.services.service; @@ -10,7 +10,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/DefaultPollenSecurityContext.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/DefaultPollenSecurityContext.java index 97652dd..9baeadd 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/DefaultPollenSecurityContext.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/DefaultPollenSecurityContext.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.security; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ import java.io.Serializable; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class DefaultPollenSecurityContext implements Serializable, PollenSecurityContext { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PermissionVerb.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PermissionVerb.java index 49d3636..b773a54 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PermissionVerb.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PermissionVerb.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.security; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -24,7 +24,7 @@ package org.chorem.pollen.services.service.security; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public enum PermissionVerb { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenAuthenticationException.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenAuthenticationException.java index 27e16d1..f2635c8 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenAuthenticationException.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenAuthenticationException.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.security; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidEmailActivationTokenException.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidEmailActivationTokenException.java index a66aee5..1b91a6d 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidEmailActivationTokenException.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidEmailActivationTokenException.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.security; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -24,7 +24,7 @@ package org.chorem.pollen.services.service.security; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenInvalidEmailActivationTokenException extends Exception { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidPasswordException.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidPasswordException.java index 02d8454..0b35a5c 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidPasswordException.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidPasswordException.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.security; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -22,7 +22,7 @@ package org.chorem.pollen.services.service.security; */ /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenInvalidPasswordException extends Exception { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidPermissionException.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidPermissionException.java index cf2db11..b24b3c8 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidPermissionException.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidPermissionException.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.security; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidSessionTokenException.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidSessionTokenException.java index 6245b79..4cad1cb 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidSessionTokenException.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidSessionTokenException.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.security; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -24,7 +24,7 @@ package org.chorem.pollen.services.service.security; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenInvalidSessionTokenException extends Exception { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenSecurityContext.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenSecurityContext.java index 64ab7f9..a0b254e 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenSecurityContext.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenSecurityContext.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.security; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenSecurityRealm.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenSecurityRealm.java index c6e9beb..c39fba9 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenSecurityRealm.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenSecurityRealm.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.security; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -41,7 +41,7 @@ import org.chorem.pollen.services.PollenApplicationContext; * <p/> * http://www.slideshare.net/chunsaker/securing-rest-apis ? * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenSecurityRealm extends AuthorizingRealm { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenUnauthorizedException.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenUnauthorizedException.java index 048a026..cc21ec7 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenUnauthorizedException.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenUnauthorizedException.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.security; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/SecurityService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/SecurityService.java index 74d430d..7be5b19 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/security/SecurityService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/SecurityService.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service.security; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -42,7 +42,7 @@ import java.util.*; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class SecurityService extends PollenServiceSupport { diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenApplicationContext.java b/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenApplicationContext.java index 03eb299..63f9b22 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenApplicationContext.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenApplicationContext.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.test; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenSecurityContext.java b/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenSecurityContext.java index 7e3b067..097287c 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenSecurityContext.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenSecurityContext.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.test; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenServiceContext.java b/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenServiceContext.java index b0e3a62..b928153 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenServiceContext.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenServiceContext.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.test; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/test/java/org/chorem/pollen/services/AbstractPollenServiceTest.java b/pollen-services/src/test/java/org/chorem/pollen/services/AbstractPollenServiceTest.java index 655eedc..a84c909 100644 --- a/pollen-services/src/test/java/org/chorem/pollen/services/AbstractPollenServiceTest.java +++ b/pollen-services/src/test/java/org/chorem/pollen/services/AbstractPollenServiceTest.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/test/java/org/chorem/pollen/services/service/FavoriteListServiceTest.java b/pollen-services/src/test/java/org/chorem/pollen/services/service/FavoriteListServiceTest.java index c9f9b20..d15397b 100644 --- a/pollen-services/src/test/java/org/chorem/pollen/services/service/FavoriteListServiceTest.java +++ b/pollen-services/src/test/java/org/chorem/pollen/services/service/FavoriteListServiceTest.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/test/java/org/chorem/pollen/services/service/PollServiceTest.java b/pollen-services/src/test/java/org/chorem/pollen/services/service/PollServiceTest.java index 6808354..0d4aa2f 100644 --- a/pollen-services/src/test/java/org/chorem/pollen/services/service/PollServiceTest.java +++ b/pollen-services/src/test/java/org/chorem/pollen/services/service/PollServiceTest.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -42,7 +42,7 @@ import java.util.List; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollServiceTest extends AbstractPollenServiceTest { diff --git a/pollen-services/src/test/java/org/chorem/pollen/services/service/PollenUIUrlRenderServiceTest.java b/pollen-services/src/test/java/org/chorem/pollen/services/service/PollenUIUrlRenderServiceTest.java index 90d71c0..1474cae 100644 --- a/pollen-services/src/test/java/org/chorem/pollen/services/service/PollenUIUrlRenderServiceTest.java +++ b/pollen-services/src/test/java/org/chorem/pollen/services/service/PollenUIUrlRenderServiceTest.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/test/java/org/chorem/pollen/services/service/PollenUserServiceTest.java b/pollen-services/src/test/java/org/chorem/pollen/services/service/PollenUserServiceTest.java index 4e84ca0..9994a0c 100644 --- a/pollen-services/src/test/java/org/chorem/pollen/services/service/PollenUserServiceTest.java +++ b/pollen-services/src/test/java/org/chorem/pollen/services/service/PollenUserServiceTest.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -43,7 +43,7 @@ import java.util.Date; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenUserServiceTest extends AbstractPollenServiceTest { diff --git a/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteCountingServiceTest.java b/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteCountingServiceTest.java index fdfea1d..8c850ca 100644 --- a/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteCountingServiceTest.java +++ b/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteCountingServiceTest.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteServiceTest.java b/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteServiceTest.java index 777483e..0166bf3 100644 --- a/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteServiceTest.java +++ b/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteServiceTest.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/test/java/org/chorem/pollen/services/service/VoterListServiceTest.java b/pollen-services/src/test/java/org/chorem/pollen/services/service/VoterListServiceTest.java index 0eee9e3..bd632d8 100644 --- a/pollen-services/src/test/java/org/chorem/pollen/services/service/VoterListServiceTest.java +++ b/pollen-services/src/test/java/org/chorem/pollen/services/service/VoterListServiceTest.java @@ -4,7 +4,7 @@ package org.chorem.pollen.services.service; * #%L * Pollen :: Service * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/test/resources/log4j.properties b/pollen-services/src/test/resources/log4j.properties index b0318e3..c4a2cc1 100644 --- a/pollen-services/src/test/resources/log4j.properties +++ b/pollen-services/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: Service # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-services/src/test/resources/pollen-services.properties b/pollen-services/src/test/resources/pollen-services.properties index 8adb06d..ca4c885 100644 --- a/pollen-services/src/test/resources/pollen-services.properties +++ b/pollen-services/src/test/resources/pollen-services.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: Service # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/pom.xml b/pollen-ui-angular/pom.xml index 2c3ba66..7ecfc09 100644 --- a/pollen-ui-angular/pom.xml +++ b/pollen-ui-angular/pom.xml @@ -3,7 +3,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/WEB-INF/web.xml b/pollen-ui-angular/src/main/webapp/WEB-INF/web.xml index 94cebf1..659c043 100644 --- a/pollen-ui-angular/src/main/webapp/WEB-INF/web.xml +++ b/pollen-ui-angular/src/main/webapp/WEB-INF/web.xml @@ -3,7 +3,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/i18n/en.js b/pollen-ui-angular/src/main/webapp/i18n/en.js index 2c4ec85..cca0d2f 100644 --- a/pollen-ui-angular/src/main/webapp/i18n/en.js +++ b/pollen-ui-angular/src/main/webapp/i18n/en.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/i18n/fr.js b/pollen-ui-angular/src/main/webapp/i18n/fr.js index 29662e0..7825f2a 100644 --- a/pollen-ui-angular/src/main/webapp/i18n/fr.js +++ b/pollen-ui-angular/src/main/webapp/i18n/fr.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/index.html b/pollen-ui-angular/src/main/webapp/index.html index 5276aaf..b945612 100644 --- a/pollen-ui-angular/src/main/webapp/index.html +++ b/pollen-ui-angular/src/main/webapp/index.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/js/app.js b/pollen-ui-angular/src/main/webapp/js/app.js index 22851f8..b36e315 100644 --- a/pollen-ui-angular/src/main/webapp/js/app.js +++ b/pollen-ui-angular/src/main/webapp/js/app.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js b/pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js index d22fde6..fb5ac2c 100644 --- a/pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js +++ b/pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/js/controllers/favoriteListCtrl.js b/pollen-ui-angular/src/main/webapp/js/controllers/favoriteListCtrl.js index 80e6647..aaa65ed 100644 --- a/pollen-ui-angular/src/main/webapp/js/controllers/favoriteListCtrl.js +++ b/pollen-ui-angular/src/main/webapp/js/controllers/favoriteListCtrl.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/js/controllers/localeCtrl.js b/pollen-ui-angular/src/main/webapp/js/controllers/localeCtrl.js index 3a955fe..fbc64b7 100644 --- a/pollen-ui-angular/src/main/webapp/js/controllers/localeCtrl.js +++ b/pollen-ui-angular/src/main/webapp/js/controllers/localeCtrl.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/js/controllers/mainCtrl.js b/pollen-ui-angular/src/main/webapp/js/controllers/mainCtrl.js index 1e8b7af..6944347 100644 --- a/pollen-ui-angular/src/main/webapp/js/controllers/mainCtrl.js +++ b/pollen-ui-angular/src/main/webapp/js/controllers/mainCtrl.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/js/controllers/pollCtrl.js b/pollen-ui-angular/src/main/webapp/js/controllers/pollCtrl.js index f42dc5e..2aef707 100644 --- a/pollen-ui-angular/src/main/webapp/js/controllers/pollCtrl.js +++ b/pollen-ui-angular/src/main/webapp/js/controllers/pollCtrl.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/js/controllers/userCtrl.js b/pollen-ui-angular/src/main/webapp/js/controllers/userCtrl.js index 52ac830..a47e9a9 100644 --- a/pollen-ui-angular/src/main/webapp/js/controllers/userCtrl.js +++ b/pollen-ui-angular/src/main/webapp/js/controllers/userCtrl.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/js/directives.js b/pollen-ui-angular/src/main/webapp/js/directives.js index 3150dda..648fa8a 100644 --- a/pollen-ui-angular/src/main/webapp/js/directives.js +++ b/pollen-ui-angular/src/main/webapp/js/directives.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/js/libs/ckeditor/config.js b/pollen-ui-angular/src/main/webapp/js/libs/ckeditor/config.js index a9ddccc..7810b99 100644 --- a/pollen-ui-angular/src/main/webapp/js/libs/ckeditor/config.js +++ b/pollen-ui-angular/src/main/webapp/js/libs/ckeditor/config.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/js/scripts/sticky-inline-poll.js b/pollen-ui-angular/src/main/webapp/js/scripts/sticky-inline-poll.js index 0a7ebe1..544927b 100644 --- a/pollen-ui-angular/src/main/webapp/js/scripts/sticky-inline-poll.js +++ b/pollen-ui-angular/src/main/webapp/js/scripts/sticky-inline-poll.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/js/services.js b/pollen-ui-angular/src/main/webapp/js/services.js index ecb2af9..1c06d81 100644 --- a/pollen-ui-angular/src/main/webapp/js/services.js +++ b/pollen-ui-angular/src/main/webapp/js/services.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/alerts.html b/pollen-ui-angular/src/main/webapp/partials/alerts.html index d78562d..bca320e 100644 --- a/pollen-ui-angular/src/main/webapp/partials/alerts.html +++ b/pollen-ui-angular/src/main/webapp/partials/alerts.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/big-poll.html b/pollen-ui-angular/src/main/webapp/partials/big-poll.html index 8ce5d9b..84b2e85 100644 --- a/pollen-ui-angular/src/main/webapp/partials/big-poll.html +++ b/pollen-ui-angular/src/main/webapp/partials/big-poll.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/dateTimePicker.html b/pollen-ui-angular/src/main/webapp/partials/dateTimePicker.html index acba8e1..4dae5de 100644 --- a/pollen-ui-angular/src/main/webapp/partials/dateTimePicker.html +++ b/pollen-ui-angular/src/main/webapp/partials/dateTimePicker.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/favoriteList-edit.html b/pollen-ui-angular/src/main/webapp/partials/favoriteList-edit.html index 637a558..f42733a 100644 --- a/pollen-ui-angular/src/main/webapp/partials/favoriteList-edit.html +++ b/pollen-ui-angular/src/main/webapp/partials/favoriteList-edit.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/favoriteList-list.html b/pollen-ui-angular/src/main/webapp/partials/favoriteList-list.html index 1daecad..f885e1e 100644 --- a/pollen-ui-angular/src/main/webapp/partials/favoriteList-list.html +++ b/pollen-ui-angular/src/main/webapp/partials/favoriteList-list.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/home.html b/pollen-ui-angular/src/main/webapp/partials/home.html index 1506a72..7803fd6 100644 --- a/pollen-ui-angular/src/main/webapp/partials/home.html +++ b/pollen-ui-angular/src/main/webapp/partials/home.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/inline-poll.html b/pollen-ui-angular/src/main/webapp/partials/inline-poll.html index 044d75e..0e07792 100644 --- a/pollen-ui-angular/src/main/webapp/partials/inline-poll.html +++ b/pollen-ui-angular/src/main/webapp/partials/inline-poll.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/pagination.html b/pollen-ui-angular/src/main/webapp/partials/pagination.html index 2071952..0db8f8c 100644 --- a/pollen-ui-angular/src/main/webapp/partials/pagination.html +++ b/pollen-ui-angular/src/main/webapp/partials/pagination.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/poll-comment.html b/pollen-ui-angular/src/main/webapp/partials/poll-comment.html index 8ef7170..a1f907a 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-comment.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-comment.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/poll-info.html b/pollen-ui-angular/src/main/webapp/partials/poll-info.html index f69aaf1..65187a1 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-info.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-info.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/poll-link.html b/pollen-ui-angular/src/main/webapp/partials/poll-link.html index 9559a64..d2a1ef1 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-link.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-link.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/poll-list.html b/pollen-ui-angular/src/main/webapp/partials/poll-list.html index 9be6072..7dbbb6d 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-list.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-list.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/poll-listParticipant.html b/pollen-ui-angular/src/main/webapp/partials/poll-listParticipant.html index 514cbf3..61eaed8 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-listParticipant.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-listParticipant.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/poll-poll.html b/pollen-ui-angular/src/main/webapp/partials/poll-poll.html index b709377..556ef74 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-poll.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-poll.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/poll-popupChoice.html b/pollen-ui-angular/src/main/webapp/partials/poll-popupChoice.html index 9812ad8..3029fcc 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-popupChoice.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-popupChoice.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/poll-result.html b/pollen-ui-angular/src/main/webapp/partials/poll-result.html index 5d54b8c..daa13c9 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-result.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-result.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/poll-settings.html b/pollen-ui-angular/src/main/webapp/partials/poll-settings.html index 8eed9ee..fbc3fb2 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-settings.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-settings.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/poll.html b/pollen-ui-angular/src/main/webapp/partials/poll.html index 6be5523..edaae5a 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/printResource.html b/pollen-ui-angular/src/main/webapp/partials/printResource.html index 7daae5f..cc8278f 100644 --- a/pollen-ui-angular/src/main/webapp/partials/printResource.html +++ b/pollen-ui-angular/src/main/webapp/partials/printResource.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/user-admin-list.html b/pollen-ui-angular/src/main/webapp/partials/user-admin-list.html index e19ca86..171d00e 100644 --- a/pollen-ui-angular/src/main/webapp/partials/user-admin-list.html +++ b/pollen-ui-angular/src/main/webapp/partials/user-admin-list.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/user-edit-editProfile.html b/pollen-ui-angular/src/main/webapp/partials/user-edit-editProfile.html index 50a1f83..0ae41c9 100644 --- a/pollen-ui-angular/src/main/webapp/partials/user-edit-editProfile.html +++ b/pollen-ui-angular/src/main/webapp/partials/user-edit-editProfile.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/user-edit-password.html b/pollen-ui-angular/src/main/webapp/partials/user-edit-password.html index 2eea68c..5ba7e2a 100644 --- a/pollen-ui-angular/src/main/webapp/partials/user-edit-password.html +++ b/pollen-ui-angular/src/main/webapp/partials/user-edit-password.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/user-edit-viewProfile.html b/pollen-ui-angular/src/main/webapp/partials/user-edit-viewProfile.html index 245a47a..f10aa22 100644 --- a/pollen-ui-angular/src/main/webapp/partials/user-edit-viewProfile.html +++ b/pollen-ui-angular/src/main/webapp/partials/user-edit-viewProfile.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/user-edit.html b/pollen-ui-angular/src/main/webapp/partials/user-edit.html index 09a246f..d667233 100644 --- a/pollen-ui-angular/src/main/webapp/partials/user-edit.html +++ b/pollen-ui-angular/src/main/webapp/partials/user-edit.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/user-login.html b/pollen-ui-angular/src/main/webapp/partials/user-login.html index db7f16f..56716de 100644 --- a/pollen-ui-angular/src/main/webapp/partials/user-login.html +++ b/pollen-ui-angular/src/main/webapp/partials/user-login.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/user-lostPassword.html b/pollen-ui-angular/src/main/webapp/partials/user-lostPassword.html index 140cb66..8449eaf 100644 --- a/pollen-ui-angular/src/main/webapp/partials/user-lostPassword.html +++ b/pollen-ui-angular/src/main/webapp/partials/user-lostPassword.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/main/webapp/partials/user-register.html b/pollen-ui-angular/src/main/webapp/partials/user-register.html index 8459514..35683a9 100644 --- a/pollen-ui-angular/src/main/webapp/partials/user-register.html +++ b/pollen-ui-angular/src/main/webapp/partials/user-register.html @@ -2,7 +2,7 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/test/karma.conf.ci.js b/pollen-ui-angular/src/test/karma.conf.ci.js index 4d21e19..ae3d8d1 100644 --- a/pollen-ui-angular/src/test/karma.conf.ci.js +++ b/pollen-ui-angular/src/test/karma.conf.ci.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/test/karma.conf.js b/pollen-ui-angular/src/test/karma.conf.js index 516f414..305c36c 100644 --- a/pollen-ui-angular/src/test/karma.conf.js +++ b/pollen-ui-angular/src/test/karma.conf.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/test/unit/alertControllersTest.js b/pollen-ui-angular/src/test/unit/alertControllersTest.js index bae5cdf..603f460 100644 --- a/pollen-ui-angular/src/test/unit/alertControllersTest.js +++ b/pollen-ui-angular/src/test/unit/alertControllersTest.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-ui-angular/src/test/unit/pollControllersTest.js b/pollen-ui-angular/src/test/unit/pollControllersTest.js index 0eece6d..014bf38 100644 --- a/pollen-ui-angular/src/test/unit/pollControllersTest.js +++ b/pollen-ui-angular/src/test/unit/pollControllersTest.js @@ -2,7 +2,7 @@ * #%L * Pollen :: UI (Angular) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-aggregator/pom.xml b/pollen-votecounting-aggregator/pom.xml index 5e71c9b..3250b87 100644 --- a/pollen-votecounting-aggregator/pom.xml +++ b/pollen-votecounting-aggregator/pom.xml @@ -3,7 +3,7 @@ #%L Pollen :: VoteCounting (Aggregator) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-api/pom.xml b/pollen-votecounting-api/pom.xml index 4f86b0a..82954f1 100644 --- a/pollen-votecounting-api/pom.xml +++ b/pollen-votecounting-api/pom.xml @@ -3,7 +3,7 @@ #%L Pollen :: VoteCounting (Api) %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/AbstractVoteCounting.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/AbstractVoteCounting.java index ce46fd6..eea80bf 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/AbstractVoteCounting.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/AbstractVoteCounting.java @@ -4,7 +4,7 @@ package org.chorem.pollen.votecounting; * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -28,7 +28,7 @@ import static org.nuiton.i18n.I18n.l; /** * Base abstract implementation of a {@link VoteCounting}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.6 */ public abstract class AbstractVoteCounting<S extends VoteCountingStrategy> implements VoteCounting<S> { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/AbstractVoteCountingStrategy.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/AbstractVoteCountingStrategy.java index 6c80743..979e4a9 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/AbstractVoteCountingStrategy.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/AbstractVoteCountingStrategy.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -45,7 +45,7 @@ import java.util.Set; /** * Base abstract implementation of a {@link VoteCountingStrategy}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public abstract class AbstractVoteCountingStrategy implements VoteCountingStrategy { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCounting.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCounting.java index 56974ad..a8c8eff 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCounting.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCounting.java @@ -4,7 +4,7 @@ package org.chorem.pollen.votecounting; * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -28,7 +28,7 @@ import java.util.Locale; /** * Contract of a vote counting. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.6 */ public interface VoteCounting<S extends VoteCountingStrategy> { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingFactory.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingFactory.java index d41d45e..e1628be 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingFactory.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingFactory.java @@ -4,7 +4,7 @@ package org.chorem.pollen.votecounting; * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -33,7 +33,7 @@ import java.util.ServiceLoader; /** * Factory of {@link VoteCounting}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.6 */ public class VoteCountingFactory implements Iterable<VoteCounting> { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingNotFound.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingNotFound.java index 6fcddd1..3d4ea21 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingNotFound.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingNotFound.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -23,7 +23,7 @@ package org.chorem.pollen.votecounting; /** * Exception when a vote counting could not be found. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class VoteCountingNotFound extends RuntimeException { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingStrategy.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingStrategy.java index b1ebed4..73d4e9f 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingStrategy.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingStrategy.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -30,7 +30,7 @@ import java.util.Set; /** * Strategy of a vote counting. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public interface VoteCountingStrategy { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceIdAble.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceIdAble.java index 7e4ab34..a70a6a9 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceIdAble.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceIdAble.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -26,7 +26,7 @@ import com.google.common.base.Function; * To mark any object that identify a choice via the {@link #getChoiceId()} * method. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public interface ChoiceIdAble { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceScore.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceScore.java index c83fa59..a4bf6d0 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceScore.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceScore.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ import java.math.BigDecimal; * Rank is given by the field {@link #scoreOrder} and this class is * comparable of this data. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class ChoiceScore implements ChoiceIdAble, Comparable<ChoiceScore>, Serializable { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceToVoteRenderType.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceToVoteRenderType.java index 6f7aa9f..2f3207c 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceToVoteRenderType.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceToVoteRenderType.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -23,7 +23,7 @@ package org.chorem.pollen.votecounting.model; /** * To define how to render a vote. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public enum ChoiceToVoteRenderType { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupOfVoter.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupOfVoter.java index 35d1974..3ec2266 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupOfVoter.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupOfVoter.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -29,7 +29,7 @@ import java.util.Set; /** * Group of voters. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class GroupOfVoter implements Voter, Iterable<Voter> { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupOfVoterBuilder.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupOfVoterBuilder.java index 67864d6..94c6cd2 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupOfVoterBuilder.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupOfVoterBuilder.java @@ -4,7 +4,7 @@ package org.chorem.pollen.votecounting.model; * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -29,7 +29,7 @@ import java.util.Set; /** * {@link GroupOfVoter} builder. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.6 */ public class GroupOfVoterBuilder implements VoterBuilder { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupVoteCountingResult.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupVoteCountingResult.java index 2146366..eeb2166 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupVoteCountingResult.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupVoteCountingResult.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ import java.util.Set; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class GroupVoteCountingResult implements Serializable { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/SimpleVoter.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/SimpleVoter.java index 2fe3d40..d16e67b 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/SimpleVoter.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/SimpleVoter.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -27,7 +27,7 @@ import java.util.Set; /** * Physical voter. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class SimpleVoter implements Voter { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/SimpleVoterBuilder.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/SimpleVoterBuilder.java index a1c2c6e..34699d5 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/SimpleVoterBuilder.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/SimpleVoterBuilder.java @@ -4,7 +4,7 @@ package org.chorem.pollen.votecounting.model; * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -29,7 +29,7 @@ import java.util.Set; /** * {@link SimpleVoter} builder. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.6 */ public class SimpleVoterBuilder implements VoterBuilder { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoteCountingResult.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoteCountingResult.java index 60ce97b..094953f 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoteCountingResult.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoteCountingResult.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -30,7 +30,7 @@ import java.util.List; /** * Contains results for a vote. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class VoteCountingResult implements Serializable { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoteForChoice.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoteForChoice.java index e4bf140..ff58aa9 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoteForChoice.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoteForChoice.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -25,7 +25,7 @@ import java.io.Serializable; /** * A vote for a choice. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class VoteForChoice implements ChoiceIdAble, Serializable { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/Voter.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/Voter.java index 2e1fc3a..1ac71cb 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/Voter.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/Voter.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -26,7 +26,7 @@ import java.util.Set; /** * A voter (can be a physical voter or a group of voters). * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public interface Voter extends Serializable { diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoterBuilder.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoterBuilder.java index 0ef800b..4e95c8e 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoterBuilder.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoterBuilder.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -25,7 +25,7 @@ import java.util.Set; /** * To build some {@link Voter}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public interface VoterBuilder { diff --git a/pollen-votecounting-api/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-api/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index 5a25425..4286900 100644 --- a/pollen-votecounting-api/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java +++ b/pollen-votecounting-api/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -26,7 +26,7 @@ import org.junit.Test; /** * Tests the {@link VoteCountingFactory}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class VoteCountingFactoryTest { diff --git a/pollen-votecounting-api/src/test/resources/log4j.properties b/pollen-votecounting-api/src/test/resources/log4j.properties index 5743474..150ab72 100644 --- a/pollen-votecounting-api/src/test/resources/log4j.properties +++ b/pollen-votecounting-api/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: VoteCounting (Api) # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-borda/pom.xml b/pollen-votecounting-borda/pom.xml index 0530a8c..7ce142f 100644 --- a/pollen-votecounting-borda/pom.xml +++ b/pollen-votecounting-borda/pom.xml @@ -3,7 +3,7 @@ #%L Pollen :: VoteCounting :: Borda %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-borda/src/main/java/org/chorem/pollen/votecounting/BordaVoteCounting.java b/pollen-votecounting-borda/src/main/java/org/chorem/pollen/votecounting/BordaVoteCounting.java index 9e59aee..00d07bc 100644 --- a/pollen-votecounting-borda/src/main/java/org/chorem/pollen/votecounting/BordaVoteCounting.java +++ b/pollen-votecounting-borda/src/main/java/org/chorem/pollen/votecounting/BordaVoteCounting.java @@ -4,7 +4,7 @@ package org.chorem.pollen.votecounting; * #%L * Pollen :: VoteCounting :: Borda * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ import static org.nuiton.i18n.I18n.n; /** * Borda vote counting entry point. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.6 */ public class BordaVoteCounting extends AbstractVoteCounting<BordaVoteCountingStrategy> { diff --git a/pollen-votecounting-borda/src/main/java/org/chorem/pollen/votecounting/BordaVoteCountingStrategy.java b/pollen-votecounting-borda/src/main/java/org/chorem/pollen/votecounting/BordaVoteCountingStrategy.java index 85e2bc8..67f226b 100644 --- a/pollen-votecounting-borda/src/main/java/org/chorem/pollen/votecounting/BordaVoteCountingStrategy.java +++ b/pollen-votecounting-borda/src/main/java/org/chorem/pollen/votecounting/BordaVoteCountingStrategy.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Borda * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -33,7 +33,7 @@ import java.util.Set; /** * Condorcet. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class BordaVoteCountingStrategy extends AbstractVoteCountingStrategy { diff --git a/pollen-votecounting-borda/src/test/java/org/chorem/pollen/votecounting/BordaVoteCountingStrategyTest.java b/pollen-votecounting-borda/src/test/java/org/chorem/pollen/votecounting/BordaVoteCountingStrategyTest.java index 417e392..854436a 100644 --- a/pollen-votecounting-borda/src/test/java/org/chorem/pollen/votecounting/BordaVoteCountingStrategyTest.java +++ b/pollen-votecounting-borda/src/test/java/org/chorem/pollen/votecounting/BordaVoteCountingStrategyTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Borda * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -40,7 +40,7 @@ import java.util.Set; /** * Tests the {@link BordaVoteCountingStrategy}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class BordaVoteCountingStrategyTest { diff --git a/pollen-votecounting-borda/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-borda/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index 8db4f38..4d03bcb 100644 --- a/pollen-votecounting-borda/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java +++ b/pollen-votecounting-borda/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Borda * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -26,7 +26,7 @@ import org.junit.Test; /** * Tests the {@link VoteCountingFactory}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class VoteCountingFactoryTest { diff --git a/pollen-votecounting-borda/src/test/resources/log4j.properties b/pollen-votecounting-borda/src/test/resources/log4j.properties index 99d82eb..9db16d1 100644 --- a/pollen-votecounting-borda/src/test/resources/log4j.properties +++ b/pollen-votecounting-borda/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: VoteCounting :: Borda # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-condorcet/pom.xml b/pollen-votecounting-condorcet/pom.xml index be79062..f6afc77 100644 --- a/pollen-votecounting-condorcet/pom.xml +++ b/pollen-votecounting-condorcet/pom.xml @@ -3,7 +3,7 @@ #%L Pollen :: VoteCounting :: Condorcet %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-condorcet/src/main/java/org/chorem/pollen/votecounting/CondorcetVoteCounting.java b/pollen-votecounting-condorcet/src/main/java/org/chorem/pollen/votecounting/CondorcetVoteCounting.java index 9e217f2..de61101 100644 --- a/pollen-votecounting-condorcet/src/main/java/org/chorem/pollen/votecounting/CondorcetVoteCounting.java +++ b/pollen-votecounting-condorcet/src/main/java/org/chorem/pollen/votecounting/CondorcetVoteCounting.java @@ -4,7 +4,7 @@ package org.chorem.pollen.votecounting; * #%L * Pollen :: VoteCounting :: Condorcet * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ import static org.nuiton.i18n.I18n.n; /** * Condorcet vote counting entry point. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.6 */ public class CondorcetVoteCounting extends AbstractVoteCounting<CondorcetVoteCountingStrategy> { diff --git a/pollen-votecounting-condorcet/src/main/java/org/chorem/pollen/votecounting/CondorcetVoteCountingStrategy.java b/pollen-votecounting-condorcet/src/main/java/org/chorem/pollen/votecounting/CondorcetVoteCountingStrategy.java index 3ceed5c..b31151e 100644 --- a/pollen-votecounting-condorcet/src/main/java/org/chorem/pollen/votecounting/CondorcetVoteCountingStrategy.java +++ b/pollen-votecounting-condorcet/src/main/java/org/chorem/pollen/votecounting/CondorcetVoteCountingStrategy.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Condorcet * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -33,7 +33,7 @@ import java.util.Set; /** * Condorcet. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class CondorcetVoteCountingStrategy extends AbstractVoteCountingStrategy { diff --git a/pollen-votecounting-condorcet/src/test/java/org/chorem/pollen/votecounting/CondorcetVoteCountingStrategyTest.java b/pollen-votecounting-condorcet/src/test/java/org/chorem/pollen/votecounting/CondorcetVoteCountingStrategyTest.java index 0d3bcb9..0a9e329 100644 --- a/pollen-votecounting-condorcet/src/test/java/org/chorem/pollen/votecounting/CondorcetVoteCountingStrategyTest.java +++ b/pollen-votecounting-condorcet/src/test/java/org/chorem/pollen/votecounting/CondorcetVoteCountingStrategyTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Condorcet * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -40,7 +40,7 @@ import java.util.Set; /** * Tests the {@link CondorcetVoteCountingStrategy}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class CondorcetVoteCountingStrategyTest { diff --git a/pollen-votecounting-condorcet/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-condorcet/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index cfed793..5b9434b 100644 --- a/pollen-votecounting-condorcet/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java +++ b/pollen-votecounting-condorcet/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Condorcet * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -26,7 +26,7 @@ import org.junit.Test; /** * Tests the {@link VoteCountingFactory}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class VoteCountingFactoryTest { diff --git a/pollen-votecounting-condorcet/src/test/resources/log4j.properties b/pollen-votecounting-condorcet/src/test/resources/log4j.properties index ba21850..0800a17 100644 --- a/pollen-votecounting-condorcet/src/test/resources/log4j.properties +++ b/pollen-votecounting-condorcet/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: VoteCounting :: Condorcet # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-coombs/pom.xml b/pollen-votecounting-coombs/pom.xml index 7f988a2..95dbc49 100644 --- a/pollen-votecounting-coombs/pom.xml +++ b/pollen-votecounting-coombs/pom.xml @@ -3,7 +3,7 @@ #%L Pollen :: VoteCounting :: Coombs %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-coombs/src/main/java/org/chorem/pollen/votecounting/CoombsVoteCounting.java b/pollen-votecounting-coombs/src/main/java/org/chorem/pollen/votecounting/CoombsVoteCounting.java index 1ee306e..550c271 100644 --- a/pollen-votecounting-coombs/src/main/java/org/chorem/pollen/votecounting/CoombsVoteCounting.java +++ b/pollen-votecounting-coombs/src/main/java/org/chorem/pollen/votecounting/CoombsVoteCounting.java @@ -4,7 +4,7 @@ package org.chorem.pollen.votecounting; * #%L * Pollen :: VoteCounting :: Coombs * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ import static org.nuiton.i18n.I18n.n; /** * Coombs vote counting entry point. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.6 */ public class CoombsVoteCounting extends AbstractVoteCounting<CoombsVoteCountingStrategy> { diff --git a/pollen-votecounting-coombs/src/main/java/org/chorem/pollen/votecounting/CoombsVoteCountingStrategy.java b/pollen-votecounting-coombs/src/main/java/org/chorem/pollen/votecounting/CoombsVoteCountingStrategy.java index 23c0420..294aef8 100644 --- a/pollen-votecounting-coombs/src/main/java/org/chorem/pollen/votecounting/CoombsVoteCountingStrategy.java +++ b/pollen-votecounting-coombs/src/main/java/org/chorem/pollen/votecounting/CoombsVoteCountingStrategy.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Coombs * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -38,7 +38,7 @@ import java.util.Set; /** * Coombs vote counting strategy. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class CoombsVoteCountingStrategy extends AbstractVoteCountingStrategy { diff --git a/pollen-votecounting-coombs/src/test/java/org/chorem/pollen/votecounting/CoombsVoteCountingStrategyTest.java b/pollen-votecounting-coombs/src/test/java/org/chorem/pollen/votecounting/CoombsVoteCountingStrategyTest.java index d21b03f..d63f734 100644 --- a/pollen-votecounting-coombs/src/test/java/org/chorem/pollen/votecounting/CoombsVoteCountingStrategyTest.java +++ b/pollen-votecounting-coombs/src/test/java/org/chorem/pollen/votecounting/CoombsVoteCountingStrategyTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Coombs * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -41,7 +41,7 @@ import java.util.Set; /** * Tests the {@link CoombsVoteCountingStrategy}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ @Ignore diff --git a/pollen-votecounting-coombs/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-coombs/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index 960bc55..0604332 100644 --- a/pollen-votecounting-coombs/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java +++ b/pollen-votecounting-coombs/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Coombs * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -26,7 +26,7 @@ import org.junit.Test; /** * Tests the {@link VoteCountingFactory}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class VoteCountingFactoryTest { diff --git a/pollen-votecounting-coombs/src/test/resources/log4j.properties b/pollen-votecounting-coombs/src/test/resources/log4j.properties index 4f36c64..dcc7809 100644 --- a/pollen-votecounting-coombs/src/test/resources/log4j.properties +++ b/pollen-votecounting-coombs/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: VoteCounting :: Coombs # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-instant-runoff/pom.xml b/pollen-votecounting-instant-runoff/pom.xml index e7e5c49..5b18e91 100644 --- a/pollen-votecounting-instant-runoff/pom.xml +++ b/pollen-votecounting-instant-runoff/pom.xml @@ -3,7 +3,7 @@ #%L Pollen :: VoteCounting :: Instant Runoff %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-instant-runoff/src/main/java/org/chorem/pollen/votecounting/InstantRunoffVoteCounting.java b/pollen-votecounting-instant-runoff/src/main/java/org/chorem/pollen/votecounting/InstantRunoffVoteCounting.java index 3e4e1f3..c664045 100644 --- a/pollen-votecounting-instant-runoff/src/main/java/org/chorem/pollen/votecounting/InstantRunoffVoteCounting.java +++ b/pollen-votecounting-instant-runoff/src/main/java/org/chorem/pollen/votecounting/InstantRunoffVoteCounting.java @@ -4,7 +4,7 @@ package org.chorem.pollen.votecounting; * #%L * Pollen :: VoteCounting :: Instant Runoff * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ import static org.nuiton.i18n.I18n.n; /** * Instant Runoff vote counting entry point. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.6 */ public class InstantRunoffVoteCounting extends AbstractVoteCounting<InstantRunoffVoteCountingStrategy> { diff --git a/pollen-votecounting-instant-runoff/src/main/java/org/chorem/pollen/votecounting/InstantRunoffVoteCountingStrategy.java b/pollen-votecounting-instant-runoff/src/main/java/org/chorem/pollen/votecounting/InstantRunoffVoteCountingStrategy.java index 305e8e6..62bf3ca 100644 --- a/pollen-votecounting-instant-runoff/src/main/java/org/chorem/pollen/votecounting/InstantRunoffVoteCountingStrategy.java +++ b/pollen-votecounting-instant-runoff/src/main/java/org/chorem/pollen/votecounting/InstantRunoffVoteCountingStrategy.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Instant Runoff * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -37,7 +37,7 @@ import java.util.Set; /** * InstantRunoff. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class InstantRunoffVoteCountingStrategy extends AbstractVoteCountingStrategy { diff --git a/pollen-votecounting-instant-runoff/src/test/java/org/chorem/pollen/votecounting/InstantRunoffVoteCountingStrategyTest.java b/pollen-votecounting-instant-runoff/src/test/java/org/chorem/pollen/votecounting/InstantRunoffVoteCountingStrategyTest.java index 5d76831..7254438 100644 --- a/pollen-votecounting-instant-runoff/src/test/java/org/chorem/pollen/votecounting/InstantRunoffVoteCountingStrategyTest.java +++ b/pollen-votecounting-instant-runoff/src/test/java/org/chorem/pollen/votecounting/InstantRunoffVoteCountingStrategyTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Instant Runoff * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -41,7 +41,7 @@ import java.util.Set; /** * Tests the {@link InstantRunoffVoteCountingStrategy}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ @Ignore diff --git a/pollen-votecounting-instant-runoff/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-instant-runoff/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index b3dc78d..e09d7be 100644 --- a/pollen-votecounting-instant-runoff/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java +++ b/pollen-votecounting-instant-runoff/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Instant Runoff * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -26,7 +26,7 @@ import org.junit.Test; /** * Tests the {@link VoteCountingFactory}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class VoteCountingFactoryTest { diff --git a/pollen-votecounting-instant-runoff/src/test/resources/log4j.properties b/pollen-votecounting-instant-runoff/src/test/resources/log4j.properties index 7c5dc69..7c9a6a0 100644 --- a/pollen-votecounting-instant-runoff/src/test/resources/log4j.properties +++ b/pollen-votecounting-instant-runoff/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: VoteCounting :: Instant Runoff # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-normal/pom.xml b/pollen-votecounting-normal/pom.xml index 7796f39..bfd6428 100644 --- a/pollen-votecounting-normal/pom.xml +++ b/pollen-votecounting-normal/pom.xml @@ -3,7 +3,7 @@ #%L Pollen :: VoteCounting :: Normal %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-normal/src/main/java/org/chorem/pollen/votecounting/NormalVoteCounting.java b/pollen-votecounting-normal/src/main/java/org/chorem/pollen/votecounting/NormalVoteCounting.java index ac37fca..c7a4ffa 100644 --- a/pollen-votecounting-normal/src/main/java/org/chorem/pollen/votecounting/NormalVoteCounting.java +++ b/pollen-votecounting-normal/src/main/java/org/chorem/pollen/votecounting/NormalVoteCounting.java @@ -4,7 +4,7 @@ package org.chorem.pollen.votecounting; * #%L * Pollen :: VoteCounting :: Normal * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -30,7 +30,7 @@ import static org.nuiton.i18n.I18n.n; /** * Normal vote counting entry point. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.6 */ public class NormalVoteCounting extends AbstractVoteCounting<NormalVoteCountingStrategy> { diff --git a/pollen-votecounting-normal/src/main/java/org/chorem/pollen/votecounting/NormalVoteCountingStrategy.java b/pollen-votecounting-normal/src/main/java/org/chorem/pollen/votecounting/NormalVoteCountingStrategy.java index d28c8a4..b931cbe 100644 --- a/pollen-votecounting-normal/src/main/java/org/chorem/pollen/votecounting/NormalVoteCountingStrategy.java +++ b/pollen-votecounting-normal/src/main/java/org/chorem/pollen/votecounting/NormalVoteCountingStrategy.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Normal * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -33,7 +33,7 @@ import java.util.Set; * <p/> * This is a very basic vote counting: * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class NormalVoteCountingStrategy extends AbstractVoteCountingStrategy { diff --git a/pollen-votecounting-normal/src/test/java/org/chorem/pollen/votecounting/NormalVoteCountingStrategyTest.java b/pollen-votecounting-normal/src/test/java/org/chorem/pollen/votecounting/NormalVoteCountingStrategyTest.java index 7a41ee3..8a7840b 100644 --- a/pollen-votecounting-normal/src/test/java/org/chorem/pollen/votecounting/NormalVoteCountingStrategyTest.java +++ b/pollen-votecounting-normal/src/test/java/org/chorem/pollen/votecounting/NormalVoteCountingStrategyTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Normal * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -44,7 +44,7 @@ import java.util.Set; /** * Tests the {@link NormalVoteCountingStrategy}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class NormalVoteCountingStrategyTest { diff --git a/pollen-votecounting-normal/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-normal/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index c2a3472..12fdbc0 100644 --- a/pollen-votecounting-normal/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java +++ b/pollen-votecounting-normal/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Normal * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -26,7 +26,7 @@ import org.junit.Test; /** * Tests the {@link VoteCountingFactory}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class VoteCountingFactoryTest { diff --git a/pollen-votecounting-normal/src/test/resources/log4j.properties b/pollen-votecounting-normal/src/test/resources/log4j.properties index 638595e..b69d00e 100644 --- a/pollen-votecounting-normal/src/test/resources/log4j.properties +++ b/pollen-votecounting-normal/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: VoteCounting :: Normal # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-number/pom.xml b/pollen-votecounting-number/pom.xml index 9bbd26c..5dc955e 100644 --- a/pollen-votecounting-number/pom.xml +++ b/pollen-votecounting-number/pom.xml @@ -3,7 +3,7 @@ #%L Pollen :: VoteCounting :: Number %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-number/src/main/java/org/chorem/pollen/votecounting/NumberVoteCounting.java b/pollen-votecounting-number/src/main/java/org/chorem/pollen/votecounting/NumberVoteCounting.java index 2000f65..9fbb4d8 100644 --- a/pollen-votecounting-number/src/main/java/org/chorem/pollen/votecounting/NumberVoteCounting.java +++ b/pollen-votecounting-number/src/main/java/org/chorem/pollen/votecounting/NumberVoteCounting.java @@ -4,7 +4,7 @@ package org.chorem.pollen.votecounting; * #%L * Pollen :: VoteCounting :: Number * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -30,7 +30,7 @@ import static org.nuiton.i18n.I18n.n; /** * Number vote counting entry point. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.6 */ public class NumberVoteCounting extends AbstractVoteCounting<NumberVoteCountingStrategy> { diff --git a/pollen-votecounting-number/src/main/java/org/chorem/pollen/votecounting/NumberVoteCountingStrategy.java b/pollen-votecounting-number/src/main/java/org/chorem/pollen/votecounting/NumberVoteCountingStrategy.java index 574b196..4ba32b0 100644 --- a/pollen-votecounting-number/src/main/java/org/chorem/pollen/votecounting/NumberVoteCountingStrategy.java +++ b/pollen-votecounting-number/src/main/java/org/chorem/pollen/votecounting/NumberVoteCountingStrategy.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Number * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ import java.util.Set; /** * Number strategy. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class NumberVoteCountingStrategy extends AbstractVoteCountingStrategy { diff --git a/pollen-votecounting-number/src/test/java/org/chorem/pollen/votecounting/NumberVoteCountingStrategyTest.java b/pollen-votecounting-number/src/test/java/org/chorem/pollen/votecounting/NumberVoteCountingStrategyTest.java index fdeb828..e00156a 100644 --- a/pollen-votecounting-number/src/test/java/org/chorem/pollen/votecounting/NumberVoteCountingStrategyTest.java +++ b/pollen-votecounting-number/src/test/java/org/chorem/pollen/votecounting/NumberVoteCountingStrategyTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Number * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -40,7 +40,7 @@ import java.util.Set; /** * Tests the {@link NumberVoteCountingStrategy}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class NumberVoteCountingStrategyTest { diff --git a/pollen-votecounting-number/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-number/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index b479ad4..b31f7b1 100644 --- a/pollen-votecounting-number/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java +++ b/pollen-votecounting-number/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Number * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -26,7 +26,7 @@ import org.junit.Test; /** * Tests the {@link VoteCountingFactory}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class VoteCountingFactoryTest { diff --git a/pollen-votecounting-number/src/test/resources/log4j.properties b/pollen-votecounting-number/src/test/resources/log4j.properties index 0465a13..0bb5236 100644 --- a/pollen-votecounting-number/src/test/resources/log4j.properties +++ b/pollen-votecounting-number/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: VoteCounting :: Number # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-percentage/pom.xml b/pollen-votecounting-percentage/pom.xml index 842b59a..0056fce 100644 --- a/pollen-votecounting-percentage/pom.xml +++ b/pollen-votecounting-percentage/pom.xml @@ -3,7 +3,7 @@ #%L Pollen :: VoteCounting :: Percentage %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/pollen-votecounting-percentage/src/main/java/org/chorem/pollen/votecounting/PercentageVoteCounting.java b/pollen-votecounting-percentage/src/main/java/org/chorem/pollen/votecounting/PercentageVoteCounting.java index a8f1f1e..955c6cd 100644 --- a/pollen-votecounting-percentage/src/main/java/org/chorem/pollen/votecounting/PercentageVoteCounting.java +++ b/pollen-votecounting-percentage/src/main/java/org/chorem/pollen/votecounting/PercentageVoteCounting.java @@ -4,7 +4,7 @@ package org.chorem.pollen.votecounting; * #%L * Pollen :: VoteCounting :: Percentage * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ import static org.nuiton.i18n.I18n.n; /** * Percentage vote counting entry point. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.6 */ public class PercentageVoteCounting extends AbstractVoteCounting<PercentageVoteCountingStrategy> { diff --git a/pollen-votecounting-percentage/src/main/java/org/chorem/pollen/votecounting/PercentageVoteCountingStrategy.java b/pollen-votecounting-percentage/src/main/java/org/chorem/pollen/votecounting/PercentageVoteCountingStrategy.java index 7cdbad6..140c4a6 100644 --- a/pollen-votecounting-percentage/src/main/java/org/chorem/pollen/votecounting/PercentageVoteCountingStrategy.java +++ b/pollen-votecounting-percentage/src/main/java/org/chorem/pollen/votecounting/PercentageVoteCountingStrategy.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Percentage * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ import java.util.Set; /** * Percentage strategy. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class PercentageVoteCountingStrategy extends AbstractVoteCountingStrategy { diff --git a/pollen-votecounting-percentage/src/test/java/org/chorem/pollen/votecounting/PercentageVoteCountingStrategyTest.java b/pollen-votecounting-percentage/src/test/java/org/chorem/pollen/votecounting/PercentageVoteCountingStrategyTest.java index 371937c..dfb2627 100644 --- a/pollen-votecounting-percentage/src/test/java/org/chorem/pollen/votecounting/PercentageVoteCountingStrategyTest.java +++ b/pollen-votecounting-percentage/src/test/java/org/chorem/pollen/votecounting/PercentageVoteCountingStrategyTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Percentage * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -40,7 +40,7 @@ import java.util.Set; /** * Tests the {@link PercentageVoteCountingStrategy}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class PercentageVoteCountingStrategyTest { diff --git a/pollen-votecounting-percentage/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-percentage/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index 8c22db6..423f698 100644 --- a/pollen-votecounting-percentage/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java +++ b/pollen-votecounting-percentage/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java @@ -2,7 +2,7 @@ * #%L * Pollen :: VoteCounting :: Percentage * %% - * Copyright (C) 2009 - 2017 CodeLutin + * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -26,7 +26,7 @@ import org.junit.Test; /** * Tests the {@link VoteCountingFactory}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 1.4.5 */ public class VoteCountingFactoryTest { diff --git a/pollen-votecounting-percentage/src/test/resources/log4j.properties b/pollen-votecounting-percentage/src/test/resources/log4j.properties index 14c2f68..a654775 100644 --- a/pollen-votecounting-percentage/src/test/resources/log4j.properties +++ b/pollen-votecounting-percentage/src/test/resources/log4j.properties @@ -2,7 +2,7 @@ # #%L # Pollen :: VoteCounting :: Percentage # %% -# Copyright (C) 2009 - 2017 CodeLutin +# Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pom.xml b/pom.xml index 6596a85..2444bef 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ #%L Pollen %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/src/site/fr/rst/configure.rst b/src/site/fr/rst/configure.rst index 2549a1b..02211eb 100644 --- a/src/site/fr/rst/configure.rst +++ b/src/site/fr/rst/configure.rst @@ -2,7 +2,7 @@ .. * #%L .. * Pollen .. * %% -.. * Copyright (C) 2009 - 2017 CodeLutin +.. * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Affero General Public License as published by diff --git a/src/site/fr/rst/depouillement.rst b/src/site/fr/rst/depouillement.rst index d858af1..8f79f68 100644 --- a/src/site/fr/rst/depouillement.rst +++ b/src/site/fr/rst/depouillement.rst @@ -2,7 +2,7 @@ .. * #%L .. * Pollen .. * %% -.. * Copyright (C) 2009 - 2017 CodeLutin +.. * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Affero General Public License as published by diff --git a/src/site/fr/rst/index.rst b/src/site/fr/rst/index.rst index a5bb0dd..3ee15e2 100644 --- a/src/site/fr/rst/index.rst +++ b/src/site/fr/rst/index.rst @@ -2,7 +2,7 @@ .. * #%L .. * Pollen .. * %% -.. * Copyright (C) 2009 - 2017 CodeLutin +.. * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Affero General Public License as published by diff --git a/src/site/rst/configure.rst b/src/site/rst/configure.rst index be25484..737f002 100644 --- a/src/site/rst/configure.rst +++ b/src/site/rst/configure.rst @@ -2,7 +2,7 @@ .. * #%L .. * Pollen .. * %% -.. * Copyright (C) 2009 - 2017 CodeLutin +.. * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Affero General Public License as published by diff --git a/src/site/rst/index.rst b/src/site/rst/index.rst index c92303d..7e496a3 100644 --- a/src/site/rst/index.rst +++ b/src/site/rst/index.rst @@ -2,7 +2,7 @@ .. * #%L .. * Pollen .. * %% -.. * Copyright (C) 2009 - 2017 CodeLutin +.. * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Affero General Public License as published by diff --git a/src/site/rst/methods.rst b/src/site/rst/methods.rst index d08fbf0..179427a 100644 --- a/src/site/rst/methods.rst +++ b/src/site/rst/methods.rst @@ -2,7 +2,7 @@ .. * #%L .. * Pollen .. * %% -.. * Copyright (C) 2009 - 2017 CodeLutin +.. * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Affero General Public License as published by diff --git a/src/site/rst/restApi.rst b/src/site/rst/restApi.rst index 9b18277..a5ddd4f 100644 --- a/src/site/rst/restApi.rst +++ b/src/site/rst/restApi.rst @@ -2,7 +2,7 @@ .. * #%L .. * Pollen .. * %% -.. * Copyright (C) 2009 - 2017 CodeLutin +.. * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Affero General Public License as published by diff --git a/src/site/rst/security.rst b/src/site/rst/security.rst index 4784b10..ce5bf1e 100644 --- a/src/site/rst/security.rst +++ b/src/site/rst/security.rst @@ -2,7 +2,7 @@ .. * #%L .. * Pollen .. * %% -.. * Copyright (C) 2009 - 2017 CodeLutin +.. * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Affero General Public License as published by diff --git a/src/site/rst/service.rst b/src/site/rst/service.rst index 45646a1..255c6a6 100644 --- a/src/site/rst/service.rst +++ b/src/site/rst/service.rst @@ -2,7 +2,7 @@ .. * #%L .. * Pollen .. * %% -.. * Copyright (C) 2009 - 2017 CodeLutin +.. * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Affero General Public License as published by diff --git a/src/site/rst/tests.rst b/src/site/rst/tests.rst index e5654c4..e998dc8 100644 --- a/src/site/rst/tests.rst +++ b/src/site/rst/tests.rst @@ -2,7 +2,7 @@ .. * #%L .. * Pollen .. * %% -.. * Copyright (C) 2009 - 2017 CodeLutin +.. * Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Affero General Public License as published by diff --git a/src/site/site_en.xml b/src/site/site_en.xml index fd9b910..c5cd08e 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -3,7 +3,7 @@ #%L Pollen %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/src/site/site_fr.xml b/src/site/site_fr.xml index 7d418c4..980f424 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -3,7 +3,7 @@ #%L Pollen %% - Copyright (C) 2009 - 2017 CodeLutin + Copyright (C) 2009 - 2017 Code Lutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.