|
From: <fb...@us...> - 2003-06-27 17:15:57
|
Update of /cvsroot/jgb/jgb/src/java/core/jgb/factories/swing In directory sc8-pr-cvs1:/tmp/cvs-serv14842/src/java/core/jgb/factories/swing Modified Files: PackageTagHandlerFactory.java Log Message: * all files: Switched to LGPL. Index: PackageTagHandlerFactory.java =================================================================== RCS file: /cvsroot/jgb/jgb/src/java/core/jgb/factories/swing/PackageTagHandlerFactory.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** PackageTagHandlerFactory.java 20 Apr 2003 02:12:26 -0000 1.5 --- PackageTagHandlerFactory.java 27 Jun 2003 16:45:48 -0000 1.6 *************** *** 1,4 **** ! package jgb.factories.swing; import jgb.builder.TagHandler; --- 1,22 ---- ! /** ! * Java Gui Builder - A library to build GUIs using an XML file. ! * Copyright 2002, 2003 (C) François Beausoleil ! * ! * This library 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 2.1 of the License, or (at your option) any later version. ! * ! * This library 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 ! * Lesser General Public License for more details. ! * ! * You should have received a copy of the GNU Lesser General Public ! * License along with this library; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! */ + package jgb.factories.swing; import jgb.builder.TagHandler; |