Update of /cvsroot/jgb/jgb/src/java/tests/jgb/testutils In directory sc8-pr-cvs1:/tmp/cvs-serv14842/src/java/tests/jgb/testutils Modified Files: AllTests.java MultiParamClass.java TwoParamClass.java ValueParameterClass.java XmlSourceInputStream.java Log Message: * all files: Switched to LGPL. Index: AllTests.java =================================================================== RCS file: /cvsroot/jgb/jgb/src/java/tests/jgb/testutils/AllTests.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AllTests.java 10 Jun 2003 01:56:20 -0000 1.3 --- AllTests.java 27 Jun 2003 16:45:50 -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.testutils; Index: MultiParamClass.java =================================================================== RCS file: /cvsroot/jgb/jgb/src/java/tests/jgb/testutils/MultiParamClass.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** MultiParamClass.java 4 Apr 2002 14:00:00 -0000 1.1.1.1 --- MultiParamClass.java 27 Jun 2003 16:45:50 -0000 1.2 *************** *** 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: TwoParamClass.java =================================================================== RCS file: /cvsroot/jgb/jgb/src/java/tests/jgb/testutils/TwoParamClass.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** TwoParamClass.java 4 Apr 2002 14:00:00 -0000 1.1.1.1 --- TwoParamClass.java 27 Jun 2003 16:45:50 -0000 1.2 *************** *** 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: ValueParameterClass.java =================================================================== RCS file: /cvsroot/jgb/jgb/src/java/tests/jgb/testutils/ValueParameterClass.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ValueParameterClass.java 26 Sep 2002 01:46:08 -0000 1.2 --- ValueParameterClass.java 27 Jun 2003 16:45:50 -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.testutils; Index: XmlSourceInputStream.java =================================================================== RCS file: /cvsroot/jgb/jgb/src/java/tests/jgb/testutils/XmlSourceInputStream.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** XmlSourceInputStream.java 21 Jun 2003 05:36:11 -0000 1.7 --- XmlSourceInputStream.java 27 Jun 2003 16:45:50 -0000 1.8 *************** *** 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.testutils; |