diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-08 16:25:14 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-08 16:25:14 +0000 |
commit | 6656df551f205d4792773dcef3c889759ae04040 (patch) | |
tree | e31351df893038d86853a9f3638bfd75ab6ac77c /views/php | |
parent | a8d4042f8268212104a094f1a1fd229fc219818b (diff) | |
download | elgg-6656df551f205d4792773dcef3c889759ae04040.tar.gz elgg-6656df551f205d4792773dcef3c889759ae04040.tar.bz2 |
Adjusted contributors file.
git-svn-id: https://code.elgg.org/elgg/trunk@1806 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/php')
-rw-r--r-- | views/php/api/output.php | 2 | ||||
-rw-r--r-- | views/php/canvas/default.php | 2 | ||||
-rw-r--r-- | views/php/export/entity.php | 2 | ||||
-rw-r--r-- | views/php/export/metadata.php | 2 | ||||
-rw-r--r-- | views/php/export/relationship.php | 2 | ||||
-rw-r--r-- | views/php/group/default.php | 2 | ||||
-rw-r--r-- | views/php/messages/exceptions/exception.php | 2 | ||||
-rw-r--r-- | views/php/object/default.php | 2 | ||||
-rw-r--r-- | views/php/pageshells/pageshell.php | 2 | ||||
-rw-r--r-- | views/php/search/entity_list.php | 2 | ||||
-rw-r--r-- | views/php/site/default.php | 2 | ||||
-rw-r--r-- | views/php/user/default.php | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/views/php/api/output.php b/views/php/api/output.php index 6d1edcb05..69ffdf3bc 100644 --- a/views/php/api/output.php +++ b/views/php/api/output.php @@ -6,7 +6,7 @@ * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey + * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ * diff --git a/views/php/canvas/default.php b/views/php/canvas/default.php index f1fbe6c96..ad997b2cc 100644 --- a/views/php/canvas/default.php +++ b/views/php/canvas/default.php @@ -6,7 +6,7 @@ * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey + * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ diff --git a/views/php/export/entity.php b/views/php/export/entity.php index 161401620..fbde3ef0d 100644 --- a/views/php/export/entity.php +++ b/views/php/export/entity.php @@ -6,7 +6,7 @@ * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey + * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ diff --git a/views/php/export/metadata.php b/views/php/export/metadata.php index 4f5e9c333..1af6f065d 100644 --- a/views/php/export/metadata.php +++ b/views/php/export/metadata.php @@ -6,7 +6,7 @@ * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey + * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ diff --git a/views/php/export/relationship.php b/views/php/export/relationship.php index cdba1b7a9..e66719f7c 100644 --- a/views/php/export/relationship.php +++ b/views/php/export/relationship.php @@ -6,7 +6,7 @@ * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey + * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ diff --git a/views/php/group/default.php b/views/php/group/default.php index 8d61afa37..1d82d6e77 100644 --- a/views/php/group/default.php +++ b/views/php/group/default.php @@ -6,7 +6,7 @@ * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey + * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ diff --git a/views/php/messages/exceptions/exception.php b/views/php/messages/exceptions/exception.php index 5bb1bafd4..775782adc 100644 --- a/views/php/messages/exceptions/exception.php +++ b/views/php/messages/exceptions/exception.php @@ -6,7 +6,7 @@ * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey + * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ * diff --git a/views/php/object/default.php b/views/php/object/default.php index 8d61afa37..1d82d6e77 100644 --- a/views/php/object/default.php +++ b/views/php/object/default.php @@ -6,7 +6,7 @@ * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey + * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ diff --git a/views/php/pageshells/pageshell.php b/views/php/pageshells/pageshell.php index 30747720f..b3d52951e 100644 --- a/views/php/pageshells/pageshell.php +++ b/views/php/pageshells/pageshell.php @@ -5,7 +5,7 @@ * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey + * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ * diff --git a/views/php/search/entity_list.php b/views/php/search/entity_list.php index 3ad18d371..6e65b3010 100644 --- a/views/php/search/entity_list.php +++ b/views/php/search/entity_list.php @@ -6,7 +6,7 @@ * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey + * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ diff --git a/views/php/site/default.php b/views/php/site/default.php index f1fbe6c96..ad997b2cc 100644 --- a/views/php/site/default.php +++ b/views/php/site/default.php @@ -6,7 +6,7 @@ * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey + * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ diff --git a/views/php/user/default.php b/views/php/user/default.php index 8d61afa37..1d82d6e77 100644 --- a/views/php/user/default.php +++ b/views/php/user/default.php @@ -6,7 +6,7 @@ * @package Elgg * @subpackage Core * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Marcus Povey + * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ |