diff options
Diffstat (limited to 'lib/private/Command')
-rw-r--r-- | lib/private/Command/AsyncBus.php | 2 | ||||
-rw-r--r-- | lib/private/Command/CallableJob.php | 2 | ||||
-rw-r--r-- | lib/private/Command/ClosureJob.php | 2 | ||||
-rw-r--r-- | lib/private/Command/CommandJob.php | 2 | ||||
-rw-r--r-- | lib/private/Command/FileAccess.php | 2 | ||||
-rw-r--r-- | lib/private/Command/QueueBus.php | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/private/Command/AsyncBus.php b/lib/private/Command/AsyncBus.php index 371319cca4c..3c1f67da0cb 100644 --- a/lib/private/Command/AsyncBus.php +++ b/lib/private/Command/AsyncBus.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 * diff --git a/lib/private/Command/CallableJob.php b/lib/private/Command/CallableJob.php index 2ed365a1485..1d0557ffa6d 100644 --- a/lib/private/Command/CallableJob.php +++ b/lib/private/Command/CallableJob.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 * diff --git a/lib/private/Command/ClosureJob.php b/lib/private/Command/ClosureJob.php index b929c0a3ddf..baa46bc99de 100644 --- a/lib/private/Command/ClosureJob.php +++ b/lib/private/Command/ClosureJob.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 * diff --git a/lib/private/Command/CommandJob.php b/lib/private/Command/CommandJob.php index 6897dd35c06..5522f61ced0 100644 --- a/lib/private/Command/CommandJob.php +++ b/lib/private/Command/CommandJob.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 * diff --git a/lib/private/Command/FileAccess.php b/lib/private/Command/FileAccess.php index ad22c2abc0d..08b2a61e41b 100644 --- a/lib/private/Command/FileAccess.php +++ b/lib/private/Command/FileAccess.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 * diff --git a/lib/private/Command/QueueBus.php b/lib/private/Command/QueueBus.php index 4ee7f38c5b3..7f2fc88a703 100644 --- a/lib/private/Command/QueueBus.php +++ b/lib/private/Command/QueueBus.php @@ -2,7 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * * @license AGPL-3.0 * |