diff options
Diffstat (limited to 'core/Command/Integrity')
-rw-r--r-- | core/Command/Integrity/CheckApp.php | 1 | ||||
-rw-r--r-- | core/Command/Integrity/CheckCore.php | 1 | ||||
-rw-r--r-- | core/Command/Integrity/SignApp.php | 2 | ||||
-rw-r--r-- | core/Command/Integrity/SignCore.php | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/core/Command/Integrity/CheckApp.php b/core/Command/Integrity/CheckApp.php index 643af5285b4..203455e508b 100644 --- a/core/Command/Integrity/CheckApp.php +++ b/core/Command/Integrity/CheckApp.php @@ -1,5 +1,6 @@ <?php /** + * @author Carla Schroder <carla@owncloud.com> * @author Victor Dubiniuk <dubiniuk@owncloud.com> * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/core/Command/Integrity/CheckCore.php b/core/Command/Integrity/CheckCore.php index 460a78e4da7..9d42d405b30 100644 --- a/core/Command/Integrity/CheckCore.php +++ b/core/Command/Integrity/CheckCore.php @@ -1,5 +1,6 @@ <?php /** + * @author Carla Schroder <carla@owncloud.com> * @author Victor Dubiniuk <dubiniuk@owncloud.com> * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/core/Command/Integrity/SignApp.php b/core/Command/Integrity/SignApp.php index 53df9619c6d..fbf2cd814fe 100644 --- a/core/Command/Integrity/SignApp.php +++ b/core/Command/Integrity/SignApp.php @@ -1,6 +1,6 @@ <?php /** - * @author Lukas Reschke <lukas@owncloud.com> + * @author Lukas Reschke <lukas@statuscode.ch> * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/core/Command/Integrity/SignCore.php b/core/Command/Integrity/SignCore.php index e5c2de73e00..2495d7e7f08 100644 --- a/core/Command/Integrity/SignCore.php +++ b/core/Command/Integrity/SignCore.php @@ -1,6 +1,6 @@ <?php /** - * @author Lukas Reschke <lukas@owncloud.com> + * @author Lukas Reschke <lukas@statuscode.ch> * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 |