r2389 - trunk/nuiton-utils/src/main/java/org/nuiton/util/converter
Author: tchemit Date: 2012-08-08 10:41:35 +0200 (Wed, 08 Aug 2012) New Revision: 2389 Url: http://nuiton.org/repositories/revision/nuiton-utils/2389 Log: add missing svn properties and license header Modified: trunk/nuiton-utils/src/main/java/org/nuiton/util/converter/ColorConverter.java Modified: trunk/nuiton-utils/src/main/java/org/nuiton/util/converter/ColorConverter.java =================================================================== --- trunk/nuiton-utils/src/main/java/org/nuiton/util/converter/ColorConverter.java 2012-08-07 07:51:22 UTC (rev 2388) +++ trunk/nuiton-utils/src/main/java/org/nuiton/util/converter/ColorConverter.java 2012-08-08 08:41:35 UTC (rev 2389) @@ -1,4 +1,27 @@ package org.nuiton.util.converter; +/* + * #%L + * Nuiton Utils :: Nuiton Utils + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2004 - 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% + */ import org.apache.commons.beanutils.ConversionException; Property changes on: trunk/nuiton-utils/src/main/java/org/nuiton/util/converter/ColorConverter.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native
participants (1)
-
tchemit@users.nuiton.org