|
From: <fb...@us...> - 2003-06-27 17:16:30
|
Update of /cvsroot/jgb/jgb/src/java/core/jgb In directory sc8-pr-cvs1:/tmp/cvs-serv14842/src/java/core/jgb Modified Files: BuildWindowFromXmlFile.java ValidateFile.java Log Message: * all files: Switched to LGPL. Index: BuildWindowFromXmlFile.java =================================================================== RCS file: /cvsroot/jgb/jgb/src/java/core/jgb/BuildWindowFromXmlFile.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** BuildWindowFromXmlFile.java 25 Jun 2003 02:13:08 -0000 1.12 --- BuildWindowFromXmlFile.java 27 Jun 2003 16:45:48 -0000 1.13 *************** *** 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 */ Index: ValidateFile.java =================================================================== RCS file: /cvsroot/jgb/jgb/src/java/core/jgb/ValidateFile.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ValidateFile.java 25 Jun 2003 04:09:30 -0000 1.10 --- ValidateFile.java 27 Jun 2003 16:45:48 -0000 1.11 *************** *** 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 */ |