aboutsummaryrefslogtreecommitdiff
path: root/views/default/friends
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-08-20 18:57:20 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-08-20 18:57:20 +0000
commit5cf96f32c4c0d462b1e9071b09381e0e89dd0c28 (patch)
tree3278898bf151d975ab3018f3435e4f05d30fd057 /views/default/friends
parent3d4d41d19b6389e7a26c642b548cbb2331c510aa (diff)
downloadelgg-5cf96f32c4c0d462b1e9071b09381e0e89dd0c28.tar.gz
elgg-5cf96f32c4c0d462b1e9071b09381e0e89dd0c28.tar.bz2
Whoa nelly this is a big one: Removed license and copyright for files.
git-svn-id: https://code.elgg.org/elgg/trunk@3427 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/friends')
-rw-r--r--views/default/friends/collection.php4
-rw-r--r--views/default/friends/collections.php4
-rw-r--r--views/default/friends/forms/collectionfields.php4
-rw-r--r--views/default/friends/forms/edit.php2
-rw-r--r--views/default/friends/list.php4
-rw-r--r--views/default/friends/picker.php4
-rw-r--r--views/default/friends/tablelist.php2
-rw-r--r--views/default/friends/tablelistcountupdate.php4
8 files changed, 12 insertions, 16 deletions
diff --git a/views/default/friends/collection.php b/views/default/friends/collection.php
index 1a9949cc9..501283fc3 100644
--- a/views/default/friends/collection.php
+++ b/views/default/friends/collection.php
@@ -6,9 +6,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/
*
* @see collections.php
diff --git a/views/default/friends/collections.php b/views/default/friends/collections.php
index 6a77f7773..63446ec89 100644
--- a/views/default/friends/collections.php
+++ b/views/default/friends/collections.php
@@ -6,9 +6,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/
*
* @uses $vars['collections'] The array of friends collections
diff --git a/views/default/friends/forms/collectionfields.php b/views/default/friends/forms/collectionfields.php
index 3df713106..0b387f830 100644
--- a/views/default/friends/forms/collectionfields.php
+++ b/views/default/friends/forms/collectionfields.php
@@ -5,9 +5,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/
*/
diff --git a/views/default/friends/forms/edit.php b/views/default/friends/forms/edit.php
index 924c479e0..d9434f10b 100644
--- a/views/default/friends/forms/edit.php
+++ b/views/default/friends/forms/edit.php
@@ -5,9 +5,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/
*
* @uses $vars['object'] Optionally, the collection edit
diff --git a/views/default/friends/list.php b/views/default/friends/list.php
index e529f8a4b..c6709a2c1 100644
--- a/views/default/friends/list.php
+++ b/views/default/friends/list.php
@@ -6,9 +6,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/
*
* @uses $vars['friends'] The array of ElggUser objects
diff --git a/views/default/friends/picker.php b/views/default/friends/picker.php
index 50c06b65a..0dcb208aa 100644
--- a/views/default/friends/picker.php
+++ b/views/default/friends/picker.php
@@ -6,9 +6,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/
*
* @uses $vars['entities'] The array of ElggUser objects
diff --git a/views/default/friends/tablelist.php b/views/default/friends/tablelist.php
index eca106b69..af37ff4ed 100644
--- a/views/default/friends/tablelist.php
+++ b/views/default/friends/tablelist.php
@@ -6,9 +6,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/
*
* @uses $vars['entities'] The array of ElggUser objects
diff --git a/views/default/friends/tablelistcountupdate.php b/views/default/friends/tablelistcountupdate.php
index 5468bfbba..14728d16a 100644
--- a/views/default/friends/tablelistcountupdate.php
+++ b/views/default/friends/tablelistcountupdate.php
@@ -6,9 +6,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/
*
* @uses $vars['count'] The count