aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/actions
diff options
context:
space:
mode:
Diffstat (limited to 'mod/profile/actions')
-rw-r--r--mod/profile/actions/cropicon.php4
-rw-r--r--mod/profile/actions/deletedefaultprofileitem.php4
-rw-r--r--mod/profile/actions/edit.php4
-rw-r--r--mod/profile/actions/editdefault.php4
-rw-r--r--mod/profile/actions/editfield.php4
-rw-r--r--mod/profile/actions/iconupload.php4
-rw-r--r--mod/profile/actions/reorder.php4
-rw-r--r--mod/profile/actions/resetdefaultprofile.php4
8 files changed, 0 insertions, 32 deletions
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 <info@elgg.com>
- * @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 <info@elgg.com>
- * @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 <info@elgg.com>
- * @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 <info@elgg.com>
- * @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 <info@elgg.com>
- * @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 <info@elgg.com>
- * @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 <info@elgg.com>
- * @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 <info@elgg.com>
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
global $CONFIG;