Author: tchemit Date: 2012-08-16 14:35:36 +0200 (Thu, 16 Aug 2012) New Revision: 2397 Url: http://nuiton.org/repositories/revision/nuiton-utils/2397 Log: add missing license header Modified: trunk/nuiton-csv/src/main/java/org/nuiton/util/csv/ext/package-info.java Modified: trunk/nuiton-csv/src/main/java/org/nuiton/util/csv/ext/package-info.java =================================================================== --- trunk/nuiton-csv/src/main/java/org/nuiton/util/csv/ext/package-info.java 2012-08-16 12:31:13 UTC (rev 2396) +++ trunk/nuiton-csv/src/main/java/org/nuiton/util/csv/ext/package-info.java 2012-08-16 12:35:36 UTC (rev 2397) @@ -4,4 +4,27 @@ * @author tchemit <chemit@codelutin.com> * @since 2.6 */ -package org.nuiton.util.csv.ext; \ No newline at end of file +package org.nuiton.util.csv.ext; +/* + * #%L + * Nuiton Utils :: Nuiton Csv + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2011 - 2012 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */