This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit 551cc84798f5bfa693f6d0a3159d8e9ecb16a403 Author: Maven Release <maven-release@codelutin.com> Date: Tue May 5 19:12:24 2015 +0000 add missing license headers --- .../FrequencyWeigthNullValueException.java | 24 ++++++++++++++++++++++ .../MissingBatchNumberForFrequencyException.java | 24 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/consumer/FrequencyWeigthNullValueException.java b/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/consumer/FrequencyWeigthNullValueException.java index 46af817..8b6680c 100644 --- a/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/consumer/FrequencyWeigthNullValueException.java +++ b/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/consumer/FrequencyWeigthNullValueException.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.service.genericformat.consumer; +/* + * #%L + * Tutti :: Service + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 Ifremer + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU 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 General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ifremer.tutti.persistence.entities.data.FishingOperation; import static org.nuiton.i18n.I18n.t; diff --git a/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/consumer/MissingBatchNumberForFrequencyException.java b/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/consumer/MissingBatchNumberForFrequencyException.java index 4856ce5..575eb52 100644 --- a/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/consumer/MissingBatchNumberForFrequencyException.java +++ b/tutti-service/src/main/java/fr/ifremer/tutti/service/genericformat/consumer/MissingBatchNumberForFrequencyException.java @@ -1,5 +1,29 @@ package fr.ifremer.tutti.service.genericformat.consumer; +/* + * #%L + * Tutti :: Service + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 - 2015 Ifremer + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU 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 General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ifremer.tutti.persistence.entities.data.FishingOperation; import static org.nuiton.i18n.I18n.t; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.