From 131eb5f919b078e47fe469a8b904c2434f1a2b4f Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 22 Oct 2010 21:00:32 +0000 Subject: Removed @license, @copyright, and @author from files. License and copyright are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/categories/actions/save.php | 4 ---- mod/categories/listing.php | 4 ---- mod/categories/start.php | 4 ---- mod/categories/views/default/categories.php | 4 ---- mod/categories/views/default/categories/css.php | 2 -- mod/categories/views/default/settings/categories/edit.php | 4 ---- 6 files changed, 22 deletions(-) (limited to 'mod/categories') diff --git a/mod/categories/actions/save.php b/mod/categories/actions/save.php index 3e93b6325..48f050c14 100644 --- a/mod/categories/actions/save.php +++ b/mod/categories/actions/save.php @@ -3,10 +3,6 @@ * Elgg categories plugin category saver * * @package ElggCategories - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ $categories = get_input('categories'); diff --git a/mod/categories/listing.php b/mod/categories/listing.php index 3a7ca6e8d..3a279a717 100644 --- a/mod/categories/listing.php +++ b/mod/categories/listing.php @@ -3,10 +3,6 @@ * Elgg categories listing page * * @package ElggCategories - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ require_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); diff --git a/mod/categories/start.php b/mod/categories/start.php index 60ee01065..2dedb3dc3 100644 --- a/mod/categories/start.php +++ b/mod/categories/start.php @@ -4,10 +4,6 @@ * Elgg categories plugin * * @package ElggCategories - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ /** diff --git a/mod/categories/views/default/categories.php b/mod/categories/views/default/categories.php index 98e87a05f..eb81a7311 100644 --- a/mod/categories/views/default/categories.php +++ b/mod/categories/views/default/categories.php @@ -4,10 +4,6 @@ * Elgg categories plugin * * @package ElggCategories - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ if (isset($vars['entity']) && $vars['entity'] instanceof ElggEntity) { diff --git a/mod/categories/views/default/categories/css.php b/mod/categories/views/default/categories/css.php index 6dfe60047..87916c412 100644 --- a/mod/categories/views/default/categories/css.php +++ b/mod/categories/views/default/categories/css.php @@ -3,8 +3,6 @@ * Categories CSS extender * * @package Categories - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ ?> diff --git a/mod/categories/views/default/settings/categories/edit.php b/mod/categories/views/default/settings/categories/edit.php index 3742fd1e6..de2b8ad62 100644 --- a/mod/categories/views/default/settings/categories/edit.php +++ b/mod/categories/views/default/settings/categories/edit.php @@ -3,10 +3,6 @@ * Elgg categories plugin settings page * * @package ElggCategories - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ */ // Get site and categories -- cgit v1.2.3