aboutsummaryrefslogtreecommitdiff
path: root/views/failsafe/input
diff options
context:
space:
mode:
Diffstat (limited to 'views/failsafe/input')
-rw-r--r--views/failsafe/input/access.php4
-rw-r--r--views/failsafe/input/button.php2
-rw-r--r--views/failsafe/input/checkboxes.php4
-rw-r--r--views/failsafe/input/form.php2
-rw-r--r--views/failsafe/input/hidden.php2
-rw-r--r--views/failsafe/input/longtext.php4
-rw-r--r--views/failsafe/input/pulldown.php4
-rw-r--r--views/failsafe/input/reset.php2
-rw-r--r--views/failsafe/input/submit.php2
-rw-r--r--views/failsafe/input/text.php4
10 files changed, 10 insertions, 20 deletions
diff --git a/views/failsafe/input/access.php b/views/failsafe/input/access.php
index d3bbaa407..d83b265ce 100644
--- a/views/failsafe/input/access.php
+++ b/views/failsafe/input/access.php
@@ -6,9 +6,9 @@
*
* @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/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/button.php b/views/failsafe/input/button.php
index 4d0da9b72..0f6fdf6a5 100644
--- a/views/failsafe/input/button.php
+++ b/views/failsafe/input/button.php
@@ -6,9 +6,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/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/checkboxes.php b/views/failsafe/input/checkboxes.php
index a66b2a084..46894c5cb 100644
--- a/views/failsafe/input/checkboxes.php
+++ b/views/failsafe/input/checkboxes.php
@@ -6,9 +6,9 @@
*
* @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/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/form.php b/views/failsafe/input/form.php
index f02b97dfa..99b6f9965 100644
--- a/views/failsafe/input/form.php
+++ b/views/failsafe/input/form.php
@@ -6,9 +6,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/
*
* @uses $vars['body'] The body of the form (made up of other input/xxx views and html
diff --git a/views/failsafe/input/hidden.php b/views/failsafe/input/hidden.php
index 6fcd56e4a..58b86c25e 100644
--- a/views/failsafe/input/hidden.php
+++ b/views/failsafe/input/hidden.php
@@ -6,9 +6,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/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/longtext.php b/views/failsafe/input/longtext.php
index c28028217..41cb395c2 100644
--- a/views/failsafe/input/longtext.php
+++ b/views/failsafe/input/longtext.php
@@ -6,9 +6,9 @@
*
* @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/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/pulldown.php b/views/failsafe/input/pulldown.php
index fcd13a6b3..a0e91ce25 100644
--- a/views/failsafe/input/pulldown.php
+++ b/views/failsafe/input/pulldown.php
@@ -6,9 +6,9 @@
*
* @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/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/reset.php b/views/failsafe/input/reset.php
index c2e77670f..96fc57a4f 100644
--- a/views/failsafe/input/reset.php
+++ b/views/failsafe/input/reset.php
@@ -6,9 +6,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/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/submit.php b/views/failsafe/input/submit.php
index f87600e63..79d6522b9 100644
--- a/views/failsafe/input/submit.php
+++ b/views/failsafe/input/submit.php
@@ -6,9 +6,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/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/input/text.php b/views/failsafe/input/text.php
index 94559afd6..2195741f2 100644
--- a/views/failsafe/input/text.php
+++ b/views/failsafe/input/text.php
@@ -6,9 +6,9 @@
*
* @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/
*
* @uses $vars['value'] The current value, if any