diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-23 15:35:30 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-23 15:35:30 +0000 |
commit | 69bd87f4129a872042675cac195b14990ea7f707 (patch) | |
tree | e6a67c2551291fc31bd71c6aed49f3b4fb5981c5 /views/failsafe | |
parent | 2122211959f5d6000f0490e1c782a40e6ce56ec9 (diff) | |
download | elgg-69bd87f4129a872042675cac195b14990ea7f707.tar.gz elgg-69bd87f4129a872042675cac195b14990ea7f707.tar.bz2 |
Refs #706
git-svn-id: https://code.elgg.org/elgg/trunk@2611 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/failsafe')
21 files changed, 21 insertions, 21 deletions
diff --git a/views/failsafe/canvas/default.php b/views/failsafe/canvas/default.php index 2d2707918..ef6d6b41d 100644 --- a/views/failsafe/canvas/default.php +++ b/views/failsafe/canvas/default.php @@ -7,7 +7,7 @@ * @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
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/
diff --git a/views/failsafe/input/button.php b/views/failsafe/input/button.php index 9a72f38b0..ac1bfe784 100644 --- a/views/failsafe/input/button.php +++ b/views/failsafe/input/button.php @@ -8,7 +8,7 @@ * @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 + * @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 ff3ab8523..ccfa17982 100644 --- a/views/failsafe/input/checkboxes.php +++ b/views/failsafe/input/checkboxes.php @@ -8,7 +8,7 @@ * @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
+ * @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 a640619bb..f02b97dfa 100644 --- a/views/failsafe/input/form.php +++ b/views/failsafe/input/form.php @@ -8,7 +8,7 @@ * @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 + * @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 4ff9f31da..5d3015414 100644 --- a/views/failsafe/input/hidden.php +++ b/views/failsafe/input/hidden.php @@ -8,7 +8,7 @@ * @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 + * @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 85c3f8186..c28028217 100644 --- a/views/failsafe/input/longtext.php +++ b/views/failsafe/input/longtext.php @@ -8,7 +8,7 @@ * @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
+ * @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 96b4d19aa..fcd13a6b3 100644 --- a/views/failsafe/input/pulldown.php +++ b/views/failsafe/input/pulldown.php @@ -8,7 +8,7 @@ * @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
+ * @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 6aa9d1c82..c2e77670f 100644 --- a/views/failsafe/input/reset.php +++ b/views/failsafe/input/reset.php @@ -8,7 +8,7 @@ * @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 + * @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 591a43998..f87600e63 100644 --- a/views/failsafe/input/submit.php +++ b/views/failsafe/input/submit.php @@ -8,7 +8,7 @@ * @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 + * @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 a6045cf4c..9f8ab79f7 100644 --- a/views/failsafe/input/text.php +++ b/views/failsafe/input/text.php @@ -8,7 +8,7 @@ * @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
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['value'] The current value, if any
diff --git a/views/failsafe/messages/errors/error.php b/views/failsafe/messages/errors/error.php index 8e7dbb84a..ca45a936a 100644 --- a/views/failsafe/messages/errors/error.php +++ b/views/failsafe/messages/errors/error.php @@ -8,7 +8,7 @@ * @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
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['object'] An error message (string)
diff --git a/views/failsafe/messages/errors/list.php b/views/failsafe/messages/errors/list.php index b34459681..41f2ad406 100644 --- a/views/failsafe/messages/errors/list.php +++ b/views/failsafe/messages/errors/list.php @@ -8,7 +8,7 @@ * @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
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['object'] An array of error messages
diff --git a/views/failsafe/messages/exceptions/exception.php b/views/failsafe/messages/exceptions/exception.php index 020f4fa08..c36be0baa 100644 --- a/views/failsafe/messages/exceptions/exception.php +++ b/views/failsafe/messages/exceptions/exception.php @@ -8,7 +8,7 @@ * @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 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['object'] An exception diff --git a/views/failsafe/messages/list.php b/views/failsafe/messages/list.php index 10fda8f90..1af190215 100644 --- a/views/failsafe/messages/list.php +++ b/views/failsafe/messages/list.php @@ -8,7 +8,7 @@ * @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
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['object'] The array of message registers
diff --git a/views/failsafe/messages/messages/list.php b/views/failsafe/messages/messages/list.php index 849efaefb..19e0f1f70 100644 --- a/views/failsafe/messages/messages/list.php +++ b/views/failsafe/messages/messages/list.php @@ -8,7 +8,7 @@ * @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
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['object'] An array of system messages
diff --git a/views/failsafe/messages/messages/message.php b/views/failsafe/messages/messages/message.php index 1622c29e8..20416cd07 100644 --- a/views/failsafe/messages/messages/message.php +++ b/views/failsafe/messages/messages/message.php @@ -8,7 +8,7 @@ * @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
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['object'] A system message (string)
diff --git a/views/failsafe/messages/sanitisation/htaccess.php b/views/failsafe/messages/sanitisation/htaccess.php index bca1b3243..db5824453 100644 --- a/views/failsafe/messages/sanitisation/htaccess.php +++ b/views/failsafe/messages/sanitisation/htaccess.php @@ -8,7 +8,7 @@ * @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
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*/ diff --git a/views/failsafe/messages/sanitisation/settings.php b/views/failsafe/messages/sanitisation/settings.php index f56d6b22c..23641118b 100644 --- a/views/failsafe/messages/sanitisation/settings.php +++ b/views/failsafe/messages/sanitisation/settings.php @@ -8,7 +8,7 @@ * @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 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ */ diff --git a/views/failsafe/pageshells/pageshell.php b/views/failsafe/pageshells/pageshell.php index 5ce67226f..e95bc3139 100644 --- a/views/failsafe/pageshells/pageshell.php +++ b/views/failsafe/pageshells/pageshell.php @@ -8,7 +8,7 @@ * @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 + * @copyright Curverider Ltd 2008-2009 * @link http://elgg.org/ * * @uses $vars['config'] The site configuration settings, imported diff --git a/views/failsafe/settings/install.php b/views/failsafe/settings/install.php index 17d263349..4167c8375 100644 --- a/views/failsafe/settings/install.php +++ b/views/failsafe/settings/install.php @@ -7,7 +7,7 @@ * @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
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
*/
diff --git a/views/failsafe/settings/system.php b/views/failsafe/settings/system.php index f9861cfcc..18e43eac1 100644 --- a/views/failsafe/settings/system.php +++ b/views/failsafe/settings/system.php @@ -8,7 +8,7 @@ * @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
+ * @copyright Curverider Ltd 2008-2009
* @link http://elgg.org/
*
* @uses $vars['action'] If set, the place to forward the form to (usually action/systemsettings/save)
|