diff options
Diffstat (limited to 'actions/admin/plugins')
-rw-r--r-- | actions/admin/plugins/disable.php | 2 | ||||
-rw-r--r-- | actions/admin/plugins/disableall.php | 2 | ||||
-rw-r--r-- | actions/admin/plugins/enable.php | 2 | ||||
-rw-r--r-- | actions/admin/plugins/enableall.php | 2 | ||||
-rw-r--r-- | actions/admin/plugins/reorder.php | 4 |
5 files changed, 2 insertions, 10 deletions
diff --git a/actions/admin/plugins/disable.php b/actions/admin/plugins/disable.php index f0e07d49b..2241730ad 100644 --- a/actions/admin/plugins/disable.php +++ b/actions/admin/plugins/disable.php @@ -4,9 +4,7 @@ * * @package Elgg * @subpackage Core - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ */ diff --git a/actions/admin/plugins/disableall.php b/actions/admin/plugins/disableall.php index 00a5713d5..5d0be4ad6 100644 --- a/actions/admin/plugins/disableall.php +++ b/actions/admin/plugins/disableall.php @@ -4,9 +4,7 @@ * * @package Elgg * @subpackage Core - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ */ diff --git a/actions/admin/plugins/enable.php b/actions/admin/plugins/enable.php index 841bc9aae..26d7abaf4 100644 --- a/actions/admin/plugins/enable.php +++ b/actions/admin/plugins/enable.php @@ -4,9 +4,7 @@ * * @package Elgg * @subpackage Core - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ */ diff --git a/actions/admin/plugins/enableall.php b/actions/admin/plugins/enableall.php index 7789e1e6d..596955884 100644 --- a/actions/admin/plugins/enableall.php +++ b/actions/admin/plugins/enableall.php @@ -4,9 +4,7 @@ * * @package Elgg * @subpackage Core - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ */ diff --git a/actions/admin/plugins/reorder.php b/actions/admin/plugins/reorder.php index c7a0f77bd..50409df95 100644 --- a/actions/admin/plugins/reorder.php +++ b/actions/admin/plugins/reorder.php @@ -4,9 +4,9 @@ *
* @package Elgg
* @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
+ * @link http://elgg.org/
*/
|