This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit dcddba9f75d0ac198d015152cdc9382997e28f73 Author: Maven Release <maven-release@codelutin.com> Date: Fri May 13 09:07:15 2016 +0200 Add missing license header --- .../ui/actions/importData/DownloadInputFile.java | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/importData/DownloadInputFile.java b/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/importData/DownloadInputFile.java index dc64eb3..4e5f8e2 100644 --- a/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/importData/DownloadInputFile.java +++ b/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/importData/DownloadInputFile.java @@ -1,5 +1,26 @@ package fr.ifremer.echobase.ui.actions.importData; +/* + * #%L + * EchoBase :: UI + * %% + * Copyright (C) 2011 - 2016 Ifremer, Codelutin + * %% + * 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 fr.ifremer.echobase.io.EchoBaseIOUtil; import fr.ifremer.echobase.ui.actions.EchoBaseActionSupport; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.