From: <re...@us...> - 2008-08-22 16:25:50
|
Revision: 619 http://sciret.svn.sourceforge.net/sciret/?rev=619&view=rev Author: reinerj Date: 2008-08-22 16:25:48 +0000 (Fri, 22 Aug 2008) Log Message: ----------- Siret have a new owner, Keyboard Monkeys Modified Paths: -------------- trunk/classes/Controller.php trunk/classes/DB.php trunk/classes/Library.php trunk/classes/Mysql.php trunk/classes/MysqlResult.php trunk/classes/kb_template.php trunk/classes/log.php Modified: trunk/classes/Controller.php =================================================================== --- trunk/classes/Controller.php 2008-08-22 16:20:35 UTC (rev 618) +++ trunk/classes/Controller.php 2008-08-22 16:25:48 UTC (rev 619) @@ -1,12 +1,12 @@ <?php /* -* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net +* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com * @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License * @author Alejandro Pedraza -* @since Sciret 1.0 +* @since Sciret 1.2 * @package Sciret -* @packager TheGang +* @packager Keyboard Monkeys */ define('MINIMUM_ROLE', 0); Modified: trunk/classes/DB.php =================================================================== --- trunk/classes/DB.php 2008-08-22 16:20:35 UTC (rev 618) +++ trunk/classes/DB.php 2008-08-22 16:25:48 UTC (rev 619) @@ -1,5 +1,14 @@ <?php +/* +* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com +* @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License +* @author Alejandro Pedraza +* @since Sciret 1.2 +* @package Sciret +* @packager Keyboard Monkeys +*/ + class DB { private static $instance; Modified: trunk/classes/Library.php =================================================================== --- trunk/classes/Library.php 2008-08-22 16:20:35 UTC (rev 618) +++ trunk/classes/Library.php 2008-08-22 16:25:48 UTC (rev 619) @@ -1,12 +1,12 @@ <?php /* -* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net +* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com * @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License * @author Alejandro Pedraza -* @since Sciret 1.0.4 +* @since Sciret 1.2 * @package Sciret -* @packager TheGang +* @packager Keyboard Monkeys */ class Library { Modified: trunk/classes/Mysql.php =================================================================== --- trunk/classes/Mysql.php 2008-08-22 16:20:35 UTC (rev 618) +++ trunk/classes/Mysql.php 2008-08-22 16:25:48 UTC (rev 619) @@ -1,12 +1,12 @@ <?php /* -* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net +* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com * @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License * @author Alejandro Pedraza -* @since Sciret 1.0 +* @since Sciret 1.2 * @package Sciret -* @packager TheGang +* @packager Keyboard Monkeys */ require 'classes/MysqlResult.php'; Modified: trunk/classes/MysqlResult.php =================================================================== --- trunk/classes/MysqlResult.php 2008-08-22 16:20:35 UTC (rev 618) +++ trunk/classes/MysqlResult.php 2008-08-22 16:25:48 UTC (rev 619) @@ -1,12 +1,12 @@ <?php /* -* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net +* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com * @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License * @author Alejandro Pedraza -* @since Sciret 1.0 +* @since Sciret 1.2 * @package Sciret -* @packager TheGang +* @packager Keyboard Monkeys */ class MySQLResult { Modified: trunk/classes/kb_template.php =================================================================== --- trunk/classes/kb_template.php 2008-08-22 16:20:35 UTC (rev 618) +++ trunk/classes/kb_template.php 2008-08-22 16:25:48 UTC (rev 619) @@ -1,12 +1,12 @@ <?php /* -* @copyright Copyright (C) 2005-2007 TheGang http://www.the-gang.net +* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com * @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License * @author Alejandro Pedraza -* @since Sciret 1.0 +* @since Sciret 1.2 * @package Sciret -* @packager TheGang +* @packager Keyboard Monkeys */ require 'classes/template.php'; Modified: trunk/classes/log.php =================================================================== --- trunk/classes/log.php 2008-08-22 16:20:35 UTC (rev 618) +++ trunk/classes/log.php 2008-08-22 16:25:48 UTC (rev 619) @@ -1,12 +1,12 @@ <?php /* -* @copyright Copyright (C) 2005-2008 TheGang http://www.the-gang.net +* @copyright Copyright (C) 2005-2008 Keyboard Monkeys Ltd. http://www.kb-m.com * @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License * @author Alejandro Pedraza -* @since Sciret 1.0 +* @since Sciret 1.2 * @package Sciret -* @packager TheGang +* @packager Keyboard Monkeys */ class Log { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |