aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/rss
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/groups/views/rss
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/groups/views/rss')
-rw-r--r--mod/groups/views/rss/forum/topics.php4
-rw-r--r--mod/groups/views/rss/forum/viewposts.php4
-rw-r--r--mod/groups/views/rss/groups/profileitems.php4
-rw-r--r--mod/groups/views/rss/object/groupforumtopic.php2
4 files changed, 0 insertions, 14 deletions
diff --git a/mod/groups/views/rss/forum/topics.php b/mod/groups/views/rss/forum/topics.php
index 6f3ca34f1..1cb22aaea 100644
--- a/mod/groups/views/rss/forum/topics.php
+++ b/mod/groups/views/rss/forum/topics.php
@@ -3,10 +3,6 @@
* Elgg groups plugin
*
* @package ElggGroups
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
// If there are any topics to view, view them
diff --git a/mod/groups/views/rss/forum/viewposts.php b/mod/groups/views/rss/forum/viewposts.php
index 464ca1a7b..ad52365e6 100644
--- a/mod/groups/views/rss/forum/viewposts.php
+++ b/mod/groups/views/rss/forum/viewposts.php
@@ -4,10 +4,6 @@
* Elgg groups plugin display topic posts
*
* @package ElggGroups
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
//display follow up comments
diff --git a/mod/groups/views/rss/groups/profileitems.php b/mod/groups/views/rss/groups/profileitems.php
index 1f6688d68..5e595a379 100644
--- a/mod/groups/views/rss/groups/profileitems.php
+++ b/mod/groups/views/rss/groups/profileitems.php
@@ -4,10 +4,6 @@
* This is the messageboard, members, pages and latest forums posts. Each plugin will extend the views
*
* @package ElggGroups
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
//right column
diff --git a/mod/groups/views/rss/object/groupforumtopic.php b/mod/groups/views/rss/object/groupforumtopic.php
index 765d315ee..19297b350 100644
--- a/mod/groups/views/rss/object/groupforumtopic.php
+++ b/mod/groups/views/rss/object/groupforumtopic.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
$title = $vars['entity']->title;