diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-08-20 18:57:20 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-08-20 18:57:20 +0000 |
commit | 5cf96f32c4c0d462b1e9071b09381e0e89dd0c28 (patch) | |
tree | 3278898bf151d975ab3018f3435e4f05d30fd057 /actions/admin/user | |
parent | 3d4d41d19b6389e7a26c642b548cbb2331c510aa (diff) | |
download | elgg-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 'actions/admin/user')
-rw-r--r-- | actions/admin/user/ban.php | 2 | ||||
-rw-r--r-- | actions/admin/user/delete.php | 2 | ||||
-rw-r--r-- | actions/admin/user/makeadmin.php | 2 | ||||
-rw-r--r-- | actions/admin/user/removeadmin.php | 2 | ||||
-rw-r--r-- | actions/admin/user/resetpassword.php | 2 | ||||
-rw-r--r-- | actions/admin/user/unban.php | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/actions/admin/user/ban.php b/actions/admin/user/ban.php index 65590f044..831513a29 100644 --- a/actions/admin/user/ban.php +++ b/actions/admin/user/ban.php @@ -4,9 +4,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/ */ diff --git a/actions/admin/user/delete.php b/actions/admin/user/delete.php index 0ee87a98d..b14b17278 100644 --- a/actions/admin/user/delete.php +++ b/actions/admin/user/delete.php @@ -4,9 +4,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/ */ diff --git a/actions/admin/user/makeadmin.php b/actions/admin/user/makeadmin.php index 440dd616a..fbf4293c5 100644 --- a/actions/admin/user/makeadmin.php +++ b/actions/admin/user/makeadmin.php @@ -4,9 +4,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/ */ diff --git a/actions/admin/user/removeadmin.php b/actions/admin/user/removeadmin.php index 7cd06bc05..851a0aafd 100644 --- a/actions/admin/user/removeadmin.php +++ b/actions/admin/user/removeadmin.php @@ -4,9 +4,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/ */ diff --git a/actions/admin/user/resetpassword.php b/actions/admin/user/resetpassword.php index 18574d143..c2d3af160 100644 --- a/actions/admin/user/resetpassword.php +++ b/actions/admin/user/resetpassword.php @@ -4,9 +4,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/ */ diff --git a/actions/admin/user/unban.php b/actions/admin/user/unban.php index 06f71d47c..64ba3516c 100644 --- a/actions/admin/user/unban.php +++ b/actions/admin/user/unban.php @@ -4,9 +4,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/ */ |