|
From: Jon O. <jon...@us...> - 2005-10-02 23:18:22
|
Update of /cvsroot/mxbb/core/modules/mx_last_msg/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32589/modules/mx_last_msg/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: updated all file headers Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_last_msg/language/lang_english/lang_main.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_main.php 30 Jun 2003 08:53:56 -0000 1.2 --- lang_main.php 1 Oct 2005 14:10:45 -0000 1.3 *************** *** 1,16 **** <?php ! /*************************************************************************** ! * Mx_Last Message Post Module ! * lang_main.php [English] ! * ------------------- ! * copyright : (C) 2003 Mx System ! * email : su...@mx... ! * ! * $Id: lang_admin.php ! * Rev. hist : Created by MarcMoris (su...@mx...), ! * reedited by Haplo (jon...@ho...) ! * $Id$ ! * ! ****************************************************************************/ // --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette ! * Copyright : (C) 2002-2005 mxBB Portal ! * 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: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_last_msg/language/lang_english/lang_admin.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lang_admin.php 20 Aug 2005 18:19:12 -0000 1.3 --- lang_admin.php 1 Oct 2005 14:10:45 -0000 1.4 *************** *** 1,16 **** <?php ! /*************************************************************************** ! * Mx_Last Message Post Module ! * lang_admin.php [English] ! * ------------------- ! * copyright : (C) 2003 Mx System ! * email : su...@mx... ! * ! * $Id: lang_admin.php ! * Rev. hist : Created by MarcMoris (su...@mx...), ! * reedited by Haplo (jon...@ho...) ! * $Id$ ! * ! ****************************************************************************/ // --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette ! * Copyright : (C) 2002-2005 mxBB Portal ! * 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. ! */ // |