Author: tchemit Date: 2012-02-17 20:48:30 +0100 (Fri, 17 Feb 2012) New Revision: 323 Url: http://forge.codelutin.com/repositories/revision/echobase/323 Log: add svn properties + header Modified: trunk/echobase-services/src/main/java/fr/ifremer/echobase/services/csv/CsvFileImportResult.java Modified: trunk/echobase-services/src/main/java/fr/ifremer/echobase/services/csv/CsvFileImportResult.java =================================================================== --- trunk/echobase-services/src/main/java/fr/ifremer/echobase/services/csv/CsvFileImportResult.java 2012-02-17 18:35:54 UTC (rev 322) +++ trunk/echobase-services/src/main/java/fr/ifremer/echobase/services/csv/CsvFileImportResult.java 2012-02-17 19:48:30 UTC (rev 323) @@ -1,3 +1,26 @@ +/* + * #%L + * EchoBase :: Services + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2011 - 2012 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% + */ package fr.ifremer.echobase.services.csv; import com.google.common.collect.Maps; Property changes on: trunk/echobase-services/src/main/java/fr/ifremer/echobase/services/csv/CsvFileImportResult.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native