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 /actions/user | |
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 'actions/user')
-rw-r--r-- | actions/user/language.php | 2 | ||||
-rw-r--r-- | actions/user/name.php | 2 | ||||
-rw-r--r-- | actions/user/password.php | 2 | ||||
-rw-r--r-- | actions/user/passwordreset.php | 2 | ||||
-rw-r--r-- | actions/user/requestnewpassword.php | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/actions/user/language.php b/actions/user/language.php index 7a383b3a0..ec910c12a 100644 --- a/actions/user/language.php +++ b/actions/user/language.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/actions/user/name.php b/actions/user/name.php index d00b86a17..a69d44487 100644 --- a/actions/user/name.php +++ b/actions/user/name.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/actions/user/password.php b/actions/user/password.php index eb5debcb8..7e097e132 100644 --- a/actions/user/password.php +++ b/actions/user/password.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/actions/user/passwordreset.php b/actions/user/passwordreset.php index 683651d39..e7bfbdebd 100644 --- a/actions/user/passwordreset.php +++ b/actions/user/passwordreset.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/actions/user/requestnewpassword.php b/actions/user/requestnewpassword.php index 3ed2d604e..de7147a7b 100644 --- a/actions/user/requestnewpassword.php +++ b/actions/user/requestnewpassword.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/ */ |