aboutsummaryrefslogtreecommitdiff
path: root/views/json
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-08 16:25:14 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-08 16:25:14 +0000
commit6656df551f205d4792773dcef3c889759ae04040 (patch)
treee31351df893038d86853a9f3638bfd75ab6ac77c /views/json
parenta8d4042f8268212104a094f1a1fd229fc219818b (diff)
downloadelgg-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/json')
-rw-r--r--views/json/api/output.php2
-rw-r--r--views/json/canvas/default.php2
-rw-r--r--views/json/export/entity.php2
-rw-r--r--views/json/export/metadata.php2
-rw-r--r--views/json/export/relationship.php2
-rw-r--r--views/json/group/default.php2
-rw-r--r--views/json/messages/exceptions/exception.php2
-rw-r--r--views/json/object/default.php2
-rw-r--r--views/json/pageshells/pageshell.php2
-rw-r--r--views/json/search/entity_list.php2
-rw-r--r--views/json/site/default.php2
-rw-r--r--views/json/user/default.php2
12 files changed, 12 insertions, 12 deletions
diff --git a/views/json/api/output.php b/views/json/api/output.php
index 84e0d1ec3..ebdd82667 100644
--- a/views/json/api/output.php
+++ b/views/json/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/json/canvas/default.php b/views/json/canvas/default.php
index f1fbe6c96..ad997b2cc 100644
--- a/views/json/canvas/default.php
+++ b/views/json/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/json/export/entity.php b/views/json/export/entity.php
index cf7e19c05..83524cbd8 100644
--- a/views/json/export/entity.php
+++ b/views/json/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/json/export/metadata.php b/views/json/export/metadata.php
index 30caf8b85..0495e37b2 100644
--- a/views/json/export/metadata.php
+++ b/views/json/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/json/export/relationship.php b/views/json/export/relationship.php
index e582cc898..22acbba92 100644
--- a/views/json/export/relationship.php
+++ b/views/json/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/json/group/default.php b/views/json/group/default.php
index f1fbe6c96..ad997b2cc 100644
--- a/views/json/group/default.php
+++ b/views/json/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/json/messages/exceptions/exception.php b/views/json/messages/exceptions/exception.php
index a11bd7f7b..96c49fbc3 100644
--- a/views/json/messages/exceptions/exception.php
+++ b/views/json/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/json/object/default.php b/views/json/object/default.php
index 8d61afa37..1d82d6e77 100644
--- a/views/json/object/default.php
+++ b/views/json/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/json/pageshells/pageshell.php b/views/json/pageshells/pageshell.php
index 15026a37d..cb36d5f04 100644
--- a/views/json/pageshells/pageshell.php
+++ b/views/json/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/json/search/entity_list.php b/views/json/search/entity_list.php
index 3ad18d371..6e65b3010 100644
--- a/views/json/search/entity_list.php
+++ b/views/json/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/json/site/default.php b/views/json/site/default.php
index f1fbe6c96..ad997b2cc 100644
--- a/views/json/site/default.php
+++ b/views/json/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/json/user/default.php b/views/json/user/default.php
index f1fbe6c96..ad997b2cc 100644
--- a/views/json/user/default.php
+++ b/views/json/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/
*/