From: <vo...@us...> - 2012-08-29 08:04:06
|
Revision: 10129 http://xoops.svn.sourceforge.net/xoops/?rev=10129&view=rev Author: voltan1 Date: 2012-08-29 08:03:55 +0000 (Wed, 29 Aug 2012) Log Message: ----------- Update to mamba version for start changes Modified Paths: -------------- XoopsModules/oledrion/branches/voltan/oledrion/pdf/catalog.php XoopsModules/oledrion/branches/voltan/oledrion/pdf/config/tcpdf_config.php Modified: XoopsModules/oledrion/branches/voltan/oledrion/pdf/catalog.php =================================================================== --- XoopsModules/oledrion/branches/voltan/oledrion/pdf/catalog.php 2012-08-29 08:02:31 UTC (rev 10128) +++ XoopsModules/oledrion/branches/voltan/oledrion/pdf/catalog.php 2012-08-29 08:03:55 UTC (rev 10129) @@ -2,7 +2,7 @@ /** * **************************************************************************** * oledrion - MODULE FOR XOOPS - * Copyright (c) Herv\xE9 Thouzard of Instant Zero (http://www.instant-zero.com) + * Copyright (c) Herv\xE9 Thouzard (http://www.herve-thouzard.com/) * * 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 @@ -11,10 +11,10 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * @copyright Herv\xE9 Thouzard of Instant Zero (http://www.instant-zero.com) + * @copyright Herv\xE9 Thouzard (http://www.herve-thouzard.com/) * @license http://www.fsf.org/copyleft/gpl.html GNU public license * @package oledrion - * @author Herv\xE9 Thouzard of Instant Zero (http://www.instant-zero.com) + * @author Herv\xE9 Thouzard (http://www.herve-thouzard.com/) * * Version : $Id: * **************************************************************************** Modified: XoopsModules/oledrion/branches/voltan/oledrion/pdf/config/tcpdf_config.php =================================================================== --- XoopsModules/oledrion/branches/voltan/oledrion/pdf/config/tcpdf_config.php 2012-08-29 08:02:31 UTC (rev 10128) +++ XoopsModules/oledrion/branches/voltan/oledrion/pdf/config/tcpdf_config.php 2012-08-29 08:03:55 UTC (rev 10129) @@ -113,12 +113,12 @@ /** * document creator */ - define("PDF_CREATOR", "Instant Zero (http://www.instant-zero.com)"); + define("PDF_CREATOR", "Instant Zero (http://www.herve-thouzard.com/)"); /** * document author */ - define("PDF_AUTHOR", "Instant Zero (http://www.instant-zero.com)"); + define("PDF_AUTHOR", "Instant Zero (http://www.herve-thouzard.com/)"); /** * header title This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |