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 --- mod/captcha/captcha.php | 4 ---- mod/captcha/languages/en.php | 4 ---- mod/captcha/start.php | 4 ---- mod/captcha/views/default/captcha/css.php | 4 ---- mod/captcha/views/default/input/captcha.php | 4 ---- 5 files changed, 20 deletions(-) (limited to 'mod/captcha') 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 - * @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 -- cgit v1.2.3