From: <be...@us...> - 2012-05-22 19:10:52
|
Revision: 9575 http://xoops.svn.sourceforge.net/xoops/?rev=9575&view=rev Author: beckmi Date: 2012-05-22 19:10:42 +0000 (Tue, 22 May 2012) Log Message: ----------- author credit updates Modified Paths: -------------- XoopsModules/defacer/trunk/defacer/admin/about.php XoopsModules/defacer/trunk/defacer/docs/credits.txt Modified: XoopsModules/defacer/trunk/defacer/admin/about.php =================================================================== --- XoopsModules/defacer/trunk/defacer/admin/about.php 2012-05-22 19:00:18 UTC (rev 9574) +++ XoopsModules/defacer/trunk/defacer/admin/about.php 2012-05-22 19:10:42 UTC (rev 9575) @@ -1,5 +1,23 @@ <?php +/* + You may not change or alter any portion of this comment or credits + of supporting developers from this source code or any supporting source code + which is considered copyrighted (c) material of the original comment or credit authors. + This program 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. + */ + +/** + * @copyright The XUUPS Project http://sourceforge.net/projects/xuups/ + * @license http://www.fsf.org/copyleft/gpl.html GNU public license + * @package Defacer + * @since 1.0 + * @author trabis <lus...@gm...> + * @version $Id: admin_about.php 0 2009-06-11 18:47:04Z trabis $ + */ + include_once dirname(__FILE__) . '/admin_header.php'; xoops_cp_header(); Modified: XoopsModules/defacer/trunk/defacer/docs/credits.txt =================================================================== --- XoopsModules/defacer/trunk/defacer/docs/credits.txt 2012-05-22 19:00:18 UTC (rev 9574) +++ XoopsModules/defacer/trunk/defacer/docs/credits.txt 2012-05-22 19:10:42 UTC (rev 9575) @@ -1,6 +1,6 @@ Credits =============== -Originally developed by Herv\xE9 Thouzard (hervet), +Originally developed by Ricardo Costa (Trabis, www.xuups.com) Updated to XOOPS 2.5.0 Standard GUI by Michael Beck (Mamba), with contributions by Gregory Mage (Mage) \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |