From 5cf96f32c4c0d462b1e9071b09381e0e89dd0c28 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 20 Aug 2009 18:57:20 +0000 Subject: Whoa nelly this is a big one: Removed license and copyright for files. git-svn-id: https://code.elgg.org/elgg/trunk@3427 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/failsafe/input/access.php | 4 ++-- views/failsafe/input/button.php | 2 -- views/failsafe/input/checkboxes.php | 4 ++-- views/failsafe/input/form.php | 2 -- views/failsafe/input/hidden.php | 2 -- views/failsafe/input/longtext.php | 4 ++-- views/failsafe/input/pulldown.php | 4 ++-- views/failsafe/input/reset.php | 2 -- views/failsafe/input/submit.php | 2 -- views/failsafe/input/text.php | 4 ++-- 10 files changed, 10 insertions(+), 20 deletions(-) (limited to 'views/failsafe/input') 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 -- cgit v1.2.3