Author: tchemit Date: 2010-05-11 13:26:30 +0200 (Tue, 11 May 2010) New Revision: 1852 Url: http://nuiton.org/repositories/revision/nuiton-utils/1852 Log: add header Modified: trunk/src/main/java/org/nuiton/util/converter/package-info.java Modified: trunk/src/main/java/org/nuiton/util/converter/package-info.java =================================================================== --- trunk/src/main/java/org/nuiton/util/converter/package-info.java 2010-05-11 11:24:21 UTC (rev 1851) +++ trunk/src/main/java/org/nuiton/util/converter/package-info.java 2010-05-11 11:26:30 UTC (rev 1852) @@ -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% + */ /** * * This package contains the converter api + the format api. @@ -6,11 +30,11 @@ * This converter api is based on the * http://commons.apache.org/beanutils {@code commons-beanutils}. * <p/> - * Use the {@link org.nuiton.util.ConverterUtil} to register or obtain a + * Use the {@link org.nuiton.util.converter.ConverterUtil} to register or obtain a * converter. * * <h1<Format api</h1> - * see {@link org.nuiton.util.FormatConverter} and others + * see {@link org.nuiton.util.converter.FormatConverter} and others * * @author tchemit <chemit@codelutin.com> * @since 1.3
participants (1)
-
tchemit@users.nuiton.org