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 d8ea8f26662f1f55a8a01c85c7c163c1e3c6d673 Author: Tony CHEMIT <dev@tchemit.fr> Date: Tue Jan 3 08:19:17 2017 +0100 Happy new year commit --- pollen-persistence/pom.xml | 21 ++++++++++++++++++++ .../persistence/PollenPersistenceContext.java | 4 ++-- .../persistence/PollenTopiaApplicationContext.java | 2 +- .../persistence/PollenTopiaPersistenceContext.java | 2 +- .../pollen/persistence/entity/ChoiceTopiaDao.java | 2 +- .../pollen/persistence/entity/CommentTopiaDao.java | 2 +- .../persistence/entity/FavoriteListTopiaDao.java | 2 +- .../pollen/persistence/entity/PollTopiaDao.java | 4 +--- .../entity/PollenPrincipalTopiaDao.java | 2 +- .../persistence/entity/PollenPrincipals.java | 4 ++-- .../persistence/entity/PollenResourceTopiaDao.java | 2 +- .../persistence/entity/PollenUserTopiaDao.java | 4 +--- .../pollen/persistence/entity/PollenUsers.java | 4 ++-- .../chorem/pollen/persistence/entity/Polls.java | 4 +--- .../persistence/entity/SessionTokenTopiaDao.java | 2 +- .../pollen/persistence/entity/VoteToChoices.java | 4 ++-- .../pollen/persistence/entity/VoteTopiaDao.java | 2 +- .../persistence/entity/VoterListTopiaDao.java | 2 +- pollen-persistence/src/main/xmi/pollen.properties | 4 +--- .../src/test/resources/db.properties | 4 +--- .../src/test/resources/log4j.properties | 4 +--- pollen-rest-api/pom.xml | 21 ++++++++++++++++++++ pollen-rest-api/src/it/pom/pom.xml | 8 ++------ pollen-rest-api/src/jetty/jetty-context.xml | 6 ++---- .../org/chorem/pollen/rest/api/JsonHelper.java | 4 ++-- .../org/chorem/pollen/rest/api/PollenRender.java | 4 +--- .../rest/api/PollenRestApiApplicationContext.java | 4 +--- .../rest/api/PollenRestApiApplicationListener.java | 4 +--- .../rest/api/PollenRestApiRequestContext.java | 4 ++-- .../rest/api/PollenRestApiRequestFilter.java | 4 +--- .../chorem/pollen/rest/api/PollenRestApiUtil.java | 4 ++-- .../rest/api/PollenTopiaTransactionFilter.java | 4 +--- .../pollen/rest/api/converter/DateConverter.java | 4 ++-- .../rest/api/converter/JsonArrayConverter.java | 4 ++-- .../pollen/rest/api/converter/JsonConverter.java | 4 ++-- .../rest/api/injector/PollenBeanIdInjector.java | 4 ++-- .../PollenRestApiRequestContextInjector.java | 4 ++-- .../rest/api/injector/PollenServiceInjector.java | 4 ++-- .../org/chorem/pollen/rest/api/v1/AuthApi.java | 4 +--- .../org/chorem/pollen/rest/api/v1/ChoiceApi.java | 6 ++---- .../org/chorem/pollen/rest/api/v1/CommentApi.java | 4 +--- .../java/org/chorem/pollen/rest/api/v1/DocApi.java | 4 ++-- .../org/chorem/pollen/rest/api/v1/ErrorAction.java | 4 +--- .../chorem/pollen/rest/api/v1/FavoriteListApi.java | 4 +--- .../org/chorem/pollen/rest/api/v1/PollApi.java | 4 +--- .../pollen/rest/api/v1/PollenResourceApi.java | 2 +- .../chorem/pollen/rest/api/v1/PollenUserApi.java | 4 +--- .../org/chorem/pollen/rest/api/v1/VoteApi.java | 4 +--- .../chorem/pollen/rest/api/v1/VoteCountingApi.java | 4 +--- .../pollen/rest/api/v1/VoteCountingTypeApi.java | 2 +- .../chorem/pollen/rest/api/v1/VoterListApi.java | 4 +--- .../src/main/resources/log4j.properties | 4 +--- .../src/main/resources/pollen-rest-api.properties | 2 +- pollen-rest-api/src/main/webapp/WEB-INF/web.xml | 6 ++---- .../pollen/rest/api/AbstractPollenRestApiTest.java | 4 +--- .../org/chorem/pollen/rest/api/AuthApiTest.java | 4 ++-- .../org/chorem/pollen/rest/api/PollApiTest.java | 4 ++-- .../chorem/pollen/rest/api/PollenUserApiTest.java | 4 +--- .../rest/api/converter/JsonArrayConverterTest.java | 4 ++-- .../rest/api/converter/JsonConverterTest.java | 4 ++-- .../src/test/resources/log4j.properties | 4 +--- pollen-services/pom.xml | 21 ++++++++++++++++++++ .../services/DefaultPollenServiceContext.java | 4 +--- .../pollen/services/PollenApplicationContext.java | 4 ++-- .../org/chorem/pollen/services/PollenFixtures.java | 4 +--- .../org/chorem/pollen/services/PollenService.java | 4 +--- .../pollen/services/PollenServiceContext.java | 4 +--- .../pollen/services/PollenTechnicalException.java | 4 +--- .../pollen/services/TopiaEntityCopyVisitor.java | 4 ++-- .../chorem/pollen/services/bean/ChoiceBean.java | 4 ++-- .../pollen/services/bean/ChoiceScoreBean.java | 4 ++-- .../chorem/pollen/services/bean/CommentBean.java | 4 ++-- .../pollen/services/bean/FavoriteListBean.java | 4 ++-- .../services/bean/FavoriteListMemberBean.java | 4 ++-- .../services/bean/GroupVoteCountingResultBean.java | 4 ++-- .../services/bean/PaginationParameterBean.java | 4 ++-- .../pollen/services/bean/PaginationResultBean.java | 4 ++-- .../org/chorem/pollen/services/bean/PollBean.java | 4 ++-- .../chorem/pollen/services/bean/PollenBean.java | 4 ++-- .../chorem/pollen/services/bean/PollenBeans.java | 4 ++-- .../pollen/services/bean/PollenEntityId.java | 4 ++-- .../pollen/services/bean/PollenEntityRef.java | 4 ++-- .../pollen/services/bean/PollenUserBean.java | 4 ++-- .../pollen/services/bean/ResourceFileBean.java | 2 +- .../pollen/services/bean/ResourceMetaBean.java | 2 +- .../pollen/services/bean/ResourceStreamBean.java | 2 +- .../org/chorem/pollen/services/bean/VoteBean.java | 4 ++-- .../services/bean/VoteCountingGroupResultBean.java | 4 ++-- .../services/bean/VoteCountingResultBean.java | 4 ++-- .../pollen/services/bean/VoteCountingTypeBean.java | 2 +- .../pollen/services/bean/VoteToChoiceBean.java | 4 ++-- .../chorem/pollen/services/bean/VoterListBean.java | 4 ++-- .../pollen/services/bean/VoterListMemberBean.java | 4 ++-- .../chorem/pollen/services/bean/package-info.java | 4 +--- .../services/config/PollenServiceConfig.java | 4 +--- .../services/config/PollenServiceConfigOption.java | 4 +--- .../pollen/services/config/package-info.java | 4 +--- .../org/chorem/pollen/services/package-info.java | 4 +--- .../pollen/services/service/ChoiceService.java | 4 +--- .../pollen/services/service/CommentService.java | 6 ++---- .../chorem/pollen/services/service/ErrorMap.java | 4 ++-- .../services/service/FavoriteListImport.java | 4 ++-- .../service/FavoriteListImportException.java | 4 +--- .../service/FavoriteListImportFromFile.java | 4 ++-- .../service/FavoriteListImportFromLdap.java | 4 ++-- .../services/service/FavoriteListService.java | 6 ++---- .../pollen/services/service/FixturesService.java | 4 +--- .../service/InvalidEntityLinkException.java | 4 ++-- .../services/service/InvalidFormException.java | 4 +--- .../services/service/NotificationService.java | 4 ++-- .../pollen/services/service/PollService.java | 4 +--- .../services/service/PollenResourceService.java | 2 +- .../services/service/PollenServiceSupport.java | 4 +--- .../services/service/PollenUIUrlRenderService.java | 2 +- .../pollen/services/service/PollenUserService.java | 4 +--- .../services/service/VoteCountingService.java | 4 +--- .../services/service/VoteCountingTypeService.java | 2 +- .../pollen/services/service/VoteService.java | 4 +--- .../pollen/services/service/VoterListService.java | 4 +--- .../services/service/mail/ChoiceAddedEmail.java | 4 ++-- .../services/service/mail/ChoiceDeletedEmail.java | 4 ++-- .../services/service/mail/ChoiceEditedEmail.java | 4 ++-- .../services/service/mail/CommentAddedEmail.java | 4 ++-- .../services/service/mail/CommentDeletedEmail.java | 4 ++-- .../services/service/mail/CommentEditedEmail.java | 4 ++-- .../pollen/services/service/mail/EmailService.java | 6 +++--- .../services/service/mail/LostPasswordEmail.java | 4 ++-- .../service/mail/PollChoicePeriodEndedEmail.java | 4 ++-- .../service/mail/PollChoicePeriodStartedEmail.java | 4 ++-- .../services/service/mail/PollClosedEmail.java | 4 ++-- .../services/service/mail/PollCreatedEmail.java | 4 ++-- .../service/mail/PollVotePeriodEndedEmail.java | 4 ++-- .../service/mail/PollVotePeriodStartedEmail.java | 4 ++-- .../service/mail/PollVoteReminderEmail.java | 4 ++-- .../pollen/services/service/mail/PollenMail.java | 4 ++-- .../mail/RestrictedPollInvitationEmail.java | 4 ++-- .../service/mail/UserAccountCreatedEmail.java | 4 ++-- .../services/service/mail/VoteAddedEmail.java | 4 ++-- .../services/service/mail/VoteDeletedEmail.java | 4 ++-- .../services/service/mail/VoteEditedEmail.java | 4 ++-- .../pollen/services/service/package-info.java | 4 +--- .../security/DefaultPollenSecurityContext.java | 4 +--- .../services/service/security/PermissionVerb.java | 4 +--- .../security/PollenAuthenticationException.java | 4 ++-- ...PollenInvalidEmailActivationTokenException.java | 4 +--- .../security/PollenInvalidPasswordException.java | 4 +--- .../security/PollenInvalidPermissionException.java | 4 ++-- .../PollenInvalidSessionTokenException.java | 4 +--- .../service/security/PollenSecurityContext.java | 4 ++-- .../service/security/PollenSecurityRealm.java | 4 +--- .../security/PollenUnauthorizedException.java | 4 ++-- .../services/service/security/SecurityService.java | 4 +--- .../test/FakePollenApplicationContext.java | 8 +++----- .../services/test/FakePollenSecurityContext.java | 4 ++-- .../services/test/FakePollenServiceContext.java | 4 +--- .../pollen/services/AbstractPollenServiceTest.java | 4 +--- .../services/service/FavoriteListServiceTest.java | 4 ++-- .../pollen/services/service/PollServiceTest.java | 4 +--- .../service/PollenUIUrlRenderServiceTest.java | 4 ++-- .../services/service/PollenUserServiceTest.java | 4 +--- .../services/service/VoteCountingServiceTest.java | 4 ++-- .../pollen/services/service/VoteServiceTest.java | 4 ++-- .../services/service/VoterListServiceTest.java | 4 ++-- .../src/test/resources/log4j.properties | 4 +--- .../src/test/resources/pollen-services.properties | 4 ++-- pollen-ui-angular/pom.xml | 21 ++++++++++++++++++++ pollen-ui-angular/src/main/webapp/WEB-INF/web.xml | 4 ++-- 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 | 4 +--- pollen-ui-angular/src/main/webapp/js/app.js | 2 +- .../src/main/webapp/js/controllers/alertCtrl.js | 2 +- .../main/webapp/js/controllers/favoriteListCtrl.js | 2 +- .../src/main/webapp/js/controllers/localeCtrl.js | 2 +- .../src/main/webapp/js/controllers/mainCtrl.js | 2 +- .../src/main/webapp/js/controllers/pollCtrl.js | 2 +- .../src/main/webapp/js/controllers/userCtrl.js | 2 +- pollen-ui-angular/src/main/webapp/js/directives.js | 2 +- .../src/main/webapp/js/libs/ckeditor/config.js | 4 ++-- .../main/webapp/js/scripts/sticky-inline-poll.js | 2 +- pollen-ui-angular/src/main/webapp/js/services.js | 4 ++-- .../src/main/webapp/partials/alerts.html | 2 +- .../src/main/webapp/partials/big-poll.html | 6 ++---- .../src/main/webapp/partials/dateTimePicker.html | 2 +- .../main/webapp/partials/favoriteList-edit.html | 6 ++---- .../main/webapp/partials/favoriteList-list.html | 6 ++---- .../src/main/webapp/partials/home.html | 2 +- .../src/main/webapp/partials/inline-poll.html | 4 +--- .../src/main/webapp/partials/pagination.html | 2 +- .../src/main/webapp/partials/poll-comment.html | 6 ++---- .../src/main/webapp/partials/poll-info.html | 4 ++-- .../src/main/webapp/partials/poll-link.html | 4 +--- .../src/main/webapp/partials/poll-list.html | 4 +--- .../main/webapp/partials/poll-listParticipant.html | 4 +--- .../src/main/webapp/partials/poll-poll.html | 4 +--- .../src/main/webapp/partials/poll-popupChoice.html | 6 ++---- .../src/main/webapp/partials/poll-result.html | 6 ++---- .../src/main/webapp/partials/poll-settings.html | 4 +--- .../src/main/webapp/partials/poll.html | 6 ++---- .../src/main/webapp/partials/printResource.html | 4 ++-- .../src/main/webapp/partials/user-admin-list.html | 4 +--- .../webapp/partials/user-edit-editProfile.html | 4 +--- .../main/webapp/partials/user-edit-password.html | 4 +--- .../webapp/partials/user-edit-viewProfile.html | 4 ++-- .../src/main/webapp/partials/user-edit.html | 4 +--- .../src/main/webapp/partials/user-login.html | 6 ++---- .../main/webapp/partials/user-lostPassword.html | 6 ++---- .../src/main/webapp/partials/user-register.html | 6 ++---- pollen-ui-angular/src/test/karma.conf.ci.js | 2 +- pollen-ui-angular/src/test/karma.conf.js | 2 +- .../src/test/unit/alertControllersTest.js | 2 +- .../src/test/unit/pollControllersTest.js | 4 ++-- pollen-votecounting-aggregator/pom.xml | 21 ++++++++++++++++++++ pollen-votecounting-api/pom.xml | 21 ++++++++++++++++++++ .../pollen/votecounting/AbstractVoteCounting.java | 4 +--- .../votecounting/AbstractVoteCountingStrategy.java | 6 ++---- .../chorem/pollen/votecounting/VoteCounting.java | 4 +--- .../pollen/votecounting/VoteCountingFactory.java | 4 +--- .../pollen/votecounting/VoteCountingNotFound.java | 6 ++---- .../pollen/votecounting/VoteCountingStrategy.java | 6 ++---- .../pollen/votecounting/model/ChoiceIdAble.java | 6 ++---- .../pollen/votecounting/model/ChoiceScore.java | 6 ++---- .../votecounting/model/ChoiceToVoteRenderType.java | 6 ++---- .../pollen/votecounting/model/GroupOfVoter.java | 6 ++---- .../votecounting/model/GroupOfVoterBuilder.java | 6 ++---- .../model/GroupVoteCountingResult.java | 6 ++---- .../pollen/votecounting/model/SimpleVoter.java | 6 ++---- .../votecounting/model/SimpleVoterBuilder.java | 6 ++---- .../votecounting/model/VoteCountingResult.java | 6 ++---- .../pollen/votecounting/model/VoteForChoice.java | 6 ++---- .../chorem/pollen/votecounting/model/Voter.java | 6 ++---- .../pollen/votecounting/model/VoterBuilder.java | 6 ++---- .../votecounting/VoteCountingFactoryTest.java | 6 ++---- .../src/test/resources/log4j.properties | 6 ++---- pollen-votecounting-borda/pom.xml | 21 ++++++++++++++++++++ .../pollen/votecounting/BordaVoteCounting.java | 4 +--- .../votecounting/BordaVoteCountingStrategy.java | 6 ++---- .../BordaVoteCountingStrategyTest.java | 6 ++---- .../votecounting/VoteCountingFactoryTest.java | 6 ++---- .../src/test/resources/log4j.properties | 6 ++---- pollen-votecounting-condorcet/pom.xml | 21 ++++++++++++++++++++ .../pollen/votecounting/CondorcetVoteCounting.java | 4 +--- .../CondorcetVoteCountingStrategy.java | 6 ++---- .../CondorcetVoteCountingStrategyTest.java | 6 ++---- .../votecounting/VoteCountingFactoryTest.java | 6 ++---- .../src/test/resources/log4j.properties | 6 ++---- pollen-votecounting-coombs/pom.xml | 21 ++++++++++++++++++++ .../pollen/votecounting/CoombsVoteCounting.java | 4 +--- .../votecounting/CoombsVoteCountingStrategy.java | 6 ++---- .../CoombsVoteCountingStrategyTest.java | 6 ++---- .../votecounting/VoteCountingFactoryTest.java | 6 ++---- .../src/test/resources/log4j.properties | 6 ++---- pollen-votecounting-instant-runoff/pom.xml | 21 ++++++++++++++++++++ .../votecounting/InstantRunoffVoteCounting.java | 4 +--- .../InstantRunoffVoteCountingStrategy.java | 6 ++---- .../InstantRunoffVoteCountingStrategyTest.java | 6 ++---- .../votecounting/VoteCountingFactoryTest.java | 6 ++---- .../src/test/resources/log4j.properties | 6 ++---- pollen-votecounting-normal/pom.xml | 21 ++++++++++++++++++++ .../pollen/votecounting/NormalVoteCounting.java | 4 +--- .../votecounting/NormalVoteCountingStrategy.java | 6 ++---- .../NormalVoteCountingStrategyTest.java | 6 ++---- .../votecounting/VoteCountingFactoryTest.java | 6 ++---- .../src/test/resources/log4j.properties | 6 ++---- pollen-votecounting-number/pom.xml | 21 ++++++++++++++++++++ .../pollen/votecounting/NumberVoteCounting.java | 4 +--- .../votecounting/NumberVoteCountingStrategy.java | 6 ++---- .../NumberVoteCountingStrategyTest.java | 6 ++---- .../votecounting/VoteCountingFactoryTest.java | 6 ++---- .../src/test/resources/log4j.properties | 6 ++---- pollen-votecounting-percentage/pom.xml | 21 ++++++++++++++++++++ .../votecounting/PercentageVoteCounting.java | 4 +--- .../PercentageVoteCountingStrategy.java | 6 ++---- .../PercentageVoteCountingStrategyTest.java | 6 ++---- .../votecounting/VoteCountingFactoryTest.java | 6 ++---- .../src/test/resources/log4j.properties | 6 ++---- pom.xml | 23 +++++++++++++++++++++- src/site/fr/rst/configure.rst | 4 +--- src/site/fr/rst/depouillement.rst | 4 +--- src/site/fr/rst/index.rst | 4 +--- src/site/rst/configure.rst | 4 +--- src/site/rst/index.rst | 4 +--- src/site/rst/methods.rst | 4 +--- src/site/rst/restApi.rst | 2 +- src/site/rst/security.rst | 4 +--- src/site/rst/service.rst | 4 +--- src/site/rst/tests.rst | 4 +--- src/site/site_en.xml | 4 +--- src/site/site_fr.xml | 4 +--- 289 files changed, 719 insertions(+), 729 deletions(-) diff --git a/pollen-persistence/pom.xml b/pollen-persistence/pom.xml index cb8cc02..7ea1671 100644 --- a/pollen-persistence/pom.xml +++ b/pollen-persistence/pom.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: Persistence + %% + Copyright (C) 2009 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> 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 5908ffa..037ba91 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 org.nuiton.topia.persistence.support.TopiaHibernateSupport; /** * Created on 4/27/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public interface PollenPersistenceContext extends TopiaPersistenceContext, PollenTopiaDaoSupplier { 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 1e7779b..6363861 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 bbcf552..a8184be 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 0144bce..e855854 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 feba455..149dd7e 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 8705347..20ede5e 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 cfbec52..2609f3d 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.persistence.entity; /* * #%L * Pollen :: Persistence - * $Id$ - * $HeadURL: http://svn.chorem.org/svn/pollen/trunk/pollen-persistence/src/main/java/org/... $ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenPrincipalTopiaDao.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenPrincipalTopiaDao.java index 4fca254..6212db4 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 f1c6237..d770330 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.nuiton.topia.persistence.TopiaEntity; /** * Created on 5/5/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenPrincipals { 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 c3064d0..bb2eb02 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 b040a79..20198b9 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.persistence.entity; /* * #%L * Pollen :: Persistence - * $Id$ - * $HeadURL: http://svn.chorem.org/svn/pollen/trunk/pollen-persistence/src/main/java/org/... $ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenUsers.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenUsers.java index 0714ead..ae50738 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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; /** * Created on 4/25/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenUsers { 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 7b79870..9e0dd7a 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.persistence.entity; /* * #%L * Pollen :: Persistence - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/SessionTokenTopiaDao.java b/pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/SessionTokenTopiaDao.java index b0b3168..10ca1ac 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 03dc60f..8bb8617 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.List; /** * Created on 5/16/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since XXX */ public class VoteToChoices { 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 f2d675b..b7686ee 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 506eb9e..fcbb1b3 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 1a7496c..c29a461 100644 --- a/pollen-persistence/src/main/xmi/pollen.properties +++ b/pollen-persistence/src/main/xmi/pollen.properties @@ -1,10 +1,8 @@ ### # #%L # Pollen :: Persistence -# $Id$ -# $HeadURL$ # %% -# Copyright (C) 2009 - 2013 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 6d65c2a..be65759 100644 --- a/pollen-persistence/src/test/resources/db.properties +++ b/pollen-persistence/src/test/resources/db.properties @@ -1,10 +1,8 @@ ### # #%L # Pollen :: Persistence -# $Id$ -# $HeadURL$ # %% -# Copyright (C) 2009 - 2012 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 fbba941..1eab511 100644 --- a/pollen-persistence/src/test/resources/log4j.properties +++ b/pollen-persistence/src/test/resources/log4j.properties @@ -1,10 +1,8 @@ ### # #%L # Pollen :: Persistence -# $Id$ -# $HeadURL$ # %% -# Copyright (C) 2009 - 2012 CodeLutin, Tony Chemit +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 6b60bc9..d9db3ba 100644 --- a/pollen-rest-api/pom.xml +++ b/pollen-rest-api/pom.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: Rest Api + %% + Copyright (C) 2009 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/pollen-rest-api/src/it/pom/pom.xml b/pollen-rest-api/src/it/pom/pom.xml index 161c805..8186cf9 100644 --- a/pollen-rest-api/src/it/pom/pom.xml +++ b/pollen-rest-api/src/it/pom/pom.xml @@ -1,22 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- #%L - Pollen :: UI (struts2) - $Id$ - $HeadURL$ + Pollen :: Rest Api %% - Copyright (C) 2009 - 2012 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% diff --git a/pollen-rest-api/src/jetty/jetty-context.xml b/pollen-rest-api/src/jetty/jetty-context.xml index 2cc76cf..eae2505 100644 --- a/pollen-rest-api/src/jetty/jetty-context.xml +++ b/pollen-rest-api/src/jetty/jetty-context.xml @@ -2,10 +2,8 @@ <!-- #%L Pollen :: Rest Api - $Id$ - $HeadURL$ %% - Copyright (C) 2009 - 2013 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program 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,4 +27,4 @@ <Arg>org.eclipse.jetty.server.webapp.WebInfIncludeJarPattern</Arg> <Arg>.*/.*webmotion.*[^/]\.jar$</Arg> </Call> -</Configure> \ No newline at end of file +</Configure> 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 dabbe1f..bbd632f 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -49,7 +49,7 @@ import java.util.Map; /** * Created on 5/24/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class JsonHelper { 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 d2ab840..559e1c8 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenRestApiApplicationContext.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiApplicationContext.java index cafb91b..dd5b6f4 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenRestApiApplicationListener.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiApplicationListener.java index 20cdf1a..2d5f58f 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenRestApiRequestContext.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiRequestContext.java index 6c3983e..ca8c88f 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 org.debux.webmotion.server.call.HttpContext; /** * Created on 4/25/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenRestApiRequestContext { 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 5a15085..cd2bd5e 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenRestApiUtil.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRestApiUtil.java index 84ec254..daaffd6 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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; /** * Created on 5/16/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenRestApiUtil { 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 9fd9780..5c22017 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 f6ccfd2..b2ba45c 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Date; /** * Created on 5/19/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class DateConverter extends AbstractConverter { 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 8bc1cb4..f7961b5 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.nuiton.topia.persistence.TopiaIdFactory; /** * Created on 5/16/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class JsonArrayConverter<O> extends AbstractConverter { 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 7560194..22bc49e 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.nuiton.topia.persistence.TopiaIdFactory; /** * Created on 5/6/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class JsonConverter<O> extends AbstractConverter { 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 5aa0d22..a80e929 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.lang.reflect.Type; /** * Created on 5/23/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenBeanIdInjector implements ExecutorParametersInjectorHandler.Injector { 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 30752a7..75506ff 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -32,7 +32,7 @@ import java.lang.reflect.Type; /** * Created on 5/23/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenRestApiRequestContextInjector implements ExecutorParametersInjectorHandler.Injector { 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 4177582..fac79a0 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.lang.reflect.Type; /** * Created on 5/23/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenServiceInjector implements ExecutorParametersInjectorHandler.Injector { 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 717a580..91d766c 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api.v1; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/ChoiceApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/ChoiceApi.java index 96d8f2f..1efc66d 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api.v1; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -76,4 +74,4 @@ public class ChoiceApi extends WebMotionController { } -} \ No newline at end of file +} 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 e1002f6..29e5833 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api.v1; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/DocApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/DocApi.java index bf560e9..1dc3676 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -32,7 +32,7 @@ import java.io.InputStream; /** * Created on 4/29/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class DocApi extends WebMotionController { 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 b2ea0e8..d56ab6a 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api.v1; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/FavoriteListApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/FavoriteListApi.java index 23e415d..c9c3aa6 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api.v1; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollApi.java index 6d90b52..5a3d412 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api.v1; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenResourceApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollenResourceApi.java index 6349b86..71b81da 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 55893b8..e477564 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api.v1; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/VoteApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteApi.java index 99f14d5..299f29f 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api.v1; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/VoteCountingApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteCountingApi.java index ec19159..68ee360 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api.v1; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/VoteCountingTypeApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/VoteCountingTypeApi.java index 4c5880b..2833b2a 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 a0cd2a6..dc5246b 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api.v1; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/log4j.properties b/pollen-rest-api/src/main/resources/log4j.properties index da16faf..4dbcfe0 100644 --- a/pollen-rest-api/src/main/resources/log4j.properties +++ b/pollen-rest-api/src/main/resources/log4j.properties @@ -1,10 +1,8 @@ ### # #%L # Pollen :: Rest Api -# $Id$ -# $HeadURL$ # %% -# Copyright (C) 2009 - 2013 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 80bb25e..b823825 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 - 2014 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 ed6f825..7e31d8c 100644 --- a/pollen-rest-api/src/main/webapp/WEB-INF/web.xml +++ b/pollen-rest-api/src/main/webapp/WEB-INF/web.xml @@ -2,10 +2,8 @@ <!-- #%L Pollen :: Rest Api - $Id$ - $HeadURL$ %% - Copyright (C) 2009 - 2013 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program 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,4 +40,4 @@ <url-pattern>/*</url-pattern> </filter-mapping> -</web-app> \ No newline at end of file +</web-app> 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 523b001..ffeb86d 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/AuthApiTest.java b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/AuthApiTest.java index fdef569..d614530 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.net.URISyntaxException; /** * Created on 5/20/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class AuthApiTest extends AbstractPollenRestApiTest { 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 8ca03b6..e8b24fe 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 static org.junit.Assert.assertNotNull; /** * Created on 4/29/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollApiTest extends AbstractPollenRestApiTest { 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 16e2b2f..41a9479 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.rest.api; /* * #%L * Pollen :: Rest Api - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/JsonArrayConverterTest.java b/pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/converter/JsonArrayConverterTest.java index 085d5a3..885e242 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -52,4 +52,4 @@ public class JsonArrayConverterTest { Assert.assertEquals(2, choices[1].getChoiceOrder()); } -} \ No newline at end of file +} 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 8ca1be5..d115dd7 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -88,4 +88,4 @@ public class JsonConverterTest { } -} \ No newline at end of file +} diff --git a/pollen-rest-api/src/test/resources/log4j.properties b/pollen-rest-api/src/test/resources/log4j.properties index bcd6c8d..1915ecf 100644 --- a/pollen-rest-api/src/test/resources/log4j.properties +++ b/pollen-rest-api/src/test/resources/log4j.properties @@ -1,10 +1,8 @@ ### # #%L # Pollen :: Rest Api -# $Id$ -# $HeadURL$ # %% -# Copyright (C) 2009 - 2013 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 71345de..d250183 100644 --- a/pollen-services/pom.xml +++ b/pollen-services/pom.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: Service + %% + Copyright (C) 2009 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> 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 08eef5d..8f667a5 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 ec5d09f..ca19645 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 java.util.Locale; /** * Created on 5/4/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public interface PollenApplicationContext extends Closeable { 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 1b89342..53c8fe3 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 af73f26..2b1c40c 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenServiceContext.java b/pollen-services/src/main/java/org/chorem/pollen/services/PollenServiceContext.java index ac196b4..92c54d9 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenTechnicalException.java b/pollen-services/src/main/java/org/chorem/pollen/services/PollenTechnicalException.java index f6ffdf0..5658496 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 4261f6e..4bbe331 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.TreeSet; * <p/> * Created on 5/8/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class TopiaEntityCopyVisitor<T extends TopiaApplicationContext> implements TopiaEntityVisitor { 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 b469956..dbb9b8a 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 org.chorem.pollen.persistence.entity.ChoiceType; /** * Created on 5/15/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class ChoiceBean extends PollenBean<Choice> { 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 cf4032b..46ba99b 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.math.BigDecimal; /** * Created on 5/27/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class ChoiceScoreBean { 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 262f3bf..fd01dfe 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Date; /** * Created on 5/15/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class CommentBean extends PollenBean<Comment> { 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 c1057be..6acabab 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 org.chorem.pollen.persistence.entity.FavoriteListImpl; /** * Created on 5/15/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class FavoriteListBean extends PollenBean<FavoriteList> { 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 b27e338..cd3636f 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 org.chorem.pollen.persistence.entity.FavoriteListMemberImpl; /** * Created on 5/15/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class FavoriteListMemberBean extends PollenBean<FavoriteListMember> { 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 ea44313..1428bf3 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -32,7 +32,7 @@ import java.util.List; * //FIXME * Created on 5/27/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class GroupVoteCountingResultBean { 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 1ef416a..c5d2597 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.nuiton.util.pagination.PaginationParameter; /** * Created on 5/27/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PaginationParameterBean { 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 415e324..7c7218b 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.List; /** * Created on 5/27/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PaginationResultBean<O extends PollenBean> { 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 cd42a0a..81f33f1 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 java.util.Objects; /** * Created on 5/15/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollBean extends PollenBean<Poll> { 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 61789c7..51b6f70 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 org.nuiton.topia.persistence.TopiaEntity; /** * Created on 5/15/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public abstract class PollenBean<E extends TopiaEntity> { 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 d672df7..51da0dc 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.List; /** * Created on 5/27/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenBeans { 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 47c7638..5a487e6 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -32,7 +32,7 @@ import java.lang.reflect.Type; /** * Created on 5/23/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenEntityId<E extends TopiaEntity> { 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 f1e3c5c..b157df5 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.lang.reflect.Type; /** * Created on 5/15/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenEntityRef<E extends TopiaEntity> extends PollenEntityId<E> { 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 0a63778..3757305 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 org.chorem.pollen.persistence.entity.PollenUserImpl; /** * Created on 5/15/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenUserBean extends PollenBean<PollenUser> { 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 0f6b9b7..f7c901a 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 7c89eb2..adaf5c2 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 eadf02f..3351100 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 9f5cad2..eed01b0 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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; /** * Created on 5/15/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoteBean extends PollenBean<Vote> { 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 974b06a..0c9c31d 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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; /** * Created on 5/27/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoteCountingGroupResultBean { 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 149a4ec..127e4ce 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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; /** * Created on 5/27/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoteCountingResultBean { 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 272eeba..57ff054 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 dbbad5b..91ca0e7 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 org.chorem.pollen.persistence.entity.VoteToChoiceImpl; /** * Created on 5/15/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoteToChoiceBean extends PollenBean<VoteToChoice> { 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 0ed7f5e..440602a 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 org.chorem.pollen.persistence.entity.VoterListImpl; /** * Created on 5/15/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoterListBean extends PollenBean<VoterList> { 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 0bbf458..209da6a 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 org.chorem.pollen.persistence.entity.VoterListMemberImpl; /** * Created on 5/15/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoterListMemberBean extends PollenBean<VoterListMember> { 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 53cfd83..b240794 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 @@ -9,10 +9,8 @@ package org.chorem.pollen.services.bean; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL: http://svn.chorem.org/svn/pollen/trunk/pollen-services/src/main/java/org/cho... $ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 693cd18..1020158 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.config; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenServiceConfigOption.java b/pollen-services/src/main/java/org/chorem/pollen/services/config/PollenServiceConfigOption.java index e6cf0d2..88a4c95 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.config; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/package-info.java b/pollen-services/src/main/java/org/chorem/pollen/services/config/package-info.java index 185e335..51482ac 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 @@ -9,10 +9,8 @@ package org.chorem.pollen.services.config; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 6c13654..8c25ff7 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 @@ -9,10 +9,8 @@ package org.chorem.pollen.services; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 c6ce328..4500074 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/CommentService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/CommentService.java index 11dd0b5..a4a801e 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 @@ -2,11 +2,9 @@ package org.chorem.pollen.services.service; /* * #%L - * Pollen :: Service API - * $Id$ - * $HeadURL$ + * Pollen :: Service * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/ErrorMap.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/ErrorMap.java index 8139885..05bf6d5 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Collection; /** * Created on 5/7/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class ErrorMap { 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 84f31c8..467404f 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.List; /** * Created on 6/5/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public interface FavoriteListImport { 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 1ef4fc6..580a52d 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/FavoriteListImportFromFile.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/FavoriteListImportFromFile.java index 76c85ee..af70266 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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; /** * Created on 6/5/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class FavoriteListImportFromFile extends PollenServiceSupport implements FavoriteListImport { 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 6e4e212..e410290 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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; /** * Created on 6/5/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class FavoriteListImportFromLdap extends PollenServiceSupport implements FavoriteListImport { 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 503e32e..6b4b528 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 @@ -2,11 +2,9 @@ package org.chorem.pollen.services.service; /* * #%L - * Pollen :: Service API - * $Id$ - * $HeadURL$ + * Pollen :: Service * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/FixturesService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/FixturesService.java index dfd53e8..5d06388 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 6956112..b60192b 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 org.nuiton.topia.persistence.TopiaEntity; /** * Created on 5/4/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class InvalidEntityLinkException extends PollenTechnicalException { 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 be9cae9..1b34fbe 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/NotificationService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/NotificationService.java index c6303e0..850f862 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 org.chorem.pollen.services.service.mail.*; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class NotificationService extends PollenServiceSupport { 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 9c30d61..c5fe1e4 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenResourceService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenResourceService.java index 3e9c798..21d4bfb 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 300a1bf..1493679 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenUIUrlRenderService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/PollenUIUrlRenderService.java index e787124..c86721a 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 70751f1..b2db46f 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/VoteCountingService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/VoteCountingService.java index 6143776..72e80d4 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/VoteCountingTypeService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/VoteCountingTypeService.java index 7425b84..5e84c27 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 367b9c6..7a20ef7 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/VoterListService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/VoterListService.java index 559e8b4..6d09a1a 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/ChoiceAddedEmail.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/mail/ChoiceAddedEmail.java index e850d98..f37179c 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class ChoiceAddedEmail extends PollenMail { 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 b116436..a0eab63 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class ChoiceDeletedEmail extends PollenMail { 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 67dab6e..10f55d4 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class ChoiceEditedEmail extends PollenMail { 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 25cf8c1..baaacdf 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class CommentAddedEmail extends PollenMail { 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 e693728..36808ff 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class CommentDeletedEmail extends PollenMail { 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 80b0879..227de9b 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class CommentEditedEmail extends PollenMail { 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 773aae3..8aeceab 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 java.util.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class EmailService extends PollenServiceSupport { @@ -305,4 +305,4 @@ public class EmailService extends PollenServiceSupport { } -} \ No newline at end of file +} 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 2cdb91e..a2d39b6 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class LostPasswordEmail extends PollenMail { 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 7d99aad..f4363e6 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollChoicePeriodEndedEmail extends PollenMail { 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 ad6043c..8a84683 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollChoicePeriodStartedEmail extends PollenMail { 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 d4cb9fa..bede0cd 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollClosedEmail extends PollenMail { 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 60f8977..3a24699 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollCreatedEmail extends PollenMail { 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 f6c93dd..89cc2e1 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollVotePeriodEndedEmail extends PollenMail { 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 7d2c1d6..a2fb520 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollVotePeriodStartedEmail extends PollenMail { 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 1cc1266..d443328 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollVoteReminderEmail extends PollenMail { 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 4153d43..3aeb0fa 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public abstract class PollenMail { 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 521a468..0153c8a 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class RestrictedPollInvitationEmail extends PollenMail { 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 373583a..bef90af 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class UserAccountCreatedEmail extends PollenMail { 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 6017971..b67b50c 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoteAddedEmail extends PollenMail { 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 9ccaeb5..b217a54 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoteDeletedEmail extends PollenMail { 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 9862825..7682d83 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Locale; /** * Created on 4/30/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoteEditedEmail extends PollenMail { 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 600973f..7b20a8f 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 @@ -9,10 +9,8 @@ package org.chorem.pollen.services.service; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 9f81912..97652dd 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service.security; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PermissionVerb.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PermissionVerb.java index b16f99b..49d3636 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service.security; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenAuthenticationException.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenAuthenticationException.java index de08694..27e16d1 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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; /** * Created on 5/4/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenAuthenticationException extends Exception { 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 68fb208..a66aee5 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service.security; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenInvalidPasswordException.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidPasswordException.java index d91fe99..02d8454 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service.security; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenInvalidPermissionException.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenInvalidPermissionException.java index c022564..cf2db11 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.chorem.pollen.services.PollenTechnicalException; /** * Created on 5/1/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenInvalidPermissionException extends PollenTechnicalException { 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 eea54fc..6245b79 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service.security; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenSecurityContext.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenSecurityContext.java index 5bc9471..64ab7f9 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 org.chorem.pollen.persistence.entity.SessionToken; /** * Created on 5/1/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public interface PollenSecurityContext { 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 b7a4201..c6e9beb 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service.security; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenUnauthorizedException.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/security/PollenUnauthorizedException.java index 85073d5..048a026 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.chorem.pollen.services.PollenTechnicalException; /** * Created on 5/1/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class PollenUnauthorizedException extends PollenTechnicalException { 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 6afeadc..74d430d 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service.security; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/FakePollenApplicationContext.java b/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenApplicationContext.java index 2288119..9292eba 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 @@ -2,11 +2,9 @@ package org.chorem.pollen.services.test; /* * #%L - * ToPIA :: JUnit - * $Id$ - * $HeadURL: http://svn.nuiton.org/svn/topia/trunk/topia-junit/src/main/java/org/nuiton/t... $ + * Pollen :: Service * %% - * Copyright (C) 2004 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 +54,7 @@ import java.util.Properties; import java.util.concurrent.atomic.AtomicInteger; /** - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class FakePollenApplicationContext extends TestWatcher implements PollenApplicationContext { 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 fa25e59..7e3b067 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.chorem.pollen.services.service.security.DefaultPollenSecurityContext; /** * Created on 5/1/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class FakePollenSecurityContext extends DefaultPollenSecurityContext { 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 e4876b0..b0e3a62 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.test; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 648d503..655eedc 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 504118b..c9f9b20 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.Date; /** * Created on 5/29/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class FavoriteListServiceTest extends AbstractPollenServiceTest { 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 41fbce4..6808354 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PollenUIUrlRenderServiceTest.java b/pollen-services/src/test/java/org/chorem/pollen/services/service/PollenUIUrlRenderServiceTest.java index dc8621d..90d71c0 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -97,4 +97,4 @@ public class PollenUIUrlRenderServiceTest extends AbstractPollenServiceTest { Assert.assertEquals("http://localhost/#/user/UserId/Token", url); } -} \ No newline at end of file +} 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 ca53b96..4e84ca0 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.services.service; /* * #%L * Pollen :: Service - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/VoteCountingServiceTest.java b/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteCountingServiceTest.java index c025bf6..fdfea1d 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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.List; /** * Created on 5/22/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoteCountingServiceTest extends AbstractPollenServiceTest { 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 a5ca140..777483e 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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,4 +38,4 @@ public class VoteServiceTest extends AbstractPollenServiceTest { //TODO } -} \ No newline at end of file +} 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 693761b..0eee9e3 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 java.util.Set; /** * Created on 6/6/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - dev@tchemit.fr * @since 2.0 */ public class VoterListServiceTest extends AbstractPollenServiceTest { diff --git a/pollen-services/src/test/resources/log4j.properties b/pollen-services/src/test/resources/log4j.properties index 96179a3..b0318e3 100644 --- a/pollen-services/src/test/resources/log4j.properties +++ b/pollen-services/src/test/resources/log4j.properties @@ -1,10 +1,8 @@ ### # #%L # Pollen :: Service -# $Id$ -# $HeadURL$ # %% -# Copyright (C) 2009 - 2013 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 e86489f..cb72429 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 - 2014 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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,4 +25,4 @@ hibernate.connection.password=sa hibernate.connection.driver_class=org.h2.Driver hibernate.hbm2ddl.auto=update pollen.version=${project.version} -pollen.ui.host=http://localhost \ No newline at end of file +pollen.ui.host=http://localhost diff --git a/pollen-ui-angular/pom.xml b/pollen-ui-angular/pom.xml index 3888260..2c3ba66 100644 --- a/pollen-ui-angular/pom.xml +++ b/pollen-ui-angular/pom.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: UI (Angular) + %% + Copyright (C) 2009 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> 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 8e52c50..94cebf1 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 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program 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,4 +28,4 @@ http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"> <display-name>Pollen UI (Angular)</display-name> -</web-app> \ No newline at end of file +</web-app> diff --git a/pollen-ui-angular/src/main/webapp/i18n/en.js b/pollen-ui-angular/src/main/webapp/i18n/en.js index 3a870ad..2c4ec85 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 83aa080..29662e0 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 7d77fef..5276aaf 100644 --- a/pollen-ui-angular/src/main/webapp/index.html +++ b/pollen-ui-angular/src/main/webapp/index.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% diff --git a/pollen-ui-angular/src/main/webapp/js/app.js b/pollen-ui-angular/src/main/webapp/js/app.js index 4666bb4..22851f8 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 3100aee..d22fde6 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 7120fa4..80e6647 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 8c963a2..3a955fe 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 7e545b5..1e8b7af 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 f39d79b..f42dc5e 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 9096a16..52ac830 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 3d433f0..3150dda 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 eeedea0..a9ddccc 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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,4 +33,4 @@ CKEDITOR.editorConfig = function (config) { ]; -}; \ No newline at end of file +}; 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 8595eb8..0a7ebe1 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 60f5ee9..ecb2af9 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -484,4 +484,4 @@ angular.module('pollenServices', ['ngResource']) $rootScope.$broadcast('titleChange'); } }; -}]); \ No newline at end of file +}]); diff --git a/pollen-ui-angular/src/main/webapp/partials/alerts.html b/pollen-ui-angular/src/main/webapp/partials/alerts.html index 03cd7f1..d78562d 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 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program 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 d067aac..8ce5d9b 100644 --- a/pollen-ui-angular/src/main/webapp/partials/big-poll.html +++ b/pollen-ui-angular/src/main/webapp/partials/big-poll.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% @@ -78,4 +76,4 @@ <div class="col-sm-2"> <button class="btn btn-primary" ng-click="voter()">{{ 'action.vote' | translate }}</button> </div> -</div> \ No newline at end of file +</div> diff --git a/pollen-ui-angular/src/main/webapp/partials/dateTimePicker.html b/pollen-ui-angular/src/main/webapp/partials/dateTimePicker.html index 6bae019..acba8e1 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 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program 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 5e93c2d..637a558 100644 --- a/pollen-ui-angular/src/main/webapp/partials/favoriteList-edit.html +++ b/pollen-ui-angular/src/main/webapp/partials/favoriteList-edit.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% @@ -81,4 +79,4 @@ <a href="#/favoriteList" class="btn btn-default"><span class="fa fa-return"></span> {{ 'action.return' | translate }}</a> <button class="btn btn-info" ng-click="newFavoriteList()"><span class="fa fa-plus"></span> {{ 'action.favoriteList.add' | translate }}</button> </div> -</div> \ No newline at end of file +</div> 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 79ed4b6..1daecad 100644 --- a/pollen-ui-angular/src/main/webapp/partials/favoriteList-list.html +++ b/pollen-ui-angular/src/main/webapp/partials/favoriteList-list.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% @@ -31,4 +29,4 @@ <make-pagination current-page="data.favoriteListPagination.currentPage" last-page="data.favoriteListPagination.lastPage" page-size="data.favoriteListPagination.pageSize"></make-pagination> -</div> \ No newline at end of file +</div> diff --git a/pollen-ui-angular/src/main/webapp/partials/home.html b/pollen-ui-angular/src/main/webapp/partials/home.html index addf9a2..1506a72 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 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program 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 c610940..044d75e 100644 --- a/pollen-ui-angular/src/main/webapp/partials/inline-poll.html +++ b/pollen-ui-angular/src/main/webapp/partials/inline-poll.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% diff --git a/pollen-ui-angular/src/main/webapp/partials/pagination.html b/pollen-ui-angular/src/main/webapp/partials/pagination.html index ff524c1..2071952 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 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program 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 890d99c..8ef7170 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-comment.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-comment.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% @@ -95,4 +93,4 @@ <make-pagination current-page="data.commentsPagination.currentPage" last-page="data.commentsPagination.lastPage" page-size="pageSize"></make-pagination> -</div> \ No newline at end of file +</div> 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 7b294eb..f69aaf1 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 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -67,4 +67,4 @@ <div ng-if="data.voteCountingType" class="anim"> <h4>{{ 'poll.info.voteCountingType' | translate:{'name':data.voteCountingType.name} }}</h4> <p ng-bind-html="toHTML(data.voteCountingType.helper)"></p> -</div> \ No newline at end of file +</div> 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 bc06d02..9559a64 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-link.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-link.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% 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 563694d..9be6072 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-list.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-list.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% 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 d65d418..514cbf3 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-listParticipant.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-listParticipant.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% 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 81bad14..b709377 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-poll.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-poll.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% 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 0b67ab0..9812ad8 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-popupChoice.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-popupChoice.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% @@ -75,4 +73,4 @@ <!--<button type="button" class="btn btn-success" ng-click="saveChoice()"><span class="fa fa-save"></span> Sauvegarder</button>--> <!--<button type="button" class="btn btn-primary" ng-click="saveChoiceAndContinue()"><span class="fa fa-save"></span> Sauvegarder et nouveau</button>--> </div> -</form> \ No newline at end of file +</form> 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 ea74e2d..5d54b8c 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-result.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-result.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% @@ -88,4 +86,4 @@ </table> </div> -</div> \ No newline at end of file +</div> 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 7d156a2..8eed9ee 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll-settings.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll-settings.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% diff --git a/pollen-ui-angular/src/main/webapp/partials/poll.html b/pollen-ui-angular/src/main/webapp/partials/poll.html index 39fc43e..6be5523 100644 --- a/pollen-ui-angular/src/main/webapp/partials/poll.html +++ b/pollen-ui-angular/src/main/webapp/partials/poll.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% @@ -116,4 +114,4 @@ </div> -<div ng-include="'./partials/poll-link.html'" id="poll-link" ng-class="{'mini-link': globalVariables.minify}" ng-show="data.poll.id"></div> \ No newline at end of file +<div ng-include="'./partials/poll-link.html'" id="poll-link" ng-class="{'mini-link': globalVariables.minify}" ng-show="data.poll.id"></div> diff --git a/pollen-ui-angular/src/main/webapp/partials/printResource.html b/pollen-ui-angular/src/main/webapp/partials/printResource.html index ebd4ed7..7daae5f 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 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program 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,4 +37,4 @@ <span>{{meta.name}}</span> <img ng-attr-src="{{resourceURL}}" /> </div> -</div> \ No newline at end of file +</div> 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 ced5a98..e19ca86 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,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% 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 975fb61..50a1f83 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,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% 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 b63f1f6..2eea68c 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,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% 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 fe17596..245a47a 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 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program 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,4 +43,4 @@ <div class="col-sm-7"> <button class="btn btn-warning" ng-click="disableUser()"><span class="fa fa-ban"></span> {{ 'user.disableMe' | translate }}</button> </div> -</div> \ No newline at end of file +</div> 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 31a2f82..09a246f 100644 --- a/pollen-ui-angular/src/main/webapp/partials/user-edit.html +++ b/pollen-ui-angular/src/main/webapp/partials/user-edit.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% 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 acc20d9..db7f16f 100644 --- a/pollen-ui-angular/src/main/webapp/partials/user-login.html +++ b/pollen-ui-angular/src/main/webapp/partials/user-login.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% @@ -49,4 +47,4 @@ <a href="#/user/lostpassword"> {{ 'user.forgotPassword' | translate }}</a> </div> -</form> \ No newline at end of file +</form> 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 5b54bc4..140cb66 100644 --- a/pollen-ui-angular/src/main/webapp/partials/user-lostPassword.html +++ b/pollen-ui-angular/src/main/webapp/partials/user-lostPassword.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% @@ -42,4 +40,4 @@ </div> <div class="col-sm-1"></div> </div> -</form> \ No newline at end of file +</form> 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 66dab4e..8459514 100644 --- a/pollen-ui-angular/src/main/webapp/partials/user-register.html +++ b/pollen-ui-angular/src/main/webapp/partials/user-register.html @@ -2,18 +2,16 @@ #%L Pollen :: UI (Angular) %% - Copyright (C) 2009 - 2014 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. #L% @@ -84,4 +82,4 @@ </div> <div class="col-sm-1"></div> </div> -</form> \ No newline at end of file +</form> diff --git a/pollen-ui-angular/src/test/karma.conf.ci.js b/pollen-ui-angular/src/test/karma.conf.ci.js index b29911b..4d21e19 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 7679c33..516f414 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 94e7a19..bae5cdf 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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 465e0a6..0eece6d 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 - 2014 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -519,4 +519,4 @@ describe('List of poll controller', function () { it('should load PollListCtrl', function() { expect(ctrl).toBeDefined(); }); -}); \ No newline at end of file +}); diff --git a/pollen-votecounting-aggregator/pom.xml b/pollen-votecounting-aggregator/pom.xml index 5012b50..5e71c9b 100644 --- a/pollen-votecounting-aggregator/pom.xml +++ b/pollen-votecounting-aggregator/pom.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: VoteCounting (Aggregator) + %% + Copyright (C) 2009 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/pollen-votecounting-api/pom.xml b/pollen-votecounting-api/pom.xml index dfbb715..4f86b0a 100644 --- a/pollen-votecounting-api/pom.xml +++ b/pollen-votecounting-api/pom.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: VoteCounting (Api) + %% + Copyright (C) 2009 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> 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 bb8b4a4..ce46fd6 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.votecounting; /* * #%L * Pollen :: VoteCounting (Api) - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/AbstractVoteCountingStrategy.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/AbstractVoteCountingStrategy.java index 81906ad..6c80743 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/VoteCounting.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCounting.java index 368f5c5..56974ad 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.votecounting; /* * #%L * Pollen :: VoteCounting (Api) - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/VoteCountingFactory.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingFactory.java index a361341..d41d45e 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.votecounting; /* * #%L * Pollen :: VoteCounting (Api) - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/VoteCountingNotFound.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingNotFound.java index 5ac7607..6fcddd1 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/VoteCountingStrategy.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/VoteCountingStrategy.java index 306b372..b1ebed4 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/model/ChoiceIdAble.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceIdAble.java index 2879cd1..7e4ab34 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/model/ChoiceScore.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceScore.java index ed9b5c9..c83fa59 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/model/ChoiceToVoteRenderType.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/ChoiceToVoteRenderType.java index a6f2e2e..6f7aa9f 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/model/GroupOfVoter.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupOfVoter.java index f6b3361..35d1974 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/model/GroupOfVoterBuilder.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupOfVoterBuilder.java index 17dfe9c..67864d6 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 @@ -2,11 +2,9 @@ package org.chorem.pollen.votecounting.model; /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/model/GroupVoteCountingResult.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/GroupVoteCountingResult.java index a0e2071..2146366 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/model/SimpleVoter.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/SimpleVoter.java index e01416e..2fe3d40 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/model/SimpleVoterBuilder.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/SimpleVoterBuilder.java index 7d58741..a1c2c6e 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 @@ -2,11 +2,9 @@ package org.chorem.pollen.votecounting.model; /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/model/VoteCountingResult.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoteCountingResult.java index 7d150d0..60ce97b 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/model/VoteForChoice.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoteForChoice.java index 7db1d7d..e4bf140 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/model/Voter.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/Voter.java index e616f52..2e1fc3a 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/model/VoterBuilder.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/model/VoterBuilder.java index 76432e6..0ef800b 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-api/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index b3870df..5a25425 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting Api - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting (Api) * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/resources/log4j.properties b/pollen-votecounting-api/src/test/resources/log4j.properties index 2c35996..5743474 100644 --- a/pollen-votecounting-api/src/test/resources/log4j.properties +++ b/pollen-votecounting-api/src/test/resources/log4j.properties @@ -1,10 +1,8 @@ ### # #%L -# Pollen :: VoteCounting Api -# $Id$ -# $HeadURL$ +# Pollen :: VoteCounting (Api) # %% -# Copyright (C) 2009 - 2012 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 fba3fd7..0530a8c 100644 --- a/pollen-votecounting-borda/pom.xml +++ b/pollen-votecounting-borda/pom.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: VoteCounting :: Borda + %% + Copyright (C) 2009 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> 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 8f660aa..9e59aee 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.votecounting; /* * #%L * Pollen :: VoteCounting :: Borda - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/BordaVoteCountingStrategy.java b/pollen-votecounting-borda/src/main/java/org/chorem/pollen/votecounting/BordaVoteCountingStrategy.java index 776b5b6..85e2bc8 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Borda - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Borda * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/BordaVoteCountingStrategyTest.java b/pollen-votecounting-borda/src/test/java/org/chorem/pollen/votecounting/BordaVoteCountingStrategyTest.java index 6a0de2c..417e392 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Borda - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Borda * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-borda/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index 1c4949a..8db4f38 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Borda - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Borda * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/resources/log4j.properties b/pollen-votecounting-borda/src/test/resources/log4j.properties index 8db1a8e..99d82eb 100644 --- a/pollen-votecounting-borda/src/test/resources/log4j.properties +++ b/pollen-votecounting-borda/src/test/resources/log4j.properties @@ -1,10 +1,8 @@ ### # #%L -# Pollen :: VoteCounting strategy :: Condorcet -# $Id$ -# $HeadURL$ +# Pollen :: VoteCounting :: Borda # %% -# Copyright (C) 2009 - 2012 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 345fe66..be79062 100644 --- a/pollen-votecounting-condorcet/pom.xml +++ b/pollen-votecounting-condorcet/pom.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: VoteCounting :: Condorcet + %% + Copyright (C) 2009 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> 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 bf67f49..9e217f2 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.votecounting; /* * #%L * Pollen :: VoteCounting :: Condorcet - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/CondorcetVoteCountingStrategy.java b/pollen-votecounting-condorcet/src/main/java/org/chorem/pollen/votecounting/CondorcetVoteCountingStrategy.java index b6ba31c..3ceed5c 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Condorcet - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Condorcet * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/CondorcetVoteCountingStrategyTest.java b/pollen-votecounting-condorcet/src/test/java/org/chorem/pollen/votecounting/CondorcetVoteCountingStrategyTest.java index a538fe4..0d3bcb9 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Condorcet - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Condorcet * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-condorcet/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index 6bd8049..cfed793 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Condorcet - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Condorcet * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/resources/log4j.properties b/pollen-votecounting-condorcet/src/test/resources/log4j.properties index 8db1a8e..ba21850 100644 --- a/pollen-votecounting-condorcet/src/test/resources/log4j.properties +++ b/pollen-votecounting-condorcet/src/test/resources/log4j.properties @@ -1,10 +1,8 @@ ### # #%L -# Pollen :: VoteCounting strategy :: Condorcet -# $Id$ -# $HeadURL$ +# Pollen :: VoteCounting :: Condorcet # %% -# Copyright (C) 2009 - 2012 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 eb73702..7f988a2 100644 --- a/pollen-votecounting-coombs/pom.xml +++ b/pollen-votecounting-coombs/pom.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: VoteCounting :: Coombs + %% + Copyright (C) 2009 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> 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 39e1614..1ee306e 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.votecounting; /* * #%L * Pollen :: VoteCounting :: Coombs - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/CoombsVoteCountingStrategy.java b/pollen-votecounting-coombs/src/main/java/org/chorem/pollen/votecounting/CoombsVoteCountingStrategy.java index 241329d..23c0420 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Coombs - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Coombs * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/CoombsVoteCountingStrategyTest.java b/pollen-votecounting-coombs/src/test/java/org/chorem/pollen/votecounting/CoombsVoteCountingStrategyTest.java index 8a8a2cf..d21b03f 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Coombs - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Coombs * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-coombs/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index 4079031..960bc55 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Coombs - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Coombs * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/resources/log4j.properties b/pollen-votecounting-coombs/src/test/resources/log4j.properties index d87a163..4f36c64 100644 --- a/pollen-votecounting-coombs/src/test/resources/log4j.properties +++ b/pollen-votecounting-coombs/src/test/resources/log4j.properties @@ -1,10 +1,8 @@ ### # #%L -# Pollen :: VoteCounting strategy :: Coombs -# $Id$ -# $HeadURL$ +# Pollen :: VoteCounting :: Coombs # %% -# Copyright (C) 2009 - 2012 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 aaa023b..e7e5c49 100644 --- a/pollen-votecounting-instant-runoff/pom.xml +++ b/pollen-votecounting-instant-runoff/pom.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: VoteCounting :: Instant Runoff + %% + Copyright (C) 2009 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> 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 2b5ea35..3e4e1f3 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.votecounting; /* * #%L * Pollen :: VoteCounting :: Instant Runoff - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/InstantRunoffVoteCountingStrategy.java b/pollen-votecounting-instant-runoff/src/main/java/org/chorem/pollen/votecounting/InstantRunoffVoteCountingStrategy.java index d57d4f5..305e8e6 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Instant Runoff - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Instant Runoff * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/InstantRunoffVoteCountingStrategyTest.java b/pollen-votecounting-instant-runoff/src/test/java/org/chorem/pollen/votecounting/InstantRunoffVoteCountingStrategyTest.java index 49c1271..5d76831 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Instant Runoff - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Instant Runoff * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-instant-runoff/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index c5ab990..b3dc78d 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Instant Runoff - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Instant Runoff * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/resources/log4j.properties b/pollen-votecounting-instant-runoff/src/test/resources/log4j.properties index 8134979..7c5dc69 100644 --- a/pollen-votecounting-instant-runoff/src/test/resources/log4j.properties +++ b/pollen-votecounting-instant-runoff/src/test/resources/log4j.properties @@ -1,10 +1,8 @@ ### # #%L -# Pollen :: VoteCounting strategy :: Instant Runoff -# $Id$ -# $HeadURL$ +# Pollen :: VoteCounting :: Instant Runoff # %% -# Copyright (C) 2009 - 2012 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 f60484d..7796f39 100644 --- a/pollen-votecounting-normal/pom.xml +++ b/pollen-votecounting-normal/pom.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: VoteCounting :: Normal + %% + Copyright (C) 2009 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> 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 c56120f..ac37fca 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.votecounting; /* * #%L * Pollen :: VoteCounting :: Normal - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/NormalVoteCountingStrategy.java b/pollen-votecounting-normal/src/main/java/org/chorem/pollen/votecounting/NormalVoteCountingStrategy.java index 0c28617..d28c8a4 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Normal - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Normal * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/NormalVoteCountingStrategyTest.java b/pollen-votecounting-normal/src/test/java/org/chorem/pollen/votecounting/NormalVoteCountingStrategyTest.java index 5e806bb..7a41ee3 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Normal - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Normal * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-normal/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index f653294..c2a3472 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Normal - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Normal * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/resources/log4j.properties b/pollen-votecounting-normal/src/test/resources/log4j.properties index 631d77b..638595e 100644 --- a/pollen-votecounting-normal/src/test/resources/log4j.properties +++ b/pollen-votecounting-normal/src/test/resources/log4j.properties @@ -1,10 +1,8 @@ ### # #%L -# Pollen :: VoteCounting strategy :: Normal -# $Id$ -# $HeadURL$ +# Pollen :: VoteCounting :: Normal # %% -# Copyright (C) 2009 - 2012 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 c734203..9bbd26c 100644 --- a/pollen-votecounting-number/pom.xml +++ b/pollen-votecounting-number/pom.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: VoteCounting :: Number + %% + Copyright (C) 2009 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> 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 e704d48..2000f65 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.votecounting; /* * #%L * Pollen :: VoteCounting :: Number - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/NumberVoteCountingStrategy.java b/pollen-votecounting-number/src/main/java/org/chorem/pollen/votecounting/NumberVoteCountingStrategy.java index b85c860..574b196 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Number - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Number * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/NumberVoteCountingStrategyTest.java b/pollen-votecounting-number/src/test/java/org/chorem/pollen/votecounting/NumberVoteCountingStrategyTest.java index 76a44e1..fdeb828 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Number - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Number * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-number/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index d99194a..b479ad4 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Number - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Number * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/resources/log4j.properties b/pollen-votecounting-number/src/test/resources/log4j.properties index 0676156..0465a13 100644 --- a/pollen-votecounting-number/src/test/resources/log4j.properties +++ b/pollen-votecounting-number/src/test/resources/log4j.properties @@ -1,10 +1,8 @@ ### # #%L -# Pollen :: VoteCounting strategy :: Number -# $Id$ -# $HeadURL$ +# Pollen :: VoteCounting :: Number # %% -# Copyright (C) 2009 - 2012 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 2db0b26..842b59a 100644 --- a/pollen-votecounting-percentage/pom.xml +++ b/pollen-votecounting-percentage/pom.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen :: VoteCounting :: Percentage + %% + Copyright (C) 2009 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> 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 5ad1a91..a8f1f1e 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 @@ -3,10 +3,8 @@ package org.chorem.pollen.votecounting; /* * #%L * Pollen :: VoteCounting :: Percentage - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/PercentageVoteCountingStrategy.java b/pollen-votecounting-percentage/src/main/java/org/chorem/pollen/votecounting/PercentageVoteCountingStrategy.java index bdbe513..7cdbad6 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Percentage - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Percentage * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/PercentageVoteCountingStrategyTest.java b/pollen-votecounting-percentage/src/test/java/org/chorem/pollen/votecounting/PercentageVoteCountingStrategyTest.java index 8c72574..371937c 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Percentage - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Percentage * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java b/pollen-votecounting-percentage/src/test/java/org/chorem/pollen/votecounting/VoteCountingFactoryTest.java index 6743903..8c22db6 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 @@ -1,10 +1,8 @@ /* * #%L - * Pollen :: VoteCounting strategy :: Percentage - * $Id$ - * $HeadURL$ + * Pollen :: VoteCounting :: Percentage * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2017 CodeLutin * %% * This program 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/test/resources/log4j.properties b/pollen-votecounting-percentage/src/test/resources/log4j.properties index 3d8fafc..14c2f68 100644 --- a/pollen-votecounting-percentage/src/test/resources/log4j.properties +++ b/pollen-votecounting-percentage/src/test/resources/log4j.properties @@ -1,10 +1,8 @@ ### # #%L -# Pollen :: VoteCounting strategy :: Percentage -# $Id$ -# $HeadURL$ +# Pollen :: VoteCounting :: Percentage # %% -# Copyright (C) 2009 - 2012 CodeLutin +# Copyright (C) 2009 - 2017 CodeLutin # %% # This program 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 ca452a3..b89c99e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Pollen + %% + Copyright (C) 2009 - 2017 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.nuiton</groupId> <artifactId>chorempom</artifactId> - <version>9</version> + <version>10.5</version> </parent> <groupId>org.chorem</groupId> diff --git a/src/site/fr/rst/configure.rst b/src/site/fr/rst/configure.rst index 7f5c5a6..2549a1b 100644 --- a/src/site/fr/rst/configure.rst +++ b/src/site/fr/rst/configure.rst @@ -1,10 +1,8 @@ .. - .. * #%L .. * Pollen -.. * $Id$ -.. * $HeadURL$ .. * %% -.. * Copyright (C) 2009 - 2012 CodeLutin +.. * Copyright (C) 2009 - 2017 CodeLutin .. * %% .. * This program 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 2cd7794..d858af1 100644 --- a/src/site/fr/rst/depouillement.rst +++ b/src/site/fr/rst/depouillement.rst @@ -1,10 +1,8 @@ .. - .. * #%L .. * Pollen -.. * $Id$ -.. * $HeadURL$ .. * %% -.. * Copyright (C) 2009 - 2012 CodeLutin +.. * Copyright (C) 2009 - 2017 CodeLutin .. * %% .. * This program 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 8cb59f9..a5bb0dd 100644 --- a/src/site/fr/rst/index.rst +++ b/src/site/fr/rst/index.rst @@ -1,10 +1,8 @@ .. - .. * #%L .. * Pollen -.. * $Id$ -.. * $HeadURL$ .. * %% -.. * Copyright (C) 2009 - 2012 CodeLutin +.. * Copyright (C) 2009 - 2017 CodeLutin .. * %% .. * This program 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 07b0ea7..be25484 100644 --- a/src/site/rst/configure.rst +++ b/src/site/rst/configure.rst @@ -1,10 +1,8 @@ .. - .. * #%L .. * Pollen -.. * $Id$ -.. * $HeadURL$ .. * %% -.. * Copyright (C) 2009 - 2012 CodeLutin +.. * Copyright (C) 2009 - 2017 CodeLutin .. * %% .. * This program 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 0ca6797..c92303d 100644 --- a/src/site/rst/index.rst +++ b/src/site/rst/index.rst @@ -1,10 +1,8 @@ .. - .. * #%L .. * Pollen -.. * $Id$ -.. * $HeadURL$ .. * %% -.. * Copyright (C) 2009 - 2012 CodeLutin +.. * Copyright (C) 2009 - 2017 CodeLutin .. * %% .. * This program 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 ef1d949..d08fbf0 100644 --- a/src/site/rst/methods.rst +++ b/src/site/rst/methods.rst @@ -1,10 +1,8 @@ .. - .. * #%L .. * Pollen -.. * $Id$ -.. * $HeadURL$ .. * %% -.. * Copyright (C) 2009 - 2012 CodeLutin +.. * Copyright (C) 2009 - 2017 CodeLutin .. * %% .. * This program 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 fe4591b..9b18277 100644 --- a/src/site/rst/restApi.rst +++ b/src/site/rst/restApi.rst @@ -2,7 +2,7 @@ .. * #%L .. * Pollen .. * %% -.. * Copyright (C) 2009 - 2014 CodeLutin +.. * Copyright (C) 2009 - 2017 CodeLutin .. * %% .. * This program 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 0726ac1..4784b10 100644 --- a/src/site/rst/security.rst +++ b/src/site/rst/security.rst @@ -1,10 +1,8 @@ .. - .. * #%L .. * Pollen -.. * $Id$ -.. * $HeadURL$ .. * %% -.. * Copyright (C) 2009 - 2012 CodeLutin +.. * Copyright (C) 2009 - 2017 CodeLutin .. * %% .. * This program 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 0dbb272..45646a1 100644 --- a/src/site/rst/service.rst +++ b/src/site/rst/service.rst @@ -1,10 +1,8 @@ .. - .. * #%L .. * Pollen -.. * $Id$ -.. * $HeadURL$ .. * %% -.. * Copyright (C) 2009 - 2013 CodeLutin, Tony Chemit +.. * Copyright (C) 2009 - 2017 CodeLutin .. * %% .. * This program 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 17c2773..e5654c4 100644 --- a/src/site/rst/tests.rst +++ b/src/site/rst/tests.rst @@ -1,10 +1,8 @@ .. - .. * #%L .. * Pollen -.. * $Id$ -.. * $HeadURL$ .. * %% -.. * Copyright (C) 2009 - 2012 CodeLutin +.. * Copyright (C) 2009 - 2017 CodeLutin .. * %% .. * This program 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 76d5330..fd9b910 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -2,10 +2,8 @@ <!-- #%L Pollen - $Id$ - $HeadURL$ %% - Copyright (C) 2009 - 2012 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program 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 77828dc..7d418c4 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -2,10 +2,8 @@ <!-- #%L Pollen - $Id$ - $HeadURL$ %% - Copyright (C) 2009 - 2012 CodeLutin + Copyright (C) 2009 - 2017 CodeLutin %% This program 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>.