Author: bleny Date: 2014-07-30 16:16:32 +0200 (Wed, 30 Jul 2014) New Revision: 2621 Url: http://forge.nuiton.org/projects/nuiton-csv/repository/revisions/2621 Log: add missing header Modified: trunk/src/test/java/org/nuiton/csv/Utf8WithBomTest.java Modified: trunk/src/test/java/org/nuiton/csv/Utf8WithBomTest.java =================================================================== --- trunk/src/test/java/org/nuiton/csv/Utf8WithBomTest.java 2014-05-23 15:19:15 UTC (rev 2620) +++ trunk/src/test/java/org/nuiton/csv/Utf8WithBomTest.java 2014-07-30 14:16:32 UTC (rev 2621) @@ -1,5 +1,27 @@ package org.nuiton.csv; +/* + * #%L + * Nuiton CSV + * %% + * Copyright (C) 2013 - 2014 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% + */ + import org.apache.commons.lang3.ObjectUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory;