diff options
Diffstat (limited to 'lib/public/Command')
-rw-r--r-- | lib/public/Command/IBus.php | 2 | ||||
-rw-r--r-- | lib/public/Command/ICommand.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Command/IBus.php b/lib/public/Command/IBus.php index 84d8d41cd15..bf7f98e87ac 100644 --- a/lib/public/Command/IBus.php +++ b/lib/public/Command/IBus.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke <hey@morrisjobke.de> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 * diff --git a/lib/public/Command/ICommand.php b/lib/public/Command/ICommand.php index 5d9dfd2b474..bf7210f40cd 100644 --- a/lib/public/Command/ICommand.php +++ b/lib/public/Command/ICommand.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Morris Jobke <hey@morrisjobke.de> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 * |