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 --- mod/profile/actions/cropicon.php | 4 ---- mod/profile/actions/deletedefaultprofileitem.php | 4 ---- mod/profile/actions/edit.php | 4 ---- mod/profile/actions/editdefault.php | 4 ---- mod/profile/actions/editfield.php | 4 ---- mod/profile/actions/iconupload.php | 4 ---- mod/profile/actions/reorder.php | 4 ---- mod/profile/actions/resetdefaultprofile.php | 4 ---- 8 files changed, 32 deletions(-) (limited to 'mod/profile/actions') diff --git a/mod/profile/actions/cropicon.php b/mod/profile/actions/cropicon.php index b0dc0fa61..310d34b3d 100644 --- a/mod/profile/actions/cropicon.php +++ b/mod/profile/actions/cropicon.php @@ -3,10 +3,6 @@ * Elgg profile plugin upload new user icon action * * @package ElggProfile - * @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/ */ gatekeeper(); diff --git a/mod/profile/actions/deletedefaultprofileitem.php b/mod/profile/actions/deletedefaultprofileitem.php index e54aa026d..a049cb8b0 100644 --- a/mod/profile/actions/deletedefaultprofileitem.php +++ b/mod/profile/actions/deletedefaultprofileitem.php @@ -3,10 +3,6 @@ * Elgg profile plugin edit default profile action removal * * @package ElggProfile - * @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/ */ global $CONFIG; diff --git a/mod/profile/actions/edit.php b/mod/profile/actions/edit.php index 7b41eff22..c21a43fbf 100644 --- a/mod/profile/actions/edit.php +++ b/mod/profile/actions/edit.php @@ -3,10 +3,6 @@ * Elgg profile plugin edit action * * @package ElggProfile - * @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/ */ global $CONFIG; diff --git a/mod/profile/actions/editdefault.php b/mod/profile/actions/editdefault.php index 70e3b5cd8..6e4c3262b 100644 --- a/mod/profile/actions/editdefault.php +++ b/mod/profile/actions/editdefault.php @@ -3,10 +3,6 @@ * Elgg profile plugin edit default profile action * * @package ElggProfile - * @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/ */ global $CONFIG; diff --git a/mod/profile/actions/editfield.php b/mod/profile/actions/editfield.php index 5a0181a00..7df7dd9cc 100644 --- a/mod/profile/actions/editfield.php +++ b/mod/profile/actions/editfield.php @@ -3,10 +3,6 @@ * Elgg profile plugin edit default profile action * * @package ElggProfile - * @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/ */ admin_gatekeeper(); diff --git a/mod/profile/actions/iconupload.php b/mod/profile/actions/iconupload.php index fe4efbfea..e780bde76 100644 --- a/mod/profile/actions/iconupload.php +++ b/mod/profile/actions/iconupload.php @@ -3,10 +3,6 @@ * Elgg profile plugin upload new user icon action * * @package ElggProfile - * @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/ */ gatekeeper(); diff --git a/mod/profile/actions/reorder.php b/mod/profile/actions/reorder.php index 2260ed5b7..dfb2bfb3d 100644 --- a/mod/profile/actions/reorder.php +++ b/mod/profile/actions/reorder.php @@ -3,10 +3,6 @@ * Elgg profile plugin reorder fields * * @package ElggProfile - * @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/ */ admin_gatekeeper(); diff --git a/mod/profile/actions/resetdefaultprofile.php b/mod/profile/actions/resetdefaultprofile.php index 4ee87dbf9..26b596f90 100644 --- a/mod/profile/actions/resetdefaultprofile.php +++ b/mod/profile/actions/resetdefaultprofile.php @@ -3,10 +3,6 @@ * Elgg profile plugin edit default profile action * * @package ElggProfile - * @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/ */ global $CONFIG; -- cgit v1.2.3