aboutsummaryrefslogtreecommitdiff
path: root/views/default/input
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/input')
-rw-r--r--views/default/input/access.php4
-rw-r--r--views/default/input/button.php2
-rw-r--r--views/default/input/calendar.php4
-rw-r--r--views/default/input/captcha.php2
-rw-r--r--views/default/input/checkboxes.php4
-rw-r--r--views/default/input/email.php4
-rw-r--r--views/default/input/file.php4
-rw-r--r--views/default/input/form.php2
-rw-r--r--views/default/input/hidden.php2
-rw-r--r--views/default/input/longtext.php4
-rw-r--r--views/default/input/password.php4
-rw-r--r--views/default/input/plaintext.php4
-rw-r--r--views/default/input/pulldown.php4
-rw-r--r--views/default/input/radio.php4
-rw-r--r--views/default/input/reset.php2
-rw-r--r--views/default/input/securitytoken.php2
-rw-r--r--views/default/input/submit.php2
-rw-r--r--views/default/input/tags.php4
-rw-r--r--views/default/input/text.php4
-rw-r--r--views/default/input/url.php4
-rw-r--r--views/default/input/urlshortener.php2
21 files changed, 26 insertions, 42 deletions
diff --git a/views/default/input/access.php b/views/default/input/access.php
index 38a43ec8c..ccb38b54f 100644
--- a/views/default/input/access.php
+++ b/views/default/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/default/input/button.php b/views/default/input/button.php
index 5f48fe6a3..4a21a3127 100644
--- a/views/default/input/button.php
+++ b/views/default/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/default/input/calendar.php b/views/default/input/calendar.php
index 81f2f58cb..69ef01ee7 100644
--- a/views/default/input/calendar.php
+++ b/views/default/input/calendar.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/default/input/captcha.php b/views/default/input/captcha.php
index 2e0a29286..f4ebc218a 100644
--- a/views/default/input/captcha.php
+++ b/views/default/input/captcha.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/
*/
?> \ No newline at end of file
diff --git a/views/default/input/checkboxes.php b/views/default/input/checkboxes.php
index 6a7713b01..7e6c70a54 100644
--- a/views/default/input/checkboxes.php
+++ b/views/default/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/default/input/email.php b/views/default/input/email.php
index cb38543df..75d7eec39 100644
--- a/views/default/input/email.php
+++ b/views/default/input/email.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/default/input/file.php b/views/default/input/file.php
index 3b1a43bda..ec961b6d0 100644
--- a/views/default/input/file.php
+++ b/views/default/input/file.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['js'] Any Javascript to enter into the input tag
diff --git a/views/default/input/form.php b/views/default/input/form.php
index a7ba8e45f..0a4619ac1 100644
--- a/views/default/input/form.php
+++ b/views/default/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/default/input/hidden.php b/views/default/input/hidden.php
index d1750b6f3..2338a66bb 100644
--- a/views/default/input/hidden.php
+++ b/views/default/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/default/input/longtext.php b/views/default/input/longtext.php
index 83c0f5a60..c17b770d4 100644
--- a/views/default/input/longtext.php
+++ b/views/default/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/default/input/password.php b/views/default/input/password.php
index c8b7d5e06..9a7e678fb 100644
--- a/views/default/input/password.php
+++ b/views/default/input/password.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/default/input/plaintext.php b/views/default/input/plaintext.php
index 105c8780d..ee5854a0a 100644
--- a/views/default/input/plaintext.php
+++ b/views/default/input/plaintext.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/default/input/pulldown.php b/views/default/input/pulldown.php
index fe53865f8..c73e6b6c9 100644
--- a/views/default/input/pulldown.php
+++ b/views/default/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/default/input/radio.php b/views/default/input/radio.php
index e6fcb8aa5..b94ed8080 100644
--- a/views/default/input/radio.php
+++ b/views/default/input/radio.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/default/input/reset.php b/views/default/input/reset.php
index c2e77670f..96fc57a4f 100644
--- a/views/default/input/reset.php
+++ b/views/default/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/default/input/securitytoken.php b/views/default/input/securitytoken.php
index b1461a2ce..fa202548e 100644
--- a/views/default/input/securitytoken.php
+++ b/views/default/input/securitytoken.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/
*/
diff --git a/views/default/input/submit.php b/views/default/input/submit.php
index 1602a9009..66e5c543b 100644
--- a/views/default/input/submit.php
+++ b/views/default/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/default/input/tags.php b/views/default/input/tags.php
index 3e8bb8023..dc38c979d 100644
--- a/views/default/input/tags.php
+++ b/views/default/input/tags.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/default/input/text.php b/views/default/input/text.php
index dfe7265da..86950ff9d 100644
--- a/views/default/input/text.php
+++ b/views/default/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
diff --git a/views/default/input/url.php b/views/default/input/url.php
index 31e973eb5..ba77f486f 100644
--- a/views/default/input/url.php
+++ b/views/default/input/url.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/default/input/urlshortener.php b/views/default/input/urlshortener.php
index ac39d689f..4707809f5 100644
--- a/views/default/input/urlshortener.php
+++ b/views/default/input/urlshortener.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/
*/
?> \ No newline at end of file