This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit a4c066f0425abb128c9fce7a9ed3c7548c310421 Author: Maven Release <maven-release@codelutin.com> Date: Thu Feb 12 16:00:35 2015 +0000 Ajout des entêtes manquants --- .../java/fr/ifremer/wao/entity/SpeciesImpl.java | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/wao-persistence/src/main/java/fr/ifremer/wao/entity/SpeciesImpl.java b/wao-persistence/src/main/java/fr/ifremer/wao/entity/SpeciesImpl.java index 4dff678..00a6ac3 100644 --- a/wao-persistence/src/main/java/fr/ifremer/wao/entity/SpeciesImpl.java +++ b/wao-persistence/src/main/java/fr/ifremer/wao/entity/SpeciesImpl.java @@ -1,5 +1,26 @@ package fr.ifremer.wao.entity; +/* + * #%L + * Wao :: Persistence + * %% + * Copyright (C) 2009 - 2015 Ifremer + * %% + * This program 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% + */ + /** * Une espèce qu'il faut observer pour une ligne {@link fr.ifremer.wao.entity.ObsProgram#SCLEROCHRONOLOGY}. * -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.