[phpwebapp-commits] CVS: web_app/webobjects/dbTable dbTable.js,1.4,1.5 dbTable.php,1.6,1.7 editRecor
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-11-04 06:54:38
|
Update of /cvsroot/phpwebapp/web_app/webobjects/dbTable In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4382/webobjects/dbTable Modified Files: dbTable.js dbTable.php editRecord.js editRecord.php Log Message: modified copyright note Index: dbTable.js =================================================================== RCS file: /cvsroot/phpwebapp/web_app/webobjects/dbTable/dbTable.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** dbTable.js 11 May 2004 06:45:29 -0000 1.4 --- dbTable.js 4 Nov 2005 06:54:14 -0000 1.5 *************** *** 1,7 **** ! //-*- 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 --- 1,9 ---- ! // -*-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 Index: dbTable.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/webobjects/dbTable/dbTable.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** dbTable.php 22 Jul 2004 16:25:36 -0000 1.6 --- dbTable.php 4 Nov 2005 06:54:14 -0000 1.7 *************** *** 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: editRecord.js =================================================================== RCS file: /cvsroot/phpwebapp/web_app/webobjects/dbTable/editRecord.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** editRecord.js 11 May 2004 06:45:29 -0000 1.4 --- editRecord.js 4 Nov 2005 06:54:14 -0000 1.5 *************** *** 1,7 **** ! //-*- 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 --- 1,9 ---- ! // -*-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 Index: editRecord.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/webobjects/dbTable/editRecord.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** editRecord.php 1 Nov 2005 13:24:25 -0000 1.7 --- editRecord.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 |