aboutsummaryrefslogtreecommitdiff
path: root/views/installation/input
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-22 21:00:32 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-22 21:00:32 +0000
commit131eb5f919b078e47fe469a8b904c2434f1a2b4f (patch)
treed7862fcab06135457459bd1b9cc55a6e2f1aeefc /views/installation/input
parent5b1c53b2d017e4a9f46e28ad9a00caa5af78b119 (diff)
downloadelgg-131eb5f919b078e47fe469a8b904c2434f1a2b4f.tar.gz
elgg-131eb5f919b078e47fe469a8b904c2434f1a2b4f.tar.bz2
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
Diffstat (limited to 'views/installation/input')
-rw-r--r--views/installation/input/access.php2
-rw-r--r--views/installation/input/button.php2
-rw-r--r--views/installation/input/checkboxes.php2
-rw-r--r--views/installation/input/form.php2
-rw-r--r--views/installation/input/hidden.php2
-rw-r--r--views/installation/input/longtext.php2
-rw-r--r--views/installation/input/password.php2
-rw-r--r--views/installation/input/pulldown.php2
-rw-r--r--views/installation/input/reset.php2
-rw-r--r--views/installation/input/securitytoken.php2
-rw-r--r--views/installation/input/submit.php2
-rw-r--r--views/installation/input/text.php2
12 files changed, 0 insertions, 24 deletions
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