|
From: Jon O. <jon...@us...> - 2005-10-02 23:11:22
|
Update of /cvsroot/mxbb/mx_quotations/includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2235/modules/mx_quotations/includes Modified Files: mx_quotations_add.php mx_quotations_del.php mx_quotations_edit.php Log Message: updated all file headers Index: mx_quotations_add.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/includes/mx_quotations_add.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_quotations_add.php 9 Jan 2005 21:46:13 -0000 1.4 --- mx_quotations_add.php 1 Oct 2005 14:16:59 -0000 1.5 *************** *** 1,12 **** <?php /** ! * mx_quotations_add.php ! * ------------------- ! * begin : August, 2003 ! * copyright : (C) 2003 MX-System ! * email : su...@mx... ! * Author : Jaime (ja...@ci...) ! * credit : based mx_quotes module by alter_knacker */ if ( !defined( 'IN_PORTAL' ) ) { --- 1,22 ---- <?php + /** ------------------------------------------------------------------------ + * Subject : mxBB - a fully modular portal and CMS (for phpBB) + * Author : Jon Ohlsson and the mxBB Team + * Credits : The phpBB Group & Marc Morisette, Jaime (ja...@ci...) + * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 + * Email : jo...@mx... + * Project site : www.mxbb-portal.com + * ------------------------------------------------------------------------- + * + * $Id$ + */ + /** ! * 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. */ + if ( !defined( 'IN_PORTAL' ) ) { Index: mx_quotations_del.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/includes/mx_quotations_del.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_quotations_del.php 9 Jan 2005 21:46:13 -0000 1.3 --- mx_quotations_del.php 1 Oct 2005 14:16:59 -0000 1.4 *************** *** 1,11 **** <?php /** ! * mx_quotations_del.php ! * ------------------- ! * begin : August, 2003 ! * copyright : (C) 2003 MX-System ! * email : su...@mx... ! * Author : Jaime (ja...@ci...) ! * credit : based mx_quotes module by alter_knacker */ --- 1,20 ---- <?php + /** ------------------------------------------------------------------------ + * Subject : mxBB - a fully modular portal and CMS (for phpBB) + * Author : Jon Ohlsson and the mxBB Team + * Credits : The phpBB Group & Marc Morisette, Jaime (ja...@ci...) + * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 + * Email : jo...@mx... + * Project site : www.mxbb-portal.com + * ------------------------------------------------------------------------- + * + * $Id$ + */ + /** ! * 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. */ Index: mx_quotations_edit.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/includes/mx_quotations_edit.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_quotations_edit.php 9 Jan 2005 21:46:13 -0000 1.4 --- mx_quotations_edit.php 1 Oct 2005 14:16:59 -0000 1.5 *************** *** 1,12 **** <?php /** ! * mx_quotations_edit.php ! * ------------------- ! * begin : August, 2003 ! * copyright : (C) 2003 MX-System ! * email : su...@mx... ! * Author : Jaime (ja...@ci...) ! * credit : based mx_quotes module by alter_knacker */ if ( !defined( 'IN_PORTAL' ) ) { --- 1,22 ---- <?php + /** ------------------------------------------------------------------------ + * Subject : mxBB - a fully modular portal and CMS (for phpBB) + * Author : Jon Ohlsson and the mxBB Team + * Credits : The phpBB Group & Marc Morisette, Jaime (ja...@ci...) + * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 + * Email : jo...@mx... + * Project site : www.mxbb-portal.com + * ------------------------------------------------------------------------- + * + * $Id$ + */ + /** ! * 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. */ + if ( !defined( 'IN_PORTAL' ) ) { |