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/user/default_access.php | 2 -- actions/user/language.php | 2 -- actions/user/name.php | 2 -- actions/user/password.php | 2 -- actions/user/passwordreset.php | 2 -- actions/user/spotlight.php | 2 -- 6 files changed, 12 deletions(-) (limited to 'actions/user') diff --git a/actions/user/default_access.php b/actions/user/default_access.php index 845e1fbfc..ae489dcbe 100644 --- a/actions/user/default_access.php +++ b/actions/user/default_access.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ global $CONFIG; diff --git a/actions/user/language.php b/actions/user/language.php index 83cc10dbd..79a583e68 100644 --- a/actions/user/language.php +++ b/actions/user/language.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ gatekeeper(); diff --git a/actions/user/name.php b/actions/user/name.php index 69a1b9681..acf83ab49 100644 --- a/actions/user/name.php +++ b/actions/user/name.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ gatekeeper(); diff --git a/actions/user/password.php b/actions/user/password.php index 25723c0b0..2af60dfb7 100644 --- a/actions/user/password.php +++ b/actions/user/password.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ gatekeeper(); diff --git a/actions/user/passwordreset.php b/actions/user/passwordreset.php index b801cbc22..230dfd68f 100644 --- a/actions/user/passwordreset.php +++ b/actions/user/passwordreset.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ global $CONFIG; diff --git a/actions/user/spotlight.php b/actions/user/spotlight.php index d0ebb2226..f20d6bdd0 100644 --- a/actions/user/spotlight.php +++ b/actions/user/spotlight.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ gatekeeper(); -- cgit v1.2.3