|
From: <fb...@us...> - 2003-06-27 17:38:58
|
Update of /cvsroot/jgb/jgb/src/java/tests/jgb/factories/swing In directory sc8-pr-cvs1:/tmp/cvs-serv14842/src/java/tests/jgb/factories/swing Modified Files: AllTests.java TestPackageTagHandlerFactory.java Log Message: * all files: Switched to LGPL. Index: AllTests.java =================================================================== RCS file: /cvsroot/jgb/jgb/src/java/tests/jgb/factories/swing/AllTests.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AllTests.java 10 Jun 2003 01:56:16 -0000 1.2 --- AllTests.java 27 Jun 2003 16:45:49 -0000 1.3 *************** *** 1,2 **** --- 1,21 ---- + /** + * 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; Index: TestPackageTagHandlerFactory.java =================================================================== RCS file: /cvsroot/jgb/jgb/src/java/tests/jgb/factories/swing/TestPackageTagHandlerFactory.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestPackageTagHandlerFactory.java 14 Jun 2003 01:38:44 -0000 1.3 --- TestPackageTagHandlerFactory.java 27 Jun 2003 16:45:49 -0000 1.4 *************** *** 1,2 **** --- 1,21 ---- + /** + * 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; |