aboutsummaryrefslogtreecommitdiff
path: root/mod/categories
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-22 21:00:32 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-22 21:00:32 +0000
commit131eb5f919b078e47fe469a8b904c2434f1a2b4f (patch)
treed7862fcab06135457459bd1b9cc55a6e2f1aeefc /mod/categories
parent5b1c53b2d017e4a9f46e28ad9a00caa5af78b119 (diff)
downloadelgg-131eb5f919b078e47fe469a8b904c2434f1a2b4f.tar.gz
elgg-131eb5f919b078e47fe469a8b904c2434f1a2b4f.tar.bz2
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
Diffstat (limited to 'mod/categories')
-rw-r--r--mod/categories/actions/save.php4
-rw-r--r--mod/categories/listing.php4
-rw-r--r--mod/categories/start.php4
-rw-r--r--mod/categories/views/default/categories.php4
-rw-r--r--mod/categories/views/default/categories/css.php2
-rw-r--r--mod/categories/views/default/settings/categories/edit.php4
6 files changed, 0 insertions, 22 deletions
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 <info@elgg.com>
- * @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 <info@elgg.com>
- * @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 <info@elgg.com>
- * @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 <info@elgg.com>
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
// Get site and categories