r2468 - trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/renderer
Author: maven-release Date: 2012-08-01 15:45:53 +0200 (Wed, 01 Aug 2012) New Revision: 2468 Url: http://nuiton.org/repositories/revision/jaxx/2468 Log: add missing file header Modified: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/renderer/ColorCellRenderer.java Modified: trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/renderer/ColorCellRenderer.java =================================================================== --- trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/renderer/ColorCellRenderer.java 2012-08-01 13:14:59 UTC (rev 2467) +++ trunk/jaxx-runtime/src/main/java/jaxx/runtime/swing/renderer/ColorCellRenderer.java 2012-08-01 13:45:53 UTC (rev 2468) @@ -1,4 +1,27 @@ package jaxx.runtime.swing.renderer; +/* + * #%L + * JAXX :: Runtime + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2008 - 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 javax.swing.JButton; import javax.swing.JComponent;
participants (1)
-
maven-releaseļ¼ users.nuiton.org