diff options
Diffstat (limited to 'mod/groups/actions')
-rw-r--r-- | mod/groups/actions/addtogroup.php | 2 | ||||
-rw-r--r-- | mod/groups/actions/edit.php | 2 | ||||
-rw-r--r-- | mod/groups/actions/join.php | 2 | ||||
-rw-r--r-- | mod/groups/actions/joinrequest.php | 2 | ||||
-rw-r--r-- | mod/groups/actions/leave.php | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mod/groups/actions/addtogroup.php b/mod/groups/actions/addtogroup.php index eb079e959..c90a3690c 100644 --- a/mod/groups/actions/addtogroup.php +++ b/mod/groups/actions/addtogroup.php @@ -5,7 +5,7 @@ * * @package ElggGroups * @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.com/ */ diff --git a/mod/groups/actions/edit.php b/mod/groups/actions/edit.php index d7c1833a5..8a99e98e6 100644 --- a/mod/groups/actions/edit.php +++ b/mod/groups/actions/edit.php @@ -4,7 +4,7 @@ * * @package ElggGroups * @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.com/ */ diff --git a/mod/groups/actions/join.php b/mod/groups/actions/join.php index bf6e95482..8ac583198 100644 --- a/mod/groups/actions/join.php +++ b/mod/groups/actions/join.php @@ -4,7 +4,7 @@ * * @package ElggGroups * @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.com/ */ diff --git a/mod/groups/actions/joinrequest.php b/mod/groups/actions/joinrequest.php index 5e42e4c4a..a315c1733 100644 --- a/mod/groups/actions/joinrequest.php +++ b/mod/groups/actions/joinrequest.php @@ -4,7 +4,7 @@ * * @package ElggGroups * @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.com/ */ diff --git a/mod/groups/actions/leave.php b/mod/groups/actions/leave.php index 6324b8f37..e28b1bb97 100644 --- a/mod/groups/actions/leave.php +++ b/mod/groups/actions/leave.php @@ -4,7 +4,7 @@ * * @package ElggGroups * @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.com/ */ |