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/xml | |
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/xml')
-rw-r--r-- | views/xml/api/output.php | 2 | ||||
-rw-r--r-- | views/xml/messages/exceptions/exception.php | 2 | ||||
-rw-r--r-- | views/xml/pageshells/pageshell.php | 2 | ||||
-rw-r--r-- | views/xml/xml-rpc/output.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/views/xml/api/output.php b/views/xml/api/output.php index f426928bd..375a7c57b 100644 --- a/views/xml/api/output.php +++ b/views/xml/api/output.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/xml/messages/exceptions/exception.php b/views/xml/messages/exceptions/exception.php index f0f2c680e..01ac49bfe 100644 --- a/views/xml/messages/exceptions/exception.php +++ b/views/xml/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/xml/pageshells/pageshell.php b/views/xml/pageshells/pageshell.php index 5c9898884..f1bc6b68f 100644 --- a/views/xml/pageshells/pageshell.php +++ b/views/xml/pageshells/pageshell.php @@ -6,7 +6,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/xml/xml-rpc/output.php b/views/xml/xml-rpc/output.php index 7fa37518f..6b834de3f 100644 --- a/views/xml/xml-rpc/output.php +++ b/views/xml/xml-rpc/output.php @@ -6,7 +6,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/ */ |