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