aboutsummaryrefslogtreecommitdiff
path: root/views/foaf
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 /views/foaf
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 'views/foaf')
-rw-r--r--views/foaf/canvas/default.php2
-rw-r--r--views/foaf/page_elements/contentwrapper.php2
-rw-r--r--views/foaf/page_shells/default.php2
-rw-r--r--views/foaf/search/entity_list.php2
-rw-r--r--views/foaf/user/default.php2
5 files changed, 0 insertions, 10 deletions
diff --git a/views/foaf/canvas/default.php b/views/foaf/canvas/default.php
index 0cfa8b49a..4b8d12e6d 100644
--- a/views/foaf/canvas/default.php
+++ b/views/foaf/canvas/default.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
for ($i = 1; $i < 8; $i++) {
diff --git a/views/foaf/page_elements/contentwrapper.php b/views/foaf/page_elements/contentwrapper.php
index faef29e36..643492a92 100644
--- a/views/foaf/page_elements/contentwrapper.php
+++ b/views/foaf/page_elements/contentwrapper.php
@@ -3,8 +3,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
echo $vars['body']; \ No newline at end of file
diff --git a/views/foaf/page_shells/default.php b/views/foaf/page_shells/default.php
index 2d7232c3e..62655ccfd 100644
--- a/views/foaf/page_shells/default.php
+++ b/views/foaf/page_shells/default.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*
*/
diff --git a/views/foaf/search/entity_list.php b/views/foaf/search/entity_list.php
index 9a88f600a..b786865d7 100644
--- a/views/foaf/search/entity_list.php
+++ b/views/foaf/search/entity_list.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
$entities = $vars['entities'];
if (is_array($entities) && sizeof($entities) > 0) {
diff --git a/views/foaf/user/default.php b/views/foaf/user/default.php
index fc47e04f8..bcba3b3c2 100644
--- a/views/foaf/user/default.php
+++ b/views/foaf/user/default.php
@@ -4,8 +4,6 @@
*
* @package Elgg
* @subpackage Core
- * @author Curverider Ltd
- * @link http://elgg.org/
*/
$friends=get_user_friends($vars['page_owner'],$subtype = "",$limit = 10000,$offset = 0);