|
From: Harry E. <har...@us...> - 2006-09-18 11:15:42
|
Update of /cvsroot/synclast/client/src/com/synclast/ui In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13733/ui Modified Files: Style.java Log Message: Added license header to these recent classes Index: Style.java =================================================================== RCS file: /cvsroot/synclast/client/src/com/synclast/ui/Style.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Style.java 18 Sep 2006 11:06:53 -0000 1.2 --- Style.java 18 Sep 2006 11:15:36 -0000 1.3 *************** *** 1,2 **** --- 1,21 ---- + /* + $Id$ + + This file is part of the Synclast UI API. + + The Synclast UI API is free software; you can redistribute it + and/or modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 of + the License, or (at your option) any later version. + + The Synclast UI API 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 Public License for more details. + + You should have received a copy of the GNU General Public License + along with the Synclast UI API; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.synclast.ui; |