Author: tchemit Date: 2010-07-09 12:17:27 +0200 (Fri, 09 Jul 2010) New Revision: 1901 Url: http://nuiton.org/repositories/revision/nuiton-utils/1901 Log: add headers Modified: trunk/src/main/java/org/nuiton/util/TestUtil.java Modified: trunk/src/main/java/org/nuiton/util/TestUtil.java =================================================================== --- trunk/src/main/java/org/nuiton/util/TestUtil.java 2010-07-09 10:15:21 UTC (rev 1900) +++ trunk/src/main/java/org/nuiton/util/TestUtil.java 2010-07-09 10:17:27 UTC (rev 1901) @@ -1,3 +1,27 @@ +/* + * #%L + * Nuiton Utils + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2004 - 2010 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% + */ package org.nuiton.util; import org.apache.commons.logging.LogFactory;