------------------------------------------------------------ revno: 789 committer: Brad Phillips <[email protected]> branch nick: aikiframework timestamp: Sun 2011-06-05 23:47:54 -0500 message: copyright fixed: src/index.php & src/style.php modified: src/index.php src/style.php
-- lp:aikiframework https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk Your team Aiki Framework Developers is subscribed to branch lp:aikiframework. To unsubscribe from this branch go to https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'src/index.php' --- src/index.php 2011-04-30 19:11:50 +0000 +++ src/index.php 2011-06-06 04:47:54 +0000 @@ -8,8 +8,8 @@ * This source file is subject to the AGPL-3.0 license that is bundled * with this package in the file LICENSE. * - * @author Aikilab http://www.aikilab.com - * @copyright (c) 2008-2010 Aikilab + * @author Aikilab http://www.aikilab.com + * @copyright (c) 2008-2011 Aiki Lab Pte Ltd * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html * @link http://www.aikiframework.org * @category Aiki @@ -143,4 +143,4 @@ $end_time = sprintf("%.4f", ($end-$start_time)); echo "\n <!-- queries: ".$db->num_queries." -->\n"; echo "\n <!-- Time: ".$end_time." seconds -->"; -} \ No newline at end of file +} === modified file 'src/style.php' --- src/style.php 2011-02-18 20:48:04 +0000 +++ src/style.php 2011-06-06 04:47:54 +0000 @@ -8,8 +8,8 @@ * This source file is subject to the AGPL-3.0 license that is bundled * with this package in the file LICENSE. * - * @author Aikilab http://www.aikilab.com - * @copyright (c) 2008-2010 Aikilab + * @author Aikilab http://www.aikilab.com + * @copyright (c) 2008-2011 Aiki Lab Pte Ltd * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html * @link http://www.aikiframework.org * @category Aiki @@ -52,4 +52,4 @@ echo stripcslashes($aiki->languages->L10n($widget_css->css)); } } -} \ No newline at end of file +}
_______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

