This is an automated email from the git hooks/post-receive script. New commit to branch release/5.0-RC2 in repository wao. See http://git.codelutin.com/wao.git commit 8622173dfb6a70fb7b9b0ea15b2ed074fb2991c2 Author: Maven Release <maven-release@codelutin.com> Date: Tue Feb 3 14:08:20 2015 +0000 Ajout entête manquant --- .../fr/ifremer/wao/web/WaoI18nTextProvider.java | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/wao-web/src/main/java/fr/ifremer/wao/web/WaoI18nTextProvider.java b/wao-web/src/main/java/fr/ifremer/wao/web/WaoI18nTextProvider.java index d9c18ea..3f30a3a 100644 --- a/wao-web/src/main/java/fr/ifremer/wao/web/WaoI18nTextProvider.java +++ b/wao-web/src/main/java/fr/ifremer/wao/web/WaoI18nTextProvider.java @@ -1,5 +1,26 @@ package fr.ifremer.wao.web; +/* + * #%L + * Wao :: Web + * %% + * 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% + */ + import com.opensymphony.xwork2.ActionContext; import fr.ifremer.wao.WaoUtils; import org.apache.struts2.ServletActionContext; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.