This is an automated email from the git hooks/post-receive script. New commit to branch develop-4.x in repository tutti. See http://git.codelutin.com/tutti.git commit aca08a697182b8130a4b10965c036f4bd0cd9ce4 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jan 13 18:46:37 2016 +0100 Add missing life header --- .../decorator/GearCaracteristicDecorator.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/observe-business/src/main/java/fr/ird/observe/decorator/GearCaracteristicDecorator.java b/observe-business/src/main/java/fr/ird/observe/decorator/GearCaracteristicDecorator.java index d8cbe71..c8cc7ad 100644 --- a/observe-business/src/main/java/fr/ird/observe/decorator/GearCaracteristicDecorator.java +++ b/observe-business/src/main/java/fr/ird/observe/decorator/GearCaracteristicDecorator.java @@ -1,5 +1,27 @@ package fr.ird.observe.decorator; +/* + * #%L + * ObServe :: Business + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, 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.referentiel.GearCaracteristic; /** -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.