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 --- actions/friends/add.php | 2 -- actions/friends/addcollection.php | 2 -- actions/friends/deletecollection.php | 2 -- actions/friends/editcollection.php | 2 -- actions/friends/remove.php | 2 -- 5 files changed, 10 deletions(-) (limited to 'actions/friends') diff --git a/actions/friends/add.php b/actions/friends/add.php index 345a86774..cb527f82b 100644 --- a/actions/friends/add.php +++ b/actions/friends/add.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ // Ensure we are logged in diff --git a/actions/friends/addcollection.php b/actions/friends/addcollection.php index 6124b3496..e81fa34af 100644 --- a/actions/friends/addcollection.php +++ b/actions/friends/addcollection.php @@ -6,9 +6,7 @@ * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ //must be logged in diff --git a/actions/friends/deletecollection.php b/actions/friends/deletecollection.php index d4e077a24..37a0346ab 100644 --- a/actions/friends/deletecollection.php +++ b/actions/friends/deletecollection.php @@ -6,9 +6,7 @@ * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ // Make sure we're logged in (send us to the front page if not) diff --git a/actions/friends/editcollection.php b/actions/friends/editcollection.php index 4d346e823..9b0dd7d23 100644 --- a/actions/friends/editcollection.php +++ b/actions/friends/editcollection.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ $collection_id = get_input('collection_id'); diff --git a/actions/friends/remove.php b/actions/friends/remove.php index d3d362a92..3aa9e5981 100644 --- a/actions/friends/remove.php +++ b/actions/friends/remove.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ // Ensure we are logged in -- cgit v1.2.3