[Plib-cvs] plib/demos/p-guide/src CreateWidget.cxx,1.1,1.2 LoadSave.cxx,1.4,1.5 PropertiesWindow.cxx
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-08-18 00:23:14
|
Update of /cvsroot/plib/plib/demos/p-guide/src In directory usw-pr-cvs1:/tmp/cvs-serv20773 Modified Files: CreateWidget.cxx LoadSave.cxx PropertiesWindow.cxx StatusWindow.cxx WidgetList.h WidgetWindow.cxx WriteCode.cxx pGuide.cxx Log Message: Changed copying permission statement according to FSF recommendation Index: CreateWidget.cxx =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/src/CreateWidget.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CreateWidget.cxx 8 May 2002 22:49:55 -0000 1.1 +++ CreateWidget.cxx 18 Aug 2002 00:23:11 -0000 1.2 @@ -1,20 +1,23 @@ /* - P-GUIDE - PUI-based Graphical User Interface Designer + This file is part of P-GUIDE - + PUI-based Graphical User Interface Designer. Copyright (C) 2002 John F. Fay - 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 (at your option) any later version. + P-GUIDE 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 + (at your option) any later version. - This program is distributed in the hope that it will be useful, + P-GUIDE 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 + along with P-GUIDE; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + $Id$ */ // Create Widget function for GUI Builder Index: LoadSave.cxx =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/src/LoadSave.cxx,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- LoadSave.cxx 15 Aug 2002 04:15:17 -0000 1.4 +++ LoadSave.cxx 18 Aug 2002 00:23:11 -0000 1.5 @@ -1,20 +1,23 @@ /* - P-GUIDE - PUI-based Graphical User Interface Designer + This file is part of P-GUIDE - + PUI-based Graphical User Interface Designer. Copyright (C) 2002 John F. Fay - 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 (at your option) any later version. + P-GUIDE 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 + (at your option) any later version. - This program is distributed in the hope that it will be useful, + P-GUIDE 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 + along with P-GUIDE; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + $Id$ */ Index: PropertiesWindow.cxx =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/src/PropertiesWindow.cxx,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- PropertiesWindow.cxx 15 Aug 2002 04:15:17 -0000 1.2 +++ PropertiesWindow.cxx 18 Aug 2002 00:23:11 -0000 1.3 @@ -1,20 +1,23 @@ /* - P-GUIDE - PUI-based Graphical User Interface Designer + This file is part of P-GUIDE - + PUI-based Graphical User Interface Designer. Copyright (C) 2002 John F. Fay - 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 (at your option) any later version. + P-GUIDE 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 + (at your option) any later version. - This program is distributed in the hope that it will be useful, + P-GUIDE 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 + along with P-GUIDE; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + $Id$ */ // Status Window Index: StatusWindow.cxx =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/src/StatusWindow.cxx,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- StatusWindow.cxx 15 Aug 2002 04:15:17 -0000 1.4 +++ StatusWindow.cxx 18 Aug 2002 00:23:11 -0000 1.5 @@ -1,20 +1,23 @@ /* - P-GUIDE - PUI-based Graphical User Interface Designer + This file is part of P-GUIDE - + PUI-based Graphical User Interface Designer. Copyright (C) 2002 John F. Fay - 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 (at your option) any later version. + P-GUIDE 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 + (at your option) any later version. - This program is distributed in the hope that it will be useful, + P-GUIDE 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 + along with P-GUIDE; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + $Id$ */ // Status Window Index: WidgetList.h =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/src/WidgetList.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- WidgetList.h 4 Aug 2002 04:45:49 -0000 1.2 +++ WidgetList.h 18 Aug 2002 00:23:11 -0000 1.3 @@ -1,20 +1,23 @@ /* - P-GUIDE - PUI-based Graphical User Interface Designer + This file is part of P-GUIDE - + PUI-based Graphical User Interface Designer. Copyright (C) 2002 John F. Fay - 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 (at your option) any later version. + P-GUIDE 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 + (at your option) any later version. - This program is distributed in the hope that it will be useful, + P-GUIDE 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 + along with P-GUIDE; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + $Id$ */ // Data Structure Definition Index: WidgetWindow.cxx =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/src/WidgetWindow.cxx,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- WidgetWindow.cxx 15 Aug 2002 04:15:17 -0000 1.4 +++ WidgetWindow.cxx 18 Aug 2002 00:23:11 -0000 1.5 @@ -1,20 +1,23 @@ /* - P-GUIDE - PUI-based Graphical User Interface Designer + This file is part of P-GUIDE - + PUI-based Graphical User Interface Designer. Copyright (C) 2002 John F. Fay - 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 (at your option) any later version. + P-GUIDE 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 + (at your option) any later version. - This program is distributed in the hope that it will be useful, + P-GUIDE 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 + along with P-GUIDE; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + $Id$ */ // Widget Window Index: WriteCode.cxx =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/src/WriteCode.cxx,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- WriteCode.cxx 15 Aug 2002 04:15:17 -0000 1.5 +++ WriteCode.cxx 18 Aug 2002 00:23:11 -0000 1.6 @@ -1,20 +1,23 @@ /* - P-GUIDE - PUI-based Graphical User Interface Designer + This file is part of P-GUIDE - + PUI-based Graphical User Interface Designer. Copyright (C) 2002 John F. Fay - 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 (at your option) any later version. + P-GUIDE 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 + (at your option) any later version. - This program is distributed in the hope that it will be useful, + P-GUIDE 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 + along with P-GUIDE; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + $Id$ */ // Function to write the actual code Index: pGuide.cxx =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/src/pGuide.cxx,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- pGuide.cxx 15 Aug 2002 05:00:23 -0000 1.6 +++ pGuide.cxx 18 Aug 2002 00:23:11 -0000 1.7 @@ -1,20 +1,23 @@ /* - P-GUIDE - PUI-based Graphical User Interface Designer + This file is part of P-GUIDE - + PUI-based Graphical User Interface Designer. Copyright (C) 2002 John F. Fay - 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 (at your option) any later version. + P-GUIDE 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 + (at your option) any later version. - This program is distributed in the hope that it will be useful, + P-GUIDE 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 + along with P-GUIDE; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + $Id$ */ #define VERSION = "0.1a" |