This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 4f937a410ea64419999dcd2b33d09df483179f85 Author: Tony CHEMIT <dev@tchemit.fr> Date: Mon Jan 30 18:13:40 2017 +0100 Add missing license header --- .../entities/referentiel/SpeciesTopiaDao.java | 22 ++++++++++++++++++++++ .../maven/plugins/toolbox/MergeI18nBundleMojo.java | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/persistence/src/main/java/fr/ird/observe/entities/referentiel/SpeciesTopiaDao.java b/persistence/src/main/java/fr/ird/observe/entities/referentiel/SpeciesTopiaDao.java index 6e3427e..723d138 100644 --- a/persistence/src/main/java/fr/ird/observe/entities/referentiel/SpeciesTopiaDao.java +++ b/persistence/src/main/java/fr/ird/observe/entities/referentiel/SpeciesTopiaDao.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.referentiel; +/*- + * #%L + * ObServe :: Persistence + * %% + * Copyright (C) 2008 - 2017 IRD, Code Lutin, Tony Chemit + * %% + * 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.ird.observe.entities.longline.CatchLongline; import fr.ird.observe.persistence.ObserveEntityEnum; import org.hibernate.Session; diff --git a/toolbox-maven-plugin/src/main/java/fr/ird/observe/maven/plugins/toolbox/MergeI18nBundleMojo.java b/toolbox-maven-plugin/src/main/java/fr/ird/observe/maven/plugins/toolbox/MergeI18nBundleMojo.java index 9b8574d..daed043 100644 --- a/toolbox-maven-plugin/src/main/java/fr/ird/observe/maven/plugins/toolbox/MergeI18nBundleMojo.java +++ b/toolbox-maven-plugin/src/main/java/fr/ird/observe/maven/plugins/toolbox/MergeI18nBundleMojo.java @@ -1,5 +1,27 @@ package fr.ird.observe.maven.plugins.toolbox; +/*- + * #%L + * ObServe :: Toolbox Maven plugin + * %% + * Copyright (C) 2008 - 2017 IRD, Code Lutin, Tony Chemit + * %% + * 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 org.apache.maven.plugin.MojoExecutionException; import org.apache.maven.plugins.annotations.LifecyclePhase; import org.apache.maven.plugins.annotations.Mojo; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.