This is an automated email from the git hooks/post-receive script. New commit to branch release/3.2.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit aa3fef8e8cfaa8f0392d05e1ab2eeb7eed140b8b Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Sun Jul 1 14:13:59 2018 +0200 ajout des entête de fichier --- .../pollen/services/service/CryptoService.java | 21 +++++++++++++++++++++ .../votecounting/AbstractVoteCountingMaxChoice.java | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/service/CryptoService.java b/pollen-services/src/main/java/org/chorem/pollen/services/service/CryptoService.java index 109f82f7..6dd1d90d 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/service/CryptoService.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/service/CryptoService.java @@ -1,5 +1,26 @@ package org.chorem.pollen.services.service; +/*- + * #%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.bouncycastle.bcpg.ArmoredOutputStream; diff --git a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/AbstractVoteCountingMaxChoice.java b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/AbstractVoteCountingMaxChoice.java index 88900794..603ea480 100644 --- a/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/AbstractVoteCountingMaxChoice.java +++ b/pollen-votecounting-api/src/main/java/org/chorem/pollen/votecounting/AbstractVoteCountingMaxChoice.java @@ -1,5 +1,26 @@ package org.chorem.pollen.votecounting; +/*- + * #%L + * Pollen :: VoteCounting (Api) + * %% + * 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 com.google.common.collect.Multimap; import org.chorem.pollen.votecounting.model.MaxChoicesNumberConfig; import org.chorem.pollen.votecounting.model.Voter; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.