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 --- views/installation/input/access.php | 2 -- views/installation/input/button.php | 2 -- views/installation/input/checkboxes.php | 2 -- views/installation/input/form.php | 2 -- views/installation/input/hidden.php | 2 -- views/installation/input/longtext.php | 2 -- views/installation/input/password.php | 2 -- views/installation/input/pulldown.php | 2 -- views/installation/input/reset.php | 2 -- views/installation/input/securitytoken.php | 2 -- views/installation/input/submit.php | 2 -- views/installation/input/text.php | 2 -- 12 files changed, 24 deletions(-) (limited to 'views/installation/input') diff --git a/views/installation/input/access.php b/views/installation/input/access.php index a57014840..01ce69b80 100644 --- a/views/installation/input/access.php +++ b/views/installation/input/access.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any * @uses $vars['js'] Any Javascript to enter into the input tag diff --git a/views/installation/input/button.php b/views/installation/input/button.php index cc6a236c0..7b6beec73 100644 --- a/views/installation/input/button.php +++ b/views/installation/input/button.php @@ -6,8 +6,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any * @uses $vars['js'] Any Javascript to enter into the input tag diff --git a/views/installation/input/checkboxes.php b/views/installation/input/checkboxes.php index 0792f09ce..d4e1b494d 100644 --- a/views/installation/input/checkboxes.php +++ b/views/installation/input/checkboxes.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any * @uses $vars['js'] Any Javascript to enter into the input tag diff --git a/views/installation/input/form.php b/views/installation/input/form.php index d17a913f4..a4707f257 100644 --- a/views/installation/input/form.php +++ b/views/installation/input/form.php @@ -6,8 +6,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['body'] The body of the form (made up of other input/xxx views and html * @uses $vars['method'] Method (default POST) diff --git a/views/installation/input/hidden.php b/views/installation/input/hidden.php index dd5c8bb98..7a0798e48 100644 --- a/views/installation/input/hidden.php +++ b/views/installation/input/hidden.php @@ -6,8 +6,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any * @uses $vars['js'] Any Javascript to enter into the input tag diff --git a/views/installation/input/longtext.php b/views/installation/input/longtext.php index 9da3d8276..766cd68e4 100644 --- a/views/installation/input/longtext.php +++ b/views/installation/input/longtext.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any * @uses $vars['js'] Any Javascript to enter into the input tag diff --git a/views/installation/input/password.php b/views/installation/input/password.php index 461f77955..34578a1e2 100644 --- a/views/installation/input/password.php +++ b/views/installation/input/password.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any * @uses $vars['js'] Any Javascript to enter into the input tag diff --git a/views/installation/input/pulldown.php b/views/installation/input/pulldown.php index 6ad12eec4..70e961c4d 100644 --- a/views/installation/input/pulldown.php +++ b/views/installation/input/pulldown.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any * @uses $vars['js'] Any Javascript to enter into the input tag diff --git a/views/installation/input/reset.php b/views/installation/input/reset.php index bb8d278c3..1d5e47ccb 100644 --- a/views/installation/input/reset.php +++ b/views/installation/input/reset.php @@ -6,8 +6,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any * @uses $vars['js'] Any Javascript to enter into the input tag diff --git a/views/installation/input/securitytoken.php b/views/installation/input/securitytoken.php index a2a4a0e01..9a8cb1ebe 100644 --- a/views/installation/input/securitytoken.php +++ b/views/installation/input/securitytoken.php @@ -6,8 +6,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ $ts = time(); diff --git a/views/installation/input/submit.php b/views/installation/input/submit.php index cfa7989d0..0a6d2a06d 100644 --- a/views/installation/input/submit.php +++ b/views/installation/input/submit.php @@ -6,8 +6,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any * @uses $vars['js'] Any Javascript to enter into the input tag diff --git a/views/installation/input/text.php b/views/installation/input/text.php index 7f69a2f93..c8ce7266e 100644 --- a/views/installation/input/text.php +++ b/views/installation/input/text.php @@ -6,9 +6,7 @@ * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * * @uses $vars['value'] The current value, if any * @uses $vars['js'] Any Javascript to enter into the input tag -- cgit v1.2.3