diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/all.php | 6 | ||||
-rw-r--r-- | actions/api.php | 6 | ||||
-rw-r--r-- | actions/finishremotesubscribe.php | 2 | ||||
-rw-r--r-- | actions/updateprofile.php | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/actions/all.php b/actions/all.php index e56e10c21..5ffc7e9bd 100644 --- a/actions/all.php +++ b/actions/all.php @@ -18,15 +18,15 @@ * * @category Actions * @package Actions - * @author Evan Prodromou <evan@prodromou.name> - * @author Evan Prodromou <evan@controlyourself.ca> + * @author Evan Prodromou <evan@status.net> + * @author Evan Prodromou <evan@status.net> * @author Mike Cochrane <mikec@mikenz.geek.nz> * @author Robin Millette <millette@controlyourself.ca> * @author Adrian Lang <mail@adrianlang.de> * @author Meitar Moscovitz <meitarm@gmail.com> * @author Sarven Capadisli <csarven@controlyourself.ca> * @author Craig Andrews <candrews@integralblue.com> - * @author Evan Prodromou <evan@controlezvous.ca> + * @author Evan Prodromou <evan@status.net> * @author Evan Prodromou <evan@status.net> * @author Jeffery To <jeffery.to@gmail.com> * @author Zach Copley <zach@controlyourself.ca> diff --git a/actions/api.php b/actions/api.php index 9b5f54807..06fdbfb44 100644 --- a/actions/api.php +++ b/actions/api.php @@ -18,8 +18,8 @@ * * @category Actions * @package Actions - * @author Evan Prodromou <evan@controlyourself.ca> - * @author Evan Prodromou <evan@prodromou.name> + * @author Evan Prodromou <evan@status.net> + * @author Evan Prodromou <evan@status.net> * @author Brenda Wallace <shiny@cpan.org> * @author Jeffery To <jeffery.to@gmail.com> * @author Robin Millette <millette@controlyourself.ca> @@ -27,7 +27,7 @@ * @author Christopher Vollick <psycotica0@gmail.com> * @author CiaranG <ciaran@ciarang.com> * @author Craig Andrews <candrews@integralblue.com> - * @author Evan Prodromou <evan@controlezvous.ca> + * @author Evan Prodromou <evan@status.net> * @author Evan Prodromou <evan@status.net> * @author Gina Haeussge <osd@foosel.net> * @author Mike Cochrane <mikec@mikenz.geek.nz> diff --git a/actions/finishremotesubscribe.php b/actions/finishremotesubscribe.php index 44abbfceb..5f6807d10 100644 --- a/actions/finishremotesubscribe.php +++ b/actions/finishremotesubscribe.php @@ -41,7 +41,7 @@ require_once INSTALLDIR.'/lib/omb.php'; * * @category Action * @package Laconica - * @author Evan Prodromou <evan@controlyourself.ca> + * @author Evan Prodromou <evan@status.net> * @author Robin Millette <millette@controlyourself.ca> * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @link http://laconi.ca/ diff --git a/actions/updateprofile.php b/actions/updateprofile.php index 7f7dd75fe..d9cc7f7f3 100644 --- a/actions/updateprofile.php +++ b/actions/updateprofile.php @@ -38,7 +38,7 @@ require_once INSTALLDIR.'/extlib/libomb/service_provider.php'; * * @category Action * @package Laconica - * @author Evan Prodromou <evan@controlyourself.ca> + * @author Evan Prodromou <evan@status.net> * @author Robin Millette <millette@controlyourself.ca> * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @link http://laconi.ca/ |