|
From: <fb...@us...> - 2003-06-27 17:38:58
|
Update of /cvsroot/jgb/jgb/src/java/tests/jgb/handlers In directory sc8-pr-cvs1:/tmp/cvs-serv14842/src/java/tests/jgb/handlers Modified Files: AllTests.java TagHandlerAbstractTest.java Log Message: * all files: Switched to LGPL. Index: AllTests.java =================================================================== RCS file: /cvsroot/jgb/jgb/src/java/tests/jgb/handlers/AllTests.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AllTests.java 17 Oct 2002 02:02:35 -0000 1.1 --- AllTests.java 27 Jun 2003 16:45:50 -0000 1.2 *************** *** 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.handlers; Index: TagHandlerAbstractTest.java =================================================================== RCS file: /cvsroot/jgb/jgb/src/java/tests/jgb/handlers/TagHandlerAbstractTest.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** TagHandlerAbstractTest.java 10 Jun 2003 01:01:43 -0000 1.6 --- TagHandlerAbstractTest.java 27 Jun 2003 16:45:50 -0000 1.7 *************** *** 1,20 **** ! /* ! * Copyright (C) 2002, Francois Beausoleil ! * ! * This program 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 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 Public License ! * for more details. * ! * You should have received a copy of the GNU General Public License along ! * with this program; if not, write to the Free Software Foundation, Inc., ! * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ! * You may contact the author of this software at: fb...@us... */ --- 1,19 ---- ! /** ! * 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 */ |