------------------------------------------------------------
revno: 790
committer: Brad Phillips <[email protected]>
branch nick: aikiframework
timestamp: Mon 2011-06-06 00:34:28 -0500
message:
  copyright fixed: All 14 php/am files located in /src/assets/apps
modified:
  src/Makefile.am
  src/assets/Makefile.am
  src/assets/apps/Makefile.am
  src/assets/apps/admin/Makefile.am
  src/assets/apps/admin/aikiflow.php
  src/assets/apps/admin/config.php
  src/assets/apps/admin/control_panel.js
  src/assets/apps/admin/database_forms.php
  src/assets/apps/admin/events.php
  src/assets/apps/admin/images/Makefile.am
  src/assets/apps/admin/images/icons/Makefile.am
  src/assets/apps/admin/run_sql.php
  src/assets/apps/admin/urls_widgets.php
  src/assets/apps/aiki/Makefile.am
  src/assets/apps/captcha/captcha.php
  src/assets/apps/image_viewer.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/Makefile.am'
--- src/Makefile.am	2010-12-28 00:26:30 +0000
+++ src/Makefile.am	2011-06-06 05:34:28 +0000
@@ -1,6 +1,6 @@
 # Process this file with automake to produce Makefile.in    -*-Makefile-*-
 
-# Copyright (C) 2010 Aikilab
+# Copyright (c) 2010-2011 Aiki Lab Pte Ltd
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as

=== modified file 'src/assets/Makefile.am'
--- src/assets/Makefile.am	2010-11-20 08:01:57 +0000
+++ src/assets/Makefile.am	2011-06-06 05:34:28 +0000
@@ -1,6 +1,6 @@
 # Process this file with automake to produce Makefile.in    -*-Makefile-*-
 
-# Copyright (C) 2010 Aikilab
+# Copyright (C) 2010-2011 Aiki Lab Pte Ltd
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as

=== modified file 'src/assets/apps/Makefile.am'
--- src/assets/apps/Makefile.am	2010-12-27 20:53:48 +0000
+++ src/assets/apps/Makefile.am	2011-06-06 05:34:28 +0000
@@ -1,6 +1,6 @@
 # Process this file with automake to produce Makefile.in    -*-Makefile-*-
 
-# Copyright (C) 2010 Aikilab
+# Copyright (c) 2010-2011 Aiki Lab Pte Ltd
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as

=== modified file 'src/assets/apps/admin/Makefile.am'
--- src/assets/apps/admin/Makefile.am	2010-11-20 08:01:57 +0000
+++ src/assets/apps/admin/Makefile.am	2011-06-06 05:34:28 +0000
@@ -1,6 +1,6 @@
 # Process this file with automake to produce Makefile.in    -*-Makefile-*-
 
-# Copyright (C) 2010 Aikilab
+# Copyright (c) 2010-2011 Aiki Lab Pte Ltd
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as

=== modified file 'src/assets/apps/admin/aikiflow.php'
--- src/assets/apps/admin/aikiflow.php	2010-11-29 12:34:06 +0000
+++ src/assets/apps/admin/aikiflow.php	2011-06-06 05:34:28 +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
@@ -37,4 +37,4 @@
 
 if (isset($_POST['widget']) and isset($_POST['input'])){
 
-}
\ No newline at end of file
+}

=== modified file 'src/assets/apps/admin/config.php'
--- src/assets/apps/admin/config.php	2010-11-29 12:34:06 +0000
+++ src/assets/apps/admin/config.php	2011-06-06 05:34:28 +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
@@ -48,4 +48,4 @@
 }
 
 
-echo "</root>";
\ No newline at end of file
+echo "</root>";

=== modified file 'src/assets/apps/admin/control_panel.js'
--- src/assets/apps/admin/control_panel.js	2011-06-05 19:40:28 +0000
+++ src/assets/apps/admin/control_panel.js	2011-06-06 05:34:28 +0000
@@ -2,7 +2,7 @@
  * Aiki framework
  *
  * @author		Aikilab http://www.aikilab.com
- * @copyright  (c) 2008-2010 Aikilab
+ * @copyright  (c) 2008-2011 Aiki Lab Pte Ltd
  * @license		http://www.fsf.org/licensing/licenses/agpl-3.0.html
  * @link		http://www.aikiframework.org
  */

=== modified file 'src/assets/apps/admin/database_forms.php'
--- src/assets/apps/admin/database_forms.php	2011-01-02 14:01:23 +0000
+++ src/assets/apps/admin/database_forms.php	2011-06-06 05:34:28 +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
@@ -61,4 +61,4 @@
 }
 
 
-echo "</root>";
\ No newline at end of file
+echo "</root>";

=== modified file 'src/assets/apps/admin/events.php'
--- src/assets/apps/admin/events.php	2010-11-29 12:34:06 +0000
+++ src/assets/apps/admin/events.php	2011-06-06 05:34:28 +0000
@@ -9,7 +9,7 @@
  * with this package in the file LICENSE.
  *
  * @author      Aikilab http://www.aikilab.com
- * @copyright   (c) 2008-2010 Aikilab
+ * @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
@@ -62,4 +62,4 @@
 	$latest_action = $db->get_var("select id from aiki_events where username = '".$aiki->membership->username."' order by id DESC limit 1");
 
 	$delete_older_events = $db->query("delete from aiki_events where username = '".$aiki->membership->username."' and id != '$latest_action'");
-}
\ No newline at end of file
+}

=== modified file 'src/assets/apps/admin/images/Makefile.am'
--- src/assets/apps/admin/images/Makefile.am	2010-11-20 08:01:57 +0000
+++ src/assets/apps/admin/images/Makefile.am	2011-06-06 05:34:28 +0000
@@ -1,6 +1,6 @@
 # Process this file with automake to produce Makefile.in    -*-Makefile-*-
 
-# Copyright (C) 2010 Aikilab
+# Copyright (c) 2010-2011 Aiki Lab Pte Ltd
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as

=== modified file 'src/assets/apps/admin/images/icons/Makefile.am'
--- src/assets/apps/admin/images/icons/Makefile.am	2010-11-20 08:01:57 +0000
+++ src/assets/apps/admin/images/icons/Makefile.am	2011-06-06 05:34:28 +0000
@@ -1,6 +1,6 @@
 # Process this file with automake to produce Makefile.in    -*-Makefile-*-
 
-# Copyright (C) 2010 Aikilab
+# Copyright (c) 2010-2011 Aiki Lab Pte Ltd
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as

=== modified file 'src/assets/apps/admin/run_sql.php'
--- src/assets/apps/admin/run_sql.php	2011-01-20 10:31:56 +0000
+++ src/assets/apps/admin/run_sql.php	2011-06-06 05:34:28 +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
@@ -43,4 +43,4 @@
 	}else{
 		echo "Empty Query";
 	}
-}
\ No newline at end of file
+}

=== modified file 'src/assets/apps/admin/urls_widgets.php'
--- src/assets/apps/admin/urls_widgets.php	2011-02-21 05:35:50 +0000
+++ src/assets/apps/admin/urls_widgets.php	2011-06-06 05:34:28 +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

=== modified file 'src/assets/apps/aiki/Makefile.am'
--- src/assets/apps/aiki/Makefile.am	2010-12-27 20:53:48 +0000
+++ src/assets/apps/aiki/Makefile.am	2011-06-06 05:34:28 +0000
@@ -1,6 +1,6 @@
 # Process this file with automake to produce Makefile.in    -*-Makefile-*-
 
-# Copyright (C) 2010 Aikilab
+# Copyright (c) 2010-2011 Aiki Lab Pte Ltd
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as

=== modified file 'src/assets/apps/captcha/captcha.php'
--- src/assets/apps/captcha/captcha.php	2011-02-21 01:29:38 +0000
+++ src/assets/apps/captcha/captcha.php	2011-06-06 05:34:28 +0000
@@ -9,7 +9,7 @@
  * with this package in the file LICENSE.
  *
  * @author      Aikilab http://www.aikilab.com
- * @copyright   (c) 2008-2010 Aikilab
+ * @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

=== modified file 'src/assets/apps/image_viewer.php'
--- src/assets/apps/image_viewer.php	2010-12-23 00:09:17 +0000
+++ src/assets/apps/image_viewer.php	2011-06-06 05:34:28 +0000
@@ -9,7 +9,7 @@
  * with this package in the file LICENSE.
  *
  * @author      Aikilab http://www.aikilab.com
- * @copyright   (c) 2008-2010 Aikilab
+ * @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
@@ -308,4 +308,4 @@
 			}
 		}
 	}
-}
\ 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

Reply via email to