[phpwebapp-commits] CVS: web_app/session class.Event.php,1.7,1.8 class.Request.php,1.8,1.9 class.Ses
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-11-04 06:54:29
|
Update of /cvsroot/phpwebapp/web_app/session In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4382/session Modified Files: class.Event.php class.Request.php class.Session.js class.Session.php func.GoTo.js wbSession.php Log Message: modified copyright note Index: class.Event.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/class.Event.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** class.Event.php 2 Nov 2005 15:17:54 -0000 1.7 --- class.Event.php 4 Nov 2005 06:54:14 -0000 1.8 *************** *** 4,8 **** application based on relational databases. ! Copyright 2001,2002,2003,2004 Dashamir Hoxha, das...@us... phpWebApp is free software; you can redistribute it and/or modify it --- 4,9 ---- application based on relational databases. ! Copyright 2001,2002,2003,2004,2005 ! Dashamir Hoxha, das...@us... phpWebApp is free software; you can redistribute it and/or modify it Index: class.Request.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/class.Request.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** class.Request.php 2 Nov 2005 15:17:54 -0000 1.8 --- class.Request.php 4 Nov 2005 06:54:14 -0000 1.9 *************** *** 4,8 **** application based on relational databases. ! Copyright 2001,2002,2003,2004 Dashamir Hoxha, das...@us... phpWebApp is free software; you can redistribute it and/or modify it --- 4,9 ---- application based on relational databases. ! Copyright 2001,2002,2003,2004,2005 ! Dashamir Hoxha, das...@us... phpWebApp is free software; you can redistribute it and/or modify it Index: class.Session.js =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/class.Session.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** class.Session.js 1 Nov 2005 13:24:25 -0000 1.4 --- class.Session.js 4 Nov 2005 06:54:14 -0000 1.5 *************** *** 1,24 **** ! //-*- mode: C; -*-//tells emacs to use mode C for this file /* ! Copyright 2001,2002,2003 Dashamir Hoxha, das...@us... ! This file is part of phpWebApp. ! phpWebApp 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. ! phpWebApp 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 phpWebApp; if not, write to the Free Software ! Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - /** * Session class keeps a list of variables. --- 1,25 ---- ! // -*-C-*- /* ! This file is part of phpWebApp, which is a framework for building web ! application based on relational databases. ! Copyright 2001,2002,2003,2004,2005 ! Dashamir Hoxha, das...@us... ! phpWebApp 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. ! phpWebApp 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 phpWebApp; if not, write to the Free Software Foundation, ! Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /** * Session class keeps a list of variables. Index: class.Session.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/class.Session.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** class.Session.php 2 Nov 2005 15:17:54 -0000 1.15 --- class.Session.php 4 Nov 2005 06:54:14 -0000 1.16 *************** *** 4,8 **** application based on relational databases. ! Copyright 2001,2002,2003,2004 Dashamir Hoxha, das...@us... phpWebApp is free software; you can redistribute it and/or modify it --- 4,9 ---- application based on relational databases. ! Copyright 2001,2002,2003,2004,2005 ! Dashamir Hoxha, das...@us... phpWebApp is free software; you can redistribute it and/or modify it Index: func.GoTo.js =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/func.GoTo.js,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** func.GoTo.js 16 Sep 2004 07:42:55 -0000 1.5 --- func.GoTo.js 4 Nov 2005 06:54:14 -0000 1.6 *************** *** 1,24 **** ! //-*- mode: C; -*-//tells emacs to use mode C for this file /* ! Copyright 2001,2002,2003 Dashamir Hoxha, das...@us... ! This file is part of phpWebApp. ! phpWebApp 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. ! phpWebApp 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 phpWebApp; if not, write to the Free Software ! Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - /** * Send an event to the server-side (PHP) code. --- 1,25 ---- ! // -*-C-*- /* ! This file is part of phpWebApp, which is a framework for building web ! application based on relational databases. ! Copyright 2001,2002,2003,2004,2005 ! Dashamir Hoxha, das...@us... ! phpWebApp 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. ! phpWebApp 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 phpWebApp; if not, write to the Free Software Foundation, ! Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /** * Send an event to the server-side (PHP) code. Index: wbSession.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/wbSession.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** wbSession.php 2 Nov 2005 15:17:54 -0000 1.9 --- wbSession.php 4 Nov 2005 06:54:14 -0000 1.10 *************** *** 4,8 **** application based on relational databases. ! Copyright 2001,2002,2003,2004 Dashamir Hoxha, das...@us... phpWebApp is free software; you can redistribute it and/or modify it --- 4,9 ---- application based on relational databases. ! Copyright 2001,2002,2003,2004,2005 ! Dashamir Hoxha, das...@us... phpWebApp is free software; you can redistribute it and/or modify it |