|
From: Jon O. <jon...@us...> - 2005-10-02 19:38:56
|
Update of /cvsroot/mxbb/mx_quotations In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2235/modules/mx_quotations Modified Files: db_install.php db_uninstall.php db_upgrade.php mx_last_quotations.php mx_quotations.php mx_random_quotation.php Log Message: updated all file headers Index: mx_quotations.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/mx_quotations.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_quotations.php 6 Mar 2005 01:13:24 -0000 1.6 --- mx_quotations.php 1 Oct 2005 14:16:59 -0000 1.7 *************** *** 1,11 **** <?php /** ! * mx_quotations.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: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/db_uninstall.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_uninstall.php 22 Sep 2005 10:16:17 -0000 1.4 --- db_uninstall.php 1 Oct 2005 14:16:59 -0000 1.5 *************** *** 1,21 **** <?php ! /** ! * * ------------------------------------------------------------------------ ! * subject : mxBB-Portal - CMS & portal ! * begin : june, 2002 ! * copyright : (C) 2002-2005 mxBB-Portal ! * email : jon...@ho... ! * project site : www.mx-system.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. */ --- 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_last_quotations.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/mx_last_quotations.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_last_quotations.php 9 Jan 2005 21:46:13 -0000 1.3 --- mx_last_quotations.php 1 Oct 2005 14:16:59 -0000 1.4 *************** *** 1,13 **** <?php /** ! * mx_last_quotations.php ! * ------------------- ! * begin : August, 2003 ! * copyright : (C) 2003 MX-System ! * email : su...@mx... ! * Author : Jaime (ja...@ci...) ! * credit : based mx_quotes module by alter_knacker */ // Set $limit to the number of quotes you want to display $limit = '8'; --- 1,25 ---- <?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. */ + + // // Set $limit to the number of quotes you want to display + // $limit = '8'; Index: mx_random_quotation.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/mx_random_quotation.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_random_quotation.php 9 Jan 2005 21:46:13 -0000 1.2 --- mx_random_quotation.php 1 Oct 2005 14:16:59 -0000 1.3 *************** *** 1,15 **** <?php /** ! * mx_random_quotation.php ! * ------------------- ! * begin : August, 2003 ! * copyright : (C) 2003 MX-System ! * email : su...@mx... ! * Author : Jaime (ja...@ci...) ! * credit : based mx_quotes module by alter_knacker */ // Set up for phpBB intergration. ! define ( 'IN_PHPBB', true ); --- 1,25 ---- <?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. */ + // // Set up for phpBB intergration. ! // define ( 'IN_PHPBB', true ); Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/db_upgrade.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_upgrade.php 22 Sep 2005 10:16:17 -0000 1.6 --- db_upgrade.php 1 Oct 2005 14:16:59 -0000 1.7 *************** *** 1,21 **** <?php ! /** ! * * ------------------------------------------------------------------------ ! * subject : mxBB-Portal - CMS & portal ! * begin : june, 2002 ! * copyright : (C) 2002-2005 mxBB-Portal ! * email : jon...@ho... ! * project site : www.mx-system.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. */ --- 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: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/db_install.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** db_install.php 22 Sep 2005 10:16:17 -0000 1.5 --- db_install.php 1 Oct 2005 14:16:59 -0000 1.6 *************** *** 1,21 **** <?php ! /** ! * * ------------------------------------------------------------------------ ! * subject : mxBB-Portal - CMS & portal ! * begin : june, 2002 ! * copyright : (C) 2002-2005 mxBB-Portal ! * email : jon...@ho... ! * project site : www.mx-system.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. */ --- 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. */ |