This is an automated email from the git hooks/post-receive script. New commit to branch feature/april in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit ae096ef27de8c4dd6b06d0ddbca5d4102d81c66b Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Sep 21 17:03:35 2018 +0200 add header file --- .../pollen/services/job/AnonymizeOlderVoteJob.java | 23 +++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/job/AnonymizeOlderVoteJob.java b/pollen-services/src/main/java/org/chorem/pollen/services/job/AnonymizeOlderVoteJob.java index f2e3176b..228a78bd 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/job/AnonymizeOlderVoteJob.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/job/AnonymizeOlderVoteJob.java @@ -1,5 +1,26 @@ package org.chorem.pollen.services.job; +/*- + * #%L + * Pollen :: Service + * %% + * Copyright (C) 2009 - 2018 CodeLutin + * %% + * This program 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% + */ + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.chorem.pollen.services.service.VoteService; @@ -20,4 +41,4 @@ public class AnonymizeOlderVoteJob extends AbstractPollenJob { VoteService voteService = newService(VoteService.class); voteService.purgeOldVotes(); } -} \ No newline at end of file +} -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.