aboutsummaryrefslogtreecommitdiff
path: root/mod/captcha
diff options
context:
space:
mode:
Diffstat (limited to 'mod/captcha')
-rw-r--r--mod/captcha/captcha.php4
-rw-r--r--mod/captcha/languages/en.php4
-rw-r--r--mod/captcha/start.php4
-rw-r--r--mod/captcha/views/default/captcha/css.php4
-rw-r--r--mod/captcha/views/default/input/captcha.php4
5 files changed, 0 insertions, 20 deletions
diff --git a/mod/captcha/captcha.php b/mod/captcha/captcha.php
index 94716d973..c4b9135f9 100644
--- a/mod/captcha/captcha.php
+++ b/mod/captcha/captcha.php
@@ -3,10 +3,6 @@
* Elgg captcha plugin graphics file generator
*
* @package ElggCaptcha
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
global $CONFIG;
diff --git a/mod/captcha/languages/en.php b/mod/captcha/languages/en.php
index 12775e42b..4b7514bdc 100644
--- a/mod/captcha/languages/en.php
+++ b/mod/captcha/languages/en.php
@@ -3,10 +3,6 @@
* Elgg diagnostics language pack.
*
* @package ElggDiagnostics
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
$english = array(
diff --git a/mod/captcha/start.php b/mod/captcha/start.php
index 8d28a70e2..0c3f17c60 100644
--- a/mod/captcha/start.php
+++ b/mod/captcha/start.php
@@ -3,10 +3,6 @@
* Elgg captcha plugin
*
* @package captcha
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
function captcha_init() {
diff --git a/mod/captcha/views/default/captcha/css.php b/mod/captcha/views/default/captcha/css.php
index 7deb4440e..861d26d83 100644
--- a/mod/captcha/views/default/captcha/css.php
+++ b/mod/captcha/views/default/captcha/css.php
@@ -3,10 +3,6 @@
* Elgg Captcha CSS
*
* @package captcha
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider <info@elgg.com>
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.org/
*/
?> \ No newline at end of file
diff --git a/mod/captcha/views/default/input/captcha.php b/mod/captcha/views/default/input/captcha.php
index 61b1abd0a..5b42bc3c9 100644
--- a/mod/captcha/views/default/input/captcha.php
+++ b/mod/captcha/views/default/input/captcha.php
@@ -3,10 +3,6 @@
* Elgg captcha plugin captcha hook view override.
*
* @package ElggCaptcha
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2010
- * @link http://elgg.com/
*/
// Generate a token which is then passed into the captcha algorithm for verification